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