diff options
Diffstat (limited to 'MdeModulePkg/Library/DxeReportStatusCodeLib/DxeReportStatusCodeLib.inf')
-rw-r--r-- | MdeModulePkg/Library/DxeReportStatusCodeLib/DxeReportStatusCodeLib.inf | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/MdeModulePkg/Library/DxeReportStatusCodeLib/DxeReportStatusCodeLib.inf b/MdeModulePkg/Library/DxeReportStatusCodeLib/DxeReportStatusCodeLib.inf index e1e72797d0..1ede797121 100644 --- a/MdeModulePkg/Library/DxeReportStatusCodeLib/DxeReportStatusCodeLib.inf +++ b/MdeModulePkg/Library/DxeReportStatusCodeLib/DxeReportStatusCodeLib.inf @@ -28,7 +28,7 @@ # VALID_ARCHITECTURES = IA32 X64 IPF EBC
#
-[Sources.common]
+[Sources]
ReportStatusCodeLib.c
[Packages]
@@ -36,11 +36,11 @@ MdeModulePkg/MdeModulePkg.dec
[LibraryClasses]
- PcdLib
- BaseMemoryLib
- UefiBootServicesTableLib
+ BaseLib
DebugLib
- UefiRuntimeServicesTableLib
+ UefiBootServicesTableLib
+ BaseMemoryLib
+ PcdLib
DevicePathLib
[Guids]
@@ -50,6 +50,6 @@ [Protocols]
gEfiStatusCodeRuntimeProtocolGuid ## CONSUMES
-[Pcd.common]
+[Pcd]
gEfiMdePkgTokenSpaceGuid.PcdReportStatusCodePropertyMask
|