]> git.proxmox.com Git - mirror_edk2.git/blobdiff - IntelFrameworkModulePkg/Library/GraphicsLib/Graphics.c
First round of PI enabling work:
[mirror_edk2.git] / IntelFrameworkModulePkg / Library / GraphicsLib / Graphics.c
index 0881c3d9656643a507a22a06ebb6096f07d349ec..605a240bf2b57fe166e4cabe1790eb1253173145 100644 (file)
@@ -56,14 +56,14 @@ Returns:
   EFI_STATUS                    Status;\r
   UINTN                         FvProtocolCount;\r
   EFI_HANDLE                    *FvHandles;\r
-  EFI_FIRMWARE_VOLUME_PROTOCOL  *Fv;\r
+  EFI_FIRMWARE_VOLUME2_PROTOCOL *Fv;\r
   UINTN                         Index;\r
   UINT32                        AuthenticationStatus;\r
 \r
 \r
   Status = gBS->LocateHandleBuffer (\r
                   ByProtocol,\r
-                  &gEfiFirmwareVolumeProtocolGuid,\r
+                  &gEfiFirmwareVolume2ProtocolGuid,\r
                   NULL,\r
                   &FvProtocolCount,\r
                   &FvHandles\r
@@ -75,7 +75,7 @@ Returns:
   for (Index = 0; Index < FvProtocolCount; Index++) {\r
     Status = gBS->HandleProtocol (\r
                     FvHandles[Index],\r
-                    &gEfiFirmwareVolumeProtocolGuid,\r
+                    &gEfiFirmwareVolume2ProtocolGuid,\r
                     (VOID **) &Fv\r
                     );\r
 \r