From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) (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 28EE521E25700 for ; Wed, 9 Aug 2017 18:43:14 -0700 (PDT) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga102.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 09 Aug 2017 18:45:32 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.41,349,1498546800"; d="scan'208";a="1180954473" Received: from orsmsx104.amr.corp.intel.com ([10.22.225.131]) by fmsmga001.fm.intel.com with ESMTP; 09 Aug 2017 18:45:32 -0700 Received: from orsmsx114.amr.corp.intel.com (10.22.240.10) by ORSMSX104.amr.corp.intel.com (10.22.225.131) with Microsoft SMTP Server (TLS) id 14.3.319.2; Wed, 9 Aug 2017 18:45:32 -0700 Received: from orsmsx113.amr.corp.intel.com ([169.254.9.211]) by ORSMSX114.amr.corp.intel.com ([169.254.8.13]) with mapi id 14.03.0319.002; Wed, 9 Aug 2017 18:45:32 -0700 From: "Kinney, Michael D" To: "Zhu, Yonghong" , "edk2-devel@lists.01.org" , "Kinney, Michael D" CC: "Gao, Liming" , "Shaw, Kevin W" Thread-Topic: [edk2-DSCSpecification Patch] DSC Spec: Remove Restriction on Using NULL in [LibraryClasses] Section Thread-Index: AQHTC2N7IH0xnQhFokWagP6BAl337KJ83cKw Date: Thu, 10 Aug 2017 01:45:32 +0000 Message-ID: References: <1501659638-26572-1-git-send-email-yonghong.zhu@intel.com> In-Reply-To: <1501659638-26572-1-git-send-email-yonghong.zhu@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.22.254.138] MIME-Version: 1.0 Subject: Re: [edk2-DSCSpecification Patch] DSC Spec: Remove Restriction on Using NULL in [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: Thu, 10 Aug 2017 01:43:14 -0000 Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Reviewed-by: Michael D Kinney > -----Original Message----- > From: Zhu, Yonghong > Sent: Wednesday, August 2, 2017 12:41 AM > To: edk2-devel@lists.01.org > Cc: Gao, Liming ; Kinney, Michael D > ; Shaw, Kevin W > > Subject: [edk2-DSCSpecification Patch] DSC Spec: Remove > Restriction on Using NULL in [LibraryClasses] Section >=20 > https://bugzilla.tianocore.org/show_bug.cgi?id=3D645 >=20 > Cc: Liming Gao > Cc: Michael Kinney > Cc: Kevin W Shaw > Contributed-under: TianoCore Contribution Agreement 1.1 > Signed-off-by: Yonghong Zhu > --- > 2_dsc_overview/27_[libraryclasses]_section_processing.md | 5 > ----- > README.md | 1 > + > 2 files changed, 1 insertion(+), 5 deletions(-) >=20 > diff --git > a/2_dsc_overview/27_[libraryclasses]_section_processing.md > b/2_dsc_overview/27_[libraryclasses]_section_processing.md > index 646cdfc..14ac9c8 100644 > --- a/2_dsc_overview/27_[libraryclasses]_section_processing.md > +++ b/2_dsc_overview/27_[libraryclasses]_section_processing.md > @@ -64,15 +64,10 @@ Format for entries in this section is as > follows: > LibraryClassName|Path/To/LibInstanceName.inf > LibraryClassName1|Path/To/LibInstanceName1.inf > ``` >=20 > ********** > -**Note:** The reserved library class keyword, `NULL` is not > permitted in any > -of the `[LibraryClasses]` sections. The `NULL` Library class > keyword is > -only permitted within the `[Components]` section's INF file > -`` subsection. > -********** > **Note:** "LibraryClassName" is a keyword in the first field > of the above > example format can not be `NULL`. The "LibraryClassName" name > must be unique > to an instance specified in the second field. All INF files > that require a > LibraryClassName will use this instance when linked to the > other libraries > or modules. > diff --git a/README.md b/README.md > index 6d91eda..94386af 100644 > --- a/README.md > +++ b/README.md > @@ -181,5 +181,6 @@ Copyright (c) 2006-2017, Intel > Corporation. All rights reserved. > | | > [#484](https://bugzilla.tianocore.org/show_bug.cgi?id=3D484) DSC > spec: support Prebuild and Postbuild in the [Defines] section > | | > | | > [#353](https://bugzilla.tianocore.org/show_bug.cgi?id=3D353) > Build spec: Allow nested includes in DSC and FDF files > | | > | | > [#521](https://bugzilla.tianocore.org/show_bug.cgi?id=3D521) DSC > spec: add clarification for mixed PCD usage in the DSC spec > | | > | | > [#519](https://bugzilla.tianocore.org/show_bug.cgi?id=3D519) DSC > Spec: update Precedence of PCD Values > | | > | | > [#584](https://bugzilla.tianocore.org/show_bug.cgi?id=3D584) DSC > Spec: Update the DSC_SPECIFICATION version to 0x0001001B or > 1.27 > | | > +| | > [#645](https://bugzilla.tianocore.org/show_bug.cgi?id=3D645) DSC > Spec: Remove Restriction on Using NULL in [LibraryClasses] > Section > | | > -- > 2.6.1.windows.1