X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=MdePkg%2FLibrary%2FPeiCoreEntryPoint%2FPeiCoreEntryPoint.inf;h=c50ef4b3789dc222f78e2cba23c7730fc08d1242;hp=9b38b6a568d9cb2870656b186bf01074bc9cda81;hb=078bee4ebfc4dfdff3eff06823c4fd514c9130f5;hpb=5088ce25ff605ee9a3a13fd5f51bf7bff68495f6 diff --git a/MdePkg/Library/PeiCoreEntryPoint/PeiCoreEntryPoint.inf b/MdePkg/Library/PeiCoreEntryPoint/PeiCoreEntryPoint.inf index 9b38b6a568..c50ef4b378 100644 --- a/MdePkg/Library/PeiCoreEntryPoint/PeiCoreEntryPoint.inf +++ b/MdePkg/Library/PeiCoreEntryPoint/PeiCoreEntryPoint.inf @@ -2,7 +2,7 @@ # Entry point to a the PEI Core # # The library contains the entry point to a PEI core Module Type. -# Copyright (c) 2007 - 2007, Intel Corporation. +# Copyright (c) 2007, Intel Corporation. # # All rights reserved. This program and the accompanying materials # are licensed and made available under the terms and conditions of the BSD License @@ -20,13 +20,13 @@ FILE_GUID = b3b0654a-969d-4096-86cb-27e262a02083 MODULE_TYPE = PEI_CORE VERSION_STRING = 1.0 - LIBRARY_CLASS = PeiCoreEntryPoint|PEI_CORE + LIBRARY_CLASS = PeiCoreEntryPoint|PEI_CORE EDK_RELEASE_VERSION = 0x00020000 EFI_SPECIFICATION_VERSION = 0x00020000 # -# VALID_ARCHITECTURES = IA32 X64 IPF EBC +# VALID_ARCHITECTURES = IA32 X64 IPF EBC (EBC is for build only) # [Sources.common] @@ -36,3 +36,6 @@ [Packages] MdePkg/MdePkg.dec +[LibraryClasses] + BaseLib + DebugLib