]> git.proxmox.com Git - mirror_edk2.git/blame - QuarkPlatformPkg/Library/PlatformPcieHelperLib/PlatformPcieHelperLib.inf
MdePkg: introduce standalone MM entry point library implementation
[mirror_edk2.git] / QuarkPlatformPkg / Library / PlatformPcieHelperLib / PlatformPcieHelperLib.inf
CommitLineData
9b6bbcdb
MK
1## @file\r
2# Library producing Pci Express Helper routines.\r
3#\r
4# Copyright (c) 2013 Intel Corporation.\r
5#\r
6# This program and the accompanying materials\r
7# are licensed and made available under the terms and conditions of the BSD License\r
8# which accompanies this distribution. The full text of the license may be found at\r
9# http://opensource.org/licenses/bsd-license.php\r
10#\r
11# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
12# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
13#\r
14##\r
15\r
16[Defines]\r
17 INF_VERSION = 0x00010005\r
18 BASE_NAME = PlatformPcieHelperLib\r
19 FILE_GUID = C153F460-5D8A-4d44-83BB-A8AF5CEF132C\r
20 MODULE_TYPE = BASE\r
21 VERSION_STRING = 1.0\r
22 LIBRARY_CLASS = PlatformPcieHelperLib\r
23\r
24#\r
25# The following information is for reference only and not required by the build tools.\r
26#\r
27# VALID_ARCHITECTURES = IA32\r
28#\r
29\r
30[Sources]\r
31 PlatformPcieHelperLib.c\r
32 SocUnit.c\r
33\r
34[Packages]\r
35 MdePkg/MdePkg.dec\r
36 MdeModulePkg/MdeModulePkg.dec\r
37 QuarkSocPkg/QuarkSocPkg.dec\r
38 QuarkPlatformPkg/QuarkPlatformPkg.dec\r
39\r
40[LibraryClasses]\r
41 BaseLib\r
42 PcdLib\r
43 IoLib\r
44 DebugLib\r
45 TimerLib\r
46 QNCAccessLib\r
47 IntelQNCLib\r