From e4571e3d73b72967bbe0d38fe01aa7ba17be3772 Mon Sep 17 00:00:00 2001 From: lgao4 Date: Sun, 30 Sep 2007 09:27:13 +0000 Subject: [PATCH] Correct module type for library instance. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4010 6f19259b-4bc3-4df7-8a09-765794883524 --- Nt32Pkg/Library/DxeNt32PeCoffLib/DxeNt32PeCoffLib.inf | 2 +- Nt32Pkg/Library/PeiCoreNt32PeCoffLib/PeiCoreNt32PeCoffLib.inf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Nt32Pkg/Library/DxeNt32PeCoffLib/DxeNt32PeCoffLib.inf b/Nt32Pkg/Library/DxeNt32PeCoffLib/DxeNt32PeCoffLib.inf index d136b21101..185e30ef0c 100644 --- a/Nt32Pkg/Library/DxeNt32PeCoffLib/DxeNt32PeCoffLib.inf +++ b/Nt32Pkg/Library/DxeNt32PeCoffLib/DxeNt32PeCoffLib.inf @@ -19,7 +19,7 @@ INF_VERSION = 0x00010005 BASE_NAME = DxeNt32PeCoffLib FILE_GUID = 624571b0-4b69-40e3-bd13-78fae0e84270 - MODULE_TYPE = DXE + MODULE_TYPE = DXE_DRIVER VERSION_STRING = 1.0 LIBRARY_CLASS = PeCoffLib|DXE_CORE DXE_DRIVER EDK_RELEASE_VERSION = 0x00020000 diff --git a/Nt32Pkg/Library/PeiCoreNt32PeCoffLib/PeiCoreNt32PeCoffLib.inf b/Nt32Pkg/Library/PeiCoreNt32PeCoffLib/PeiCoreNt32PeCoffLib.inf index 26d69b8029..cf69e4428e 100644 --- a/Nt32Pkg/Library/PeiCoreNt32PeCoffLib/PeiCoreNt32PeCoffLib.inf +++ b/Nt32Pkg/Library/PeiCoreNt32PeCoffLib/PeiCoreNt32PeCoffLib.inf @@ -19,7 +19,7 @@ INF_VERSION = 0x00010005 BASE_NAME = PeiCoreNt32PeCoffLib FILE_GUID = ef9fd7ee-3181-4b16-adc1-8615f88b58b8 - MODULE_TYPE = PEIM + MODULE_TYPE = PEI_CORE VERSION_STRING = 1.0 LIBRARY_CLASS = PeCoffLib|PEI_CORE EDK_RELEASE_VERSION = 0x00020000 -- 2.39.2