]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Universal/Variable/RuntimeDxe/VariableRuntimeDxe.inf
Update Variable driver to depend on full version FaultTolerantWrite protocol, and...
[mirror_edk2.git] / MdeModulePkg / Universal / Variable / RuntimeDxe / VariableRuntimeDxe.inf
CommitLineData
8d3a5c82 1#/** @file\r
2# Component description file for Variable module.\r
3#\r
4# This module installs three EFI_RUNTIME_SERVICES: SetVariable, GetVariable, GetNextVariableName.\r
5# Copyright (c) 2006 - 2007, Intel Corporation\r
6#\r
7# All rights reserved. This program and the accompanying materials\r
8# are licensed and made available under the terms and conditions of the BSD License\r
9# which accompanies this distribution. The full text of the license may be found at\r
10# http://opensource.org/licenses/bsd-license.php\r
11# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
12# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
13#\r
14#\r
15#**/\r
16\r
17[Defines]\r
18 INF_VERSION = 0x00010005\r
19 BASE_NAME = VariableRuntimeDxe\r
20 FILE_GUID = CBD2E4D5-7068-4FF5-B462-9822B4AD8D60\r
21 MODULE_TYPE = DXE_RUNTIME_DRIVER\r
22 VERSION_STRING = 1.0\r
8d3a5c82 23 ENTRY_POINT = VariableServiceInitialize\r
24\r
25#\r
26# The following information is for reference only and not required by the build tools.\r
27#\r
078bee4e 28# VALID_ARCHITECTURES = IA32 X64 EBC\r
8d3a5c82 29#\r
30# VIRTUAL_ADDRESS_MAP_CALLBACK = VariableClassAddressChangeEvent\r
31#\r
32\r
33[Sources.common]\r
f8478314 34 Reclaim.c\r
8d3a5c82 35 Variable.c\r
36 Variable.h\r
37\r
38[Packages]\r
39 MdePkg/MdePkg.dec\r
623ad724 40 MdeModulePkg/MdeModulePkg.dec\r
8d3a5c82 41\r
42[LibraryClasses]\r
43 MemoryAllocationLib\r
44 BaseLib\r
4cf894eb 45 SynchronizationLib\r
8d3a5c82 46 UefiLib\r
47 UefiBootServicesTableLib\r
48 FvbServiceLib\r
49 BaseMemoryLib\r
50 DebugLib\r
51 UefiRuntimeLib\r
52 DxeServicesTableLib\r
53 UefiDriverEntryPoint\r
54 PcdLib\r
8d3a5c82 55\r
8d3a5c82 56[Protocols]\r
f3e04423 57 gEfiFirmwareVolumeBlockProtocolGuid ## SOMETIMES_CONSUMES\r
f3e04423 58 gEfiVariableWriteArchProtocolGuid ## ALWAYS_PRODUCES\r
59 gEfiVariableArchProtocolGuid ## ALWAYS_PRODUCES\r
88a5561c 60 gEfiFaultTolerantWriteProtocolGuid ## SOMETIMES_CONSUMES\r
8d3a5c82 61\r
33a5a666 62[Guids]\r
3709c4cd 63 gEfiVariableGuid ## PRODUCES ## Configuration Table Guid \r
f3e04423 64 gEfiGlobalVariableGuid ## PRODUCES ## Variable Guid\r
01a5c994 65 gEfiEventVirtualAddressChangeGuid ## PRODUCES ## Event\r
33a5a666 66\r
b3af5df6 67[Pcd.common]\r
68 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableSize\r
69 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableBase\r
518d395c 70 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxVariableSize\r
71 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxHardwareErrorVariableSize\r
72 gEfiMdeModulePkgTokenSpaceGuid.PcdVariableStoreSize\r
33a5a666 73 \r
fae9ab87 74[FeaturePcd.common]\r
3dcdbe7a 75 gEfiMdeModulePkgTokenSpaceGuid.PcdVariableCollectStatistics ## SOMETIME_CONSUMES (statistic the information of variable.)\r
8d3a5c82 76\r
77[Depex]\r
88a5561c 78 gEfiFirmwareVolumeBlockProtocolGuid AND gEfiFaultTolerantWriteProtocolGuid\r
8d3a5c82 79\r
f3e04423 80# [Event]\r
81# ##\r
82# # Event will be signaled for VIRTUAL_ADDRESS_CHANGE event.\r
83# #\r
84# EVENT_TYPE_NOTIFY_SIGNAL ## PRODUCES\r
85#\r
86#