Modify config.xml
authorSoyoung Kim <sy037.kim@samsung.com>
Wed, 16 Jan 2013 06:40:51 +0000 (15:40 +0900)
committerSoyoung Kim <sy037.kim@samsung.com>
Wed, 16 Jan 2013 07:32:36 +0000 (16:32 +0900)
[Issue#] N/A
[Problem] nodisplay setting doesn't support. and add app-control
[Cause] N/A
[Solution] remove nodisplay setting
Add app-control element to config.xsd
[SCMRequest] N/A

Change-Id: I771af75e6b0e6e32721a964e5fcb5510b4a911e8

configuration/config.tizen.xsd
configuration/config.xsd

index ac081ab..4bc46ea 100755 (executable)
@@ -79,7 +79,6 @@
         <xs:attribute name="context-menu" type="tizen:activationType" use="optional"/> <!-- default: enable -->
         <xs:attribute name="background-support" type="tizen:activationType" use="optional"/> <!-- default: enable -->
         <xs:attribute name="encryption" type="tizen:activationType" use="optional"/> <!-- default: disable -->
-        <xs:attribute name="nodisplay" type="widgets:data.boolean" use="optional"/> <!-- default: false -->
         <xs:attribute name="install-location" type="tizen:InstallLocationType" use="optional"/>
     </xs:complexType>
 </xs:element>
index 8acb687..4e6a005 100755 (executable)
@@ -71,6 +71,7 @@
                 <!-- The wildcards permitted within the list are ##local (a nonqualified element) and ##targetNamespace (the target namespace). Two wildcards can also be used instead of the list: ##any (any namespace) and ##other (any namespace other than the target namespace). -->\r
                 <!--xs:group ref="widgets:extension"/-->\r
                 <xs:element ref="tizen:appservice"  maxOccurs="unbounded" xmlns:tizen="http://tizen.org/ns/widgets"/>\r
+                <xs:element ref="tizen:app-control"  maxOccurs="unbounded" xmlns:tizen="http://tizen.org/ns/widgets"/>\r
                 <xs:element ref="tizen:setting"  maxOccurs="unbounded" xmlns:tizen="http://tizen.org/ns/widgets"/>\r
                 <xs:element ref="tizen:application" minOccurs="1" maxOccurs="1" xmlns:tizen="http://tizen.org/ns/widgets"/>\r
                 <xs:element ref="tizen:content"  minOccurs="1" maxOccurs="1" xmlns:tizen="http://tizen.org/ns/widgets"/>\r