Add information in Meta-Data file
[edk2.git] / MdeModulePkg / Universal / Variable / EmuRuntimeDxe / EmuVariableRuntimeDxe.inf
blob1344405ce2ea45a3d9ce0057e9462d4572e160e6
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
17 [Defines]\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
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
31 [Sources.common]\r
32   InitVariable.c\r
33   EmuVariable.c\r
34   Variable.h\r
37 [Packages]\r
38   MdePkg/MdePkg.dec\r
39   MdeModulePkg/MdeModulePkg.dec\r
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
53 [Protocols]\r
54   gEfiVariableArchProtocolGuid                  ## ALWAYS_PRODUCES\r
55   gEfiVariableWriteArchProtocolGuid             ## ALWAYS_PRODUCES\r
57 [Pcd.common]\r
58   gEfiMdeModulePkgTokenSpaceGuid.PcdMaxVariableSize\r
59   gEfiMdeModulePkgTokenSpaceGuid.PcdMaxHardwareErrorVariableSize\r
60   gEfiMdeModulePkgTokenSpaceGuid.PcdVariableStoreSize\r
62 [Depex]\r
63   TRUE\r
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