]> git.proxmox.com Git - mirror_edk2.git/blob - SecurityPkg/VariableAuthenticated/RuntimeDxe/VariableSmmRuntimeDxe.inf
Add security package to repository.
[mirror_edk2.git] / SecurityPkg / VariableAuthenticated / RuntimeDxe / VariableSmmRuntimeDxe.inf
1 ## @file
2 # Component description file for Authenticated 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 #
8 # Copyright (c) 2010 - 2011, Intel Corporation. All rights reserved.<BR>
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 [Defines]
19 INF_VERSION = 0x00010005
20 BASE_NAME = VariableSmmRuntimeDxe
21 FILE_GUID = 067E2381-7234-4798-B49C-D5FECBFF6D07
22 MODULE_TYPE = DXE_RUNTIME_DRIVER
23 VERSION_STRING = 1.0
24 ENTRY_POINT = VariableSmmRuntimeInitialize
25
26 #
27 # The following information is for reference only and not required by the build tools.
28 #
29 # VALID_ARCHITECTURES = IA32 X64
30 #
31 # VIRTUAL_ADDRESS_MAP_CALLBACK = VariableAddressChangeEvent
32 #
33
34 [Sources]
35 VariableSmmRuntimeDxe.c
36
37 [Packages]
38 MdePkg/MdePkg.dec
39 MdeModulePkg/MdeModulePkg.dec
40 SecurityPkg/SecurityPkg.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