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