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