1## @file
2# Component description file for Intel QNC SMM Library.
3#
4# QNC SMM Library that layers on top of the I/O Library to directly
5# access SMM power management registers.
6#
7# Copyright (c) 2013-2015 Intel Corporation.
8#
9# This program and the accompanying materials
10# are licensed and made available under the terms and conditions of the BSD License
11# which accompanies this distribution.  The full text of the license may be found at
12# http://opensource.org/licenses/bsd-license.php
13#
14# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
15# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
16#
17##
18
19[Defines]
20  INF_VERSION                    = 0x00010005
21  BASE_NAME                      = QNCSmmLib
22  FILE_GUID                      = 8A9A62F5-758B-4965-A28B-0AAC292FBD89
23  MODULE_TYPE                    = BASE
24  VERSION_STRING                 = 1.0
25  LIBRARY_CLASS                  = SmmLib
26
27#
28# The following information is for reference only and not required by the build tools.
29#
30#  VALID_ARCHITECTURES           = IA32 X64 IPF EBC
31#
32
33[Sources]
34  QNCSmmLib.c
35
36[Packages]
37  MdePkg/MdePkg.dec
38  QuarkSocPkg/QuarkSocPkg.dec
39
40[LibraryClasses]
41  PcdLib
42  IoLib
43  DebugLib
44  QNCAccessLib
45
46[Pcd]
47  gEfiQuarkNcSocIdTokenSpaceGuid.PcdGpe0blkIoBaseAddress
48  gEfiQuarkNcSocIdTokenSpaceGuid.PcdSmmDataPort
49  gEfiQuarkNcSocIdTokenSpaceGuid.PcdSmmActivationPort
50  gEfiQuarkNcSocIdTokenSpaceGuid.PcdSmmActivationData
51