]> git.proxmox.com Git - mirror_edk2.git/commitdiff
Added an Optional PcdUsage to PcdCoded element - however, this will have to change...
authorlhauch <lhauch@6f19259b-4bc3-4df7-8a09-765794883524>
Sat, 15 Jul 2006 13:51:33 +0000 (13:51 +0000)
committerlhauch <lhauch@6f19259b-4bc3-4df7-8a09-765794883524>
Sat, 15 Jul 2006 13:51:33 +0000 (13:51 +0000)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1021 6f19259b-4bc3-4df7-8a09-765794883524

Tools/XMLSchema/FrameworkDataAttributes.xsd

index 1e0f760ddac4479cecd1e552fc8dd009b5fdc59d..21b63fd2222f8f9d2dfba5d6fea0722cf2a11d41 100644 (file)
     <xs:attribute name="ItemType" type="PcdItemTypes" use="required"/>\r
   </xs:attributeGroup>\r
   <xs:attributeGroup name="PcdCodedAttributes">\r
     <xs:attribute name="ItemType" type="PcdItemTypes" use="required"/>\r
   </xs:attributeGroup>\r
   <xs:attributeGroup name="PcdCodedAttributes">\r
+    <!-- We need to modify ALL the MSA files that have PcdCoded sections to \r
+      set the PcdUsage.  Once we modify all the MSA files and we modify the \r
+      wizard and the build tools, we need to make this required. -->\r
+    <xs:attribute name="Usage" type="PcdUsage" use="optional"/>\r
     <xs:attribute name="PcdItemType" type="PcdItemTypes" use="required"/>\r
     <xs:attribute name="SupArchList" type="ArchListType" use="optional"/>\r
     <xs:attribute name="FeatureFlag" type="FeatureFlagExpressionType" use="optional"/>\r
     <xs:attribute name="PcdItemType" type="PcdItemTypes" use="required"/>\r
     <xs:attribute name="SupArchList" type="ArchListType" use="optional"/>\r
     <xs:attribute name="FeatureFlag" type="FeatureFlagExpressionType" use="optional"/>\r