]> git.proxmox.com Git - mirror_edk2.git/blob - DynamicTablesPkg/Library/Acpi/Arm/AcpiMcfgLibArm/AcpiMcfgLibArm.inf
e491ad6b24faae24e473f0fd501e06a6f3b456b5
[mirror_edk2.git] / DynamicTablesPkg / Library / Acpi / Arm / AcpiMcfgLibArm / AcpiMcfgLibArm.inf
1 ## @file
2 # MCFG 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 = AcpiMcfgLibArm
18 FILE_GUID = 8C9BDCB2-72D4-4F30-A12D-1145C3807FF7
19 VERSION_STRING = 1.0
20 MODULE_TYPE = DXE_DRIVER
21 LIBRARY_CLASS = NULL|DXE_DRIVER
22 CONSTRUCTOR = AcpiMcfgLibConstructor
23 DESTRUCTOR = AcpiMcfgLibDestructor
24
25 [Sources]
26 McfgGenerator.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