Skip to content

Commit

Permalink
Add screen mirroring in Infotainment.vspec (#737)
Browse files Browse the repository at this point in the history

Signed-off-by: Sungpil Shin <spshin@etri.re.kr>
  • Loading branch information
spshin3 authored May 8, 2024
1 parent 4107019 commit 2f45377
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions spec/Cabin/Infotainment.vspec
Original file line number Diff line number Diff line change
Expand Up @@ -247,6 +247,7 @@ HMI.DisplayOffDuration:
SmartphoneProjection:
type: branch
description: All smartphone projection actions.
comment: Smartphone projection exposes or controls specific applications on the Smartphone on the vehicle infotainment system.

SmartphoneProjection.Active:
datatype: string
Expand All @@ -260,11 +261,30 @@ SmartphoneProjection.Source:
type: actuator
allowed: ['USB', 'BLUETOOTH', 'WIFI']
description: Connectivity source selected for projection.
comment: Smartphone projection exposes or controls specific applications on the Smartphone on the vehicle infotainment system.

SmartphoneProjection.SupportedMode:
datatype: string[]
type: attribute
allowed: [ 'ANDROID_AUTO', 'APPLE_CARPLAY', 'MIRROR_LINK', 'OTHER' ]
description: Supportable list for projection.

SmartphoneScreenMirroring:
type: branch
description: All smartphone screen mirroring actions.
comment: Smartphone screen mirroring mirrors the whole screen of the Smartphone on the vehicle infotainment system.

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.

#include include/PowerOptimize.vspec

0 comments on commit 2f45377

Please sign in to comment.