diff options
author | jwang36 <jwang36@6f19259b-4bc3-4df7-8a09-765794883524> | 2006-07-31 06:26:09 +0000 |
---|---|---|
committer | jwang36 <jwang36@6f19259b-4bc3-4df7-8a09-765794883524> | 2006-07-31 06:26:09 +0000 |
commit | d94d73c28247538292ffed2e80cb6ffbebe0e959 (patch) | |
tree | 2f32a5f1be13e94f0f520a3e30352cd162cae098 /Tools/Conf/FrameworkDatabase.template | |
parent | 9efa2da0115c22a36c2cbde7e118e232fae115c2 (diff) | |
download | edk2-platforms-d94d73c28247538292ffed2e80cb6ffbebe0e959.tar.xz |
Fixed EDKT142; Removed FrameworkDatabase.db and added FrameworkDatabase.template
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1154 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'Tools/Conf/FrameworkDatabase.template')
-rw-r--r-- | Tools/Conf/FrameworkDatabase.template | 44 |
1 files changed, 44 insertions, 0 deletions
diff --git a/Tools/Conf/FrameworkDatabase.template b/Tools/Conf/FrameworkDatabase.template new file mode 100644 index 0000000000..d9d550865d --- /dev/null +++ b/Tools/Conf/FrameworkDatabase.template @@ -0,0 +1,44 @@ +<?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.
+-->
+<FrameworkDatabase xmlns="http://www.TianoCore.org/2006/Edk2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <FdbHeader>
+ <DatabaseName>FrameworkDatabase</DatabaseName>
+ <GuidValue>5ce32c23-6448-43ab-b509-a9deae3aae65</GuidValue>
+ <Version>0.5</Version>
+ <Abstract>The Framework Module Development Packaging System Database</Abstract>
+ <Description>This Database tracks all packages and platforms installed in this workspace.</Description>
+ <Copyright>Copyright (c) 2006, Intel Corporation.</Copyright>
+ <License>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.</License>
+ <Specification>FRAMEWORK_BUILD_PACKAGING_SPECIFICATION 0x00000052</Specification>
+ </FdbHeader>
+ <PackageList>
+ <Filename>MdePkg/MdePkg.spd</Filename>
+ <Filename>Tools/Tools.spd</Filename>
+ <Filename>EdkModulePkg/EdkModulePkg.spd</Filename>
+ <Filename>EdkNt32Pkg/EdkNt32Pkg.spd</Filename>
+ <Filename>EdkFatBinPkg/EdkFatBinPkg.spd</Filename>
+ <Filename>EdkShellBinPkg/EdkShellBinPkg.spd</Filename>
+ </PackageList>
+ <PlatformList>
+ <Filename>MdePkg/MdePkg.fpd</Filename>
+ <Filename>EdkModulePkg/EdkModulePkg.fpd</Filename>
+ <Filename>EdkNt32Pkg/Nt32.fpd</Filename>
+ </PlatformList>
+ <FarList>
+ <Filename FarGuid="91062dfe-0bce-45b1-b3ad-3387d8d29d3f">Dummy</Filename>
+ </FarList>
+</FrameworkDatabase>
\ No newline at end of file |