From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id 2201521A16EC4 for ; Fri, 26 May 2017 22:30:53 -0700 (PDT) Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga101.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 26 May 2017 22:31:48 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.38,400,1491289200"; d="scan'208";a="1135296075" Received: from fmsmsx104.amr.corp.intel.com ([10.18.124.202]) by orsmga001.jf.intel.com with ESMTP; 26 May 2017 22:31:48 -0700 Received: from shsmsx152.ccr.corp.intel.com (10.239.6.52) by fmsmsx104.amr.corp.intel.com (10.18.124.202) with Microsoft SMTP Server (TLS) id 14.3.319.2; Fri, 26 May 2017 22:31:48 -0700 Received: from shsmsx102.ccr.corp.intel.com ([169.254.2.146]) by SHSMSX152.ccr.corp.intel.com ([169.254.6.102]) with mapi id 14.03.0319.002; Sat, 27 May 2017 13:31:45 +0800 From: "Gao, Liming" To: "Kinney, Michael D" , "edk2-devel@lists.01.org" CC: "Zhu, Yonghong" , "Shaw, Kevin W" Thread-Topic: [edk2-InfSpecification PATCH] Remove ModuleType from [LibraryClasses] section Thread-Index: AQHS1pDvcMJCavLRtUS6albYBUlIgqIHp+lw Date: Sat, 27 May 2017 05:31:45 +0000 Message-ID: <4A89E2EF3DFEDB4C8BFDE51014F606A14D73F1B1@shsmsx102.ccr.corp.intel.com> References: <1495852097-34208-1-git-send-email-michael.d.kinney@intel.com> <1495852097-34208-2-git-send-email-michael.d.kinney@intel.com> In-Reply-To: <1495852097-34208-2-git-send-email-michael.d.kinney@intel.com> Accept-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-product: dlpe-windows dlp-version: 10.0.102.7 dlp-reaction: no-action x-originating-ip: [10.239.127.40] MIME-Version: 1.0 Subject: Re: [edk2-InfSpecification PATCH] Remove ModuleType from [LibraryClasses] section X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 27 May 2017 05:30:53 -0000 Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Reviewed-by: Liming Gao > -----Original Message----- > From: Kinney, Michael D > Sent: Saturday, May 27, 2017 10:28 AM > To: edk2-devel@lists.01.org > Cc: Gao, Liming ; Zhu, Yonghong ; Shaw, Kevin W > Subject: [edk2-InfSpecification PATCH] Remove ModuleType from [LibraryCla= sses] section >=20 > bugzilla.tianocore.org/show_bug.cgi?id=3D548 >=20 > Cc: Liming Gao > Cc: Yonghong Zhu > Cc: Kevin W Shaw > Contributed-under: TianoCore Contribution Agreement 1.1 > Signed-off-by: Michael Kinney > --- > 3_edk_ii_inf_file_format/36_[libraryclasses]_sections.md | 11 ++--------= - > README.md | 3 ++- > 2 files changed, 4 insertions(+), 10 deletions(-) >=20 > diff --git a/3_edk_ii_inf_file_format/36_[libraryclasses]_sections.md b/3= _edk_ii_inf_file_format/36_[libraryclasses]_sections.md > index 6cf125a..0700700 100644 > --- a/3_edk_ii_inf_file_format/36_[libraryclasses]_sections.md > +++ b/3_edk_ii_inf_file_format/36_[libraryclasses]_sections.md > @@ -37,8 +37,7 @@ These are optional sections. >=20 > Defines the EDK II `[LibraryClasses]` section content. The Library Class > entries are single lines with one or two fields, separated by the pipe "= |" > -character. The optional `MODULE_TYPE` refers to the supported Module Typ= e, and > -may be a comma separated list of supported module types. > +character. >=20 > The EDK II build system will provide an option to generate an "As Built"= INF > that can be used to distribution binary modules. Since a binary distribu= tion > @@ -65,13 +64,7 @@ in the entries is prohibited. > [] > ::=3D {".common"} {} > ::=3D ["," "LibraryClasses" ]* > - ::=3D "." [] > - ::=3D "." [ ]* > - ::=3D {"BASE"} {"SEC"} {"PEI_CORE"} {"PEIM"} > - {"DXE_CORE"} {"DXE_DRIVER"} {"SMM_CORE"} > - {"DXE_SMM_DRIVER"} {"DXE_RUNTIME_DRIVER"} > - {"DXE_SAL_DRIVER"} {"UEFI_DRIVER"} > - {"UEFI_APPLICATION"} {"USER_DEFINED"} > + ::=3D "." > ::=3D {*} {} > ::=3D {} {} > ::=3D [ ] > diff --git a/README.md b/README.md > index 57e05d2..e256239 100644 > --- a/README.md > +++ b/README.md > @@ -192,4 +192,5 @@ Copyright (c) 2007-2017, Intel Corporation. All right= s reserved. > | | Updated other sections to specify how the build system wi= ll evaluate the Feature Flag Expression > | | > | | Prohibit using #include statements in UNI files specified= in the MODULE_UNI_FILE entry > | | > | 1.25 | Revised WORKSPACE wording for updated build system that c= an handle packages located outside of the WORKSPACE > directory tree (refer to the TianoCore.org/EDKII website for additional i= nstructions on setting up a development environment). > | January 2016 | > -| 1.26 | Convert to GitBooks > | March 2017 | > +| 1.26 | Convert to GitBooks > | May 2017 | > +| | [#548](https://bugzilla.tianocore.org/show_bug.cgi?id=3D5= 48) [INF spec] INF [LibraryClasses] section should not > support ModuleType > | | > -- > 2.6.3.windows.1