mirror of https://github.com/acidanthera/audk.git
Added ValidImageNames ENUM to FvImageTypes so that we do not break the current usage (in Nt32.fpd)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@326 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
dcec76514f
commit
0a94a7d997
|
@ -368,6 +368,7 @@
|
||||||
<xs:enumeration value="Attributes"/>
|
<xs:enumeration value="Attributes"/>
|
||||||
<xs:enumeration value="Options"/>
|
<xs:enumeration value="Options"/>
|
||||||
<xs:enumeration value="Components"/>
|
<xs:enumeration value="Components"/>
|
||||||
|
<xs:enumeration value="ValidImageNames"/>
|
||||||
</xs:restriction>
|
</xs:restriction>
|
||||||
</xs:simpleType>
|
</xs:simpleType>
|
||||||
<xs:simpleType name="FvSubRegionTypes">
|
<xs:simpleType name="FvSubRegionTypes">
|
||||||
|
|
Loading…
Reference in New Issue