]> git.proxmox.com Git - mirror_edk2.git/blame - Vlv2TbltDevicePkg/SmramSaveInfoHandlerSmm/SmramSaveInfoHandlerSmm.inf
Pkg-Module: CorebootModulePkg
[mirror_edk2.git] / Vlv2TbltDevicePkg / SmramSaveInfoHandlerSmm / SmramSaveInfoHandlerSmm.inf
CommitLineData
3cbfba02
DW
1## @file\r
2#\r
3# A helper driver to save information to SMRAM after SMRR is enabled.\r
4#\r
5# Copyright (c) 2010 - 2014, Intel Corporation. All rights reserved.<BR>\r
6# \r\r
7# This program and the accompanying materials are licensed and made available under\r\r
8# the terms and conditions of the BSD License that accompanies this distribution. \r\r
9# The full text of the license may be found at \r\r
10# http://opensource.org/licenses/bsd-license.php. \r\r
11# \r\r
12# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, \r\r
13# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. \r\r
14# \r\r
15#\r
16#\r
17#\r
18##\r
19\r
20[Defines]\r
21 INF_VERSION = 0x00010005\r
22 BASE_NAME = SmramSaveInfoHandlerSmm\r
23 FILE_GUID = 63296C52-01CF-4eea-A47C-782A14DA6894\r
24 MODULE_TYPE = DXE_SMM_DRIVER\r
25 VERSION_STRING = 1.0\r
26 PI_SPECIFICATION_VERSION = 0x0001000A\r
27\r
28 ENTRY_POINT = SmramSaveInfoHandlerSmmMain\r
29\r
30#\r
31# The following information is for reference only and not required by the build tools.\r
32#\r
33# VALID_ARCHITECTURES = IA32 X64\r
34#\r
35\r
36[Sources.common]\r
37 SmramSaveInfoHandlerSmm.c\r
38\r
39[Packages]\r
40 MdePkg/MdePkg.dec\r
41 IntelFrameworkPkg/IntelFrameworkPkg.dec\r
42\r
43[LibraryClasses]\r
44 UefiDriverEntryPoint\r
45 UefiRuntimeServicesTableLib\r
46 SmmServicesTableLib\r
47 BaseLib\r
48 BaseMemoryLib\r
49 IoLib\r
50\r
51[Protocols]\r
52 gEfiSmmSwDispatchProtocolGuid ## CONSUMED\r
53 gEfiSmmControlProtocolGuid ## CONSUMED\r
54 gEfiSmmReadyToLockProtocolGuid ## CONSUMED\r
55\r
56[Depex]\r
57 gEfiSmmSwDispatchProtocolGuid AND\r
58 gEfiSmmControlProtocolGuid\r
59\r