From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) (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 7254B209589D5 for ; Wed, 2 Aug 2017 00:44:16 -0700 (PDT) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by fmsmga105.fm.intel.com with ESMTP; 02 Aug 2017 00:46:21 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.41,310,1498546800"; d="scan'208";a="885409622" Received: from shwdeopenpsi168.ccr.corp.intel.com ([10.239.158.121]) by FMSMGA003.fm.intel.com with ESMTP; 02 Aug 2017 00:41:01 -0700 From: Yonghong Zhu To: edk2-devel@lists.01.org Cc: Liming Gao , Michael Kinney , Kevin W Shaw Date: Wed, 2 Aug 2017 15:40:38 +0800 Message-Id: <1501659638-26572-1-git-send-email-yonghong.zhu@intel.com> X-Mailer: git-send-email 2.6.1.windows.1 Subject: [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: Wed, 02 Aug 2017 07:44:16 -0000 https://bugzilla.tianocore.org/show_bug.cgi?id=645 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(-) 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 ``` ********** -**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=484) DSC spec: support Prebuild and Postbuild in the [Defines] section | | | | [#353](https://bugzilla.tianocore.org/show_bug.cgi?id=353) Build spec: Allow nested includes in DSC and FDF files | | | | [#521](https://bugzilla.tianocore.org/show_bug.cgi?id=521) DSC spec: add clarification for mixed PCD usage in the DSC spec | | | | [#519](https://bugzilla.tianocore.org/show_bug.cgi?id=519) DSC Spec: update Precedence of PCD Values | | | | [#584](https://bugzilla.tianocore.org/show_bug.cgi?id=584) DSC Spec: Update the DSC_SPECIFICATION version to 0x0001001B or 1.27 | | +| | [#645](https://bugzilla.tianocore.org/show_bug.cgi?id=645) DSC Spec: Remove Restriction on Using NULL in [LibraryClasses] Section | | -- 2.6.1.windows.1