diff options
author | lhauch <lhauch@6f19259b-4bc3-4df7-8a09-765794883524> | 2006-06-04 06:09:14 +0000 |
---|---|---|
committer | lhauch <lhauch@6f19259b-4bc3-4df7-8a09-765794883524> | 2006-06-04 06:09:14 +0000 |
commit | 0850ca3b8c56d87cd2a248101343889a7f073182 (patch) | |
tree | 89c1cf6053d3d354b20ba993cb2f7bcdfbc3b9af /EdkModulePkg/EdkModulePkg.spd | |
parent | 47d0b5817022d27a91426889d3ee92bee0a554be (diff) | |
download | edk2-platforms-0850ca3b8c56d87cd2a248101343889a7f073182.tar.xz |
Updated the FPD and SPD files to newer schema formats. Also updated a couple of items in the XML Schema (added a new element)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@412 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'EdkModulePkg/EdkModulePkg.spd')
-rw-r--r-- | EdkModulePkg/EdkModulePkg.spd | 13 |
1 files changed, 2 insertions, 11 deletions
diff --git a/EdkModulePkg/EdkModulePkg.spd b/EdkModulePkg/EdkModulePkg.spd index 1f6bd4a635..1409f10301 100644 --- a/EdkModulePkg/EdkModulePkg.spd +++ b/EdkModulePkg/EdkModulePkg.spd @@ -1,19 +1,9 @@ <?xml version="1.0" encoding="UTF-8"?> -<!-- -Copyright (c) 2006, Intel Corporation -All rights reserved. This program and the accompanying materials -are licensed and made available under the terms and conditions of the BSD License -which accompanies this distribution. The full text of the license may be found at -http://opensource.org/licenses/bsd-license.php - -THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, -WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. ---> <PackageSurfaceArea xmlns="http://www.TianoCore.org/2006/Edk2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.TianoCore.org/2006/Edk2.0 http://www.TianoCore.org/2006/Edk2.0/SurfaceArea.xsd"> <SpdHeader> <PackageName>EdkModulePkg</PackageName> <Guid>0xb6ec423c, 0x21d2, 0x490d, 0x85, 0xc6, 0xdd, 0x58, 0x64, 0xea, 0xa6, 0x74</Guid> - <Version>0</Version> + <Version>0.3</Version> <Abstract>Edk Module Package Reference Implementations</Abstract> <Description>This Module provides standard reference information for EFI/Tiano implementations.</Description> <Copyright>Copyright (c) 2006, Intel Corporation.</Copyright> @@ -31,6 +21,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. <PackageType>SOURCE</PackageType> <ReadOnly>true</ReadOnly> <RePackage>false</RePackage> + <Specification>FRAMEWORK_BUILD_PACKAGING_SPECIFICATION 0x00000052</Specification> </SpdHeader> <LibraryClassDeclarations> <LibraryClassDeclaration> |