diff options
author | InHong Han <inhong1.han@samsung.com> | 2022-04-22 11:26:27 +0900 |
---|---|---|
committer | InHong Han <inhong1.han@samsung.com> | 2022-04-25 16:49:51 +0900 |
commit | 21c6baafb122a580c8a37e06e49314840fcbef27 (patch) | |
tree | 39f780a8f6490e7006819c3cdea9e8339e20aaa4 | |
parent | 18561c9ea442f6bb18c075aa7b3200cb2b4f02f2 (diff) | |
download | unified-model-config-21c6baafb122a580c8a37e06e49314840fcbef27.tar.gz unified-model-config-21c6baafb122a580c8a37e06e49314840fcbef27.tar.bz2 unified-model-config-21c6baafb122a580c8a37e06e49314840fcbef27.zip |
Enable Sticker feature on Iot profilesubmit/tizen/20220426.021855accepted/tizen/unified/20220426.132013
Change-Id: If49693972e50b33860932996737b625e1ccfc58b
-rw-r--r-- | emulator/model-config_tv.xml | 2 | ||||
-rw-r--r-- | emulator/model-config_tv64.xml | 2 | ||||
-rw-r--r-- | generic/model-config-iot.xml | 2 | ||||
-rw-r--r-- | rpi3/model-config.xml | 2 | ||||
-rw-r--r-- | rpi3/model-config_tv.xml | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/emulator/model-config_tv.xml b/emulator/model-config_tv.xml index f517303..6fc2ac5 100644 --- a/emulator/model-config_tv.xml +++ b/emulator/model-config_tv.xml @@ -240,7 +240,7 @@ <key name="tizen.org/feature/thermistor.cp" type="bool">false</key> <key name="tizen.org/feature/thermistor.battery" type="bool">false</key> <key name="tizen.org/feature/ui_service.softkey" type="bool">true</key> - <key name="tizen.org/feature/ui_service.sticker" type="bool">false</key> + <key name="tizen.org/feature/ui_service.sticker" type="bool">true</key> <key name="tizen.org/feature/usb.accessory" type="bool">false</key> <key name="tizen.org/feature/usb.host" type="bool">false</key> <key name="tizen.org/feature/vision.barcode_detection" type="bool">false</key> diff --git a/emulator/model-config_tv64.xml b/emulator/model-config_tv64.xml index 70b326d..98aadda 100644 --- a/emulator/model-config_tv64.xml +++ b/emulator/model-config_tv64.xml @@ -237,7 +237,7 @@ <key name="tizen.org/feature/thermistor.cp" type="bool">false</key> <key name="tizen.org/feature/thermistor.battery" type="bool">false</key> <key name="tizen.org/feature/ui_service.softkey" type="bool">true</key> - <key name="tizen.org/feature/ui_service.sticker" type="bool">false</key> + <key name="tizen.org/feature/ui_service.sticker" type="bool">true</key> <key name="tizen.org/feature/usb.accessory" type="bool">false</key> <key name="tizen.org/feature/usb.host" type="bool">false</key> <key name="tizen.org/feature/vision.barcode_detection" type="bool">false</key> diff --git a/generic/model-config-iot.xml b/generic/model-config-iot.xml index 5ef3fda..e03082c 100644 --- a/generic/model-config-iot.xml +++ b/generic/model-config-iot.xml @@ -269,7 +269,7 @@ <key name="tizen.org/feature/thermistor.cp" type="bool">true</key> <key name="tizen.org/feature/thermistor.battery" type="bool">true</key> <key name="tizen.org/feature/ui_service.softkey" type="bool">false</key> - <key name="tizen.org/feature/ui_service.sticker" type="bool">false</key> + <key name="tizen.org/feature/ui_service.sticker" type="bool">true</key> <key name="tizen.org/feature/tv.audio" type="bool">false</key> <key name="tizen.org/feature/tv.display" type="bool">true</key> <key name="tizen.org/feature/tv.information" type="bool">false</key> diff --git a/rpi3/model-config.xml b/rpi3/model-config.xml index e45d278..d9178e8 100644 --- a/rpi3/model-config.xml +++ b/rpi3/model-config.xml @@ -235,7 +235,7 @@ <key name="tizen.org/feature/thermistor.cp" type="bool">false</key> <key name="tizen.org/feature/thermistor.battery" type="bool">false</key> <key name="tizen.org/feature/ui_service.softkey" type="bool">true</key> - <key name="tizen.org/feature/ui_service.sticker" type="bool">false</key> + <key name="tizen.org/feature/ui_service.sticker" type="bool">true</key> <key name="tizen.org/feature/tv.audio" type="bool">false</key> <key name="tizen.org/feature/tv.display" type="bool">false</key> <key name="tizen.org/feature/tv.inputdevice" type="bool">false</key> diff --git a/rpi3/model-config_tv.xml b/rpi3/model-config_tv.xml index f737bf7..73589a1 100644 --- a/rpi3/model-config_tv.xml +++ b/rpi3/model-config_tv.xml @@ -240,7 +240,7 @@ <key name="tizen.org/feature/thermistor.cp" type="bool">false</key> <key name="tizen.org/feature/thermistor.battery" type="bool">false</key> <key name="tizen.org/feature/ui_service.softkey" type="bool">true</key> - <key name="tizen.org/feature/ui_service.sticker" type="bool">false</key> + <key name="tizen.org/feature/ui_service.sticker" type="bool">true</key> <key name="tizen.org/feature/tv.audio" type="bool">false</key> <key name="tizen.org/feature/tv.display" type="bool">false</key> <key name="tizen.org/feature/tv.inputdevice" type="bool">false</key> |