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:
@@ -258,7 +258,6 @@
|
|||||||
<xs:enumeration value="SOMETIMES_CONSUMED"/>
|
<xs:enumeration value="SOMETIMES_CONSUMED"/>
|
||||||
<xs:enumeration value="ALWAYS_PRODUCED"/>
|
<xs:enumeration value="ALWAYS_PRODUCED"/>
|
||||||
<xs:enumeration value="SOMETIMES_PRODUCED"/>
|
<xs:enumeration value="SOMETIMES_PRODUCED"/>
|
||||||
<xs:enumeration value="DEFAULT"/>
|
|
||||||
<xs:enumeration value="PRIVATE"/>
|
<xs:enumeration value="PRIVATE"/>
|
||||||
</xs:restriction>
|
</xs:restriction>
|
||||||
</xs:simpleType>
|
</xs:simpleType>
|
||||||
@@ -320,7 +319,6 @@
|
|||||||
<xs:enumeration value="SOMETIMES_CONSUMED"/>
|
<xs:enumeration value="SOMETIMES_CONSUMED"/>
|
||||||
<xs:enumeration value="ALWAYS_PRODUCED"/>
|
<xs:enumeration value="ALWAYS_PRODUCED"/>
|
||||||
<xs:enumeration value="SOMETIMES_PRODUCED"/>
|
<xs:enumeration value="SOMETIMES_PRODUCED"/>
|
||||||
<xs:enumeration value="DEFAULT"/>
|
|
||||||
<xs:enumeration value="PRIVATE"/>
|
<xs:enumeration value="PRIVATE"/>
|
||||||
</xs:restriction>
|
</xs:restriction>
|
||||||
</xs:simpleType>
|
</xs:simpleType>
|
||||||
@@ -365,7 +363,6 @@
|
|||||||
<xs:restriction base="UsageTypes">
|
<xs:restriction base="UsageTypes">
|
||||||
<xs:enumeration value="ALWAYS_CONSUMED"/>
|
<xs:enumeration value="ALWAYS_CONSUMED"/>
|
||||||
<xs:enumeration value="SOMETIMES_CONSUMED"/>
|
<xs:enumeration value="SOMETIMES_CONSUMED"/>
|
||||||
<xs:enumeration value="DEFAULT"/>
|
|
||||||
</xs:restriction>
|
</xs:restriction>
|
||||||
</xs:simpleType>
|
</xs:simpleType>
|
||||||
<xs:simpleType name="PcdListType">
|
<xs:simpleType name="PcdListType">
|
||||||
@@ -404,7 +401,6 @@
|
|||||||
<xs:simpleType name="PcdFeatureFlagUsage">
|
<xs:simpleType name="PcdFeatureFlagUsage">
|
||||||
<xs:restriction base="UsageTypes">
|
<xs:restriction base="UsageTypes">
|
||||||
<xs:enumeration value="ALWAYS_PRODUCED"/>
|
<xs:enumeration value="ALWAYS_PRODUCED"/>
|
||||||
<xs:enumeration value="DEFAULT"/>
|
|
||||||
</xs:restriction>
|
</xs:restriction>
|
||||||
</xs:simpleType>
|
</xs:simpleType>
|
||||||
<xs:simpleType name="PcdItemTypes">
|
<xs:simpleType name="PcdItemTypes">
|
||||||
@@ -422,7 +418,6 @@
|
|||||||
<xs:enumeration value="SOMETIMES_CONSUMED"/>
|
<xs:enumeration value="SOMETIMES_CONSUMED"/>
|
||||||
<xs:enumeration value="ALWAYS_PRODUCED"/>
|
<xs:enumeration value="ALWAYS_PRODUCED"/>
|
||||||
<xs:enumeration value="SOMETIMES_PRODUCED"/>
|
<xs:enumeration value="SOMETIMES_PRODUCED"/>
|
||||||
<xs:enumeration value="DEFAULT"/>
|
|
||||||
</xs:restriction>
|
</xs:restriction>
|
||||||
</xs:simpleType>
|
</xs:simpleType>
|
||||||
<xs:simpleType name="PpiNotifyUsage">
|
<xs:simpleType name="PpiNotifyUsage">
|
||||||
@@ -522,7 +517,6 @@
|
|||||||
<xs:enumeration value="TO_START"/>
|
<xs:enumeration value="TO_START"/>
|
||||||
<xs:enumeration value="BY_START"/>
|
<xs:enumeration value="BY_START"/>
|
||||||
<xs:enumeration value="PRIVATE"/>
|
<xs:enumeration value="PRIVATE"/>
|
||||||
<xs:enumeration value="DEFAULT"/>
|
|
||||||
</xs:restriction>
|
</xs:restriction>
|
||||||
</xs:simpleType>
|
</xs:simpleType>
|
||||||
<xs:simpleType name="VariableOffsetValues">
|
<xs:simpleType name="VariableOffsetValues">
|
||||||
|
Reference in New Issue
Block a user