From nobody Fri Apr 26 18:52:07 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zoho.com: domain of groups.io designates 66.175.222.12 as permitted sender) client-ip=66.175.222.12; envelope-from=bounce+27952+43554+1787277+3901457@groups.io; helo=web01.groups.io; Authentication-Results: mx.zohomail.com; dkim=pass; spf=pass (zoho.com: domain of groups.io designates 66.175.222.12 as permitted sender) smtp.mailfrom=bounce+27952+43554+1787277+3901457@groups.io; dmarc=fail(p=none dis=none) header.from=intel.com ARC-Seal: i=1; a=rsa-sha256; t=1562818331; cv=none; d=zoho.com; s=zohoarc; b=AnVRdQDhJ3eQqwpgQAONnFAL1VO45+W1GKY9oFPO7TeyoqZWvFRqsVt9trIABTrab8mCUdLLFx+HyptoF65cbBdhtQbYjVIMWa7yHUvOwDg6rRYteXv0+kA+B7R2ypbDmfFptfeYvO+oSrknVXnLHN777kW0MlDCENksBkV1oA4= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zoho.com; s=zohoarc; t=1562818331; h=Cc:Date:From:List-Id:List-Unsubscribe:Message-ID:Reply-To:Sender:Subject:To:ARC-Authentication-Results; bh=P6ZUKv/L9nzTnbeWHB9B3Tf7c3iEnbiDWXOmc2wvrFY=; b=ac0Q+F8G+ZKMGV7chMWVLRsLewVlHO4m0LG3GhQjNe+jE/7Hvqh8cFrWU6c2KafT4aJW7KKEYKJOKL8GSXJ/voEulrdnpI/DFPhEhoGis3jl/Xigb8aVhBQKlPf5bOonWUGOfuCfehWSRW5DDANT4fC6Gk0bFcTZtmsGnf6MEvI= ARC-Authentication-Results: i=1; mx.zoho.com; dkim=pass; spf=pass (zoho.com: domain of groups.io designates 66.175.222.12 as permitted sender) smtp.mailfrom=bounce+27952+43554+1787277+3901457@groups.io; dmarc=fail header.from= (p=none dis=none) header.from= Received: from web01.groups.io (web01.groups.io [66.175.222.12]) by mx.zohomail.com with SMTPS id 1562818331835723.3821427745847; Wed, 10 Jul 2019 21:12:11 -0700 (PDT) Return-Path: X-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 X-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" X-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-devel] [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> Precedence: Bulk List-Unsubscribe: Sender: devel@edk2.groups.io List-Id: Mailing-List: list devel@edk2.groups.io; contact devel+owner@edk2.groups.io Reply-To: devel@edk2.groups.io,xiaoyux.lu@intel.com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=groups.io; q=dns/txt; s=20140610; t=1562818331; bh=J9OETW0I9XA3NaJAaRXZUjGitmi3p1XIgIaOBDi8it0=; h=Cc:Date:From:Reply-To:Subject:To; b=eAkrHs14Xt8UiQdquJ/begvpczznU1RtdSldh6npdjP2F9kbtZez3bcN5OCEtNUYiRd sNQwoAe225Fg7QBghDmTJqjfztiYTnQ9LCwbyCC9DjVIKsyrymwx0I7NiuTLbcNX+AWhr fBjOjgf6VFd9hJi2hweOLwPtye7HvqXGNhg= X-ZohoMail-DKIM: pass (identity @groups.io) Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" 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 Reviewed-by: Liming Gao --- 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 follo= wing 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 modu= le -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. =20 **Package** =20 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 s= ection 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=3D111= 0) Extend exclamation statement's keyword to case-insensitive = = = | | | 1.29 | [#1453](https://bugzilla.tianocore.org/show_bug.cgi?id=3D1453= ) Update DSC spec to remove EDK related contents = = = = | Mar 2019 = | +| 1.30 | [#1952](https://bugzilla.tianocore.org/show_bug.cgi?id=3D1952= ) add HOST_APPLIACTION ModuleTpye = = = | July 2019 | --=20 2.17.1 -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D- 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/1787277 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org] -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-