]> git.proxmox.com Git - mirror_edk2.git/blob - Vlv2TbltDevicePkg/Library/PchSmmLib/PchSmmLib.inf
Vlv2TbltDevicePkg:Signal EndOfDxe Event.
[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 - 2014, Intel Corporation. All rights reserved.<BR>
7 #
8 # This program and the accompanying materials are licensed and made available under
9 # the terms and conditions of the BSD License that accompanies this distribution.
10 # The full text of the license may be found at
11 # http://opensource.org/licenses/bsd-license.php.
12 #
13 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
14 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
15 #
16 #
17 #
18 #
19 ##
20
21 [Defines]
22 INF_VERSION = 0x00010005
23 BASE_NAME = PchSmmLib
24 FILE_GUID = A6A16CCB-91B0-42f4-B4F3-D17D7A5662E6
25 MODULE_TYPE = BASE
26 VERSION_STRING = 1.0
27 LIBRARY_CLASS = SmmLib
28
29
30 #
31 # The following information is for reference only and not required by the build tools.
32 #
33 # VALID_ARCHITECTURES = IA32 X64 IPF EBC
34 #
35
36 [Sources]
37 PchSmmLib.c
38
39
40 [Packages]
41 MdePkg/MdePkg.dec
42 Vlv2TbltDevicePkg/PlatformPkg.dec
43
44 [LibraryClasses]
45 PcdLib
46 IoLib
47
48 [Pcd]
49 gEfiPchTokenSpaceGuid.PcdPchAcpiIoPortBaseAddress
50
51