]> git.proxmox.com Git - mirror_edk2.git/commitdiff
Updated the XML Schema for MSA files to handle DEPEX information from INF files in...
authorlhauch <lhauch@6f19259b-4bc3-4df7-8a09-765794883524>
Wed, 20 Jun 2007 20:14:32 +0000 (20:14 +0000)
committerlhauch <lhauch@6f19259b-4bc3-4df7-8a09-765794883524>
Wed, 20 Jun 2007 20:14:32 +0000 (20:14 +0000)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2692 6f19259b-4bc3-4df7-8a09-765794883524

BaseTools/Conf/XMLSchema/FrameworkDataElements.xsd
BaseTools/Conf/XMLSchema/SurfaceArea.xsd

index 56608d90472b6547df726ca8ba1d49ab6d5ae3d7..12bba93d4058152f281aa9e3c7bb3664febd3828 100644 (file)
       </xs:simpleContent>\r
     </xs:complexType>\r
   </xs:element>\r
+  <xs:element name="Depex">\r
+    <xs:annotation>\r
+      <xs:documentation xml:lang="en">This section is used to describe the DXE or PEI Dependency code</xs:documentation>\r
+    </xs:annotation>\r
+    <xs:complexType>\r
+      <xs:sequence>\r
+        <xs:element minOccurs="0" maxOccurs="unbounded" name="Define" type="xs:normalizedString"/>\r
+        <xs:element minOccurs="0" maxOccurs="unbounded" name="Expression" type="xs:string"/>\r
+      </xs:sequence>\r
+    </xs:complexType>\r
+  </xs:element>\r
   <xs:element name="Description" type="Paragraph">\r
     <xs:annotation>\r
       <xs:documentation xml:lang="en">This section is required for new modules and libraries and must contain more information than the Abstract.</xs:documentation>\r
index e0c95e03ad406d601f254c8f5c50adae6a470d8a..f95de26b1a9aff4fe6a5f3b30889a9e91f560267 100644 (file)
@@ -53,6 +53,7 @@
         <xs:element minOccurs="0" maxOccurs="1" ref="Guids"/>\r
         <xs:element minOccurs="0" maxOccurs="1" ref="Externs"/>\r
         <xs:element minOccurs="0" maxOccurs="1" ref="PcdCoded"/>\r
+        <xs:element minOccurs="0" maxOccurs="1" ref="Depex"/>\r
         <xs:element minOccurs="0" maxOccurs="1" ref="ModuleBuildOptions"/>\r
         <xs:element minOccurs="0" maxOccurs="unbounded" ref="UserExtensions"/>\r
       </xs:sequence>\r