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