From mboxrd@z Thu Jan 1 00:00:00 1970 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: intel.com, ip: 192.55.52.115, mailfrom: bob.c.feng@intel.com) Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by groups.io with SMTP; Mon, 06 May 2019 18:05:54 -0700 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga103.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 06 May 2019 18:05:54 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.60,440,1549958400"; d="scan'208";a="168744067" Received: from fmsmsx104.amr.corp.intel.com ([10.18.124.202]) by fmsmga002.fm.intel.com with ESMTP; 06 May 2019 18:05:54 -0700 Received: from shsmsx105.ccr.corp.intel.com (10.239.4.158) by fmsmsx104.amr.corp.intel.com (10.18.124.202) with Microsoft SMTP Server (TLS) id 14.3.408.0; Mon, 6 May 2019 18:05:54 -0700 Received: from shsmsx101.ccr.corp.intel.com ([169.254.1.129]) by SHSMSX105.ccr.corp.intel.com ([169.254.11.10]) with mapi id 14.03.0415.000; Tue, 7 May 2019 09:05:43 +0800 From: "Bob Feng" To: "Fan, ZhijuX" , "devel@edk2.groups.io" CC: "Gao, Liming" Subject: Re: [PATCH 1/3] BaseTools:Delete FrameworkDatabase from BaseTools/Conf Thread-Topic: [PATCH 1/3] BaseTools:Delete FrameworkDatabase from BaseTools/Conf Thread-Index: AdUD7Fya0KoYHCWDQNyZGhU96D61hAAhI2gQ Date: Tue, 7 May 2019 01:05:43 +0000 Message-ID: <08650203BA1BD64D8AD9B6D5D74A85D1601044C7@SHSMSX101.ccr.corp.intel.com> References: In-Reply-To: Accept-Language: zh-CN, en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.40] MIME-Version: 1.0 Return-Path: bob.c.feng@intel.com Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Reviewed-by: Bob Feng -----Original Message----- From: Fan, ZhijuX=20 Sent: Monday, May 6, 2019 5:16 PM To: devel@edk2.groups.io Cc: Gao, Liming ; Feng, Bob C Subject: [PATCH 1/3] BaseTools:Delete FrameworkDatabase from BaseTools/Conf BZ:https://bugzilla.tianocore.org/show_bug.cgi?id=3D1627 The FrameworkDatabase was already obsolete, So, FrameworkDatabase can be re= moved from BaseTools/Conf. This patch is going to fix this issue. Cc: Bob Feng Cc: Liming Gao Signed-off-by: Zhiju.Fan --- BaseTools/Conf/FrameworkDatabase.template | 23 ----------------------- Conf/ReadMe.txt | 1 - 2 files changed, 24 deletions(-) diff --git a/BaseTools/Conf/FrameworkDatabase.template b/BaseTools/Conf/Fra= meworkDatabase.template deleted file mode 100644 index 89b0976d0a..0000000000 --- a/BaseTools/Conf/FrameworkDatabase.template +++ /dev/null @@ -1,23 +0,0 @@ - - - - FrameworkDatabase - DD6913E0-3E4E-4B83-8838-57EE7FB71DD1 - 0.3 - The Framework Module Development Packaging System Database - - This Database tracks all packages and archives installed in this wor= kspace. - - Copyright (c) 2007 - 2009, Intel Corporation. All rights re= served. - - SPDX-License-Identifier: BSD-2-Clause-Patent - - FRAMEWORK_PACKAGING_SPECIFICATION 0x00090000 - - - MdePkg/MdePkg.dec - MdeModulePkg/MdeModulePkg.dec - IntelFrameworkPkg/IntelFrameworkPkg.dec - IntelFrameworkModulePkg/IntelFrameworkModulePkg.dec - - 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 =20 -- 2.14.1.windows.1