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