mirror of https://github.com/acidanthera/audk.git
Added Optional Element, SupportedArchitectures which is a list of itemType: SupportedArchitectures (IA32, X64, IPF, EBC)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@405 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
0675decb4f
commit
348e1ac1db
|
@ -136,6 +136,11 @@
|
|||
<!-- Updated needs to be removed -->
|
||||
<xs:element minOccurs="0" maxOccurs="1" ref="ModifiedDate"/>
|
||||
</xs:choice>
|
||||
<xs:element minOccurs="0" maxOccurs="1" name="SupportedArchitectures">
|
||||
<xs:simpleType>
|
||||
<xs:list itemType="SupportedArchitectures"/>
|
||||
</xs:simpleType>
|
||||
</xs:element>
|
||||
<xs:element minOccurs="0" maxOccurs="1" ref="Specification"/>
|
||||
<!-- Specification needs to be required - FRAMEWORK_BUILD_PACKAGING_SPECIFICATION 0x00090000 -->
|
||||
</xs:sequence>
|
||||
|
|
Loading…
Reference in New Issue