]> git.proxmox.com Git - mirror_edk2.git/blame_incremental - EmbeddedPkg/Drivers/NonCoherentIoMmuDxe/NonCoherentIoMmuDxe.inf
EmbeddedPkg: implement EDK2 IoMmu protocol wrapping DmaLib
[mirror_edk2.git] / EmbeddedPkg / Drivers / NonCoherentIoMmuDxe / NonCoherentIoMmuDxe.inf
... / ...
CommitLineData
1#/** @file\r
2#\r
3# Copyright (c) 2019, Linaro, Ltd. All rights reserved.<BR>\r
4#\r
5# This program and the accompanying materials are licensed and made available\r
6# under the terms and conditions of the BSD License which accompanies this\r
7# distribution. The full text of the license may be found at\r
8# http://opensource.org/licenses/bsd-license.php\r
9#\r
10# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
11# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR\r
12# IMPLIED.\r
13#\r
14#**/\r
15\r
16[Defines]\r
17 INF_VERSION = 1.27\r
18 BASE_NAME = NonCoherentIoMmuDxe\r
19 FILE_GUID = 7ed510aa-9cdc-49d2-a306-6e11e359f9b3\r
20 MODULE_TYPE = DXE_DRIVER\r
21 VERSION_STRING = 1.0\r
22 ENTRY_POINT = NonCoherentIoMmuDxeEntryPoint\r
23\r
24[Sources]\r
25 NonCoherentIoMmuDxe.c\r
26\r
27[Packages]\r
28 EmbeddedPkg/EmbeddedPkg.dec\r
29 MdeModulePkg/MdeModulePkg.dec\r
30 MdePkg/MdePkg.dec\r
31\r
32[LibraryClasses]\r
33 BaseLib\r
34 DebugLib\r
35 DmaLib\r
36 UefiBootServicesTableLib\r
37 UefiDriverEntryPoint\r
38\r
39[Protocols]\r
40 gEdkiiIoMmuProtocolGuid ## PRODUCES\r
41\r
42[Depex]\r
43 TRUE\r