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 /tm1 | |
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 'tm1')
-rw-r--r-- | tm1/model-config.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tm1/model-config.xml b/tm1/model-config.xml index 017b5a3..e3d972b 100644 --- a/tm1/model-config.xml +++ b/tm1/model-config.xml @@ -247,6 +247,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">Mobile(Telephony)</key> </platform> <custom> </custom> |