mirror of https://github.com/acidanthera/audk.git
BaseTools:Delete FrameworkDatabase from BaseTools/Conf
BZ:https://bugzilla.tianocore.org/show_bug.cgi?id=1627 The FrameworkDatabase was already obsolete, So, FrameworkDatabase can be removed from BaseTools/Conf. This patch is going to fix this issue. Cc: Bob Feng <bob.c.feng@intel.com> Cc: Liming Gao <liming.gao@intel.com> Signed-off-by: Zhiju.Fan <zhijux.fan@intel.com> Reviewed-by: Bob Feng <bob.c.feng@intel.com>
This commit is contained in:
parent
46e696088a
commit
7d83e9e847
|
@ -1,23 +0,0 @@
|
|||
<?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 archives installed in this workspace.
|
||||
</Description>
|
||||
<Copyright>Copyright (c) 2007 - 2009, Intel Corporation. All rights reserved.</Copyright>
|
||||
<License>
|
||||
SPDX-License-Identifier: BSD-2-Clause-Patent
|
||||
</License>
|
||||
<Specification>FRAMEWORK_PACKAGING_SPECIFICATION 0x00090000</Specification>
|
||||
</FdbHeader>
|
||||
<PackageList>
|
||||
<Filename>MdePkg/MdePkg.dec</Filename>
|
||||
<Filename>MdeModulePkg/MdeModulePkg.dec</Filename>
|
||||
<Filename>IntelFrameworkPkg/IntelFrameworkPkg.dec</Filename>
|
||||
<Filename>IntelFrameworkModulePkg/IntelFrameworkModulePkg.dec</Filename>
|
||||
</PackageList>
|
||||
</FrameworkDatabase>
|
|
@ -1,5 +1,4 @@
|
|||
This directory will be used to contain the new EDK II files:
|
||||
FrameworkDatabase.db - Second generation XML workspace info
|
||||
target.txt - Restricts a build to defined values
|
||||
tools_def.txt - Information about 3rd party tools
|
||||
|
||||
|
|
Loading…
Reference in New Issue