]> git.proxmox.com Git - mirror_edk2.git/blob - SecurityPkg/VariableAuthenticated/RuntimeDxe/VariableRuntimeDxe.inf
abe14abab30dbd791fdffe984f2c5d61d8947a5b
[mirror_edk2.git] / SecurityPkg / VariableAuthenticated / RuntimeDxe / VariableRuntimeDxe.inf
1 ## @file
2 # Component description file for Authenticated Variable module.
3 #
4 # Copyright (c) 2009 - 2012, 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 = VariableRuntimeDxe
17 FILE_GUID = 2226F30F-3D5B-402d-9936-A97184EB4516
18 MODULE_TYPE = DXE_RUNTIME_DRIVER
19 VERSION_STRING = 1.0
20 ENTRY_POINT = VariableServiceInitialize
21
22 #
23 # The following information is for reference only and not required by the build tools.
24 #
25 # VALID_ARCHITECTURES = IA32 X64 EBC
26 #
27 # VIRTUAL_ADDRESS_MAP_CALLBACK = VariableClassAddressChangeEvent
28 #
29
30 [Sources]
31 Reclaim.c
32 Variable.c
33 VariableDxe.c
34 Variable.h
35 AuthService.c
36 AuthService.h
37
38 [Packages]
39 MdePkg/MdePkg.dec
40 MdeModulePkg/MdeModulePkg.dec
41 CryptoPkg/CryptoPkg.dec
42 SecurityPkg/SecurityPkg.dec
43
44 [LibraryClasses]
45 MemoryAllocationLib
46 BaseLib
47 SynchronizationLib
48 UefiLib
49 UefiBootServicesTableLib
50 BaseMemoryLib
51 DebugLib
52 UefiRuntimeLib
53 DxeServicesTableLib
54 UefiDriverEntryPoint
55 PcdLib
56 BaseCryptLib
57 PlatformSecureLib
58 HobLib
59
60 [Protocols]
61 gEfiFirmwareVolumeBlockProtocolGuid ## SOMETIMES_CONSUMES
62 gEfiVariableWriteArchProtocolGuid ## ALWAYS_PRODUCES
63 gEfiVariableArchProtocolGuid ## ALWAYS_PRODUCES
64 gEfiFaultTolerantWriteProtocolGuid ## SOMETIMES_CONSUMES
65
66 [Guids]
67 gEfiAuthenticatedVariableGuid ## PRODUCES ## Configuration Table Guid
68 gEfiGlobalVariableGuid ## PRODUCES ## Variable Guid
69 gEfiEventVirtualAddressChangeGuid ## PRODUCES ## Event
70 gEfiCertTypeRsa2048Sha256Guid
71 gEfiImageSecurityDatabaseGuid
72 gEfiCertX509Guid
73 gEfiCertPkcs7Guid
74 gEfiCertRsa2048Guid
75 gEfiSecureBootEnableDisableGuid
76 gEfiCustomModeEnableGuid
77 gEfiSystemNvDataFvGuid ## CONSUMES
78
79 [Pcd]
80 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableSize
81 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableBase
82 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableBase64
83 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxVariableSize
84 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxHardwareErrorVariableSize
85 gEfiMdeModulePkgTokenSpaceGuid.PcdVariableStoreSize
86 gEfiMdeModulePkgTokenSpaceGuid.PcdHwErrStorageSize
87
88 [FeaturePcd]
89 gEfiMdeModulePkgTokenSpaceGuid.PcdVariableCollectStatistics ## SOMETIME_CONSUMES (statistic the information of variable.)
90
91 [Depex]
92 gEfiFirmwareVolumeBlockProtocolGuid AND gEfiFaultTolerantWriteProtocolGuid
93
94 # [Event]
95 # ##
96 # # Event will be signaled for VIRTUAL_ADDRESS_CHANGE event.
97 # #
98 # EVENT_TYPE_NOTIFY_SIGNAL ## PRODUCES
99 #
100 #
101