diff options
author | qhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524> | 2009-02-23 03:02:50 +0000 |
---|---|---|
committer | qhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524> | 2009-02-23 03:02:50 +0000 |
commit | ee0961f723dc78d6c95d9980f115c37964314a5a (patch) | |
tree | 12e3f3ca6fc6c5fb64595d30b63236484ab97106 /MdeModulePkg/Library/DxePerformanceLib | |
parent | 3f57706fa96054e86ceb20cfc2858347cd733cd2 (diff) | |
download | edk2-ee0961f723dc78d6c95d9980f115c37964314a5a.tar.gz edk2-ee0961f723dc78d6c95d9980f115c37964314a5a.tar.bz2 edk2-ee0961f723dc78d6c95d9980f115c37964314a5a.zip |
Update Performance library instances to adapt to the update in Performance infrastructure.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7569 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdeModulePkg/Library/DxePerformanceLib')
-rw-r--r-- | MdeModulePkg/Library/DxePerformanceLib/DxePerformanceLib.c | 2 | ||||
-rw-r--r-- | MdeModulePkg/Library/DxePerformanceLib/DxePerformanceLib.inf | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/MdeModulePkg/Library/DxePerformanceLib/DxePerformanceLib.c b/MdeModulePkg/Library/DxePerformanceLib/DxePerformanceLib.c index 8da302769a..ffd09a035b 100644 --- a/MdeModulePkg/Library/DxePerformanceLib/DxePerformanceLib.c +++ b/MdeModulePkg/Library/DxePerformanceLib/DxePerformanceLib.c @@ -20,7 +20,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. #include <PiDxe.h>
-#include <Protocol/Performance.h>
+#include <Guid/Performance.h>
#include <Library/PerformanceLib.h>
#include <Library/DebugLib.h>
diff --git a/MdeModulePkg/Library/DxePerformanceLib/DxePerformanceLib.inf b/MdeModulePkg/Library/DxePerformanceLib/DxePerformanceLib.inf index 99434b7c6e..34336618d0 100644 --- a/MdeModulePkg/Library/DxePerformanceLib/DxePerformanceLib.inf +++ b/MdeModulePkg/Library/DxePerformanceLib/DxePerformanceLib.inf @@ -46,8 +46,8 @@ DebugLib
-[Protocols]
- gPerformanceProtocolGuid ## CONSUMES
+[Guids]
+ gPerformanceProtocolGuid ## CONSUMES ## PROTOCOL
[Pcd.common]
|