From mboxrd@z Thu Jan 1 00:00:00 1970 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: intel.com, ip: 192.55.52.151, mailfrom: liming.gao@intel.com) Received: from mga17.intel.com (mga17.intel.com [192.55.52.151]) by groups.io with SMTP; Wed, 10 Jul 2019 21:18:08 -0700 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga006.jf.intel.com ([10.7.209.51]) by fmsmga107.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 10 Jul 2019 21:18:07 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.63,476,1557212400"; d="scan'208";a="171121519" Received: from fmsmsx105.amr.corp.intel.com ([10.18.124.203]) by orsmga006.jf.intel.com with ESMTP; 10 Jul 2019 21:18:07 -0700 Received: from shsmsx101.ccr.corp.intel.com (10.239.4.153) by FMSMSX105.amr.corp.intel.com (10.18.124.203) with Microsoft SMTP Server (TLS) id 14.3.439.0; Wed, 10 Jul 2019 21:18:07 -0700 Received: from shsmsx104.ccr.corp.intel.com ([169.254.5.110]) by SHSMSX101.ccr.corp.intel.com ([169.254.1.134]) with mapi id 14.03.0439.000; Thu, 11 Jul 2019 12:18:05 +0800 From: "Liming Gao" To: "Lu, XiaoyuX" , "devel@edk2.groups.io" CC: "Yao, Jiewen" Subject: Re: [edk2-DscSpecification PATCH v1] DSC document: Support HOST_APPLICATION ModuleType Thread-Topic: [edk2-DscSpecification PATCH v1] DSC document: Support HOST_APPLICATION ModuleType Thread-Index: AQHVN57SZh3EEmtDC06sk98Kxj0xPqbE0AWQ Date: Thu, 11 Jul 2019 04:18:05 +0000 Message-ID: <4A89E2EF3DFEDB4C8BFDE51014F606A14E4A5A1D@SHSMSX104.ccr.corp.intel.com> References: <20190711041238.12092-1-xiaoyux.lu@intel.com> In-Reply-To: <20190711041238.12092-1-xiaoyux.lu@intel.com> Accept-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.40] MIME-Version: 1.0 Return-Path: liming.gao@intel.com Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Reviewed-by: Liming Gao >-----Original Message----- >From: Lu, XiaoyuX >Sent: Thursday, July 11, 2019 12:13 PM >To: devel@edk2.groups.io >Cc: Lu, XiaoyuX ; Gao, Liming = ; >Yao, Jiewen >Subject: [edk2-DscSpecification PATCH v1] DSC document: Support >HOST_APPLICATION ModuleType > >REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3D1952 > >INF spec add a new MODULE_TYPE HOST_APPLICATION, so this >SPEC also need be updated to support this type. > >Cc: Liming Gao >Cc: Jiewen Yao >Signed-off-by: Xiaoyu Lu >--- > 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 mod= ule >-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"} > ::=3D [" " ]* > ::=3D {} {} > ::=3D 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=3D11= 10) >Extend exclamation statement's keyword to case-insensitive >| | > | 1.29 | [#1453](https://bugzilla.tianocore.org/show_bug.cgi?id=3D145= 3) >Update DSC spec to remove EDK related contents >| Mar 2019 | >+| 1.30 | [#1952](https://bugzilla.tianocore.org/show_bug.cgi?id=3D195= 2) add >HOST_APPLIACTION ModuleTpye >| July 2019 | >-- >2.17.1