diff options
author | Woo Chang Kim <wchang.kim@samsung.com> | 2019-05-13 05:06:50 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@review.ap-northeast-2.compute.internal> | 2019-05-13 05:06:50 +0000 |
commit | 9b20ba44be65e965736a4a2eef59b36fcbbc3ab4 (patch) | |
tree | 5838568423f52628f4c1c067c164be61db057e54 /tw3 | |
parent | 6e80d30fa8b2b24112e1de2abbc805e70fe4a940 (diff) | |
parent | a6b771b14d49423ff08047f4826aefe70775940e (diff) | |
download | unified-model-config-9b20ba44be65e965736a4a2eef59b36fcbbc3ab4.tar.gz unified-model-config-9b20ba44be65e965736a4a2eef59b36fcbbc3ab4.tar.bz2 unified-model-config-9b20ba44be65e965736a4a2eef59b36fcbbc3ab4.zip |
Merge "[ACR-1381] Add device type key" into tizensubmit/tizen/20190530.042125submit/tizen/20190513.050751accepted/tizen/unified/20190602.221816accepted/tizen/unified/20190513.082618
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 1a8f124..987d015 100644 --- a/tw3/model-config.xml +++ b/tw3/model-config.xml @@ -249,6 +249,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> |