diff options
author | lhauch <lhauch@6f19259b-4bc3-4df7-8a09-765794883524> | 2007-06-20 19:44:27 +0000 |
---|---|---|
committer | lhauch <lhauch@6f19259b-4bc3-4df7-8a09-765794883524> | 2007-06-20 19:44:27 +0000 |
commit | 53ca26a2d8fecb7ef41f8513ac09b65c51402980 (patch) | |
tree | ca94913c1d9b29e408424bfe4d97e5fe4ee63510 /BaseTools/Conf/FrameworkDatabase.template | |
parent | 23d9ac223efebe0ec66e9b4312609c681b42e2f0 (diff) | |
download | edk2-platforms-53ca26a2d8fecb7ef41f8513ac09b65c51402980.tar.xz |
Adding BaseTools directory structure for the new generation of EDK II Builds.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2691 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'BaseTools/Conf/FrameworkDatabase.template')
-rw-r--r-- | BaseTools/Conf/FrameworkDatabase.template | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/BaseTools/Conf/FrameworkDatabase.template b/BaseTools/Conf/FrameworkDatabase.template new file mode 100644 index 0000000000..6a43103178 --- /dev/null +++ b/BaseTools/Conf/FrameworkDatabase.template @@ -0,0 +1,27 @@ +<?xml version="1.0" encoding="UTF-8"?>
+<FrameworkDatabase xmlns="http://www.TianoCore.org/2006/Edk2.1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <FdbHeader>
+ <DatabaseName>FrameworkDatabase</DatabaseName>
+ <GuidValue>DD6913E0-3E4E-4B83-8838-57EE7FB71DD1</GuidValue>
+ <Version>0.3</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) 2007, Intel Corporation All rights reserved.</Copyright>
+ <License>
+ 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_PACKAGING_SPECIFICATION 0x00090000</Specification>
+ </FdbHeader>
+ <PackageList>
+ <Filename>MdePkg/MdePkg.spd</Filename>
+ <Filename>MdeModulePkg/MdeModulePkg.spd</Filename>
+ <Filename>ShellBinPkg/ShellBinPkg.spd</Filename>
+ </PackageList>
+</FrameworkDatabase>
|