summaryrefslogtreecommitdiff
path: root/Tools
diff options
context:
space:
mode:
authorlhauch <lhauch@6f19259b-4bc3-4df7-8a09-765794883524>2006-05-27 02:14:28 +0000
committerlhauch <lhauch@6f19259b-4bc3-4df7-8a09-765794883524>2006-05-27 02:14:28 +0000
commit4848adcbc5f25a701cc867bae4ab9d9576737e14 (patch)
treec450cd80a9e646d18c937ac17d8ba675b3cbfac8 /Tools
parent466d23470c987a503d4ceea9537c232dd1d2aa26 (diff)
downloadedk2-4848adcbc5f25a701cc867bae4ab9d9576737e14.zip
edk2-4848adcbc5f25a701cc867bae4ab9d9576737e14.tar.gz
edk2-4848adcbc5f25a701cc867bae4ab9d9576737e14.tar.bz2
Moved attribute PcdIsDriver to PcdData element and out of PcdBuildDeclarations and PcdDynamicBuildDeclarations.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@303 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'Tools')
-rw-r--r--Tools/XMLSchema/FrameworkDataElements.xsd3
1 files changed, 1 insertions, 2 deletions
diff --git a/Tools/XMLSchema/FrameworkDataElements.xsd b/Tools/XMLSchema/FrameworkDataElements.xsd
index 284e708..eb4eb35 100644
--- a/Tools/XMLSchema/FrameworkDataElements.xsd
+++ b/Tools/XMLSchema/FrameworkDataElements.xsd
@@ -872,6 +872,7 @@
<xs:element minOccurs="0" maxOccurs="1" ref="HelpText"/>
</xs:sequence>
<xs:attributeGroup ref="PcdAttributes"/>
+ <xs:attribute name="PcdIsDriver" use="optional">
</xs:complexType>
</xs:element>
</xs:sequence>
@@ -1065,7 +1066,6 @@
<xs:element minOccurs="1" maxOccurs="1" name="DefaultValue" type="xs:normalizedString"/>
</xs:sequence>
<xs:attributeGroup ref="PcdAttributes"/>
- <xs:attribute name="PcdIsDriver" use="optional">
<xs:simpleType>
<xs:annotation>
<xs:documentation xml:lang="en">This is an enumerated data type that will be used for DYNAMIC_EX, PEIM or DXE only</xs:documentation>
@@ -1199,7 +1199,6 @@
<xs:element minOccurs="1" maxOccurs="1" name="DefaultValue" type="xs:normalizedString"/>
</xs:sequence>
<xs:attributeGroup ref="PcdAttributes"/>
- <xs:attribute name="PcdIsDriver" use="optional">
<xs:simpleType>
<xs:annotation>
<xs:documentation xml:lang="en">This is an enumerated data type that will be used for DYNAMIC_EX, PEIM or DXE only</xs:documentation>