]> git.proxmox.com Git - mirror_edk2.git/blame_incremental - MdeModulePkg/Universal/Variable/RuntimeDxe/VariableRuntimeDxe.inf
1. Correct File header to ## @file
[mirror_edk2.git] / MdeModulePkg / Universal / Variable / RuntimeDxe / VariableRuntimeDxe.inf
... / ...
CommitLineData
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 - 2010, 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
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
28# VALID_ARCHITECTURES = IA32 X64 EBC\r
29#\r
30# VIRTUAL_ADDRESS_MAP_CALLBACK = VariableClassAddressChangeEvent\r
31#\r
32\r
33[Sources]\r
34 Reclaim.c\r
35 Variable.c\r
36 Variable.h\r
37\r
38[Packages]\r
39 MdePkg/MdePkg.dec\r
40 MdeModulePkg/MdeModulePkg.dec\r
41\r
42[LibraryClasses]\r
43 MemoryAllocationLib\r
44 BaseLib\r
45 SynchronizationLib\r
46 UefiLib\r
47 UefiBootServicesTableLib\r
48 BaseMemoryLib\r
49 DebugLib\r
50 UefiRuntimeLib\r
51 DxeServicesTableLib\r
52 UefiDriverEntryPoint\r
53 PcdLib\r
54\r
55[Protocols]\r
56 gEfiFirmwareVolumeBlockProtocolGuid ## SOMETIMES_CONSUMES\r
57 gEfiVariableWriteArchProtocolGuid ## ALWAYS_PRODUCES\r
58 gEfiVariableArchProtocolGuid ## ALWAYS_PRODUCES\r
59 gEfiFaultTolerantWriteProtocolGuid ## SOMETIMES_CONSUMES\r
60\r
61[Guids]\r
62 gEfiVariableGuid ## PRODUCES ## Configuration Table Guid \r
63 gEfiGlobalVariableGuid ## PRODUCES ## Variable Guid\r
64 gEfiEventVirtualAddressChangeGuid ## PRODUCES ## Event\r
65\r
66[Pcd]\r
67 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableSize\r
68 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableBase\r
69 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxVariableSize\r
70 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxHardwareErrorVariableSize\r
71 gEfiMdeModulePkgTokenSpaceGuid.PcdVariableStoreSize\r
72 gEfiMdeModulePkgTokenSpaceGuid.PcdHwErrStorageSize\r
73 \r
74[FeaturePcd]\r
75 gEfiMdeModulePkgTokenSpaceGuid.PcdVariableCollectStatistics ## SOMETIME_CONSUMES (statistic the information of variable.)\r
76\r
77[Depex]\r
78 gEfiFirmwareVolumeBlockProtocolGuid AND gEfiFaultTolerantWriteProtocolGuid\r
79\r
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#