]> git.proxmox.com Git - mirror_edk2.git/blob - MdeModulePkg/Universal/Variable/EmuRuntimeDxe/EmuVariableRuntimeDxe.inf
Update the copyright notice format
[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 - 2010, Intel Corporation. All rights reserved.<BR>
6 #
7 # 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]
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 ## PRODUCES ## Event
59 gEfiGlobalVariableGuid ## PRODUCES ## Variable Guid
60 gEfiVariableGuid
61
62 [Pcd]
63 gEfiMdeModulePkgTokenSpaceGuid.PcdEmuVariableNvStoreReserved
64 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxVariableSize
65 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxHardwareErrorVariableSize
66 gEfiMdeModulePkgTokenSpaceGuid.PcdVariableStoreSize
67 gEfiMdeModulePkgTokenSpaceGuid.PcdVariableCollectStatistics
68 gEfiMdeModulePkgTokenSpaceGuid.PcdHwErrStorageSize
69
70 [Depex]
71 TRUE
72
73 # [Event]
74 # ##
75 # # Event will be signaled for VIRTUAL_ADDRESS_CHANGE event.
76 # #
77 # EVENT_TYPE_NOTIFY_SIGNAL ## PRODUCES
78 #
79 #