]> git.proxmox.com Git - mirror_edk2.git/blob - SecurityPkg/VariableAuthenticated/RuntimeDxe/VariableSmmRuntimeDxe.inf
5dd932d6d333444233b76de0dfecf2e06cd2f942
[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 # Caution: This module requires additional review when modified.
9 # This driver will have external input - variable data.
10 # This external input must be validated carefully to avoid security issue like
11 # buffer overflow, integer overflow.
12 #
13 # Copyright (c) 2010 - 2014, Intel Corporation. All rights reserved.<BR>
14 # This program and the accompanying materials
15 # are licensed and made available under the terms and conditions of the BSD License
16 # which accompanies this distribution. The full text of the license may be found at
17 # http://opensource.org/licenses/bsd-license.php
18 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
19 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
20 #
21 ##
22
23 [Defines]
24 INF_VERSION = 0x00010005
25 BASE_NAME = VariableAuthSmmRuntimeDxe
26 FILE_GUID = 067E2381-7234-4798-B49C-D5FECBFF6D07
27 MODULE_TYPE = DXE_RUNTIME_DRIVER
28 VERSION_STRING = 1.0
29 ENTRY_POINT = VariableSmmRuntimeInitialize
30
31 #
32 # The following information is for reference only and not required by the build tools.
33 #
34 # VALID_ARCHITECTURES = IA32 X64
35 #
36 # VIRTUAL_ADDRESS_MAP_CALLBACK = VariableAddressChangeEvent
37 #
38
39 [Sources]
40 VariableSmmRuntimeDxe.c
41 Measurement.c
42
43 [Packages]
44 MdePkg/MdePkg.dec
45 MdeModulePkg/MdeModulePkg.dec
46 SecurityPkg/SecurityPkg.dec
47
48 [LibraryClasses]
49 MemoryAllocationLib
50 BaseLib
51 UefiBootServicesTableLib
52 DebugLib
53 UefiRuntimeLib
54 DxeServicesTableLib
55 UefiDriverEntryPoint
56 PcdLib
57 TpmMeasurementLib
58
59 [Protocols]
60 gEfiVariableWriteArchProtocolGuid ## ALWAYS_PRODUCES
61 gEfiVariableArchProtocolGuid ## ALWAYS_PRODUCES
62 gEfiSmmCommunicationProtocolGuid
63 gEfiSmmVariableProtocolGuid
64 gEdkiiVariableLockProtocolGuid ## ALWAYS_PRODUCES
65
66 [Guids]
67 gEfiEventVirtualAddressChangeGuid ## PRODUCES ## Event
68 gSmmVariableWriteGuid
69 gEfiImageSecurityDatabaseGuid
70
71 [Pcd]
72 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxVariableSize
73 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxHardwareErrorVariableSize
74 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableBase
75
76 [Depex]
77 gEfiSmmCommunicationProtocolGuid