]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Universal/Variable/RuntimeDxe/VariableRuntimeDxe.inf
Remove some useless EDK_RELEASE_VERSION, EFI_SPECIFICATION_VERSION ,and review VALID_...
[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
8d3a5c82 34 reclaim.c\r
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
45 UefiLib\r
46 UefiBootServicesTableLib\r
47 FvbServiceLib\r
48 BaseMemoryLib\r
49 DebugLib\r
50 UefiRuntimeLib\r
51 DxeServicesTableLib\r
52 UefiDriverEntryPoint\r
53 PcdLib\r
8d3a5c82 54\r
8d3a5c82 55[Protocols]\r
56 gEfiFirmwareVolumeBlockProtocolGuid # PROTOCOL SOMETIMES_CONSUMED\r
57 gEfiFaultTolerantWriteLiteProtocolGuid # PROTOCOL SOMETIMES_CONSUMED\r
58 gEfiVariableWriteArchProtocolGuid # PROTOCOL ALWAYS_PRODUCED\r
59 gEfiVariableArchProtocolGuid # PROTOCOL ALWAYS_PRODUCED\r
60\r
33a5a666
A
61[Guids]\r
62 gEfiVariableInfoGuid\r
63 gEfiGlobalVariableGuid\r
64\r
b3af5df6 65[Pcd.common]\r
66 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableSize\r
67 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableBase\r
518d395c 68 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxVariableSize\r
69 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxHardwareErrorVariableSize\r
70 gEfiMdeModulePkgTokenSpaceGuid.PcdVariableStoreSize\r
33a5a666 71 \r
fae9ab87 72[FeaturePcd.common]\r
33a5a666 73 gEfiMdeModulePkgTokenSpaceGuid.PcdVariableCollectStatistics\r
8d3a5c82 74\r
75[Depex]\r
76 gEfiFirmwareVolumeBlockProtocolGuid AND gEfiAlternateFvBlockGuid AND gEfiFaultTolerantWriteLiteProtocolGuid\r
77\r