summaryrefslogtreecommitdiffstats
path: root/EmbeddedPkg/Library/NonCoherentDmaLib/NonCoherentDmaLib.inf
blob: 1a21cfe4ff234c1e8fcbb668599b48d4514b3a8f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
#/** @file
#
#  Generic non-coherent implementation of DmaLib.h
#
#  Copyright (c) 2008 - 2010, Apple Inc. All rights reserved.<BR>
#  Copyright (c) 2015 - 2017, Linaro, Ltd. All rights reserved.<BR>
#
#  SPDX-License-Identifier: BSD-2-Clause-Patent
#
#**/

[Defines]
  INF_VERSION                 = 0x00010019
  BASE_NAME                   = NonCoherentDmaLib
  FILE_GUID                   = 43ad4920-db15-4e24-9889-2db568431fbd
  MODULE_TYPE                 = DXE_DRIVER
  VERSION_STRING              = 1.0
  LIBRARY_CLASS               = DmaLib
  CONSTRUCTOR                 = NonCoherentDmaLibConstructor

[Sources]
  NonCoherentDmaLib.c

[Packages]
  EmbeddedPkg/EmbeddedPkg.dec
  MdePkg/MdePkg.dec

[LibraryClasses]
  BaseMemoryLib
  DebugLib
  DxeServicesTableLib
  IoLib
  MemoryAllocationLib
  UefiBootServicesTableLib

[Protocols]
  gEfiCpuArchProtocolGuid

[Pcd]
  gEmbeddedTokenSpaceGuid.PcdDmaDeviceOffset
  gEmbeddedTokenSpaceGuid.PcdDmaDeviceLimit

[Depex]
  gEfiCpuArchProtocolGuid