]> git.proxmox.com Git - mirror_edk2.git/blob - DynamicTablesPkg/Drivers/DynamicTableFactoryDxe/DynamicTableFactoryDxe.inf
02c907c38023e8b44829a38ed93436904d8cf3d3
[mirror_edk2.git] / DynamicTablesPkg / Drivers / DynamicTableFactoryDxe / DynamicTableFactoryDxe.inf
1 ## @file
2 # Module to manage the list of available table factories.
3 #
4 # Copyright (c) 2017 - 2019, 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 = DynamicTableFactoryDxe
18 FILE_GUID = FE846898-7403-4932-B8AD-A0491F0C2CBA
19 MODULE_TYPE = DXE_DRIVER
20 VERSION_STRING = 1.0
21 ENTRY_POINT = DynamicTableFactoryDxeInitialize
22
23 #
24 # The following information is for reference only and not required by the build tools.
25 #
26 # VALID_ARCHITECTURES = ARM AARCH64
27 #
28
29 [Sources]
30 AcpiTableFactory/AcpiTableFactory.c
31 DeviceTreeTableFactory/DeviceTreeTableFactory.c
32 DynamicTableFactoryDxe.c
33 SmbiosTableFactory/SmbiosTableFactory.c
34
35 [Packages]
36 MdePkg/MdePkg.dec
37 MdeModulePkg/MdeModulePkg.dec
38 DynamicTablesPkg/DynamicTablesPkg.dec
39
40 [LibraryClasses]
41 BaseLib
42 MemoryAllocationLib
43 PrintLib
44 TableHelperLib
45 UefiBootServicesTableLib
46 UefiDriverEntryPoint
47
48 [FixedPcd]
49 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxCustomACPIGenerators
50 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxCustomSMBIOSGenerators
51 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxCustomDTGenerators
52
53 [Protocols]
54 gEdkiiDynamicTableFactoryProtocolGuid # PRODUCES
55
56 [Depex]
57 TRUE