]> git.proxmox.com Git - mirror_edk2.git/blobdiff - SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/SecureBootConfigDxe.inf
SecurityPkg/SecureBootConfigDxe: Fix coding style issue
[mirror_edk2.git] / SecurityPkg / VariableAuthenticated / SecureBootConfigDxe / SecureBootConfigDxe.inf
index b0254da30e374f92b1eb3dff870da5043c662d4b..fa7c39d6e58b9c86a10f7bec1d6ecc5cce243861 100644 (file)
@@ -1,7 +1,8 @@
 ## @file\r
-#  Component name for SecureBoot configuration module.\r
+#  Provides the capbility to configure secure boot in a setup browser\r
+#  By this module, user may change the content of DB, DBX, PK and KEK.\r
 #\r
-# Copyright (c) 2011, Intel Corporation. All rights reserved.<BR>\r
+# Copyright (c) 2011 - 2016, 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
@@ -14,6 +15,7 @@
 [Defines]\r
   INF_VERSION                    = 0x00010005\r
   BASE_NAME                      = SecureBootConfigDxe\r
+  MODULE_UNI_FILE                = SecureBootConfigDxe.uni\r
   FILE_GUID                      = F0E6A44F-7195-41c3-AC64-54F202CD0A21\r
   MODULE_TYPE                    = DXE_DRIVER\r
   VERSION_STRING                 = 1.0\r
@@ -27,6 +29,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
+  DevicePathLib\r
+  FileExplorerLib\r
+  PeCoffLib\r
 \r
 [Guids]\r
-  gEfiIfrTianoGuid\r
+  ## SOMETIMES_CONSUMES      ## Variable:L"CustomMode"\r
+  ## SOMETIMES_PRODUCES      ## Variable:L"CustomMode"\r
+  gEfiCustomModeEnableGuid\r
+\r
+  ## SOMETIMES_CONSUMES      ## Variable:L"SecureBootEnable"\r
+  ## SOMETIMES_PRODUCES      ## Variable:L"SecureBootEnable"\r
   gEfiSecureBootEnableDisableGuid\r
+\r
+  ## SOMETIMES_CONSUMES      ## GUID            # Unique ID for the type of the signature.\r
+  ## SOMETIMES_PRODUCES      ## GUID            # Unique ID for the type of the signature.\r
+  gEfiCertRsa2048Guid\r
+\r
+  ## SOMETIMES_CONSUMES      ## GUID            # Unique ID for the type of the signature.\r
+  ## SOMETIMES_PRODUCES      ## GUID            # Unique ID for the type of the signature.\r
+  gEfiCertX509Guid\r
+\r
+  ## SOMETIMES_CONSUMES      ## GUID            # Unique ID for the type of the signature.\r
+  ## SOMETIMES_PRODUCES      ## GUID            # Unique ID for the type of the signature.\r
+  gEfiCertSha1Guid\r
+\r
+  ## SOMETIMES_CONSUMES      ## GUID            # Unique ID for the type of the signature.\r
+  ## SOMETIMES_PRODUCES      ## GUID            # Unique ID for the type of the signature.\r
+  gEfiCertSha256Guid\r
+\r
+  ## SOMETIMES_CONSUMES      ## Variable:L"db"\r
+  ## SOMETIMES_PRODUCES      ## Variable:L"db"\r
+  ## SOMETIMES_CONSUMES      ## Variable:L"dbx"\r
+  ## SOMETIMES_PRODUCES      ## Variable:L"dbx"\r
+  gEfiImageSecurityDatabaseGuid\r
+\r
+  ## SOMETIMES_CONSUMES      ## Variable:L"SetupMode"\r
+  ## SOMETIMES_PRODUCES      ## Variable:L"PK"\r
+  ## SOMETIMES_CONSUMES      ## Variable:L"KEK"\r
+  ## SOMETIMES_PRODUCES      ## Variable:L"KEK"\r
+  ## SOMETIMES_CONSUMES      ## Variable:L"SecureBoot"\r
+  gEfiGlobalVariableGuid\r
+\r
+  gEfiIfrTianoGuid                              ## PRODUCES            ## GUID       # HII opcode\r
+  ## PRODUCES                ## HII\r
+  ## CONSUMES                ## HII\r
   gSecureBootConfigFormSetGuid\r
+  gEfiCertPkcs7Guid                             ## SOMETIMES_PRODUCES  ## GUID  # Unique ID for the type of the certificate.\r
+  gEfiCertTypeRsa2048Sha256Guid                 ## SOMETIMES_CONSUMES  ## GUID  # Unique ID for the type of the certificate.\r
+  gEfiFileSystemVolumeLabelInfoIdGuid           ## SOMETIMES_CONSUMES  ## GUID  # Indicate the information type\r
+  gEfiFileInfoGuid                              ## SOMETIMES_CONSUMES  ## GUID  # Indicate the information type\r
+\r
+  gEfiCertX509Sha256Guid                        ## SOMETIMES_PRODUCES  ## GUID  # Unique ID for the type of the certificate.\r
+  gEfiCertX509Sha384Guid                        ## SOMETIMES_PRODUCES  ## GUID  # Unique ID for the type of the certificate.\r
+  gEfiCertX509Sha512Guid                        ## SOMETIMES_PRODUCES  ## GUID  # Unique ID for the type of the certificate.\r
 \r
 [Protocols]\r
   gEfiHiiConfigAccessProtocolGuid               ## PRODUCES\r
-  gEfiHiiConfigRoutingProtocolGuid              ## CONSUMES\r
+  gEfiDevicePathProtocolGuid                    ## PRODUCES\r
+  gEfiSimpleFileSystemProtocolGuid              ## SOMETIMES_CONSUMES\r
+  gEfiBlockIoProtocolGuid                       ## SOMETIMES_CONSUMES\r
 \r
 [Depex]\r
   gEfiHiiConfigRoutingProtocolGuid  AND\r
   gEfiHiiDatabaseProtocolGuid       AND\r
   gEfiVariableArchProtocolGuid      AND\r
   gEfiVariableWriteArchProtocolGuid\r
+\r
+[UserExtensions.TianoCore."ExtraFiles"]\r
+  SecureBootConfigDxeExtra.uni\r