diff options
Diffstat (limited to 'BaseTools/Conf/XMLSchema/FrameworkDataElements.xsd')
-rw-r--r-- | BaseTools/Conf/XMLSchema/FrameworkDataElements.xsd | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/BaseTools/Conf/XMLSchema/FrameworkDataElements.xsd b/BaseTools/Conf/XMLSchema/FrameworkDataElements.xsd index 56608d9047..12bba93d40 100644 --- a/BaseTools/Conf/XMLSchema/FrameworkDataElements.xsd +++ b/BaseTools/Conf/XMLSchema/FrameworkDataElements.xsd @@ -71,6 +71,17 @@ </xs:simpleContent>
</xs:complexType>
</xs:element>
+ <xs:element name="Depex">
+ <xs:annotation>
+ <xs:documentation xml:lang="en">This section is used to describe the DXE or PEI Dependency code</xs:documentation>
+ </xs:annotation>
+ <xs:complexType>
+ <xs:sequence>
+ <xs:element minOccurs="0" maxOccurs="unbounded" name="Define" type="xs:normalizedString"/>
+ <xs:element minOccurs="0" maxOccurs="unbounded" name="Expression" type="xs:string"/>
+ </xs:sequence>
+ </xs:complexType>
+ </xs:element>
<xs:element name="Description" type="Paragraph">
<xs:annotation>
<xs:documentation xml:lang="en">This section is required for new modules and libraries and must contain more information than the Abstract.</xs:documentation>
|