]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Bus/Pci/NonDiscoverablePciDeviceDxe/NonDiscoverablePciDeviceDxe.inf
MdeModulePkg/PciHostBridge: Add IOMMU support.
[mirror_edk2.git] / MdeModulePkg / Bus / Pci / NonDiscoverablePciDeviceDxe / NonDiscoverablePciDeviceDxe.inf
CommitLineData
a42e6d44 1## @file\r
43b7cd61
DB
2# PCI I/O driver for non-discoverable devices.\r
3#\r
a42e6d44
AB
4# Copyright (C) 2016, Linaro Ltd.\r
5#\r
6# This program and the accompanying materials are licensed and made available\r
7# under the terms and conditions of the BSD License which accompanies this\r
8# distribution. The full text of the license may be found at\r
9# http://opensource.org/licenses/bsd-license.php\r
10#\r
11# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, WITHOUT\r
12# WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
13#\r
14##\r
15\r
16[Defines]\r
17 INF_VERSION = 0x00010019\r
18 BASE_NAME = NonDiscoverablePciDeviceDxe\r
19 FILE_GUID = 71fd84cd-353b-464d-b7a4-6ea7b96995cb\r
20 MODULE_TYPE = UEFI_DRIVER\r
21 VERSION_STRING = 1.0\r
22 ENTRY_POINT = NonDiscoverablePciDeviceDxeEntryPoint\r
23\r
24[Sources]\r
25 ComponentName.c\r
26 NonDiscoverablePciDeviceDxe.c\r
27 NonDiscoverablePciDeviceIo.c\r
28 NonDiscoverablePciDeviceIo.h\r
29\r
30[Packages]\r
31 MdePkg/MdePkg.dec\r
32 MdeModulePkg/MdeModulePkg.dec\r
33\r
34[LibraryClasses]\r
35 BaseMemoryLib\r
36 DebugLib\r
16296a12 37 DxeServicesTableLib\r
a42e6d44
AB
38 MemoryAllocationLib\r
39 UefiBootServicesTableLib\r
40 UefiDriverEntryPoint\r
41 UefiLib\r
42\r
43[Protocols]\r
44 gEfiPciIoProtocolGuid ## BY_START\r
45 gEdkiiNonDiscoverableDeviceProtocolGuid ## TO_START\r
16296a12 46 gEfiCpuArchProtocolGuid ## CONSUMES\r
a42e6d44
AB
47\r
48[Guids]\r
43b7cd61
DB
49 gEdkiiNonDiscoverableAhciDeviceGuid ## CONSUMES ## GUID\r
50 gEdkiiNonDiscoverableEhciDeviceGuid ## CONSUMES ## GUID\r
51 gEdkiiNonDiscoverableNvmeDeviceGuid ## CONSUMES ## GUID\r
52 gEdkiiNonDiscoverableOhciDeviceGuid ## CONSUMES ## GUID\r
53 gEdkiiNonDiscoverableSdhciDeviceGuid ## CONSUMES ## GUID\r
54 gEdkiiNonDiscoverableUfsDeviceGuid ## CONSUMES ## GUID\r
55 gEdkiiNonDiscoverableUhciDeviceGuid ## CONSUMES ## GUID\r
56 gEdkiiNonDiscoverableXhciDeviceGuid ## CONSUMES ## GUID\r