]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Universal/Variable/EmuRuntimeDxe/EmuVariableRuntimeDxe.inf
Add information in Meta-Data file
[mirror_edk2.git] / MdeModulePkg / Universal / Variable / EmuRuntimeDxe / EmuVariableRuntimeDxe.inf
CommitLineData
8d3a5c82 1#/** @file\r
2# Emulation Variable for EFI_RUNTIME_SERVICES.\r
3#\r
4# This module provides 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
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
8d3a5c82 31[Sources.common]\r
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
f3e04423 54 gEfiVariableArchProtocolGuid ## ALWAYS_PRODUCES\r
55 gEfiVariableWriteArchProtocolGuid ## ALWAYS_PRODUCES\r
8d3a5c82 56\r
518d395c 57[Pcd.common]\r
58 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxVariableSize\r
59 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxHardwareErrorVariableSize\r
60 gEfiMdeModulePkgTokenSpaceGuid.PcdVariableStoreSize\r
61\r
8d3a5c82 62[Depex]\r
63 TRUE\r
64\r
f3e04423 65# [Event]\r
66# ##\r
67# # Event will be signaled for VIRTUAL_ADDRESS_CHANGE event.\r
68# #\r
69# EVENT_TYPE_NOTIFY_SIGNAL ## PRODUCES\r
70#\r
71#