From nobody Tue Apr 23 19:10:05 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.zoho.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 14958521069451016.9680796158214; Fri, 26 May 2017 19:28:26 -0700 (PDT) Received: from [127.0.0.1] (localhost [IPv6:::1]) by ml01.01.org (Postfix) with ESMTP id 10CEF21A16EED; Fri, 26 May 2017 19:27:27 -0700 (PDT) Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) (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 7778E21A16ED1 for ; Fri, 26 May 2017 19:27:25 -0700 (PDT) Received: from orsmga004.jf.intel.com ([10.7.209.38]) by orsmga104.jf.intel.com with ESMTP; 26 May 2017 19:28:20 -0700 Received: from mdkinney-mobl.amr.corp.intel.com ([10.254.75.18]) by orsmga004.jf.intel.com with ESMTP; 26 May 2017 19:28:20 -0700 X-Original-To: edk2-devel@lists.01.org X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.38,400,1491289200"; d="scan'208";a="91942494" From: Michael Kinney To: edk2-devel@lists.01.org Date: Fri, 26 May 2017 19:28:17 -0700 Message-Id: <1495852097-34208-2-git-send-email-michael.d.kinney@intel.com> X-Mailer: git-send-email 2.6.3.windows.1 In-Reply-To: <1495852097-34208-1-git-send-email-michael.d.kinney@intel.com> References: <1495852097-34208-1-git-send-email-michael.d.kinney@intel.com> Subject: [edk2] [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: , Cc: 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" bugzilla.tianocore.org/show_bug.cgi?id=3D548 Cc: Liming Gao Cc: Yonghong Zhu Cc: Kevin W Shaw Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Michael Kinney Reviewed-by: Liming Gao --- 3_edk_ii_inf_file_format/36_[libraryclasses]_sections.md | 11 ++--------- README.md | 3 ++- 2 files changed, 4 insertions(+), 10 deletions(-) diff --git a/3_edk_ii_inf_file_format/36_[libraryclasses]_sections.md b/3_e= dk_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 Type,= 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" I= NF that can be used to distribution binary modules. Since a binary distributi= on @@ -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 rights = reserved. | | Updated other sections to specify how the build system will= evaluate the Feature Flag Expression = = | = | | | Prohibit using #include statements in UNI files specified i= n the MODULE_UNI_FILE entry = = | = | | 1.25 | Revised WORKSPACE wording for updated build system that can= handle packages located outside of the WORKSPACE directory tree (refer to = the TianoCore.org/EDKII website for additional instructions on setting up a= development environment). | Januar= y 2016 | -| 1.26 | Convert to GitBooks = = = | March = 2017 | +| 1.26 | Convert to GitBooks = = = | May 20= 17 | +| | [#548](https://bugzilla.tianocore.org/show_bug.cgi?id=3D548= ) [INF spec] INF [LibraryClasses] section should not support ModuleType = = | = | --=20 2.6.3.windows.1 _______________________________________________ edk2-devel mailing list edk2-devel@lists.01.org https://lists.01.org/mailman/listinfo/edk2-devel