]> git.proxmox.com Git - mirror_edk2.git/blob - QuarkPlatformPkg/Pci/Dxe/PciPlatform/PciPlatform.inf
02cde7d431dec98c1d3c428323aae81cd8d6b148
[mirror_edk2.git] / QuarkPlatformPkg / Pci / Dxe / PciPlatform / PciPlatform.inf
1 ## @file
2 # Component description file for PciPlatform module.
3 #
4 # This driver installs pciplatform protocol to provide access interfaces to the onboard pci roms.
5 # Copyright (c) 2013 - 2018, Intel Corporation. All rights reserved.<BR>
6 #
7 # SPDX-License-Identifier: BSD-2-Clause-Patent
8 #
9 ##
10
11 [Defines]
12 INF_VERSION = 0x00010005
13 BASE_NAME = PciPlatform
14 FILE_GUID = 2E8CD01A-BDB7-40b4-8376-E7C26EAC21FF
15 MODULE_TYPE = DXE_DRIVER
16 VERSION_STRING = 1.0
17 ENTRY_POINT = PciPlatformDriverEntry
18
19 #
20 # The following information is for reference only and not required by the build tools.
21 #
22 # VALID_ARCHITECTURES = IA32 X64 EBC
23 #
24
25 [Sources]
26 PciPlatform.c
27 PciPlatform.h
28 CommonHeader.h
29
30 [Packages]
31 MdePkg/MdePkg.dec
32 QuarkPlatformPkg/QuarkPlatformPkg.dec
33 QuarkSocPkg/QuarkSocPkg.dec
34
35 [LibraryClasses]
36 PciLib
37 PcdLib
38 IohLib
39 DebugLib
40 UefiRuntimeServicesTableLib
41 UefiBootServicesTableLib
42 UefiDriverEntryPoint
43 DxeServicesLib
44
45 [Guids]
46
47 [Protocols]
48 gEfiPciIoProtocolGuid # PROTOCOL ALWAYS_CONSUMED
49 gEfiPciPlatformProtocolGuid # PROTOCOL ALWAYS_PRODUCED
50
51 [Pcd]
52
53 [Depex]
54 TRUE