diff options
Diffstat (limited to 'rpi3')
-rw-r--r-- | rpi3/model-config.xml | 1 | ||||
-rw-r--r-- | rpi3/model-config_tv.xml | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/rpi3/model-config.xml b/rpi3/model-config.xml index 816d875..09ad47b 100644 --- a/rpi3/model-config.xml +++ b/rpi3/model-config.xml @@ -215,6 +215,7 @@ <key name="tizen.org/feature/thermistor.ap" type="bool">true</key> <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/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 c1e1723..5ee14a6 100644 --- a/rpi3/model-config_tv.xml +++ b/rpi3/model-config_tv.xml @@ -207,6 +207,7 @@ <key name="tizen.org/feature/thermistor.ap" type="bool">true</key> <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/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> |