]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Universal/Variable/EmuRuntimeDxe/EmuVariableRuntimeDxe.inf
MdeModulePkg: INF/DEC file updates to EDK II packages
[mirror_edk2.git] / MdeModulePkg / Universal / Variable / EmuRuntimeDxe / EmuVariableRuntimeDxe.inf
CommitLineData
6bfbb5f0 1## @file\r
8d3a5c82 2# Emulation Variable for EFI_RUNTIME_SERVICES.\r
3#\r
6036e94d
SZ
4# This module installs variable arch protocol and variable write arch protocol to provide\r
5# four EFI_RUNTIME_SERVICES: SetVariable, GetVariable, GetNextVariableName and QueryVariableInfo.\r
6#\r
7# Copyright (c) 2006 - 2014, Intel Corporation. All rights reserved.<BR>\r
8d3a5c82 8#\r
e5eed7d3 9# This program and the accompanying materials\r
8d3a5c82 10# are licensed and made available under the terms and conditions of the BSD License\r
11# which accompanies this distribution. The full text of the license may be found at\r
12# http://opensource.org/licenses/bsd-license.php\r
13# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
14# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
15#\r
16#\r
6bfbb5f0 17##\r
8d3a5c82 18\r
8d3a5c82 19[Defines]\r
20 INF_VERSION = 0x00010005\r
21 BASE_NAME = EmuVariableRuntimeDxe\r
6036e94d 22 MODULE_UNI_FILE = EmuVariableRuntimeDxe.uni\r
34ec75fc 23 FILE_GUID = 02B01AD5-7E59-43e8-A6D8-238180613A5A\r
8d3a5c82 24 MODULE_TYPE = DXE_RUNTIME_DRIVER\r
25 VERSION_STRING = 1.0\r
8d3a5c82 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 EBC\r
32#\r
33\r
6bfbb5f0 34[Sources]\r
8d3a5c82 35 InitVariable.c\r
36 EmuVariable.c\r
37 Variable.h\r
38\r
39\r
8d3a5c82 40[Packages]\r
41 MdePkg/MdePkg.dec\r
42 MdeModulePkg/MdeModulePkg.dec\r
43\r
44\r
8d3a5c82 45[LibraryClasses]\r
46 BaseLib\r
47 UefiLib\r
48 UefiBootServicesTableLib\r
49 UefiDriverEntryPoint\r
50 UefiRuntimeLib\r
51 DebugLib\r
52 MemoryAllocationLib\r
53 BaseMemoryLib\r
f68af18e 54 HobLib\r
a326830d 55 PcdLib\r
8d3a5c82 56\r
2d85ada2 57[Protocols]\r
88fa231e 58 gEfiVariableArchProtocolGuid ## PRODUCES\r
59 gEfiVariableWriteArchProtocolGuid ## PRODUCES\r
8d3a5c82 60\r
01a5c994 61[Guids]\r
6036e94d
SZ
62 gEfiEventVirtualAddressChangeGuid ## CONSUMES ## Event\r
63 ## SOMETIMES_CONSUMES ## Variable:L"PlatformLang"\r
64 ## SOMETIMES_PRODUCES ## Variable:L"PlatformLang"\r
65 ## SOMETIMES_CONSUMES ## Variable:L"Lang"\r
66 ## SOMETIMES_PRODUCES ## Variable:L"Lang"\r
67 gEfiGlobalVariableGuid\r
68 ## PRODUCES ## GUID # Signature of Variable store header\r
69 ## CONSUMES ## GUID # Signature of Variable store header\r
70 ## SOMETIMES_CONSUMES ## HOB\r
71 ## SOMETIMES_PRODUCES ## SystemTable\r
3709c4cd 72 gEfiVariableGuid\r
01a5c994 73\r
6bfbb5f0 74[Pcd]\r
6036e94d
SZ
75 gEfiMdeModulePkgTokenSpaceGuid.PcdEmuVariableNvStoreReserved ## CONSUMES\r
76 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxVariableSize ## CONSUMES\r
77 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxHardwareErrorVariableSize ## CONSUMES\r
78 gEfiMdeModulePkgTokenSpaceGuid.PcdVariableStoreSize ## CONSUMES\r
79 gEfiMdeModulePkgTokenSpaceGuid.PcdHwErrStorageSize ## CONSUMES\r
80\r
81[FeaturePcd]\r
82 gEfiMdeModulePkgTokenSpaceGuid.PcdVariableCollectStatistics ## CONSUMES # statistic the information of variable.\r
518d395c 83\r
8d3a5c82 84[Depex]\r
85 TRUE\r
86\r
6036e94d
SZ
87[UserExtensions.TianoCore."ExtraFiles"]\r
88 EmuVariableRuntimeDxeExtra.uni