summaryrefslogtreecommitdiff
path: root/Tools/XMLSchema
diff options
context:
space:
mode:
authorklu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524>2006-06-12 15:11:33 +0000
committerklu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524>2006-06-12 15:11:33 +0000
commit95945c7635df90c9d95ac93aa1f9bf725fd24ab6 (patch)
treee57604a56e236df46bb4a127e9a3b26831d7d120 /Tools/XMLSchema
parent0fd9e1370fe90fe779fa19cb087374a315814c05 (diff)
downloadedk2-95945c7635df90c9d95ac93aa1f9bf725fd24ab6.zip
edk2-95945c7635df90c9d95ac93aa1f9bf725fd24ab6.tar.gz
edk2-95945c7635df90c9d95ac93aa1f9bf725fd24ab6.tar.bz2
Transfer old <PCDs> in MSA to <PcdCoded>:
1) Add <PcdCoded> definition for library module SA in transition schema. 2) Add <PcdCoded> in all MSA instead of original <PCDs> git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@484 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'Tools/XMLSchema')
-rw-r--r--Tools/XMLSchema/SurfaceArea.xsd1
1 files changed, 1 insertions, 0 deletions
diff --git a/Tools/XMLSchema/SurfaceArea.xsd b/Tools/XMLSchema/SurfaceArea.xsd
index ed47c11..ca44ce7 100644
--- a/Tools/XMLSchema/SurfaceArea.xsd
+++ b/Tools/XMLSchema/SurfaceArea.xsd
@@ -100,6 +100,7 @@
<xs:element minOccurs="0" maxOccurs="1" ref="Guids"/>
<xs:element minOccurs="0" maxOccurs="1" ref="Externs"/>
<xs:element minOccurs="0" maxOccurs="1" ref="PCDs"/>
+ <xs:element minOccurs="0" maxOccurs="1" ref="PcdCoded"/>
<xs:element minOccurs="0" maxOccurs="1" ref="BuildOptions"/>
</xs:sequence>
</xs:complexType>