]> git.proxmox.com Git - mirror_edk2.git/blame - SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/SecureBootConfigDxe.inf
Update all the code to consume the ConvertDevicePathToText, ConvertDevicePathNodeToTe...
[mirror_edk2.git] / SecurityPkg / VariableAuthenticated / SecureBootConfigDxe / SecureBootConfigDxe.inf
CommitLineData
beda2356 1## @file\r
2# Component name for SecureBoot configuration module.\r
3#\r
863986b3 4# Copyright (c) 2011 - 2013, 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
863986b3
RN
56 PlatformSecureLib\r
57 DevicePathLib\r
beda2356 58\r
59[Guids]\r
60 gEfiIfrTianoGuid\r
ecc722ad 61 gEfiCustomModeEnableGuid\r
beda2356 62 gEfiSecureBootEnableDisableGuid\r
63 gSecureBootConfigFormSetGuid\r
8c1babfd 64 gEfiCertPkcs7Guid\r
ecc722ad 65 gEfiCertRsa2048Guid ## CONSUMES\r
66 gEfiCertX509Guid ## CONSUMES\r
67 gEfiCertSha1Guid ## CONSUMES\r
68 gEfiCertSha256Guid ## CONSUMES\r
69 gEfiCertTypeRsa2048Sha256Guid ## CONSUMES\r
70 gEfiImageSecurityDatabaseGuid ## CONSUMES\r
71 gEfiFileSystemVolumeLabelInfoIdGuid ## CONSUMES\r
72 gEfiGlobalVariableGuid ## PRODUCES ## Variable Guid\r
ecc722ad 73 gEfiFileInfoGuid ## CONSUMES ## GUID\r
beda2356 74\r
75[Protocols]\r
76 gEfiHiiConfigAccessProtocolGuid ## PRODUCES\r
77 gEfiHiiConfigRoutingProtocolGuid ## CONSUMES\r
ecc722ad 78 gEfiSimpleFileSystemProtocolGuid ## PROTOCOL CONSUMES\r
79 gEfiLoadFileProtocolGuid ## PROTOCOL CONSUMES\r
80 gEfiBlockIoProtocolGuid ## PROTOCOL CONSUMES\r
81 gEfiDevicePathProtocolGuid ## PROTOCOL CONSUMES\r
beda2356 82\r
83[Depex]\r
84 gEfiHiiConfigRoutingProtocolGuid AND\r
85 gEfiHiiDatabaseProtocolGuid AND\r
86 gEfiVariableArchProtocolGuid AND\r
87 gEfiVariableWriteArchProtocolGuid\r