diff options
author | Kichan Kwon <k_c.kwon@samsung.com> | 2018-02-23 09:26:10 +0900 |
---|---|---|
committer | Kichan Kwon <k_c.kwon@samsung.com> | 2018-02-23 09:26:27 +0900 |
commit | 70bc7f7ff859496b50a7c6890870bb372682f09d (patch) | |
tree | 19a2687fcdf8b36a984093299ec7fa9948dafc95 | |
parent | 63407f06880fd48b39b32ea7b46a531074a6af0c (diff) | |
download | model-config-n4-70bc7f7ff859496b50a7c6890870bb372682f09d.tar.gz model-config-n4-70bc7f7ff859496b50a7c6890870bb372682f09d.tar.bz2 model-config-n4-70bc7f7ff859496b50a7c6890870bb372682f09d.zip |
Add screen featuresubmit/tizen/20180223.010535accepted/tizen/unified/20180223.162215
Change-Id: I7b512443d2f28e7c52d5877719dad4d86907c0ba
Signed-off-by: Kichan Kwon <k_c.kwon@samsung.com>
-rwxr-xr-x | model-config.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/model-config.xml b/model-config.xml index e4ebaa0..abb5524 100755 --- a/model-config.xml +++ b/model-config.xml @@ -137,6 +137,7 @@ <key name="tizen.org/feature/platform.native.osp_compatible" type="bool">false</key> <key name="tizen.org/feature/platform.web.api.version" type="string">5.0</key> <key name="tizen.org/feature/profile" type="string">mobile</key> + <key name="tizen.org/feature/screen" type="bool">true</key> <key name="tizen.org/feature/screen.auto_rotation" type="bool">true</key> <key name="tizen.org/feature/screen.bpp" type="int">32</key> <key name="tizen.org/feature/screen.coordinate_system.size.large" type="bool">false</key> |