merged the last changes in new schema

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@654 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
jwang36
2006-06-29 02:19:49 +00:00
parent 0b8c16e472
commit ed9ec043eb
4 changed files with 25 additions and 2 deletions

View File

@@ -47,6 +47,21 @@
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="PlatformSurfaceArea">
<xs:complexType>
<xs:sequence>
<xs:element minOccurs="1" maxOccurs="1" ref="PlatformHeader"/>
<!-- This section will be for new definitions of how we put together the Framework Binary Images -->
<xs:element minOccurs="0" maxOccurs="1" ref="PlatformDefinitions"/>
<!-- The Flash section is the legacy implementation of Flash -->
<xs:element minOccurs="0" maxOccurs="1" ref="Flash"/>
<xs:element minOccurs="0" maxOccurs="1" ref="FrameworkModules"/>
<xs:element minOccurs="0" maxOccurs="1" ref="DynamicPcdBuildDefinitions"/>
<xs:element minOccurs="0" maxOccurs="1" ref="BuildOptions"/>
<xs:element minOccurs="0" maxOccurs="unbounded" ref="UserExtensions"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:annotation>
<xs:documentation xml:lang="en">DO NOT USE removing all Library Module files - PUT IN PLATFORM DESCRIPTION FILE, FPD</xs:documentation>
</xs:annotation>