]> git.proxmox.com Git - mirror_edk2.git/blame - QuarkPlatformPkg/Pci/Dxe/PciPlatform/PciPlatform.inf
QuarkPlatformPkg: Add new package for Galileo boards
[mirror_edk2.git] / QuarkPlatformPkg / Pci / Dxe / PciPlatform / PciPlatform.inf
CommitLineData
b303605e
MK
1## @file\r
2# Component description file for PciPlatform module.\r
3#\r
4# This driver installs pciplatform protocol to provide access interfaces to the onboard pci roms.\r
5# Copyright (c) 2013-2015 Intel Corporation.\r
6#\r
7# This program and the accompanying materials\r
8# are licensed and made available under the terms and conditions of the BSD License\r
9# which accompanies this distribution. The full text of the license may be found at\r
10# http://opensource.org/licenses/bsd-license.php\r
11#\r
12# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
13# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
14#\r
15##\r
16\r
17[Defines]\r
18 INF_VERSION = 0x00010005\r
19 BASE_NAME = PciPlatform\r
20 FILE_GUID = 2E8CD01A-BDB7-40b4-8376-E7C26EAC21FF\r
21 MODULE_TYPE = DXE_DRIVER\r
22 VERSION_STRING = 1.0\r
23 ENTRY_POINT = PciPlatformDriverEntry\r
24\r
25#\r
26# The following information is for reference only and not required by the build tools.\r
27#\r
28# VALID_ARCHITECTURES = IA32 X64 IPF EBC\r
29#\r
30\r
31[Sources]\r
32 PciPlatform.c\r
33 PciPlatform.h\r
34 CommonHeader.h\r
35\r
36[Packages]\r
37 MdePkg/MdePkg.dec\r
38 QuarkPlatformPkg/QuarkPlatformPkg.dec\r
39 QuarkSocPkg/QuarkSocPkg.dec\r
40\r
41[LibraryClasses]\r
42 PciLib\r
43 PcdLib\r
44 IohLib\r
45 DebugLib\r
46 UefiRuntimeServicesTableLib\r
47 UefiBootServicesTableLib\r
48 UefiDriverEntryPoint\r
49 DxeServicesLib\r
50\r
51[Guids]\r
52\r
53[Protocols]\r
54 gEfiPciIoProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
55 gEfiPciPlatformProtocolGuid # PROTOCOL ALWAYS_PRODUCED\r
56\r
57[Pcd]\r
58\r
59[Depex]\r
60 TRUE\r