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