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