Skip to content

Commit

Permalink
Update screen mirroring in Infotainment.vspec
Browse files Browse the repository at this point in the history
Signed-off-by: Sungpil Shin <[email protected]>
  • Loading branch information
spshin3 committed Dec 13, 2023
1 parent dacb513 commit 7df555c
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 @@ -267,4 +267,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: ['RES_720P', 'RES_1080P', 'RES_4K']
description: Display resolution for the mirrored content.

#include include/PowerOptimize.vspec

0 comments on commit 7df555c

Please sign in to comment.