]> git.proxmox.com Git - mirror_edk2.git/blob - MdeModulePkg/Universal/Variable/EmuRuntimeDxe/EmuVariableRuntimeDxe.inf
Meta-data verified.
[mirror_edk2.git] / MdeModulePkg / Universal / Variable / EmuRuntimeDxe / EmuVariableRuntimeDxe.inf
1 #/** @file
2 # Emulation Variable for EFI_RUNTIME_SERVICES.
3 #
4 # This module provides three EFI_RUNTIME_SERVICES: SetVariable, GetVariable, GetNextVariableName
5 # Copyright (c) 2006 - 2007, Intel Corporation
6 #
7 # All rights reserved. This program and the accompanying materials
8 # are licensed and made available under the terms and conditions of the BSD License
9 # which accompanies this distribution. The full text of the license may be found at
10 # http://opensource.org/licenses/bsd-license.php
11 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
12 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
13 #
14 #
15 #**/
16
17 [Defines]
18 INF_VERSION = 0x00010005
19 BASE_NAME = EmuVariableRuntimeDxe
20 FILE_GUID = 02B01AD5-7E59-43e8-A6D8-238180613A5A
21 MODULE_TYPE = DXE_RUNTIME_DRIVER
22 VERSION_STRING = 1.0
23 ENTRY_POINT = VariableServiceInitialize
24
25 #
26 # The following information is for reference only and not required by the build tools.
27 #
28 # VALID_ARCHITECTURES = IA32 X64 EBC
29 #
30
31 [Sources.common]
32 InitVariable.c
33 EmuVariable.c
34 Variable.h
35
36
37 [Packages]
38 MdePkg/MdePkg.dec
39 MdeModulePkg/MdeModulePkg.dec
40
41
42 [LibraryClasses]
43 BaseLib
44 UefiLib
45 UefiBootServicesTableLib
46 UefiDriverEntryPoint
47 UefiRuntimeLib
48 DebugLib
49 MemoryAllocationLib
50 BaseMemoryLib
51
52
53 [Protocols]
54 gEfiVariableArchProtocolGuid ## PRODUCES
55 gEfiVariableWriteArchProtocolGuid ## PRODUCES
56
57 [Guids]
58 gEfiEventVirtualAddressChangeGuid
59
60 [Pcd.common]
61 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxVariableSize
62 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxHardwareErrorVariableSize
63 gEfiMdeModulePkgTokenSpaceGuid.PcdVariableStoreSize
64
65 [Depex]
66 TRUE
67
68 # [Event]
69 # ##
70 # # Event will be signaled for VIRTUAL_ADDRESS_CHANGE event.
71 # #
72 # EVENT_TYPE_NOTIFY_SIGNAL ## PRODUCES
73 #
74 #