]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Universal/Variable/EmuRuntimeDxe/EmuVariableRuntimeDxe.inf
1. Correct File header to ## @file
[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
6bfbb5f0 5# Copyright (c) 2006 - 2010, Intel Corporation\r
8d3a5c82 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
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
51\r
52\r
2d85ada2 53[Protocols]\r
88fa231e 54 gEfiVariableArchProtocolGuid ## PRODUCES\r
55 gEfiVariableWriteArchProtocolGuid ## PRODUCES\r
8d3a5c82 56\r
01a5c994 57[Guids]\r
3dcdbe7a 58 gEfiEventVirtualAddressChangeGuid ## PRODUCES ## Event\r
72399dae 59 gEfiGlobalVariableGuid ## PRODUCES ## Variable Guid\r
3709c4cd 60 gEfiVariableGuid\r
01a5c994 61\r
6bfbb5f0 62[Pcd]\r
02328a57 63 gEfiMdeModulePkgTokenSpaceGuid.PcdEmuVariableNvStoreReserved\r
518d395c 64 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxVariableSize\r
65 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxHardwareErrorVariableSize\r
66 gEfiMdeModulePkgTokenSpaceGuid.PcdVariableStoreSize\r
e4ddc008 67 gEfiMdeModulePkgTokenSpaceGuid.PcdVariableCollectStatistics\r
72399dae 68 gEfiMdeModulePkgTokenSpaceGuid.PcdHwErrStorageSize\r
518d395c 69\r
8d3a5c82 70[Depex]\r
71 TRUE\r
72\r
f3e04423 73# [Event]\r
74# ##\r
75# # Event will be signaled for VIRTUAL_ADDRESS_CHANGE event.\r
76# #\r
77# EVENT_TYPE_NOTIFY_SIGNAL ## PRODUCES\r
78#\r
79#