]> git.proxmox.com Git - mirror_edk2.git/blob - DynamicTablesPkg/DynamicTablesPkg.dec
NetworkPkg: Add NETWORK_HTTP_ENABLE macro
[mirror_edk2.git] / DynamicTablesPkg / DynamicTablesPkg.dec
1 ## @file
2 # dec file for Dynamic Tables Framework.
3 #
4 # Copyright (c) 2017 - 2020, Arm Limited. All rights reserved.<BR>
5 #
6 # SPDX-License-Identifier: BSD-2-Clause-Patent
7 #
8 ##
9
10 [Defines]
11 DEC_SPECIFICATION = 0x00010005
12 PACKAGE_NAME = DynamicTablesPkg
13 PACKAGE_GUID = 188EB346-8ABA-460E-A105-0F9D76F7324A
14 PACKAGE_VERSION = 1.0
15
16 [Includes]
17 Include
18
19 [LibraryClasses]
20 ## @libraryclass Defines a set of APIs for Dynamic AML generation.
21 AmlLib|Include/Library/AmlLib/AmlLib.h
22
23 ## @libraryclass Defines a set of methods for fixing up a SSDT Serial Port.
24 SsdtSerialPortFixupLib|Include/Library/SsdtSerialPortFixupLib.h
25
26 ## @libraryclass Defines a set of helper methods.
27 TableHelperLib|Include/Library/TableHelperLib.h
28
29 [Protocols]
30 # Configuration Manager Protocol GUID
31 gEdkiiConfigurationManagerProtocolGuid = { 0xd85a4835, 0x5a82, 0x4894, { 0xac, 0x2, 0x70, 0x6f, 0x43, 0xd5, 0x97, 0x8e } }
32
33 # Dynamic Table Factory Protocol GUID
34 gEdkiiDynamicTableFactoryProtocolGuid = { 0x91d1e327, 0xfe5a, 0x49b8, { 0xab, 0x65, 0xe, 0xce, 0x2d, 0xdb, 0x45, 0xec } }
35
36 [PcdsFixedAtBuild]
37
38 # Maximum number of Custom ACPI Generators
39 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxCustomACPIGenerators|1|UINT16|0xC0000001
40
41 # Maximum number of Custom SMBIOS Generators
42 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxCustomSMBIOSGenerators|1|UINT16|0xC0000002
43
44 # Maximum number of Custom DT Generators
45 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxCustomDTGenerators|1|UINT16|0xC0000003
46