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.115, mailfrom: liming.gao@intel.com) Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by groups.io with SMTP; Tue, 07 May 2019 01:08:05 -0700 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga004.jf.intel.com ([10.7.209.38]) by fmsmga103.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 07 May 2019 01:08:04 -0700 X-ExtLoop1: 1 Received: from fmsmsx107.amr.corp.intel.com ([10.18.124.205]) by orsmga004.jf.intel.com with ESMTP; 07 May 2019 01:08:04 -0700 Received: from fmsmsx163.amr.corp.intel.com (10.18.125.72) by fmsmsx107.amr.corp.intel.com (10.18.124.205) with Microsoft SMTP Server (TLS) id 14.3.408.0; Tue, 7 May 2019 01:08:04 -0700 Received: from shsmsx108.ccr.corp.intel.com (10.239.4.97) by fmsmsx163.amr.corp.intel.com (10.18.125.72) with Microsoft SMTP Server (TLS) id 14.3.408.0; Tue, 7 May 2019 01:08:03 -0700 Received: from shsmsx104.ccr.corp.intel.com ([169.254.5.33]) by SHSMSX108.ccr.corp.intel.com ([169.254.8.126]) with mapi id 14.03.0415.000; Tue, 7 May 2019 16:08:02 +0800 From: "Liming Gao" To: "Feng, Bob C" , "devel@edk2.groups.io" Subject: Re: [Patch] Document: Correct the Appendix G to Appendix F Thread-Topic: [Patch] Document: Correct the Appendix G to Appendix F Thread-Index: AQHU/XTWLjCZSr7Vi0St6orIvVCCTaZfXQxw Date: Tue, 7 May 2019 08:08:01 +0000 Message-ID: <4A89E2EF3DFEDB4C8BFDE51014F606A14E443FFF@SHSMSX104.ccr.corp.intel.com> References: <20190428034525.13244-1-bob.c.feng@intel.com> In-Reply-To: <20190428034525.13244-1-bob.c.feng@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: Feng, Bob C >Sent: Sunday, April 28, 2019 11:45 AM >To: devel@edk2.groups.io >Cc: Feng, Bob C ; Gao, Liming >Subject: [Patch] Document: Correct the Appendix G to Appendix F > >BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=3D1690 > >This patch is going to fix the typo of Appendix G in Inf spec. > >Signed-off-by: Bob Feng >Cc: Liming Gao >--- > 2_inf_overview/24_[defines]_section.md | 2 +- > appendix_f_module_types.md | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) > >diff --git a/2_inf_overview/24_[defines]_section.md >b/2_inf_overview/24_[defines]_section.md >index 54fa829..8949299 100644 >--- a/2_inf_overview/24_[defines]_section.md >+++ b/2_inf_overview/24_[defines]_section.md >@@ -84,11 +84,11 @@ implement functions that satisfy the >BaseMemoryAllocation library class. In > this instance, the driver module would also specify the `LIBRARY_CLASS` i= n >the > `[Defines]` section. Other DXE drivers that would require a library insta= nce for > the `BaseMemoryAllocation` class could specify the `DXE_CORE` INF file as= the > recommended instance for satisfying the required library class instance. > >-Appendix G lists the available `MODULE_TYPE` values supported by EDK II I= NF >+Appendix F lists the available `MODULE_TYPE` values supported by EDK II I= NF > files. > > The EDK II `[Defines]` section is common to all architectures and does no= t > permit using architectural modifiers in the section tag name. > >diff --git a/appendix_f_module_types.md b/appendix_f_module_types.md >index 334d4b7..7082332 100644 >--- a/appendix_f_module_types.md >+++ b/appendix_f_module_types.md >@@ -1,7 +1,7 @@ >