use pcd to enable/disable variableInfo statistic feature in EmuRuntimeDxe driver.
[edk2.git] / MdeModulePkg / Universal / Variable / EmuRuntimeDxe / EmuVariableRuntimeDxe.inf
blob4e9ebefc8acec2a88aa544df492e7b49c4a19921
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                  ## PRODUCES\r
55   gEfiVariableWriteArchProtocolGuid             ## PRODUCES\r
57 [Guids]\r
58   gEfiEventVirtualAddressChangeGuid             ## PRODUCES ## Event\r
59   gEfiVariableGuid\r
61 [Pcd.common]\r
62   gEfiMdeModulePkgTokenSpaceGuid.PcdMaxVariableSize\r
63   gEfiMdeModulePkgTokenSpaceGuid.PcdMaxHardwareErrorVariableSize\r
64   gEfiMdeModulePkgTokenSpaceGuid.PcdVariableStoreSize\r
65   gEfiMdeModulePkgTokenSpaceGuid.PcdVariableCollectStatistics\r
67 [Depex]\r
68   TRUE\r
70 # [Event]\r
71 #   ##\r
72 #   # Event will be signaled for VIRTUAL_ADDRESS_CHANGE event.\r
73 #   #\r
74 #   EVENT_TYPE_NOTIFY_SIGNAL                    ## PRODUCES\r
75 #\r