2 # Emulation Variable for EFI_RUNTIME_SERVICES.
\r
4 # This module provides three EFI_RUNTIME_SERVICES: SetVariable, GetVariable, GetNextVariableName
\r
5 # Copyright (c) 2006 - 2007, Intel Corporation
\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
18 INF_VERSION = 0x00010005
\r
19 BASE_NAME = EmuVariableRuntimeDxe
\r
20 FILE_GUID = 02B01AD5-7E59-43e8-A6D8-238180613A5A
\r
21 MODULE_TYPE = DXE_RUNTIME_DRIVER
\r
22 VERSION_STRING = 1.0
\r
23 ENTRY_POINT = VariableServiceInitialize
\r
26 # The following information is for reference only and not required by the build tools.
\r
28 # VALID_ARCHITECTURES = IA32 X64 EBC
\r
39 MdeModulePkg/MdeModulePkg.dec
\r
45 UefiBootServicesTableLib
\r
46 UefiDriverEntryPoint
\r
54 gEfiVariableArchProtocolGuid ## ALWAYS_PRODUCES
\r
55 gEfiVariableWriteArchProtocolGuid ## ALWAYS_PRODUCES
\r
58 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxVariableSize
\r
59 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxHardwareErrorVariableSize
\r
60 gEfiMdeModulePkgTokenSpaceGuid.PcdVariableStoreSize
\r
67 # # Event will be signaled for VIRTUAL_ADDRESS_CHANGE event.
\r
69 # EVENT_TYPE_NOTIFY_SIGNAL ## PRODUCES
\r