]> git.proxmox.com Git - mirror_edk2.git/blame - SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/SecureBootConfigDxe.inf
1. Set the secure boot state to Standard Mode when user leaving secure boot setup...
[mirror_edk2.git] / SecurityPkg / VariableAuthenticated / SecureBootConfigDxe / SecureBootConfigDxe.inf
CommitLineData
beda2356 1## @file\r
2# Component name for SecureBoot configuration module.\r
3#\r
ecc722ad 4# Copyright (c) 2011 - 2012, Intel Corporation. All rights reserved.<BR>\r
beda2356 5# This program and the accompanying materials\r
6# are licensed and made available under the terms and conditions of the BSD License\r
7# which accompanies this distribution. The full text of the license may be found at\r
8# http://opensource.org/licenses/bsd-license.php\r
9# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
10# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
11#\r
12##\r
13\r
14[Defines]\r
15 INF_VERSION = 0x00010005\r
16 BASE_NAME = SecureBootConfigDxe\r
17 FILE_GUID = F0E6A44F-7195-41c3-AC64-54F202CD0A21\r
18 MODULE_TYPE = DXE_DRIVER\r
19 VERSION_STRING = 1.0\r
20 ENTRY_POINT = SecureBootConfigDriverEntryPoint\r
21 UNLOAD_IMAGE = SecureBootConfigDriverUnload\r
22\r
23#\r
24# VALID_ARCHITECTURES = IA32 X64 IPF EBC\r
25#\r
26\r
27[Sources]\r
28 SecureBootConfigDriver.c\r
29 SecureBootConfigImpl.c\r
ecc722ad 30 SecureBootConfigFileExplorer.c\r
31 SecureBootConfigDevicePath.c\r
32 SecureBootConfigMisc.c\r
beda2356 33 SecureBootConfigImpl.h\r
34 SecureBootConfig.vfr\r
35 SecureBootConfigStrings.uni\r
36 SecureBootConfigNvData.h\r
37\r
38[Packages]\r
39 MdePkg/MdePkg.dec\r
40 MdeModulePkg/MdeModulePkg.dec\r
41 SecurityPkg/SecurityPkg.dec\r
ecc722ad 42 CryptoPkg/CryptoPkg.dec\r
beda2356 43\r
44[LibraryClasses]\r
45 BaseLib\r
46 BaseMemoryLib\r
ecc722ad 47 BaseCryptLib\r
beda2356 48 MemoryAllocationLib\r
49 UefiLib\r
50 UefiBootServicesTableLib\r
51 UefiRuntimeServicesTableLib\r
52 UefiDriverEntryPoint\r
53 UefiHiiServicesLib\r
54 DebugLib\r
55 HiiLib\r
ecc722ad 56 PlatformSecureLib \r
beda2356 57\r
58[Guids]\r
59 gEfiIfrTianoGuid\r
ecc722ad 60 gEfiCustomModeEnableGuid\r
beda2356 61 gEfiSecureBootEnableDisableGuid\r
62 gSecureBootConfigFormSetGuid\r
8c1babfd 63 gEfiCertPkcs7Guid\r
ecc722ad 64 gEfiCertRsa2048Guid ## CONSUMES\r
65 gEfiCertX509Guid ## CONSUMES\r
66 gEfiCertSha1Guid ## CONSUMES\r
67 gEfiCertSha256Guid ## CONSUMES\r
68 gEfiCertTypeRsa2048Sha256Guid ## CONSUMES\r
69 gEfiImageSecurityDatabaseGuid ## CONSUMES\r
70 gEfiFileSystemVolumeLabelInfoIdGuid ## CONSUMES\r
71 gEfiGlobalVariableGuid ## PRODUCES ## Variable Guid\r
72 gEfiVT100PlusGuid ## CONSUMES ## GUID (The type of terminal)\r
73 gEfiVT100Guid ## CONSUMES ## GUID (The type of terminal)\r
74 ## CONSUMES ## GUID HOB (The hob holding memory type information)\r
75 gEfiVTUTF8Guid ## CONSUMES ## GUID (The type of terminal)\r
76 ## SOMETIMES_CONSUMES ## Variable:L"BootXX" (Boot option variable)\r
77 ## CONSUMES ## Variable:L"Timeout" (The time out value in second of showing progress bar)\r
78 ## SOMETIMES_CONSUMES ## Variable:L"BootOrder" (The boot option array)\r
79 ## SOMETIMES_CONSUMES ## Variable:L"DriverOrder" (The driver order list)\r
80 ## SOMETIMES_CONSUMES ## Variable:L"ConIn" (The device path of console in device)\r
81 ## SOMETIMES_CONSUMES ## Variable:L"ConOut" (The device path of console out device)\r
82 ## SOMETIMES_CONSUMES ## Variable:L"ErrOut" (The device path of error out device)\r
83 gEfiFileInfoGuid ## CONSUMES ## GUID\r
84 gEfiPcAnsiGuid ## CONSUMES ## GUID (The type of terminal)\r
85 gEfiUartDevicePathGuid ## CONSUMES ## GUID (Identify the device path for UARD device)\r
86 gEfiSasDevicePathGuid ## CONSUMES ## GUID (Identify the device path for SAS device)\r
beda2356 87\r
88[Protocols]\r
89 gEfiHiiConfigAccessProtocolGuid ## PRODUCES\r
90 gEfiHiiConfigRoutingProtocolGuid ## CONSUMES\r
ecc722ad 91 gEfiSimpleFileSystemProtocolGuid ## PROTOCOL CONSUMES\r
92 gEfiLoadFileProtocolGuid ## PROTOCOL CONSUMES\r
93 gEfiBlockIoProtocolGuid ## PROTOCOL CONSUMES\r
94 gEfiDevicePathProtocolGuid ## PROTOCOL CONSUMES\r
95 gEfiDevicePathToTextProtocolGuid\r
96 gEfiDebugPortProtocolGuid\r
beda2356 97\r
98[Depex]\r
99 gEfiHiiConfigRoutingProtocolGuid AND\r
100 gEfiHiiDatabaseProtocolGuid AND\r
101 gEfiVariableArchProtocolGuid AND\r
102 gEfiVariableWriteArchProtocolGuid\r