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: bob.c.feng@intel.com) Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by groups.io with SMTP; Sat, 27 Apr 2019 20:45:34 -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 orsmga104.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 27 Apr 2019 20:45:33 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.60,404,1549958400"; d="scan'208";a="139439883" Received: from shwdepsi1121.ccr.corp.intel.com ([10.239.158.47]) by orsmga006.jf.intel.com with ESMTP; 27 Apr 2019 20:45:32 -0700 From: "Bob Feng" To: devel@edk2.groups.io Cc: Bob Feng , Liming Gao Subject: [Patch] Document: Correct the Appendix G to Appendix F Date: Sun, 28 Apr 2019 11:45:25 +0800 Message-Id: <20190428034525.13244-1-bob.c.feng@intel.com> X-Mailer: git-send-email 2.20.1.windows.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=1690 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` in the `[Defines]` section. Other DXE drivers that would require a library instance 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 INF +Appendix F lists the available `MODULE_TYPE` values supported by EDK II INF files. The EDK II `[Defines]` section is common to all architectures and does not 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 @@