]> git.proxmox.com Git - mirror_edk2.git/blobdiff - SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/SecureBootConfigDxe.inf
SecurityPkg: INF/DEC file updates to EDK II packages
[mirror_edk2.git] / SecurityPkg / VariableAuthenticated / SecureBootConfigDxe / SecureBootConfigDxe.inf
index 071ca30338d54d24a85d1c6107a4c7328dccc46a..e6d21f5e69cfdb2540d1ba82c1792879a58604d5 100644 (file)
@@ -1,7 +1,8 @@
 ## @file\r
 ## @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
 #\r
-# Copyright (c) 2011 - 2013, Intel Corporation. All rights reserved.<BR>\r
+# Copyright (c) 2011 - 2014, 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
 # 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
 [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
   FILE_GUID                      = F0E6A44F-7195-41c3-AC64-54F202CD0A21\r
   MODULE_TYPE                    = DXE_DRIVER\r
   VERSION_STRING                 = 1.0\r
   DevicePathLib\r
 \r
 [Guids]\r
   DevicePathLib\r
 \r
 [Guids]\r
-  gEfiIfrTianoGuid\r
+  ## SOMETIMES_CONSUMES      ## Variable:L"CustomMode"\r
+  ## SOMETIMES_PRODUCES      ## Variable:L"CustomMode"\r
   gEfiCustomModeEnableGuid\r
   gEfiCustomModeEnableGuid\r
+    \r
+  ## SOMETIMES_CONSUMES      ## Variable:L"SecureBootEnable"\r
+  ## SOMETIMES_PRODUCES      ## Variable:L"SecureBootEnable"\r
   gEfiSecureBootEnableDisableGuid\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
   gSecureBootConfigFormSetGuid\r
-  gEfiCertPkcs7Guid\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
-  gEfiFileInfoGuid                              ## CONSUMES ## GUID\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
 [Protocols]\r
   gEfiHiiConfigAccessProtocolGuid               ## PRODUCES\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
+  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
 [Depex]\r
   gEfiHiiConfigRoutingProtocolGuid  AND\r
   gEfiHiiDatabaseProtocolGuid       AND\r
   gEfiVariableArchProtocolGuid      AND\r
   gEfiVariableWriteArchProtocolGuid\r
+\r
+[UserExtensions.TianoCore."ExtraFiles"]\r
+  SecureBootConfigDxeExtra.uni\r
+  
\ No newline at end of file