From mboxrd@z Thu Jan 1 00:00:00 1970 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: intel.com, ip: 134.134.136.31, mailfrom: xiaoyux.lu@intel.com) Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by groups.io with SMTP; Wed, 10 Jul 2019 21:12:11 -0700 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga007.fm.intel.com ([10.253.24.52]) by orsmga104.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 10 Jul 2019 21:12:10 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.63,476,1557212400"; d="scan'208";a="167915669" Received: from xiaoyu-dev.sh.intel.com ([10.239.47.27]) by fmsmga007.fm.intel.com with ESMTP; 10 Jul 2019 21:12:09 -0700 From: "Xiaoyu Lu" To: devel@edk2.groups.io Cc: Xiaoyu Lu , Liming Gao , Jiewen Yao Subject: [edk2-DscSpecification PATCH v1] DSC document: Support HOST_APPLICATION ModuleType Date: Thu, 11 Jul 2019 04:12:38 +0000 Message-Id: <20190711041238.12092-1-xiaoyux.lu@intel.com> X-Mailer: git-send-email 2.17.1 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 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 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"} ::= [" " ]* ::= {} {} ::= 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