diff options
author | Kichan Kwon <k_c.kwon@samsung.com> | 2019-05-13 11:37:14 +0900 |
---|---|---|
committer | Kichan Kwon <k_c.kwon@samsung.com> | 2019-05-13 11:37:51 +0900 |
commit | a6b771b14d49423ff08047f4826aefe70775940e (patch) | |
tree | d711518859d3562c408179f464042ad0ce98bd07 /emulator | |
parent | 65f2e73265e2d508f02d38547ff14f69ac90b60a (diff) | |
download | unified-model-config-a6b771b14d49423ff08047f4826aefe70775940e.tar.gz unified-model-config-a6b771b14d49423ff08047f4826aefe70775940e.tar.bz2 unified-model-config-a6b771b14d49423ff08047f4826aefe70775940e.zip |
[ACR-1381] Add device type key
Change-Id: I2762ef2c6a66671094e44527e285315dd99ae86f
Signed-off-by: Kichan Kwon <k_c.kwon@samsung.com>
Diffstat (limited to 'emulator')
-rw-r--r-- | emulator/model-config_mobile.xml | 1 | ||||
-rw-r--r-- | emulator/model-config_wearable.xml | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/emulator/model-config_mobile.xml b/emulator/model-config_mobile.xml index ff543ca..d3d96e8 100644 --- a/emulator/model-config_mobile.xml +++ b/emulator/model-config_mobile.xml @@ -245,5 +245,6 @@ <key name="tizen.org/feature/oauth2" type="bool">true</key> <key name="tizen.org/feature/security.privacy_privilege" type="bool">true</key> <key name="tizen.org/feature/security.device_certificate" type="bool">false</key> + <key name="tizen.org/system/device_type" type="string">Mobile(Wi-Fi)</key> </platform> </model-config> diff --git a/emulator/model-config_wearable.xml b/emulator/model-config_wearable.xml index ab0dc96..977402a 100644 --- a/emulator/model-config_wearable.xml +++ b/emulator/model-config_wearable.xml @@ -248,6 +248,7 @@ <key name="tizen.org/feature/oauth2" type="bool">true</key> <key name="tizen.org/feature/security.privacy_privilege" type="bool">true</key> <key name="tizen.org/feature/security.device_certificate" type="bool">false</key> + <key name="tizen.org/system/device_type" type="string">Wearable(Without SIM)</key> </platform> <custom> </custom> |