]> git.proxmox.com Git - mirror_edk2.git/blobdiff - Tools/XMLSchema/FrameworkDataAttributes.xsd
Added an Optional PcdUsage to PcdCoded element - however, this will have to change...
[mirror_edk2.git] / 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