From nobody Sun Apr 28 22:28:01 2024 Delivered-To: importer@patchew.org Received-SPF: none (zoho.com: 198.145.21.10 is neither permitted nor denied by domain of lists.01.org) client-ip=198.145.21.10; envelope-from=edk2-devel-bounces@lists.01.org; helo=ml01.01.org; Authentication-Results: mx.zohomail.com; spf=none (zoho.com: 198.145.21.10 is neither permitted nor denied by domain of lists.01.org) smtp.mailfrom=edk2-devel-bounces@lists.01.org Return-Path: Received: from ml01.01.org (ml01.01.org [198.145.21.10]) by mx.zohomail.com with SMTPS id 1501659993310807.8802367311233; Wed, 2 Aug 2017 00:46:33 -0700 (PDT) Received: from [127.0.0.1] (localhost [IPv6:::1]) by ml01.01.org (Postfix) with ESMTP id E1636209589D7; Wed, 2 Aug 2017 00:44:16 -0700 (PDT) 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 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 X-Original-To: edk2-devel@lists.01.org X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.41,310,1498546800"; d="scan'208";a="885409622" From: Yonghong Zhu To: edk2-devel@lists.01.org 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] [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: , Cc: Michael Kinney , Kevin W Shaw , Liming Gao MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Errors-To: edk2-devel-bounces@lists.01.org Sender: "edk2-devel" X-ZohoMail: RSF_4 Z_629925259 SPT_0 Content-Type: text/plain; charset="utf-8" https://bugzilla.tianocore.org/show_bug.cgi?id=3D645 Cc: Liming Gao Cc: Michael Kinney Cc: Kevin W Shaw Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Yonghong Zhu Reviewed-by: Michael D Kinney --- 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_d= sc_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 a= ny -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 uniq= ue 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 = = = | | --=20 2.6.1.windows.1 _______________________________________________ edk2-devel mailing list edk2-devel@lists.01.org https://lists.01.org/mailman/listinfo/edk2-devel