public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
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-BuildSpecification PATCH] Document: Support HOST_APPLICATION ModuleType
Date: Wed,  3 Jul 2019 08:23:44 +0000	[thread overview]
Message-ID: <20190703082344.21466-1-xiaoyux.lu@intel.com> (raw)

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

INF spec add a new MODULE_TYPE HOST_APPLICATION, it indicate those
modules that can run directly in OS environment. So BUILD spec also
need be updated to support HOST_APPLICATION build.

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/13_terms.md                          | 4 ++--
 8_pre-build_autogen_stage/83_auto-generated_code.md | 1 +
 README.md                                           | 1 +
 3 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/1_introduction/13_terms.md b/1_introduction/13_terms.md
index b6cd569..ee107d5 100644
--- a/1_introduction/13_terms.md
+++ b/1_introduction/13_terms.md
@@ -228,8 +228,8 @@ 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. For a
 definition of the various module types, see Appendix Module Types. The EDK II
-build system also permits modules of type `USER_DEFINED`. These modules will not
-be processed by the EDK II Build system.
+build system also permits modules of type `USER_DEFINED` and `HOST_APPLICATION`.
+These modules will not be processed by the EDK II Build system.
 
 **Package**
 
diff --git a/8_pre-build_autogen_stage/83_auto-generated_code.md b/8_pre-build_autogen_stage/83_auto-generated_code.md
index dcb0c09..b9a40ef 100644
--- a/8_pre-build_autogen_stage/83_auto-generated_code.md
+++ b/8_pre-build_autogen_stage/83_auto-generated_code.md
@@ -684,6 +684,7 @@ Which files are included is determined by module type.
 ```c
 Switch MODULE_TYPE {
   case "BASE":
+  case "HOST_APPLICATION":
   case "USER_DEFINED":
     include_statement (AutoGen.c, "
       #include <Base.h>
diff --git a/README.md b/README.md
index b51a382..bedc3e7 100644
--- a/README.md
+++ b/README.md
@@ -230,3 +230,4 @@ Copyright (c) 2008-2017, Intel Corporation. All rights reserved.
 |            | [#1110](https://bugzilla.tianocore.org/show_bug.cgi?id=1110) Extend exclamation statement's keyword to case-insensitive                                                                                                                                                                                                                                             |               |
 |            | [#598](https://bugzilla.tianocore.org/show_bug.cgi?id=598) update supported operators in 8.2.4.6 Expressions                                                                                                                                                                                                                                                        |               |
 | 1.29       | [#1453](https://bugzilla.tianocore.org/show_bug.cgi?id=1453) Update Build spec to remove EDK related contents                                                                                                                                                                                                                                                                                                                        | Mar 2019      |
+| 1.30       | [#1952](https://bugzilla.tianocore.org/show_bug.cgi?id=1952) Update Build spec to support HOST_APPLICATION MODULE_TYPE                                                                                                                                                                                                                                              | July 2019      |
-- 
2.17.1


             reply	other threads:[~2019-07-03  8:23 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-07-03  8:23 Xiaoyu Lu [this message]
2019-07-08  0:40 ` [edk2-devel] [edk2-BuildSpecification PATCH] 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=20190703082344.21466-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