]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Universal/Variable/RuntimeDxe/VariableRuntimeDxe.inf
remove some comments introduced by tools.
[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
44\r
45[LibraryClasses]\r
46 MemoryAllocationLib\r
47 BaseLib\r
48 UefiLib\r
49 UefiBootServicesTableLib\r
50 FvbServiceLib\r
51 BaseMemoryLib\r
52 DebugLib\r
53 UefiRuntimeLib\r
54 DxeServicesTableLib\r
55 UefiDriverEntryPoint\r
56 PcdLib\r
57 HobLib\r
58\r
59[Guids]\r
60 gEfiFlashMapHobGuid\r
61\r
62[Protocols]\r
63 gEfiFirmwareVolumeBlockProtocolGuid # PROTOCOL SOMETIMES_CONSUMED\r
64 gEfiFaultTolerantWriteLiteProtocolGuid # PROTOCOL SOMETIMES_CONSUMED\r
65 gEfiVariableWriteArchProtocolGuid # PROTOCOL ALWAYS_PRODUCED\r
66 gEfiVariableArchProtocolGuid # PROTOCOL ALWAYS_PRODUCED\r
67\r
68[PcdsDynamic.common]\r
69 PcdFlashNvStorageVariableSize|gEfiMdeModulePkgTokenSpaceGuid\r
70 PcdFlashNvStorageVariableBase|gEfiMdeModulePkgTokenSpaceGuid\r
71\r
72[Depex]\r
73 gEfiFirmwareVolumeBlockProtocolGuid AND gEfiAlternateFvBlockGuid AND gEfiFaultTolerantWriteLiteProtocolGuid\r
74\r