mirror of
https://github.com/acidanthera/audk.git
synced 2025-04-08 17:05:09 +02:00
Removed DEFAULT Usage type - it is not valid, and should have been removed a while ago.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1591 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
17bd391e3a
commit
755585c263
@ -258,7 +258,6 @@
|
||||
<xs:enumeration value="SOMETIMES_CONSUMED"/>
|
||||
<xs:enumeration value="ALWAYS_PRODUCED"/>
|
||||
<xs:enumeration value="SOMETIMES_PRODUCED"/>
|
||||
<xs:enumeration value="DEFAULT"/>
|
||||
<xs:enumeration value="PRIVATE"/>
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
@ -320,7 +319,6 @@
|
||||
<xs:enumeration value="SOMETIMES_CONSUMED"/>
|
||||
<xs:enumeration value="ALWAYS_PRODUCED"/>
|
||||
<xs:enumeration value="SOMETIMES_PRODUCED"/>
|
||||
<xs:enumeration value="DEFAULT"/>
|
||||
<xs:enumeration value="PRIVATE"/>
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
@ -365,7 +363,6 @@
|
||||
<xs:restriction base="UsageTypes">
|
||||
<xs:enumeration value="ALWAYS_CONSUMED"/>
|
||||
<xs:enumeration value="SOMETIMES_CONSUMED"/>
|
||||
<xs:enumeration value="DEFAULT"/>
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
<xs:simpleType name="PcdListType">
|
||||
@ -404,7 +401,6 @@
|
||||
<xs:simpleType name="PcdFeatureFlagUsage">
|
||||
<xs:restriction base="UsageTypes">
|
||||
<xs:enumeration value="ALWAYS_PRODUCED"/>
|
||||
<xs:enumeration value="DEFAULT"/>
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
<xs:simpleType name="PcdItemTypes">
|
||||
@ -422,7 +418,6 @@
|
||||
<xs:enumeration value="SOMETIMES_CONSUMED"/>
|
||||
<xs:enumeration value="ALWAYS_PRODUCED"/>
|
||||
<xs:enumeration value="SOMETIMES_PRODUCED"/>
|
||||
<xs:enumeration value="DEFAULT"/>
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
<xs:simpleType name="PpiNotifyUsage">
|
||||
@ -522,7 +517,6 @@
|
||||
<xs:enumeration value="TO_START"/>
|
||||
<xs:enumeration value="BY_START"/>
|
||||
<xs:enumeration value="PRIVATE"/>
|
||||
<xs:enumeration value="DEFAULT"/>
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
<xs:simpleType name="VariableOffsetValues">
|
||||
|
Loading…
x
Reference in New Issue
Block a user