]> git.proxmox.com Git - mirror_edk2.git/blob - SecurityPkg/VariableAuthenticated/RuntimeDxe/VariableSmmRuntimeDxe.inf
Add the EDKII_VARIABLE_LOCK_PROTOCOL implementation in SecurityPkg variable drivers.
[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 - 2012, 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 = VariableSmmRuntimeDxe
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
42 [Packages]
43 MdePkg/MdePkg.dec
44 MdeModulePkg/MdeModulePkg.dec
45 SecurityPkg/SecurityPkg.dec
46
47 [LibraryClasses]
48 MemoryAllocationLib
49 BaseLib
50 UefiBootServicesTableLib
51 DebugLib
52 UefiRuntimeLib
53 DxeServicesTableLib
54 UefiDriverEntryPoint
55 PcdLib
56
57 [Protocols]
58 gEfiVariableWriteArchProtocolGuid ## ALWAYS_PRODUCES
59 gEfiVariableArchProtocolGuid ## ALWAYS_PRODUCES
60 gEfiSmmCommunicationProtocolGuid
61 gEfiSmmVariableProtocolGuid
62 gEdkiiVariableLockProtocolGuid ## ALWAYS_PRODUCES
63
64 [Guids]
65 gEfiEventVirtualAddressChangeGuid ## PRODUCES ## Event
66 gSmmVariableWriteGuid
67
68 [Pcd]
69 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxVariableSize
70 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxHardwareErrorVariableSize
71 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableBase
72
73 [Depex]
74 gEfiSmmCommunicationProtocolGuid