* [PATCH 1/3] BaseTools:Delete FrameworkDatabase from BaseTools/Conf
@ 2019-05-06 9:16 Fan, ZhijuX
2019-05-07 1:05 ` Bob Feng
0 siblings, 1 reply; 2+ messages in thread
From: Fan, ZhijuX @ 2019-05-06 9:16 UTC (permalink / raw)
To: devel@edk2.groups.io; +Cc: Gao, Liming, Feng, Bob C
[-- Attachment #1: Type: text/plain, Size: 2297 bytes --]
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>
---
BaseTools/Conf/FrameworkDatabase.template | 23 -----------------------
Conf/ReadMe.txt | 1 -
2 files changed, 24 deletions(-)
diff --git a/BaseTools/Conf/FrameworkDatabase.template b/BaseTools/Conf/FrameworkDatabase.template
deleted file mode 100644
index 89b0976d0a..0000000000
--- a/BaseTools/Conf/FrameworkDatabase.template
+++ /dev/null
@@ -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>
diff --git a/Conf/ReadMe.txt b/Conf/ReadMe.txt
index 338ab81443..d4c16f5a7f 100644
--- a/Conf/ReadMe.txt
+++ b/Conf/ReadMe.txt
@@ -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
--
2.14.1.windows.1
[-- Attachment #2: winmail.dat --]
[-- Type: application/ms-tnef, Size: 4403 bytes --]
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH 1/3] BaseTools:Delete FrameworkDatabase from BaseTools/Conf
2019-05-06 9:16 [PATCH 1/3] BaseTools:Delete FrameworkDatabase from BaseTools/Conf Fan, ZhijuX
@ 2019-05-07 1:05 ` Bob Feng
0 siblings, 0 replies; 2+ messages in thread
From: Bob Feng @ 2019-05-07 1:05 UTC (permalink / raw)
To: Fan, ZhijuX, devel@edk2.groups.io; +Cc: Gao, Liming
Reviewed-by: Bob Feng <bob.c.feng@intel.com>
-----Original Message-----
From: Fan, ZhijuX
Sent: Monday, May 6, 2019 5:16 PM
To: devel@edk2.groups.io
Cc: Gao, Liming <liming.gao@intel.com>; Feng, Bob C <bob.c.feng@intel.com>
Subject: [PATCH 1/3] 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>
---
BaseTools/Conf/FrameworkDatabase.template | 23 -----------------------
Conf/ReadMe.txt | 1 -
2 files changed, 24 deletions(-)
diff --git a/BaseTools/Conf/FrameworkDatabase.template b/BaseTools/Conf/FrameworkDatabase.template
deleted file mode 100644
index 89b0976d0a..0000000000
--- a/BaseTools/Conf/FrameworkDatabase.template
+++ /dev/null
@@ -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>
diff --git a/Conf/ReadMe.txt b/Conf/ReadMe.txt index 338ab81443..d4c16f5a7f 100644
--- a/Conf/ReadMe.txt
+++ b/Conf/ReadMe.txt
@@ -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
--
2.14.1.windows.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2019-05-07 1:05 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-05-06 9:16 [PATCH 1/3] BaseTools:Delete FrameworkDatabase from BaseTools/Conf Fan, ZhijuX
2019-05-07 1:05 ` Bob Feng
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox