1) Move almost new schema related to PCD on branch to transition scheme in main trunk.
2) Remove the original unused PCD schema in FPD in main trunk. 2) Modify PCD tools to support updated schema in main trunk. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@585 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@@ -37,18 +37,11 @@
|
||||
<xs:sequence>
|
||||
<xs:element minOccurs="1" maxOccurs="1" ref="PlatformHeader"/>
|
||||
<xs:element minOccurs="0" maxOccurs="1" ref="PlatformDefinitions"/>
|
||||
<xs:element minOccurs="0" maxOccurs="1" ref="SkuInfo"/>
|
||||
<xs:element minOccurs="0" maxOccurs="1" ref="Flash"/>
|
||||
<!-- DO NOT USE! removing TianoImage, use FrameworkModules instead. -->
|
||||
<xs:element minOccurs="0" maxOccurs="1" ref="TianoImage"/>
|
||||
<xs:element minOccurs="0" maxOccurs="1" ref="FrameworkModules"/>
|
||||
<!-- DO NOT USE! removing PcdBuildDeclarations here, use PcdBuildDeclaratiion in ModuleSA instead. -->
|
||||
<xs:element minOccurs="0" maxOccurs="1" ref="PcdBuildDeclarations"/>
|
||||
<xs:choice minOccurs="0">
|
||||
<!-- DO NOT USE! removing PcdDynamicBuildDeclarations here, use DynamicPcdBuildDefinitions in ModuleSA instead. -->
|
||||
<xs:element minOccurs="0" maxOccurs="1" ref="PcdDynamicBuildDeclarations"/>
|
||||
<xs:element minOccurs="0" maxOccurs="1" ref="DynamicPcdBuildDefinitions"/>
|
||||
</xs:choice>
|
||||
<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>
|
||||
|
Reference in New Issue
Block a user