From: "Xiaoyu Lu" <xiaoyux.lu@intel.com>
To: devel@edk2.groups.io
Cc: Xiaoyu Lu <xiaoyux.lu@intel.com>,
Liming Gao <liming.gao@intel.com>,
Jiewen Yao <jiewen.yao@intel.com>
Subject: [edk2-DscSpecification PATCH v1] DSC document: Support HOST_APPLICATION ModuleType
Date: Thu, 11 Jul 2019 04:12:38 +0000 [thread overview]
Message-ID: <20190711041238.12092-1-xiaoyux.lu@intel.com> (raw)
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@intel.com>
Cc: Jiewen Yao <jiewen.yao@intel.com>
Signed-off-by: Xiaoyu Lu <xiaoyux.lu@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
next reply other threads:[~2019-07-11 4:12 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-07-11 4:12 Xiaoyu Lu [this message]
2019-07-11 4:18 ` [edk2-DscSpecification PATCH v1] DSC document: Support HOST_APPLICATION ModuleType Liming Gao
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-list from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20190711041238.12092-1-xiaoyux.lu@intel.com \
--to=devel@edk2.groups.io \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox