From bba9ad98f13e2cf275aa9f54bb6e737c8f988fb3 Mon Sep 17 00:00:00 2001 From: klu2 Date: Mon, 17 Sep 2007 03:57:13 +0000 Subject: FixedPcd macro should *not* be used in Library's inf file. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3868 6f19259b-4bc3-4df7-8a09-765794883524 --- .../Library/BaseReportStatusCodeLib/BaseReportStatusCodeLib.inf | 2 +- .../DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf | 2 +- .../PeiDxeDebugLibReportStatusCode.inf | 8 ++------ .../Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib.inf | 2 +- 4 files changed, 5 insertions(+), 9 deletions(-) (limited to 'IntelFrameworkModulePkg') diff --git a/IntelFrameworkModulePkg/Library/BaseReportStatusCodeLib/BaseReportStatusCodeLib.inf b/IntelFrameworkModulePkg/Library/BaseReportStatusCodeLib/BaseReportStatusCodeLib.inf index fd1ddf1..74ce2a5 100644 --- a/IntelFrameworkModulePkg/Library/BaseReportStatusCodeLib/BaseReportStatusCodeLib.inf +++ b/IntelFrameworkModulePkg/Library/BaseReportStatusCodeLib/BaseReportStatusCodeLib.inf @@ -53,6 +53,6 @@ gEfiStatusCodeDataTypeDebugGuid # ALWAYS_CONSUMED -[FixedPcd.common] +[Pcd.common] gEfiMdePkgTokenSpaceGuid.PcdReportStatusCodePropertyMask diff --git a/IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf b/IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf index 3e707f4..8983f3f 100644 --- a/IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf +++ b/IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf @@ -59,6 +59,6 @@ gEfiStatusCodeRuntimeProtocolGuid # PROTOCOL ALWAYS_CONSUMED -[FixedPcd.common] +[Pcd.common] gEfiMdePkgTokenSpaceGuid.PcdReportStatusCodePropertyMask diff --git a/IntelFrameworkModulePkg/Library/PeiDxeDebugLibReportStatusCode/PeiDxeDebugLibReportStatusCode.inf b/IntelFrameworkModulePkg/Library/PeiDxeDebugLibReportStatusCode/PeiDxeDebugLibReportStatusCode.inf index ca4e07b..c5e5d10 100644 --- a/IntelFrameworkModulePkg/Library/PeiDxeDebugLibReportStatusCode/PeiDxeDebugLibReportStatusCode.inf +++ b/IntelFrameworkModulePkg/Library/PeiDxeDebugLibReportStatusCode/PeiDxeDebugLibReportStatusCode.inf @@ -46,12 +46,8 @@ BaseMemoryLib BaseLib - -[FixedPcd.common] - gEfiMdePkgTokenSpaceGuid.PcdDebugClearMemoryValue - gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask - - [Pcd.common] gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel + gEfiMdePkgTokenSpaceGuid.PcdDebugClearMemoryValue + gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask diff --git a/IntelFrameworkModulePkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib.inf b/IntelFrameworkModulePkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib.inf index 7fb0275..2dcdb47 100644 --- a/IntelFrameworkModulePkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib.inf +++ b/IntelFrameworkModulePkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib.inf @@ -53,6 +53,6 @@ gEfiStatusCodeDataTypeDebugGuid # ALWAYS_CONSUMED -[FixedPcd.common] +[Pcd.common] gEfiMdePkgTokenSpaceGuid.PcdReportStatusCodePropertyMask -- cgit v1.1