]> git.proxmox.com Git - mirror_edk2.git/blob - Vlv2TbltDevicePkg/Library/PchSmmLib/PchSmmLib.inf
9d4823d4881763998b7412cf11fe7105adc8f790
[mirror_edk2.git] / Vlv2TbltDevicePkg / Library / PchSmmLib / PchSmmLib.inf
1 ## @file
2 # Component description file for Intel Ich7 SMM Library.
3 #
4 # ICH SMM Library that layers on top of the I/O Library to directly
5 # access SMM power management registers.
6 # Copyright (c) 2007 - 2018, Intel Corporation. All rights reserved.<BR>
7 #
8 # SPDX-License-Identifier: BSD-2-Clause-Patent
9
10 #
11 #
12 #
13 #
14 ##
15
16 [Defines]
17 INF_VERSION = 0x00010005
18 BASE_NAME = PchSmmLib
19 FILE_GUID = A6A16CCB-91B0-42f4-B4F3-D17D7A5662E6
20 MODULE_TYPE = BASE
21 VERSION_STRING = 1.0
22 LIBRARY_CLASS = SmmLib
23
24
25 #
26 # The following information is for reference only and not required by the build tools.
27 #
28 # VALID_ARCHITECTURES = IA32 X64 EBC
29 #
30
31 [Sources]
32 PchSmmLib.c
33
34
35 [Packages]
36 MdePkg/MdePkg.dec
37 Vlv2TbltDevicePkg/PlatformPkg.dec
38
39 [LibraryClasses]
40 PcdLib
41 IoLib
42
43 [Pcd]
44 gEfiPchTokenSpaceGuid.PcdPchAcpiIoPortBaseAddress
45
46