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 /tw3 | |
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 'tw3')
-rw-r--r-- | tw3/model-config.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tw3/model-config.xml b/tw3/model-config.xml index 7b67d9a..b038a87 100644 --- a/tw3/model-config.xml +++ b/tw3/model-config.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> |