1) Change the schema type for <VariableGuid> used in PCD HiiEnable group in FPD file.
2) Modify PCD tools to support that. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@591 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@ -1245,7 +1245,7 @@
|
||||
</xs:annotation>
|
||||
<xs:sequence>
|
||||
<xs:element minOccurs="1" maxOccurs="1" name="VariableName" type="VariableNameDataType"/>
|
||||
<xs:element minOccurs="0" maxOccurs="1" name="VariableGuid" type="VariableGuidType"/>
|
||||
<xs:element minOccurs="0" maxOccurs="1" name="VariableGuid" type="C_NameType"/>
|
||||
<xs:element minOccurs="1" maxOccurs="1" name="VariableOffset" type="Hex64BitDataType"/>
|
||||
<xs:element minOccurs="1" maxOccurs="1" name="HiiDefaultValue" type="DefaultValueType"/>
|
||||
</xs:sequence>
|
||||
|
Reference in New Issue
Block a user