]> git.proxmox.com Git - mirror_edk2.git/blobdiff - OvmfPkg/SecureBootConfigDxe/SecureBootConfigDxe.inf
Update all the code to consume the ConvertDevicePathToText, ConvertDevicePathNodeToTe...
[mirror_edk2.git] / OvmfPkg / SecureBootConfigDxe / SecureBootConfigDxe.inf
index 74d4745bfa7c5b0473b2d39ce6bacdb56e37e7ab..a6bd1a36135ee3da15c87ecc810a998842811b89 100644 (file)
@@ -4,7 +4,7 @@
 # Need custom SecureBootConfigDxe for OVMF that does not force\r
 # resets after PK changes since OVMF doesn't have persistent variables\r
 #\r
-# Copyright (c) 2011 - 2012, Intel Corporation. All rights reserved.<BR>\r
+# Copyright (c) 2011 - 2013, Intel Corporation. All rights reserved.<BR>\r
 # This program and the accompanying materials\r
 # are licensed and made available under the terms and conditions of the BSD License\r
 # which accompanies this distribution. The full text of the license may be found at\r
@@ -56,7 +56,8 @@
   UefiHiiServicesLib\r
   DebugLib\r
   HiiLib\r
-  PlatformSecureLib  \r
+  PlatformSecureLib\r
+  DevicePathLib\r
 \r
 [Guids]\r
   gEfiIfrTianoGuid\r
   gEfiImageSecurityDatabaseGuid                 ## CONSUMES\r
   gEfiFileSystemVolumeLabelInfoIdGuid           ## CONSUMES\r
   gEfiGlobalVariableGuid                        ## PRODUCES ## Variable Guid\r
-  gEfiVT100PlusGuid                             ## CONSUMES ## GUID (The type of terminal)\r
-  gEfiVT100Guid                                 ## CONSUMES ## GUID (The type of terminal)\r
-                                                ## CONSUMES ## GUID HOB (The hob holding memory type information)\r
-  gEfiVTUTF8Guid                                ## CONSUMES ## GUID (The type of terminal)\r
-                                                ## SOMETIMES_CONSUMES ## Variable:L"BootXX" (Boot option variable)\r
-                                                ## CONSUMES           ## Variable:L"Timeout" (The time out value in second of showing progress bar)\r
-                                                ## SOMETIMES_CONSUMES ## Variable:L"BootOrder" (The boot option array)\r
-                                                ## SOMETIMES_CONSUMES ## Variable:L"DriverOrder" (The driver order list)\r
-                                                ## SOMETIMES_CONSUMES ## Variable:L"ConIn" (The device path of console in device)\r
-                                                ## SOMETIMES_CONSUMES ## Variable:L"ConOut" (The device path of console out device)\r
-                                                ## SOMETIMES_CONSUMES ## Variable:L"ErrOut" (The device path of error out device)\r
   gEfiFileInfoGuid                              ## CONSUMES ## GUID\r
-  gEfiPcAnsiGuid                                ## CONSUMES ## GUID (The type of terminal)\r
-  gEfiUartDevicePathGuid                        ## CONSUMES ## GUID (Identify the device path for UARD device)\r
-  gEfiSasDevicePathGuid                         ## CONSUMES ## GUID (Identify the device path for SAS device)\r
 \r
 [Protocols]\r
   gEfiHiiConfigAccessProtocolGuid               ## PRODUCES\r
@@ -95,8 +82,6 @@
   gEfiLoadFileProtocolGuid                      ## PROTOCOL CONSUMES\r
   gEfiBlockIoProtocolGuid                       ## PROTOCOL CONSUMES\r
   gEfiDevicePathProtocolGuid                    ## PROTOCOL CONSUMES\r
-  gEfiDevicePathToTextProtocolGuid\r
-  gEfiDebugPortProtocolGuid\r
 \r
 [Depex]\r
   gEfiHiiConfigRoutingProtocolGuid  AND\r