summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Library/DxePerformanceLib
diff options
context:
space:
mode:
Diffstat (limited to 'MdeModulePkg/Library/DxePerformanceLib')
-rw-r--r--MdeModulePkg/Library/DxePerformanceLib/DxePerformanceLib.c2
-rw-r--r--MdeModulePkg/Library/DxePerformanceLib/DxePerformanceLib.inf4
2 files changed, 3 insertions, 3 deletions
diff --git a/MdeModulePkg/Library/DxePerformanceLib/DxePerformanceLib.c b/MdeModulePkg/Library/DxePerformanceLib/DxePerformanceLib.c
index 8da3027..ffd09a0 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 99434b7..3433661 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]