]> git.proxmox.com Git - mirror_edk2.git/blob - MdeModulePkg/Universal/Variable/RuntimeDxe/VariableSmmRuntimeDxe.inf
Add SMM Variable implementation.
[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, 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 VariableSmmCommon.h
38
39 [Packages]
40 MdePkg/MdePkg.dec
41 MdeModulePkg/MdeModulePkg.dec
42 SecurityPkg/SecurityPkg.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 ## ALWAYS_PRODUCES
56 gEfiVariableArchProtocolGuid ## ALWAYS_PRODUCES
57 gEfiSmmCommunicationProtocolGuid
58 gEfiSmmVariableProtocolGuid
59
60 [Guids]
61 gEfiEventVirtualAddressChangeGuid ## PRODUCES ## Event
62
63 [Pcd]
64 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxVariableSize
65 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxHardwareErrorVariableSize
66 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableBase
67
68 [Depex]
69 gEfiSmmCommunicationProtocolGuid