]> git.proxmox.com Git - mirror_edk2.git/blobdiff - SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/SecureBootConfigDxe.inf
1. Remove “Force clear PK” feature in AuthVarialbe driver.
[mirror_edk2.git] / SecurityPkg / VariableAuthenticated / SecureBootConfigDxe / SecureBootConfigDxe.inf
index b0254da30e374f92b1eb3dff870da5043c662d4b..a6a207efe674c6dc3021d06e09972b81ac46c08e 100644 (file)
@@ -1,7 +1,7 @@
 ## @file\r
 #  Component name for SecureBoot configuration module.\r
 #\r
-# Copyright (c) 2011, Intel Corporation. All rights reserved.<BR>\r
+# Copyright (c) 2011 - 2012, 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
@@ -27,6 +27,9 @@
 [Sources]\r
   SecureBootConfigDriver.c\r
   SecureBootConfigImpl.c\r
+  SecureBootConfigFileExplorer.c\r
+  SecureBootConfigDevicePath.c\r
+  SecureBootConfigMisc.c\r
   SecureBootConfigImpl.h\r
   SecureBootConfig.vfr\r
   SecureBootConfigStrings.uni\r
   MdePkg/MdePkg.dec\r
   MdeModulePkg/MdeModulePkg.dec\r
   SecurityPkg/SecurityPkg.dec\r
+  CryptoPkg/CryptoPkg.dec\r
 \r
 [LibraryClasses]\r
   BaseLib\r
   BaseMemoryLib\r
+  BaseCryptLib\r
   MemoryAllocationLib\r
   UefiLib\r
   UefiBootServicesTableLib\r
   UefiHiiServicesLib\r
   DebugLib\r
   HiiLib\r
+  PlatformSecureLib  \r
 \r
 [Guids]\r
   gEfiIfrTianoGuid\r
+  gEfiCustomModeEnableGuid\r
   gEfiSecureBootEnableDisableGuid\r
   gSecureBootConfigFormSetGuid\r
+  gEfiCertRsa2048Guid                           ## CONSUMES\r
+  gEfiCertX509Guid                              ## CONSUMES\r
+  gEfiCertSha1Guid                              ## CONSUMES\r
+  gEfiCertSha256Guid                            ## CONSUMES\r
+  gEfiCertTypeRsa2048Sha256Guid                 ## CONSUMES\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
   gEfiHiiConfigRoutingProtocolGuid              ## CONSUMES\r
+  gEfiSimpleFileSystemProtocolGuid              ## PROTOCOL CONSUMES\r
+  gEfiLoadFileProtocolGuid                      ## PROTOCOL CONSUMES\r
+  gEfiBlockIoProtocolGuid                       ## PROTOCOL CONSUMES\r
+  gEfiDevicePathProtocolGuid                    ## PROTOCOL CONSUMES\r
+  gEfiDevicePathToTextProtocolGuid\r
+  gEfiDebugPortProtocolGuid\r
 \r
 [Depex]\r
   gEfiHiiConfigRoutingProtocolGuid  AND\r