[edk2-devel] [edk2-DscSpecification PATCH v1] DSC document: Support HOST_APPLICATION ModuleType

Xiaoyu Lu xiaoyux.lu at intel.com
Thu Jul 11 04:12:38 UTC 2019


REF: https://bugzilla.tianocore.org/show_bug.cgi?id=1952

INF spec add a new MODULE_TYPE HOST_APPLICATION, so this
SPEC also need be updated to support this type.

Cc: Liming Gao <liming.gao at intel.com>
Cc: Jiewen Yao <jiewen.yao at intel.com>
Signed-off-by: Xiaoyu Lu <xiaoyux.lu at intel.com>
---
 1_introduction/12_terms.md                             | 6 +++---
 3_edk_ii_dsc_file_format/33_platform_dsc_definition.md | 1 +
 README.md                                              | 1 +
 3 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/1_introduction/12_terms.md b/1_introduction/12_terms.md
index ffd8bb6..b1b3286 100644
--- a/1_introduction/12_terms.md
+++ b/1_introduction/12_terms.md
@@ -227,9 +227,9 @@ All libraries and components belong to one of the following module types:
 with a similar set of requirements. A module that is of module type `BASE`,
 depends only on headers and libraries provided in the MDE, while a module that
 is of module type DXE_DRIVER depends on common DXE components. The EDK II build
-system also permits modules of type `USER_DEFINED`. These modules will not be
-processed by the EDK II Build system. For a definition of the various module
-types, see Appendix C.
+system also permits modules of type `USER_DEFINED` and `HOST_APPLICATOIN`.
+These modules will not be processed by the EDK II Build system. For a
+definition of the various module types, see Appendix C.
 
 **Package**
 
diff --git a/3_edk_ii_dsc_file_format/33_platform_dsc_definition.md b/3_edk_ii_dsc_file_format/33_platform_dsc_definition.md
index 0679ff0..b31d286 100644
--- a/3_edk_ii_dsc_file_format/33_platform_dsc_definition.md
+++ b/3_edk_ii_dsc_file_format/33_platform_dsc_definition.md
@@ -263,6 +263,7 @@ The following are common definitions used by multiple section types.
                            {"DXE_RUNTIME_DRIVER"} {"DXE_SAL_DRIVER"}
                            {"DXE_SMM_DRIVER"} {"UEFI_DRIVER"}
                            {"UEFI_APPLICATION"} {"USER_DEFINED"}
+                           {"HOST_APPLICATION"}
 <ModuleTypeList>       ::= <ModuleType> [" " <ModuleType>]*
 <Boolean>              ::= {<BoolType>} {<Expression>}
 <EOL>                  ::= <TS> 0x0A 0x0D
diff --git a/README.md b/README.md
index 5d774f5..42febaf 100644
--- a/README.md
+++ b/README.md
@@ -195,3 +195,4 @@ Copyright (c) 2006-2017, Intel Corporation. All rights reserved.
 |            | Add !error statement section                                                                                                                                                                                                                                                                 |                |
 |            |[#1110](https://bugzilla.tianocore.org/show_bug.cgi?id=1110) Extend exclamation statement's keyword to case-insensitive                                                                                                                                                                       |                |
 | 1.29     | [#1453](https://bugzilla.tianocore.org/show_bug.cgi?id=1453) Update DSC spec to remove EDK related contents                                                                                                                                                                                                                                                                                                                        | Mar 2019      |
+| 1.30     | [#1952](https://bugzilla.tianocore.org/show_bug.cgi?id=1952)  add HOST_APPLIACTION ModuleTpye                                                                                                                                                                                                  | July 2019      |
-- 
2.17.1


-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.

View/Reply Online (#43554): https://edk2.groups.io/g/devel/message/43554
Mute This Topic: https://groups.io/mt/32426961/1813853
Group Owner: devel+owner at edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub  [edk2-devel-archive at redhat.com]
-=-=-=-=-=-=-=-=-=-=-=-




More information about the edk2-devel-archive mailing list