Add codes for trust anchor
[platform/core/appfw/pkgmgr-info.git] / parser / manifest.xsd.ref
index e894a76..815571c 100644 (file)
@@ -26,6 +26,7 @@
           <xs:element ref="packages:font"/>
           <xs:element ref="packages:ime"/>
           <xs:element ref="packages:feature"/>
+          <xs:element ref="packages:trust-anchor"/>
         </xs:choice>
       </xs:sequence>
       <xs:attribute name="storeclient-id" type="xs:string"/>
   </xs:element>
   <xs:element name="feature">
   </xs:element>
+  <xs:element name="trust-anchor">
+    <xs:complexType>
+      <xs:attribute name="pkg-certs-dir" type="xs:string"/>
+      <xs:attribute name="use-system-certs" type="xs:string"/>
+    </xs:complexType>
+  </xs:element>
   <xs:element name="privileges">
     <xs:complexType>
       <xs:sequence>
         <xs:choice maxOccurs="unbounded" minOccurs="0">
           <xs:element ref="packages:privilege"/>
+          <xs:element ref="packages:appdefined-privilege"/>
         </xs:choice>
       </xs:sequence>
     </xs:complexType>
       <xs:attribute name="type" type="PrivilegeType"/>
     </xs:complexType>
   </xs:element>
+  <xs:element name="provides-appdefined-privileges">
+    <xs:complexType>
+      <xs:sequence>
+        <xs:choice maxOccurs="unbounded" minOccurs="0">
+          <xs:element ref="packages:appdefined-privilege"/>
+        </xs:choice>
+      </xs:sequence>
+    </xs:complexType>
+  </xs:element>
+  <xs:element name="appdefined-privilege">
+    <xs:complexType mixed="true">
+      <xs:attribute name="type" type="PrivilegeType"/>
+      <xs:attribute name="license" type="xs:string"/>
+    </xs:complexType>
+  </xs:element>
   <xs:element name="font">
   </xs:element>
   <xs:element name="label">