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