]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Universal/Variable/RuntimeDxe/VariableRuntimeDxe.inf
Add dependent packages in INF of modules.
[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
23 EDK_RELEASE_VERSION = 0x00020000\r
24 EFI_SPECIFICATION_VERSION = 0x00020000\r
25\r
26 ENTRY_POINT = VariableServiceInitialize\r
27\r
28#\r
29# The following information is for reference only and not required by the build tools.\r
30#\r
31# VALID_ARCHITECTURES = IA32 X64\r
32#\r
33# VIRTUAL_ADDRESS_MAP_CALLBACK = VariableClassAddressChangeEvent\r
34#\r
35\r
36[Sources.common]\r
37 InitVariable.c\r
38 reclaim.c\r
39 Variable.c\r
40 Variable.h\r
41\r
42[Packages]\r
43 MdePkg/MdePkg.dec\r
623ad724 44 MdeModulePkg/MdeModulePkg.dec\r
8d3a5c82 45\r
46[LibraryClasses]\r
47 MemoryAllocationLib\r
48 BaseLib\r
49 UefiLib\r
50 UefiBootServicesTableLib\r
51 FvbServiceLib\r
52 BaseMemoryLib\r
53 DebugLib\r
54 UefiRuntimeLib\r
55 DxeServicesTableLib\r
56 UefiDriverEntryPoint\r
57 PcdLib\r
58 HobLib\r
59\r
60[Guids]\r
61 gEfiFlashMapHobGuid\r
62\r
63[Protocols]\r
64 gEfiFirmwareVolumeBlockProtocolGuid # PROTOCOL SOMETIMES_CONSUMED\r
65 gEfiFaultTolerantWriteLiteProtocolGuid # PROTOCOL SOMETIMES_CONSUMED\r
66 gEfiVariableWriteArchProtocolGuid # PROTOCOL ALWAYS_PRODUCED\r
67 gEfiVariableArchProtocolGuid # PROTOCOL ALWAYS_PRODUCED\r
68\r
69[PcdsDynamic.common]\r
70 PcdFlashNvStorageVariableSize|gEfiMdeModulePkgTokenSpaceGuid\r
71 PcdFlashNvStorageVariableBase|gEfiMdeModulePkgTokenSpaceGuid\r
72\r
73[Depex]\r
74 gEfiFirmwareVolumeBlockProtocolGuid AND gEfiAlternateFvBlockGuid AND gEfiFaultTolerantWriteLiteProtocolGuid\r
75\r