Add auto-rotation in the XSD
authorJihoon Chung <jihoon.chung@samsung.com>
Mon, 6 May 2013 08:25:51 +0000 (17:25 +0900)
committerGerrit Code Review <gerrit2@kim11>
Tue, 7 May 2013 02:52:36 +0000 (11:52 +0900)
[Issue#] N/A
[Problem] N/A
[Cause] N/A
[Solution] Add 'auto-roatation' in the XSD
This will be used screen-orientation element
[SCMRequest] N/A

Change-Id: I237b32d6f83adbaa2e7323ba4a1a7970ffacce31

configuration/config.tizen.xsd

index 03102e4..72addb1 100644 (file)
@@ -29,6 +29,7 @@
         <xs:restriction base="xs:token">
             <xs:enumeration value="portrait"/>
             <xs:enumeration value="landscape"/>
+            <xs:enumeration value="auto-rotation"/>
         </xs:restriction>
     </xs:simpleType>