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