From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.38,400,1491289200"; d="scan'208";a="91942494" 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 From: Michael Kinney To: edk2-devel@lists.01.org Cc: Liming Gao , Yonghong Zhu , Kevin W Shaw 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-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 02:27:25 -0000 bugzilla.tianocore.org/show_bug.cgi?id=548 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(-) 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. 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. 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 distribution @@ -65,13 +64,7 @@ in the entries is prohibited. [] ::= {".common"} {} ::= ["," "LibraryClasses" ]* - ::= "." [] - ::= "." [ ]* - ::= {"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"} + ::= "." ::= {*} {} ::= {} {} ::= [ ] 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 in 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). | 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=548) [INF spec] INF [LibraryClasses] section should not support ModuleType | | -- 2.6.3.windows.1