]> git.proxmox.com Git - mirror_edk2.git/blob - QuarkPlatformPkg/Library/PlatformPcieHelperLib/PlatformPcieHelperLib.inf
0fdaf22494175959c32fa9822ee35018a7c0d66b
[mirror_edk2.git] / QuarkPlatformPkg / Library / PlatformPcieHelperLib / PlatformPcieHelperLib.inf
1 ## @file
2 # Library producing Pci Express Helper routines.
3 #
4 # Copyright (c) 2013 Intel Corporation.
5 #
6 # SPDX-License-Identifier: BSD-2-Clause-Patent
7 #
8 ##
9
10 [Defines]
11 INF_VERSION = 0x00010005
12 BASE_NAME = PlatformPcieHelperLib
13 FILE_GUID = C153F460-5D8A-4d44-83BB-A8AF5CEF132C
14 MODULE_TYPE = BASE
15 VERSION_STRING = 1.0
16 LIBRARY_CLASS = PlatformPcieHelperLib
17
18 #
19 # The following information is for reference only and not required by the build tools.
20 #
21 # VALID_ARCHITECTURES = IA32
22 #
23
24 [Sources]
25 PlatformPcieHelperLib.c
26 SocUnit.c
27
28 [Packages]
29 MdePkg/MdePkg.dec
30 MdeModulePkg/MdeModulePkg.dec
31 QuarkSocPkg/QuarkSocPkg.dec
32 QuarkPlatformPkg/QuarkPlatformPkg.dec
33
34 [LibraryClasses]
35 BaseLib
36 PcdLib
37 IoLib
38 DebugLib
39 TimerLib
40 QNCAccessLib
41 IntelQNCLib