mirror of https://github.com/acidanthera/audk.git
Updated the XML Schema for MSA files to handle DEPEX information from INF files in new EDK II Builds.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2692 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
53ca26a2d8
commit
fe89f6fc12
|
@ -71,6 +71,17 @@
|
|||
</xs:simpleContent>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
<xs:element name="Depex">
|
||||
<xs:annotation>
|
||||
<xs:documentation xml:lang="en">This section is used to describe the DXE or PEI Dependency code</xs:documentation>
|
||||
</xs:annotation>
|
||||
<xs:complexType>
|
||||
<xs:sequence>
|
||||
<xs:element minOccurs="0" maxOccurs="unbounded" name="Define" type="xs:normalizedString"/>
|
||||
<xs:element minOccurs="0" maxOccurs="unbounded" name="Expression" type="xs:string"/>
|
||||
</xs:sequence>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
<xs:element name="Description" type="Paragraph">
|
||||
<xs:annotation>
|
||||
<xs:documentation xml:lang="en">This section is required for new modules and libraries and must contain more information than the Abstract.</xs:documentation>
|
||||
|
|
|
@ -53,6 +53,7 @@
|
|||
<xs:element minOccurs="0" maxOccurs="1" ref="Guids"/>
|
||||
<xs:element minOccurs="0" maxOccurs="1" ref="Externs"/>
|
||||
<xs:element minOccurs="0" maxOccurs="1" ref="PcdCoded"/>
|
||||
<xs:element minOccurs="0" maxOccurs="1" ref="Depex"/>
|
||||
<xs:element minOccurs="0" maxOccurs="1" ref="ModuleBuildOptions"/>
|
||||
<xs:element minOccurs="0" maxOccurs="unbounded" ref="UserExtensions"/>
|
||||
</xs:sequence>
|
||||
|
|
Loading…
Reference in New Issue