diff options
author | DoHyun Pyun <dh79.pyun@samsung.com> | 2021-04-09 08:14:52 +0900 |
---|---|---|
committer | DoHyun Pyun <dh79.pyun@samsung.com> | 2021-04-09 08:14:52 +0900 |
commit | ed8ea058f0247a3f86a45f0de3ce1def937c766e (patch) | |
tree | ff5f77c1e35365d3fc5b466e376840226dceb505 /emulator | |
parent | 4aad5bf059c3eaa62ffaa9007e1acddc4df6b295 (diff) | |
download | unified-model-config-ed8ea058f0247a3f86a45f0de3ce1def937c766e.tar.gz unified-model-config-ed8ea058f0247a3f86a45f0de3ce1def937c766e.tar.bz2 unified-model-config-ed8ea058f0247a3f86a45f0de3ce1def937c766e.zip |
[ACR-1616] Modify user awareness feature namesubmit/tizen/20210428.180406accepted/tizen/unified/20210428.040439
Change-Id: Idccd25fa605ecb75ae543a3df68bed142b0e1472
Signed-off-by: DoHyun Pyun <dh79.pyun@samsung.com>
Diffstat (limited to 'emulator')
-rw-r--r-- | emulator/model-config.xml | 2 | ||||
-rw-r--r-- | emulator/model-config_mobile.xml | 2 | ||||
-rw-r--r-- | emulator/model-config_mobile64.xml | 2 | ||||
-rw-r--r-- | emulator/model-config_tv.xml | 2 | ||||
-rw-r--r-- | emulator/model-config_tv64.xml | 2 | ||||
-rw-r--r-- | emulator/model-config_wearable.xml | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/emulator/model-config.xml b/emulator/model-config.xml index 987c8d5..72ac4e3 100644 --- a/emulator/model-config.xml +++ b/emulator/model-config.xml @@ -103,7 +103,7 @@ <key name="tizen.org/feature/network.wifi.softap" 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">false</key> - <key name="tizen.org/feature/network.user_awareness" type="bool">false</key> + <key name="tizen.org/feature/user_awareness" type="bool">false</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/emulator/model-config_mobile.xml b/emulator/model-config_mobile.xml index 72302aa..fc813cc 100644 --- a/emulator/model-config_mobile.xml +++ b/emulator/model-config_mobile.xml @@ -127,7 +127,7 @@ <key name="tizen.org/feature/network.wifi.softap" 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">false</key> - <key name="tizen.org/feature/network.user_awareness" type="bool">false</key> + <key name="tizen.org/feature/user_awareness" type="bool">false</key> <key name="tizen.org/feature/nlp" type="bool" capi="off" webapi="off" csapi="on">true</key> <key name="tizen.org/feature/notification" type="bool">true</key> <key name="tizen.org/feature/opengles" type="bool">true</key> diff --git a/emulator/model-config_mobile64.xml b/emulator/model-config_mobile64.xml index 568b3ec..e9fbd0c 100644 --- a/emulator/model-config_mobile64.xml +++ b/emulator/model-config_mobile64.xml @@ -127,7 +127,7 @@ <key name="tizen.org/feature/network.wifi.softap" 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">false</key> - <key name="tizen.org/feature/network.user_awareness" type="bool">false</key> + <key name="tizen.org/feature/user_awareness" type="bool">false</key> <key name="tizen.org/feature/nlp" type="bool" capi="off" webapi="off" csapi="on">true</key> <key name="tizen.org/feature/notification" type="bool">true</key> <key name="tizen.org/feature/opengles" type="bool">true</key> diff --git a/emulator/model-config_tv.xml b/emulator/model-config_tv.xml index 19fa5f2..a8b37ac 100644 --- a/emulator/model-config_tv.xml +++ b/emulator/model-config_tv.xml @@ -124,7 +124,7 @@ <key name="tizen.org/feature/network.wifi.softap" 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">false</key> - <key name="tizen.org/feature/network.user_awareness" type="bool">false</key> + <key name="tizen.org/feature/user_awareness" type="bool">false</key> <key name="tizen.org/feature/nlp" type="bool">false</key> <key name="tizen.org/feature/notification" type="bool">true</key> <key name="tizen.org/feature/oauth2" type="bool">false</key> diff --git a/emulator/model-config_tv64.xml b/emulator/model-config_tv64.xml index 13c0841..e8682e2 100644 --- a/emulator/model-config_tv64.xml +++ b/emulator/model-config_tv64.xml @@ -122,7 +122,7 @@ <key name="tizen.org/feature/network.wifi.softap" 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">false</key> - <key name="tizen.org/feature/network.user_awareness" type="bool">false</key> + <key name="tizen.org/feature/user_awareness" type="bool">false</key> <key name="tizen.org/feature/nlp" type="bool">false</key> <key name="tizen.org/feature/notification" type="bool">true</key> <key name="tizen.org/feature/opengles" type="bool">true</key> diff --git a/emulator/model-config_wearable.xml b/emulator/model-config_wearable.xml index 59e6230..5e09736 100644 --- a/emulator/model-config_wearable.xml +++ b/emulator/model-config_wearable.xml @@ -129,7 +129,7 @@ <key name="tizen.org/feature/network.wifi.softap" 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">false</key> - <key name="tizen.org/feature/network.user_awareness" type="bool">false</key> + <key name="tizen.org/feature/user_awareness" type="bool">false</key> <key name="tizen.org/feature/nlp" type="bool">false</key> <key name="tizen.org/feature/notification" type="bool">true</key> <key name="tizen.org/feature/opengles" type="bool">true</key> |