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