]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Universal/Variable/EmuRuntimeDxe/EmuVariableRuntimeDxe.inf
MdePkg Acpi51.h:Correct the declaration of EFI_ACPI_5_1_GTDT_SBSA_GENERIC_WATCHDOG_ST...
[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
4# This module provides three EFI_RUNTIME_SERVICES: SetVariable, GetVariable, GetNextVariableName\r
a326830d 5# Copyright (c) 2006 - 2012, Intel Corporation. All rights reserved.<BR>\r
8d3a5c82 6#\r
e5eed7d3 7# This program and the accompanying materials\r
8d3a5c82 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
6bfbb5f0 15##\r
8d3a5c82 16\r
8d3a5c82 17[Defines]\r
18 INF_VERSION = 0x00010005\r
19 BASE_NAME = EmuVariableRuntimeDxe\r
34ec75fc 20 FILE_GUID = 02B01AD5-7E59-43e8-A6D8-238180613A5A\r
8d3a5c82 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
28# VALID_ARCHITECTURES = IA32 X64 EBC\r
29#\r
30\r
6bfbb5f0 31[Sources]\r
8d3a5c82 32 InitVariable.c\r
33 EmuVariable.c\r
34 Variable.h\r
35\r
36\r
8d3a5c82 37[Packages]\r
38 MdePkg/MdePkg.dec\r
39 MdeModulePkg/MdeModulePkg.dec\r
40\r
41\r
8d3a5c82 42[LibraryClasses]\r
43 BaseLib\r
44 UefiLib\r
45 UefiBootServicesTableLib\r
46 UefiDriverEntryPoint\r
47 UefiRuntimeLib\r
48 DebugLib\r
49 MemoryAllocationLib\r
50 BaseMemoryLib\r
f68af18e 51 HobLib\r
a326830d 52 PcdLib\r
8d3a5c82 53\r
2d85ada2 54[Protocols]\r
88fa231e 55 gEfiVariableArchProtocolGuid ## PRODUCES\r
56 gEfiVariableWriteArchProtocolGuid ## PRODUCES\r
8d3a5c82 57\r
01a5c994 58[Guids]\r
3dcdbe7a 59 gEfiEventVirtualAddressChangeGuid ## PRODUCES ## Event\r
72399dae 60 gEfiGlobalVariableGuid ## PRODUCES ## Variable Guid\r
3709c4cd 61 gEfiVariableGuid\r
01a5c994 62\r
6bfbb5f0 63[Pcd]\r
02328a57 64 gEfiMdeModulePkgTokenSpaceGuid.PcdEmuVariableNvStoreReserved\r
518d395c 65 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxVariableSize\r
66 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxHardwareErrorVariableSize\r
67 gEfiMdeModulePkgTokenSpaceGuid.PcdVariableStoreSize\r
e4ddc008 68 gEfiMdeModulePkgTokenSpaceGuid.PcdVariableCollectStatistics\r
72399dae 69 gEfiMdeModulePkgTokenSpaceGuid.PcdHwErrStorageSize\r
518d395c 70\r
8d3a5c82 71[Depex]\r
72 TRUE\r
73\r
f3e04423 74# [Event]\r
75# ##\r
76# # Event will be signaled for VIRTUAL_ADDRESS_CHANGE event.\r
77# #\r
78# EVENT_TYPE_NOTIFY_SIGNAL ## PRODUCES\r
79#\r
80#