]> git.proxmox.com Git - mirror_edk2.git/blobdiff - DynamicTablesPkg/DynamicTablesPkg.dec
DynamicTablesPkg: Add support to specify FADT minor revision
[mirror_edk2.git] / DynamicTablesPkg / DynamicTablesPkg.dec
index e5e731085a721f5f2a0129b4678dedbb0c7b985a..9b74c5a67178d7fb92abb484b9fc5762883b82c2 100644 (file)
@@ -1,15 +1,9 @@
 ## @file\r
 # dec file for Dynamic Tables Framework.\r
 #\r
-# Copyright (c) 2017 - 2018, ARM Limited. All rights reserved.<BR>\r
+# Copyright (c) 2017 - 2021, Arm Limited. All rights reserved.<BR>\r
 #\r
-# This program and the accompanying materials are licensed and made available under\r
-# the terms and conditions of the BSD License that accompanies this distribution.\r
-# The full text of the license may be found at\r
-# http://opensource.org/licenses/bsd-license.php.\r
-#\r
-# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+# SPDX-License-Identifier: BSD-2-Clause-Patent\r
 #\r
 ##\r
 \r
 [Includes]\r
   Include\r
 \r
-[Protocols]\r
+[LibraryClasses]\r
+  ##  @libraryclass  Defines a set of Acpi helper methods\r
+  #   independent from the Dynamic Tables Framework.\r
+  AcpiHelperLib|Include/Library/AcpiHelperLib.h\r
+\r
+  ##  @libraryclass  Defines a set of APIs for Dynamic AML generation.\r
+  AmlLib|Include/Library/AmlLib/AmlLib.h\r
+\r
+  ##  @libraryclass  Defines a set of APIs to handle dynamically created CmObj.\r
+  DynamicPlatRepoLib|Include/Library/DynamicPlatRepoLib.h\r
+\r
+  ##  @libraryclass  Defines a set of APIs to a hardware information parser.\r
+  HwInfoParserLib|Include/Library/HwInfoParserLib.h\r
+\r
+  ##  @libraryclass  Defines a set of methods for fixing up a SSDT Serial Port.\r
+  SsdtSerialPortFixupLib|Include/Library/SsdtSerialPortFixupLib.h\r
+\r
+  ##  @libraryclass  Defines a set of helper methods.\r
+  TableHelperLib|Include/Library/TableHelperLib.h\r
 \r
+[Protocols]\r
   # Configuration Manager Protocol GUID\r
   gEdkiiConfigurationManagerProtocolGuid = { 0xd85a4835, 0x5a82, 0x4894, { 0xac, 0x2, 0x70, 0x6f, 0x43, 0xd5, 0x97, 0x8e } }\r
 \r
+  # Dynamic Table Factory Protocol GUID\r
+  gEdkiiDynamicTableFactoryProtocolGuid = { 0x91d1e327, 0xfe5a, 0x49b8, { 0xab, 0x65, 0xe, 0xce, 0x2d, 0xdb, 0x45, 0xec } }\r
+\r
+[PcdsFixedAtBuild]\r
+\r
+  # Maximum number of Custom ACPI Generators\r
+  gEdkiiDynamicTablesPkgTokenSpaceGuid.PcdMaxCustomACPIGenerators|1|UINT16|0xC0000001\r
+\r
+  # Maximum number of Custom SMBIOS Generators\r
+  gEdkiiDynamicTablesPkgTokenSpaceGuid.PcdMaxCustomSMBIOSGenerators|1|UINT16|0xC0000002\r
+\r
+  # Maximum number of Custom DT Generators\r
+  gEdkiiDynamicTablesPkgTokenSpaceGuid.PcdMaxCustomDTGenerators|1|UINT16|0xC0000003\r
+\r
+  # Non BSA Compliant 16550 Serial HID\r
+  gEdkiiDynamicTablesPkgTokenSpaceGuid.PcdNonBsaCompliant16550SerialHid|""|VOID*|0x40000008\r
+\r
+[Guids]\r
+  gEdkiiDynamicTablesPkgTokenSpaceGuid = { 0xab226e66, 0x31d8, 0x4613, { 0x87, 0x9d, 0xd2, 0xfa, 0xb6, 0x10, 0x26, 0x3c } }\r