blob: b569cfbdefca9eb19daf8609fdd298b96abfecdd [file] [log] [blame]
andrewfish7f814ff2010-05-08 19:32:03 +00001#/** @file
Ronald Cron3402aac2014-08-19 13:29:52 +00002#
andrewfish7f814ff2010-05-08 19:32:03 +00003# Copyright (c) 2008 - 2010, Apple Inc. All rights reserved.<BR>
4# This program and the accompanying materials
5# are licensed and made available under the terms and conditions of the BSD License
6# which accompanies this distribution. The full text of the license may be found at
7# http://opensource.org/licenses/bsd-license.php
Ronald Cron3402aac2014-08-19 13:29:52 +00008#
andrewfish7f814ff2010-05-08 19:32:03 +00009# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
10# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
Ronald Cron3402aac2014-08-19 13:29:52 +000011#
andrewfish7f814ff2010-05-08 19:32:03 +000012#**/
13
14[Defines]
15 INF_VERSION = 0x00010005
16 BASE_NAME = OmapDmaLib
17 FILE_GUID = 09B17D99-BB07-49a8-B0D2-06D6AFCBE3AB
18 MODULE_TYPE = UEFI_DRIVER
19 VERSION_STRING = 1.0
Ronald Cron3402aac2014-08-19 13:29:52 +000020 LIBRARY_CLASS = OmapDmaLib
andrewfish81bc2052010-05-29 00:21:30 +000021
andrewfish7f814ff2010-05-08 19:32:03 +000022
23[Sources.common]
24 OmapDmaLib.c
25
26[Packages]
27 MdePkg/MdePkg.dec
28 EmbeddedPkg/EmbeddedPkg.dec
29 ArmPkg/ArmPkg.dec
30 Omap35xxPkg/Omap35xxPkg.dec
31
32[LibraryClasses]
33 DebugLib
34 UefiBootServicesTableLib
35 MemoryAllocationLib
36 UncachedMemoryAllocationLib
37 IoLib
andrewfish8e7c9e02010-05-28 00:31:53 +000038 BaseMemoryLib
39 ArmLib
Ronald Cron3402aac2014-08-19 13:29:52 +000040
41
andrewfish7f814ff2010-05-08 19:32:03 +000042[Protocols]
43 gEfiCpuArchProtocolGuid
Ronald Cron3402aac2014-08-19 13:29:52 +000044
andrewfish7f814ff2010-05-08 19:32:03 +000045[Guids]
Ronald Cron3402aac2014-08-19 13:29:52 +000046
andrewfish7f814ff2010-05-08 19:32:03 +000047[Pcd]
48
49[Depex]
Ronald Cron3402aac2014-08-19 13:29:52 +000050 gEfiCpuArchProtocolGuid