]> git.proxmox.com Git - mirror_edk2.git/blob - EmbeddedPkg/Library/NonCoherentDmaLib/NonCoherentDmaLib.inf
9f430d6c37210955d9fc8639cff10e3d80b53254
[mirror_edk2.git] / EmbeddedPkg / Library / NonCoherentDmaLib / NonCoherentDmaLib.inf
1 #/** @file
2 #
3 # Generic non-coherent implementation of DmaLib.h
4 #
5 # Copyright (c) 2008 - 2010, Apple Inc. All rights reserved.<BR>
6 # Copyright (c) 2015 - 2017, Linaro, Ltd. All rights reserved.<BR>
7 #
8 # This program and the accompanying materials are licensed and made
9 # available under the terms and conditions of the BSD License which
10 # accompanies this distribution. The full text of the license may be
11 # found at http://opensource.org/licenses/bsd-license.php
12 #
13 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
14 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR
15 # IMPLIED.
16 #
17 #**/
18
19 [Defines]
20 INF_VERSION = 0x00010019
21 BASE_NAME = NonCoherentDmaLib
22 FILE_GUID = 43ad4920-db15-4e24-9889-2db568431fbd
23 MODULE_TYPE = DXE_DRIVER
24 VERSION_STRING = 1.0
25 LIBRARY_CLASS = DmaLib
26 CONSTRUCTOR = NonCoherentDmaLibConstructor
27
28 [Sources]
29 NonCoherentDmaLib.c
30
31 [Packages]
32 EmbeddedPkg/EmbeddedPkg.dec
33 MdePkg/MdePkg.dec
34
35 [LibraryClasses]
36 BaseMemoryLib
37 DebugLib
38 DxeServicesTableLib
39 IoLib
40 MemoryAllocationLib
41 UefiBootServicesTableLib
42
43 [Protocols]
44 gEfiCpuArchProtocolGuid
45
46 [Pcd]
47 gEmbeddedTokenSpaceGuid.PcdDmaDeviceOffset
48
49 [Depex]
50 gEfiCpuArchProtocolGuid