]> git.proxmox.com Git - mirror_edk2.git/blame - QuarkPlatformPkg/Library/PlatformPcieHelperLib/PlatformPcieHelperLib.inf
QuarkPlatformPkg: Replace BSD License with BSD+Patent License
[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
0eb3de2e 6# SPDX-License-Identifier: BSD-2-Clause-Patent\r
9b6bbcdb
MK
7#\r
8##\r
9\r
10[Defines]\r
11 INF_VERSION = 0x00010005\r
12 BASE_NAME = PlatformPcieHelperLib\r
13 FILE_GUID = C153F460-5D8A-4d44-83BB-A8AF5CEF132C\r
14 MODULE_TYPE = BASE\r
15 VERSION_STRING = 1.0\r
16 LIBRARY_CLASS = PlatformPcieHelperLib\r
17\r
18#\r
19# The following information is for reference only and not required by the build tools.\r
20#\r
21# VALID_ARCHITECTURES = IA32\r
22#\r
23\r
24[Sources]\r
25 PlatformPcieHelperLib.c\r
26 SocUnit.c\r
27\r
28[Packages]\r
29 MdePkg/MdePkg.dec\r
30 MdeModulePkg/MdeModulePkg.dec\r
31 QuarkSocPkg/QuarkSocPkg.dec\r
32 QuarkPlatformPkg/QuarkPlatformPkg.dec\r
33\r
34[LibraryClasses]\r
35 BaseLib\r
36 PcdLib\r
37 IoLib\r
38 DebugLib\r
39 TimerLib\r
40 QNCAccessLib\r
41 IntelQNCLib\r