]> git.proxmox.com Git - mirror_edk2.git/blob - DynamicTablesPkg/Drivers/DynamicTableManagerDxe/DynamicTableManagerDxe.inf
e78218a914ce993f3e605841e2bffae700076dd0
[mirror_edk2.git] / DynamicTablesPkg / Drivers / DynamicTableManagerDxe / DynamicTableManagerDxe.inf
1 ## @file
2 # Module that drives the table generation and installation process.
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 = DynamicTableManagerDxe
18 FILE_GUID = 89122868-BCFD-49E8-88A3-06635CB7B3CF
19 MODULE_TYPE = DXE_DRIVER
20 VERSION_STRING = 1.0
21 ENTRY_POINT = DynamicTableManagerDxeInitialize
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 DynamicTableManagerDxe.c
31
32 [Packages]
33 MdePkg/MdePkg.dec
34 MdeModulePkg/MdeModulePkg.dec
35 DynamicTablesPkg/DynamicTablesPkg.dec
36
37 [LibraryClasses]
38 PrintLib
39 TableHelperLib
40 UefiBootServicesTableLib
41 UefiDriverEntryPoint
42
43 [Protocols]
44 gEfiAcpiTableProtocolGuid # PROTOCOL ALWAYS_CONSUMED
45
46 gEdkiiConfigurationManagerProtocolGuid # PROTOCOL ALWAYS_CONSUMED
47 gEdkiiDynamicTableFactoryProtocolGuid # PROTOCOL ALWAYS_CONSUMED
48
49 [Depex]
50 gEfiAcpiTableProtocolGuid AND
51 gEdkiiConfigurationManagerProtocolGuid AND
52 gEdkiiDynamicTableFactoryProtocolGuid
53