]> git.proxmox.com Git - mirror_edk2.git/blobdiff - SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/SecureBootConfigDxe.inf
Update all the code to consume the ConvertDevicePathToText, ConvertDevicePathNodeToTe...
[mirror_edk2.git] / SecurityPkg / VariableAuthenticated / SecureBootConfigDxe / SecureBootConfigDxe.inf
index a0f497f559fc8e73cb3ea83df053eda5ff3815b4..071ca30338d54d24a85d1c6107a4c7328dccc46a 100644 (file)
@@ -1,7 +1,7 @@
 ## @file\r
 #  Component name for SecureBoot configuration module.\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
@@ -53,7 +53,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
@@ -92,8 +79,6 @@
   gEfiLoadFileProtocolGuid                      ## PROTOCOL CONSUMES\r
   gEfiBlockIoProtocolGuid                       ## PROTOCOL CONSUMES\r
   gEfiDevicePathProtocolGuid                    ## PROTOCOL CONSUMES\r
-  gEfiDevicePathToTextProtocolGuid\r
-  gEfiDebugPortProtocolGuid\r
 \r
 [Depex]\r
   gEfiHiiConfigRoutingProtocolGuid  AND\r