X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=OvmfPkg%2FLibrary%2FPlatformDebugLibIoPort%2FPlatformDebugLibIoPort.inf;h=baa90a3d4327275eb0a2b061d0c91f303ec2f7a8;hp=0e74fe94cbc00d516adef8be38f8db649c3dfe15;hb=8fe388d99359ea21475428cfcd7b3946262c2e6b;hpb=5e795f936f54e86d2bfb8e131f90b4da9a367951 diff --git a/OvmfPkg/Library/PlatformDebugLibIoPort/PlatformDebugLibIoPort.inf b/OvmfPkg/Library/PlatformDebugLibIoPort/PlatformDebugLibIoPort.inf index 0e74fe94cb..baa90a3d43 100644 --- a/OvmfPkg/Library/PlatformDebugLibIoPort/PlatformDebugLibIoPort.inf +++ b/OvmfPkg/Library/PlatformDebugLibIoPort/PlatformDebugLibIoPort.inf @@ -21,7 +21,7 @@ FILE_GUID = DF934DA3-CD31-49FE-AF50-B3C87C79325F MODULE_TYPE = BASE VERSION_STRING = 1.0 - LIBRARY_CLASS = DebugLib + LIBRARY_CLASS = DebugLib|PEI_CORE PEIM DXE_CORE DXE_DRIVER DXE_RUNTIME_DRIVER SMM_CORE DXE_SMM_DRIVER UEFI_DRIVER UEFI_APPLICATION CONSTRUCTOR = PlatformDebugLibIoPortConstructor # @@ -30,6 +30,8 @@ [Sources] DebugLib.c + DebugLibDetect.c + DebugLibDetect.h [Packages] MdePkg/MdePkg.dec