diff options
author | DoHyun Pyun <dh79.pyun@samsung.com> | 2021-02-04 08:57:27 +0900 |
---|---|---|
committer | Pyun DoHyun <dh79.pyun@samsung.com> | 2021-02-04 05:42:28 +0000 |
commit | 4aad5bf059c3eaa62ffaa9007e1acddc4df6b295 (patch) | |
tree | 2c5e996d1b505be4e24ffc7706e82bd888c8c940 /rpi3 | |
parent | c0aa5f8d1e87f19ed27596d62919e34f5f3e6f07 (diff) | |
download | unified-model-config-submit/tizen/20210204.062821.tar.gz unified-model-config-submit/tizen/20210204.062821.tar.bz2 unified-model-config-submit/tizen/20210204.062821.zip |
[ACR-1616] Add new user awareness feature keysubmit/tizen/20210204.062821accepted/tizen/unified/20210204.134403
- tizen.org/feature/network.user_awareness
Change-Id: Id7fa5b8fa8e78e0344f56b8f0b983e4f9e1a7295
Signed-off-by: DoHyun Pyun <dh79.pyun@samsung.com>
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 189f2ec..df16c06 100644 --- a/rpi3/model-config.xml +++ b/rpi3/model-config.xml @@ -116,6 +116,7 @@ <key name="tizen.org/feature/network.wifi.tdls" type="bool">false</key> <key name="tizen.org/feature/network.traffic_control" type="bool">true</key> <key name="tizen.org/feature/network.inm" type="bool">true</key> + <key name="tizen.org/feature/network.user_awareness" type="bool">true</key> <key name="tizen.org/feature/nlp" type="bool">false</key> <key name="tizen.org/feature/opengles" type="bool">true</key> <key name="tizen.org/feature/opengles.surfaceless_context" type="bool">true</key> diff --git a/rpi3/model-config_tv.xml b/rpi3/model-config_tv.xml index 15183a9..3f1c43a 100644 --- a/rpi3/model-config_tv.xml +++ b/rpi3/model-config_tv.xml @@ -126,6 +126,7 @@ <key name="tizen.org/feature/network.wifi.tdls" type="bool">false</key> <key name="tizen.org/feature/network.traffic_control" type="bool">true</key> <key name="tizen.org/feature/network.inm" type="bool">true</key> + <key name="tizen.org/feature/network.user_awareness" type="bool">true</key> <key name="tizen.org/feature/nlp" type="bool">false</key> <key name="tizen.org/feature/notification" type="bool">false</key> <key name="tizen.org/feature/oauth2" type="bool">false</key> |