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-2015 Intel Corporation.
6#
7# This program and the accompanying materials
8# are licensed and made available under the terms and conditions of the BSD License
9# which accompanies this distribution.  The full text of the license may be found at
10# http://opensource.org/licenses/bsd-license.php
11#
12# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
13# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
14#
15##
16
17[Defines]
18  INF_VERSION                    = 0x00010005
19  BASE_NAME                      = PciPlatform
20  FILE_GUID                      = 2E8CD01A-BDB7-40b4-8376-E7C26EAC21FF
21  MODULE_TYPE                    = DXE_DRIVER
22  VERSION_STRING                 = 1.0
23  ENTRY_POINT                    = PciPlatformDriverEntry
24
25#
26# The following information is for reference only and not required by the build tools.
27#
28#  VALID_ARCHITECTURES           = IA32 X64 IPF EBC
29#
30
31[Sources]
32  PciPlatform.c
33  PciPlatform.h
34  CommonHeader.h
35
36[Packages]
37  MdePkg/MdePkg.dec
38  QuarkPlatformPkg/QuarkPlatformPkg.dec
39  QuarkSocPkg/QuarkSocPkg.dec
40
41[LibraryClasses]
42  PciLib
43  PcdLib
44  IohLib
45  DebugLib
46  UefiRuntimeServicesTableLib
47  UefiBootServicesTableLib
48  UefiDriverEntryPoint
49  DxeServicesLib
50
51[Guids]
52
53[Protocols]
54  gEfiPciIoProtocolGuid                         # PROTOCOL ALWAYS_CONSUMED
55  gEfiPciPlatformProtocolGuid                   # PROTOCOL ALWAYS_PRODUCED
56
57[Pcd]
58
59[Depex]
60  TRUE
61