]> git.proxmox.com Git - mirror_edk2.git/blob - SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/SecureBootConfigDxe.inf
Change IPF version AuthVariable driver to support multiple-platform feature.
[mirror_edk2.git] / SecurityPkg / VariableAuthenticated / SecureBootConfigDxe / SecureBootConfigDxe.inf
1 ## @file
2 # Component name for SecureBoot configuration module.
3 #
4 # Copyright (c) 2011, 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 SecureBootConfigImpl.h
31 SecureBootConfig.vfr
32 SecureBootConfigStrings.uni
33 SecureBootConfigNvData.h
34
35 [Packages]
36 MdePkg/MdePkg.dec
37 MdeModulePkg/MdeModulePkg.dec
38 SecurityPkg/SecurityPkg.dec
39
40 [LibraryClasses]
41 BaseLib
42 BaseMemoryLib
43 MemoryAllocationLib
44 UefiLib
45 UefiBootServicesTableLib
46 UefiRuntimeServicesTableLib
47 UefiDriverEntryPoint
48 UefiHiiServicesLib
49 DebugLib
50 HiiLib
51
52 [Guids]
53 gEfiIfrTianoGuid
54 gEfiSecureBootEnableDisableGuid
55 gSecureBootConfigFormSetGuid
56
57 [Protocols]
58 gEfiHiiConfigAccessProtocolGuid ## PRODUCES
59 gEfiHiiConfigRoutingProtocolGuid ## CONSUMES
60
61 [Depex]
62 gEfiHiiConfigRoutingProtocolGuid AND
63 gEfiHiiDatabaseProtocolGuid AND
64 gEfiVariableArchProtocolGuid AND
65 gEfiVariableWriteArchProtocolGuid