]> git.proxmox.com Git - mirror_edk2.git/blob - DynamicTablesPkg/DynamicTablesPkg.dec
21e904ce1e250477be899b506bce72d12087ed74
[mirror_edk2.git] / DynamicTablesPkg / DynamicTablesPkg.dec
1 ## @file
2 # dec file for Dynamic Tables Framework.
3 #
4 # Copyright (c) 2017 - 2018, ARM Limited. All rights reserved.<BR>
5 #
6 # This program and the accompanying materials are licensed and made available under
7 # the terms and conditions of the BSD License that accompanies this distribution.
8 # 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
16 [Defines]
17 DEC_SPECIFICATION = 0x00010005
18 PACKAGE_NAME = DynamicTablesPkg
19 PACKAGE_GUID = 188EB346-8ABA-460E-A105-0F9D76F7324A
20 PACKAGE_VERSION = 1.0
21
22 [Includes]
23 Include
24
25 [Protocols]
26
27 # Configuration Manager Protocol GUID
28 gEdkiiConfigurationManagerProtocolGuid = { 0xd85a4835, 0x5a82, 0x4894, { 0xac, 0x2, 0x70, 0x6f, 0x43, 0xd5, 0x97, 0x8e } }
29
30 # Dynamic Table Factory Protocol GUID
31 gEdkiiDynamicTableFactoryProtocolGuid = { 0x91d1e327, 0xfe5a, 0x49b8, { 0xab, 0x65, 0xe, 0xce, 0x2d, 0xdb, 0x45, 0xec } }
32
33 [PcdsFixedAtBuild]
34
35 # Maximum number of Custom ACPI Generators
36 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxCustomACPIGenerators|1|UINT16|0xC0000001
37
38 # Maximum number of Custom SMBIOS Generators
39 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxCustomSMBIOSGenerators|1|UINT16|0xC0000002
40
41 # Maximum number of Custom DT Generators
42 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxCustomDTGenerators|1|UINT16|0xC0000003
43