]> git.proxmox.com Git - mirror_edk2.git/blob - SecurityPkg/VariableAuthenticated/RuntimeDxe/VariableRuntimeDxe.inf
Enable/Disable Secured Boot by 'Secure Boot Configuration' Page which is under Setup...
[mirror_edk2.git] / SecurityPkg / VariableAuthenticated / RuntimeDxe / VariableRuntimeDxe.inf
1 ## @file
2 # Component description file for Authenticated Variable module.
3 #
4 # Copyright (c) 2009 - 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 = 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 gEfiCertRsa2048Sha256Guid
71 gEfiImageSecurityDatabaseGuid
72 gEfiCertX509Guid
73 gEfiCertPkcs7Guid
74 gEfiCertRsa2048Guid
75 gEfiSecureBootEnableDisableGuid
76
77 [Pcd]
78 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableSize
79 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableBase
80 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableBase64
81 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxVariableSize
82 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxHardwareErrorVariableSize
83 gEfiMdeModulePkgTokenSpaceGuid.PcdVariableStoreSize
84 gEfiMdeModulePkgTokenSpaceGuid.PcdHwErrStorageSize
85 gEfiSecurityPkgTokenSpaceGuid.PcdMaxAppendVariableSize
86
87 [FeaturePcd]
88 gEfiMdeModulePkgTokenSpaceGuid.PcdVariableCollectStatistics ## SOMETIME_CONSUMES (statistic the information of variable.)
89
90 [Depex]
91 gEfiFirmwareVolumeBlockProtocolGuid AND gEfiFaultTolerantWriteProtocolGuid
92
93 # [Event]
94 # ##
95 # # Event will be signaled for VIRTUAL_ADDRESS_CHANGE event.
96 # #
97 # EVENT_TYPE_NOTIFY_SIGNAL ## PRODUCES
98 #
99 #
100