]> git.proxmox.com Git - mirror_edk2.git/blame - SecurityPkg/VariableAuthenticated/RuntimeDxe/VariableSmmRuntimeDxe.inf
Add comment for modules which have external input.
[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
41\r
42[Packages]\r
43 MdePkg/MdePkg.dec\r
44 MdeModulePkg/MdeModulePkg.dec\r
45 SecurityPkg/SecurityPkg.dec\r
46\r
47[LibraryClasses]\r
48 MemoryAllocationLib\r
49 BaseLib \r
50 UefiBootServicesTableLib\r
51 DebugLib\r
52 UefiRuntimeLib\r
53 DxeServicesTableLib\r
54 UefiDriverEntryPoint\r
55 PcdLib \r
56\r
57[Protocols]\r
58 gEfiVariableWriteArchProtocolGuid ## ALWAYS_PRODUCES\r
59 gEfiVariableArchProtocolGuid ## ALWAYS_PRODUCES \r
60 gEfiSmmCommunicationProtocolGuid\r
61 gEfiSmmVariableProtocolGuid\r
62\r
63[Guids]\r
64 gEfiEventVirtualAddressChangeGuid ## PRODUCES ## Event\r
65 gSmmVariableWriteGuid\r
66\r
67[Pcd]\r
68 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxVariableSize\r
69 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxHardwareErrorVariableSize\r
70 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableBase\r
71 \r
72[Depex]\r
73 gEfiSmmCommunicationProtocolGuid\r