]> git.proxmox.com Git - mirror_edk2.git/blob - DynamicTablesPkg/Library/Acpi/Arm/AcpiIortLibArm/AcpiIortLibArm.inf
DynamicTablesPkg: Arm IORT Table Generator
[mirror_edk2.git] / DynamicTablesPkg / Library / Acpi / Arm / AcpiIortLibArm / AcpiIortLibArm.inf
1 ## @file
2 # IORT Table Generator
3 #
4 # Copyright (c) 2017 - 2018, ARM Limited. All rights reserved.
5 #
6 # This program and the accompanying materials
7 # are licensed and made available under the terms and conditions of the BSD License
8 # which accompanies this distribution. The full text of the license may be found at
9 # http://opensource.org/licenses/bsd-license.php
10 #
11 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
12 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
13 ##
14
15 [Defines]
16 INF_VERSION = 0x00010019
17 BASE_NAME = AcpiIortLibArm
18 FILE_GUID = 25682BA8-B41D-4403-B034-253769E0DAD5
19 VERSION_STRING = 1.0
20 MODULE_TYPE = DXE_DRIVER
21 LIBRARY_CLASS = NULL|DXE_DRIVER
22 CONSTRUCTOR = AcpiIortLibConstructor
23 DESTRUCTOR = AcpiIortLibDestructor
24
25 [Sources]
26 IortGenerator.c
27
28 [Packages]
29 MdePkg/MdePkg.dec
30 MdeModulePkg/MdeModulePkg.dec
31 EmbeddedPkg/EmbeddedPkg.dec
32 DynamicTablesPkg/DynamicTablesPkg.dec
33
34 [LibraryClasses]
35 BaseLib
36
37 [Pcd]
38
39 [Protocols]
40
41 [Guids]
42