]> git.proxmox.com Git - mirror_edk2.git/blobdiff - DynamicTablesPkg/DynamicTablesPkg.dec
OvmfPkg: Enable 2 different CpuMpPei and CpuDxe drivers
[mirror_edk2.git] / DynamicTablesPkg / DynamicTablesPkg.dec
index cf453faf590368c2e480e65a09cef4b5fbdc70d1..9b74c5a67178d7fb92abb484b9fc5762883b82c2 100644 (file)
@@ -1,7 +1,7 @@
 ## @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
 # SPDX-License-Identifier: BSD-2-Clause-Patent\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
 [PcdsFixedAtBuild]\r
 \r
   # Maximum number of Custom ACPI Generators\r
-  gEfiMdeModulePkgTokenSpaceGuid.PcdMaxCustomACPIGenerators|1|UINT16|0xC0000001\r
+  gEdkiiDynamicTablesPkgTokenSpaceGuid.PcdMaxCustomACPIGenerators|1|UINT16|0xC0000001\r
 \r
   # Maximum number of Custom SMBIOS Generators\r
-  gEfiMdeModulePkgTokenSpaceGuid.PcdMaxCustomSMBIOSGenerators|1|UINT16|0xC0000002\r
+  gEdkiiDynamicTablesPkgTokenSpaceGuid.PcdMaxCustomSMBIOSGenerators|1|UINT16|0xC0000002\r
 \r
   # Maximum number of Custom DT Generators\r
-  gEfiMdeModulePkgTokenSpaceGuid.PcdMaxCustomDTGenerators|1|UINT16|0xC0000003\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