bugzilla.tianocore.org/show_bug.cgi?id=548
Cc: Liming Gao <[email protected]>
Cc: Yonghong Zhu <[email protected]>
Cc: Kevin W Shaw <[email protected]>
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Michael Kinney <[email protected]>
---
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.
[<Statements>]
<com_attrs> ::= {".common"} {<attrs>}
<attrs> ::= <Archs> ["," <TS> "LibraryClasses" <attrs>]*
-<Archs> ::= "." <arch> [<MODULE_TYPE>]
-<MODULE_TYPE> ::= "." <ModuleType> [<FS> <ModuleType>]*
-<ModuleType> ::= {"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"}
+<Archs> ::= "." <arch>
<Statements> ::= {<SourceContent>*} {<AsBuiltInfo>}
<SourceContent> ::= <TS> {<SourceStmts>} {<MacroDefinition>}
<SourceStmts> ::= [<RecInstanceCmt> <Filename> <EOL>] <TS> <Keyword>
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
_______________________________________________
edk2-devel mailing list
[email protected]
https://lists.01.org/mailman/listinfo/edk2-devel