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