summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Library
diff options
context:
space:
mode:
authorqhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524>2007-08-30 09:11:54 +0000
committerqhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524>2007-08-30 09:11:54 +0000
commitb3af5df67b0cf0cfd6e11a8fa4b2424e2c7f7c83 (patch)
treeb49f455da8fe19eebd6a04ad0e06d5dbd8e4e919 /MdeModulePkg/Library
parent14e8823a34c01cf6d75b37c959fb2cae91caf771 (diff)
downloadedk2-b3af5df67b0cf0cfd6e11a8fa4b2424e2c7f7c83.zip
edk2-b3af5df67b0cf0cfd6e11a8fa4b2424e2c7f7c83.tar.gz
edk2-b3af5df67b0cf0cfd6e11a8fa4b2424e2c7f7c83.tar.bz2
Update all INF, DEC and DSC file to confirm to newest INF spec 0.44, DEC spec 0.41, DSC spec 0.40.
Mainly PCD syntax update. Check in new build.exe and GenFds.exe Check in PcdSyntaxUpdate.exe tool. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3744 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdeModulePkg/Library')
-rw-r--r--MdeModulePkg/Library/DxeCorePerformanceLib/DxeCorePerformanceLib.inf8
-rw-r--r--MdeModulePkg/Library/DxePerformanceLib/DxePerformanceLib.inf4
-rw-r--r--MdeModulePkg/Library/PeiPerformanceLib/PeiPerformanceLib.inf8
3 files changed, 10 insertions, 10 deletions
diff --git a/MdeModulePkg/Library/DxeCorePerformanceLib/DxeCorePerformanceLib.inf b/MdeModulePkg/Library/DxeCorePerformanceLib/DxeCorePerformanceLib.inf
index cdd3cd9..b4c2ef3 100644
--- a/MdeModulePkg/Library/DxeCorePerformanceLib/DxeCorePerformanceLib.inf
+++ b/MdeModulePkg/Library/DxeCorePerformanceLib/DxeCorePerformanceLib.inf
@@ -59,10 +59,10 @@
gPerformanceProtocolGuid # PROTOCOL ALWAYS_PRODUCED
-[PcdsFixedAtBuild.common]
- PcdPerformanceLibraryPropertyMask|gEfiMdePkgTokenSpaceGuid
+[FixedPcd.common]
+ gEfiMdePkgTokenSpaceGuid.PcdPerformanceLibraryPropertyMask
-[PcdsDynamic.common]
- PcdMaxPeiPerformanceLogEntries|gEfiMdeModulePkgTokenSpaceGuid
+[Pcd.common]
+ gEfiMdeModulePkgTokenSpaceGuid.PcdMaxPeiPerformanceLogEntries
diff --git a/MdeModulePkg/Library/DxePerformanceLib/DxePerformanceLib.inf b/MdeModulePkg/Library/DxePerformanceLib/DxePerformanceLib.inf
index 8ea0877..1f3902b 100644
--- a/MdeModulePkg/Library/DxePerformanceLib/DxePerformanceLib.inf
+++ b/MdeModulePkg/Library/DxePerformanceLib/DxePerformanceLib.inf
@@ -50,6 +50,6 @@
gPerformanceProtocolGuid # PROTOCOL ALWAYS_CONSUMED
-[PcdsFixedAtBuild.common]
- PcdPerformanceLibraryPropertyMask|gEfiMdePkgTokenSpaceGuid
+[FixedPcd.common]
+ gEfiMdePkgTokenSpaceGuid.PcdPerformanceLibraryPropertyMask
diff --git a/MdeModulePkg/Library/PeiPerformanceLib/PeiPerformanceLib.inf b/MdeModulePkg/Library/PeiPerformanceLib/PeiPerformanceLib.inf
index 0fc6f5c..ab4384b 100644
--- a/MdeModulePkg/Library/PeiPerformanceLib/PeiPerformanceLib.inf
+++ b/MdeModulePkg/Library/PeiPerformanceLib/PeiPerformanceLib.inf
@@ -53,10 +53,10 @@
gPeiPerformanceHobGuid # SOMETIMES_CONSUMED
-[PcdsFixedAtBuild.common]
- PcdPerformanceLibraryPropertyMask|gEfiMdePkgTokenSpaceGuid
+[FixedPcd.common]
+ gEfiMdePkgTokenSpaceGuid.PcdPerformanceLibraryPropertyMask
-[PcdsDynamic.common]
- PcdMaxPeiPerformanceLogEntries|gEfiMdeModulePkgTokenSpaceGuid
+[Pcd.common]
+ gEfiMdeModulePkgTokenSpaceGuid.PcdMaxPeiPerformanceLogEntries