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