]> git.proxmox.com Git - mirror_edk2.git/blob - SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/SecureBootConfigDxe.inf
071ca30338d54d24a85d1c6107a4c7328dccc46a
[mirror_edk2.git] / SecurityPkg / VariableAuthenticated / SecureBootConfigDxe / SecureBootConfigDxe.inf
1 ## @file
2 # Component name for SecureBoot configuration module.
3 #
4 # Copyright (c) 2011 - 2013, Intel Corporation. All rights reserved.<BR>
5 # This program and the accompanying materials
6 # are licensed and made available under the terms and conditions of the BSD License
7 # which accompanies this distribution. The full text of the license may be found at
8 # http://opensource.org/licenses/bsd-license.php
9 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
10 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
11 #
12 ##
13
14 [Defines]
15 INF_VERSION = 0x00010005
16 BASE_NAME = SecureBootConfigDxe
17 FILE_GUID = F0E6A44F-7195-41c3-AC64-54F202CD0A21
18 MODULE_TYPE = DXE_DRIVER
19 VERSION_STRING = 1.0
20 ENTRY_POINT = SecureBootConfigDriverEntryPoint
21 UNLOAD_IMAGE = SecureBootConfigDriverUnload
22
23 #
24 # VALID_ARCHITECTURES = IA32 X64 IPF EBC
25 #
26
27 [Sources]
28 SecureBootConfigDriver.c
29 SecureBootConfigImpl.c
30 SecureBootConfigFileExplorer.c
31 SecureBootConfigDevicePath.c
32 SecureBootConfigMisc.c
33 SecureBootConfigImpl.h
34 SecureBootConfig.vfr
35 SecureBootConfigStrings.uni
36 SecureBootConfigNvData.h
37
38 [Packages]
39 MdePkg/MdePkg.dec
40 MdeModulePkg/MdeModulePkg.dec
41 SecurityPkg/SecurityPkg.dec
42 CryptoPkg/CryptoPkg.dec
43
44 [LibraryClasses]
45 BaseLib
46 BaseMemoryLib
47 BaseCryptLib
48 MemoryAllocationLib
49 UefiLib
50 UefiBootServicesTableLib
51 UefiRuntimeServicesTableLib
52 UefiDriverEntryPoint
53 UefiHiiServicesLib
54 DebugLib
55 HiiLib
56 PlatformSecureLib
57 DevicePathLib
58
59 [Guids]
60 gEfiIfrTianoGuid
61 gEfiCustomModeEnableGuid
62 gEfiSecureBootEnableDisableGuid
63 gSecureBootConfigFormSetGuid
64 gEfiCertPkcs7Guid
65 gEfiCertRsa2048Guid ## CONSUMES
66 gEfiCertX509Guid ## CONSUMES
67 gEfiCertSha1Guid ## CONSUMES
68 gEfiCertSha256Guid ## CONSUMES
69 gEfiCertTypeRsa2048Sha256Guid ## CONSUMES
70 gEfiImageSecurityDatabaseGuid ## CONSUMES
71 gEfiFileSystemVolumeLabelInfoIdGuid ## CONSUMES
72 gEfiGlobalVariableGuid ## PRODUCES ## Variable Guid
73 gEfiFileInfoGuid ## CONSUMES ## GUID
74
75 [Protocols]
76 gEfiHiiConfigAccessProtocolGuid ## PRODUCES
77 gEfiHiiConfigRoutingProtocolGuid ## CONSUMES
78 gEfiSimpleFileSystemProtocolGuid ## PROTOCOL CONSUMES
79 gEfiLoadFileProtocolGuid ## PROTOCOL CONSUMES
80 gEfiBlockIoProtocolGuid ## PROTOCOL CONSUMES
81 gEfiDevicePathProtocolGuid ## PROTOCOL CONSUMES
82
83 [Depex]
84 gEfiHiiConfigRoutingProtocolGuid AND
85 gEfiHiiDatabaseProtocolGuid AND
86 gEfiVariableArchProtocolGuid AND
87 gEfiVariableWriteArchProtocolGuid