]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Universal/Variable/RuntimeDxe/VariableSmmRuntimeDxe.inf
MdeModulePkg: INF/DEC file updates to EDK II packages
[mirror_edk2.git] / MdeModulePkg / Universal / Variable / RuntimeDxe / VariableSmmRuntimeDxe.inf
CommitLineData
8a2d4996 1## @file\r
6036e94d 2# This module is the Runtime DXE part correspond to SMM variable module.\r
8a2d4996 3#\r
6036e94d
SZ
4# It installs variable arch protocol and variable write arch protocol to provide\r
5# four EFI_RUNTIME_SERVICES: SetVariable, GetVariable, GetNextVariableName and QueryVariableInfo\r
6# and works with SMM variable module together.\r
7#\r
8# Copyright (c) 2010 - 2014, Intel Corporation. All rights reserved.<BR>\r
8a2d4996 9#\r
10# This program and the accompanying materials\r
11# are licensed and made available under the terms and conditions of the BSD License\r
12# which accompanies this distribution. The full text of the license may be found at\r
13# http://opensource.org/licenses/bsd-license.php\r
14# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
15# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
16#\r
17#\r
18##\r
19\r
20[Defines]\r
21 INF_VERSION = 0x00010005\r
22 BASE_NAME = VariableSmmRuntimeDxe\r
6036e94d 23 MODULE_UNI_FILE = VariableSmmRuntimeDxe.uni\r
8a2d4996 24 FILE_GUID = 9F7DCADE-11EA-448a-A46F-76E003657DD1\r
25 MODULE_TYPE = DXE_RUNTIME_DRIVER\r
26 VERSION_STRING = 1.0\r
27 ENTRY_POINT = VariableSmmRuntimeInitialize\r
28\r
29#\r
30# The following information is for reference only and not required by the build tools.\r
31#\r
32# VALID_ARCHITECTURES = IA32 X64\r
33#\r
34# VIRTUAL_ADDRESS_MAP_CALLBACK = VariableAddressChangeEvent\r
35#\r
36\r
37[Sources]\r
38 VariableSmmRuntimeDxe.c\r
8a2d4996 39\r
40[Packages]\r
41 MdePkg/MdePkg.dec\r
42 MdeModulePkg/MdeModulePkg.dec\r
8a2d4996 43\r
44[LibraryClasses]\r
45 MemoryAllocationLib\r
46 BaseLib \r
47 UefiBootServicesTableLib\r
48 DebugLib\r
49 UefiRuntimeLib\r
50 DxeServicesTableLib\r
51 UefiDriverEntryPoint\r
52 PcdLib \r
53\r
54[Protocols]\r
6036e94d
SZ
55 gEfiVariableWriteArchProtocolGuid ## PRODUCES\r
56 gEfiVariableArchProtocolGuid ## PRODUCES\r
57 gEfiSmmCommunicationProtocolGuid ## CONSUMES\r
58 ## CONSUMES\r
59 ## NOTIFY\r
60 ## UNDEFINED # Used to do smm communication\r
8a2d4996 61 gEfiSmmVariableProtocolGuid\r
6036e94d 62 gEdkiiVariableLockProtocolGuid ## PRODUCES\r
8a2d4996 63\r
64[Guids]\r
6036e94d
SZ
65 gEfiEventVirtualAddressChangeGuid ## CONSUMES ## Event\r
66 gEfiEventExitBootServicesGuid ## CONSUMES ## Event\r
67 ## CONSUMES ## GUID # Locate protocol\r
68 ## CONSUMES ## GUID # Protocol notify\r
d00ed85e 69 gSmmVariableWriteGuid\r
8a2d4996 70\r
71[Pcd]\r
6036e94d
SZ
72 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxVariableSize ## CONSUMES\r
73 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxHardwareErrorVariableSize ## CONSUMES\r
8a2d4996 74 \r
75[Depex]\r
76 gEfiSmmCommunicationProtocolGuid\r
6036e94d
SZ
77\r
78[UserExtensions.TianoCore."ExtraFiles"]\r
79 VariableSmmRuntimeDxeExtra.uni\r