mirror of https://github.com/acidanthera/audk.git
Added Optional GuidTypeList Attribute to ProtocolDeclarations and PpiDeclarations per Andrew.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1020 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
46b45a7ce3
commit
3e51f1ce33
|
@ -202,6 +202,7 @@
|
|||
</xs:attributeGroup>
|
||||
<xs:attributeGroup name="PpiDeclarationAttributes">
|
||||
<xs:attribute name="Name" type="UiNameType" use="required"/>
|
||||
<xs:attribute name="GuidTypeList" type="GuidListType" use="optional"/>
|
||||
<xs:attribute name="SupArchList" type="ArchListType" use="optional"/>
|
||||
<xs:attribute name="SupModuleList" type="ModuleListType" use="optional"/>
|
||||
</xs:attributeGroup>
|
||||
|
@ -229,6 +230,7 @@
|
|||
</xs:attributeGroup>
|
||||
<xs:attributeGroup name="ProtocolDeclarationAttributes">
|
||||
<xs:attribute name="Name" type="UiNameType" use="required"/>
|
||||
<xs:attribute name="GuidTypeList" type="GuidListType" use="optional"/>
|
||||
<xs:attribute name="SupArchList" type="ArchListType" use="optional"/>
|
||||
<xs:attribute name="SupModuleList" type="ModuleListType" use="optional"/>
|
||||
</xs:attributeGroup>
|
||||
|
|
Loading…
Reference in New Issue