From 7df555cef9783e679cd31030b34132241e9a6b98 Mon Sep 17 00:00:00 2001 From: Sungpil Shin Date: Wed, 13 Dec 2023 14:22:43 +0900 Subject: [PATCH] Update screen mirroring in Infotainment.vspec Signed-off-by: Sungpil Shin --- spec/Cabin/Infotainment.vspec | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/spec/Cabin/Infotainment.vspec b/spec/Cabin/Infotainment.vspec index 63d6c4865..98ecd2452 100644 --- a/spec/Cabin/Infotainment.vspec +++ b/spec/Cabin/Infotainment.vspec @@ -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