Skip to content

Commit

Permalink
Update screen mirroring in Infotainment.vspec
Browse files Browse the repository at this point in the history
Add screen mirroring in infortainment.

Mirror phone screen to car screen.
  • Loading branch information
spshin3 authored Nov 9, 2023
1 parent e6104e3 commit 05d3f01
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions spec/Cabin/Infotainment.vspec
Original file line number Diff line number Diff line change
Expand Up @@ -266,4 +266,27 @@ SmartphoneProjection.SupportedMode:
allowed: [ 'ANDROID_AUTO', 'APPLE_CARPLAY', 'MIRROR_LINK', 'OTHER' ]
description: Supportable list for projection.

SmartphoneScreenMirroring:
type: branch
description: All smartphone mirroring actions.

SmartphoneScreenMirroring.Active:
datatype: string
type: actuator
allowed: [ 'NONE', 'ACTIVE', 'INACTIVE' ]
description: Mirroring activation info.
comment: NONE indicates that mirroring is not supported.

SmartphoneScreenMirroring.Source:
datatype: string
type: actuator
allowed: ['USB', 'BLUETOOTH', 'WIFI']
description: Connectivity source selected for mirroring.

SmartphoneScreenMirroring.Resolution:
datatype: string
type: attribute
allowed: [ '720p', '1080p', '4K' ]
description: Display resolution for the mirrored content.

#include include/PowerOptimize.vspec

0 comments on commit 05d3f01

Please sign in to comment.