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