]> git.proxmox.com Git - mirror_edk2.git/blame - DynamicTablesPkg/Drivers/DynamicTableManagerDxe/DynamicTableManagerDxe.inf
DynamicTablesPkg: Fix protocol section
[mirror_edk2.git] / DynamicTablesPkg / Drivers / DynamicTableManagerDxe / DynamicTableManagerDxe.inf
CommitLineData
71f2b906
SM
1## @file\r
2# Module that drives the table generation and installation process.\r
3#\r
bde673b2 4# Copyright (c) 2017 - 2019, ARM Limited. All rights reserved.\r
71f2b906
SM
5#\r
6# This program and the accompanying materials\r
7# are licensed and made available under the terms and conditions of the BSD License\r
8# which accompanies this distribution. The full text of the license may be found at\r
9# http://opensource.org/licenses/bsd-license.php\r
10#\r
11# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
12# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
13##\r
14\r
15[Defines]\r
16 INF_VERSION = 0x00010019\r
17 BASE_NAME = DynamicTableManagerDxe\r
18 FILE_GUID = 89122868-BCFD-49E8-88A3-06635CB7B3CF\r
19 MODULE_TYPE = DXE_DRIVER\r
20 VERSION_STRING = 1.0\r
21 ENTRY_POINT = DynamicTableManagerDxeInitialize\r
22\r
23#\r
24# The following information is for reference only and not required by the build tools.\r
25#\r
26# VALID_ARCHITECTURES = ARM AARCH64\r
27#\r
28\r
29[Sources]\r
30 DynamicTableManagerDxe.c\r
31\r
32[Packages]\r
33 MdePkg/MdePkg.dec\r
34 MdeModulePkg/MdeModulePkg.dec\r
35 DynamicTablesPkg/DynamicTablesPkg.dec\r
36\r
37[LibraryClasses]\r
38 PrintLib\r
39 TableHelperLib\r
40 UefiBootServicesTableLib\r
41 UefiDriverEntryPoint\r
42\r
43[Protocols]\r
44 gEfiAcpiTableProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
bde673b2
SM
45\r
46 gEdkiiConfigurationManagerProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
47 gEdkiiDynamicTableFactoryProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
71f2b906
SM
48\r
49[Depex]\r
85c1320e
AS
50 gEfiAcpiTableProtocolGuid AND\r
51 gEdkiiConfigurationManagerProtocolGuid AND\r
52 gEdkiiDynamicTableFactoryProtocolGuid\r
71f2b906 53\r