From 2f453776a7a9c1e749999b67a678ab4d397e0ff7 Mon Sep 17 00:00:00 2001 From: Sungpil Shin <57691044+spshin3@users.noreply.github.com> Date: Wed, 8 May 2024 15:26:51 +0900 Subject: [PATCH] Add screen mirroring in Infotainment.vspec (#737) Signed-off-by: Sungpil Shin --- spec/Cabin/Infotainment.vspec | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/spec/Cabin/Infotainment.vspec b/spec/Cabin/Infotainment.vspec index 63d6c4865..9b1cd611e 100644 --- a/spec/Cabin/Infotainment.vspec +++ b/spec/Cabin/Infotainment.vspec @@ -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 @@ -260,6 +261,7 @@ 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[] @@ -267,4 +269,22 @@ SmartphoneProjection.SupportedMode: 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