DynamicTablesPkg.dec 2.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. ## @file
  2. # dec file for Dynamic Tables Framework.
  3. #
  4. # Copyright (c) 2017 - 2021, Arm Limited. All rights reserved.<BR>
  5. #
  6. # SPDX-License-Identifier: BSD-2-Clause-Patent
  7. #
  8. ##
  9. [Defines]
  10. DEC_SPECIFICATION = 0x00010005
  11. PACKAGE_NAME = DynamicTablesPkg
  12. PACKAGE_GUID = 188EB346-8ABA-460E-A105-0F9D76F7324A
  13. PACKAGE_VERSION = 1.0
  14. [Includes]
  15. Include
  16. [LibraryClasses]
  17. ## @libraryclass Defines a set of Acpi helper methods
  18. # independent from the Dynamic Tables Framework.
  19. AcpiHelperLib|Include/Library/AcpiHelperLib.h
  20. ## @libraryclass Defines a set of APIs for Dynamic AML generation.
  21. AmlLib|Include/Library/AmlLib/AmlLib.h
  22. ## @libraryclass Defines a set of APIs to handle dynamically created CmObj.
  23. DynamicPlatRepoLib|Include/Library/DynamicPlatRepoLib.h
  24. ## @libraryclass Defines a set of APIs to a hardware information parser.
  25. HwInfoParserLib|Include/Library/HwInfoParserLib.h
  26. ## @libraryclass Defines functions for customizing the generation of _OSC and slot info.
  27. SsdtPcieSupportLib|Include/Library/SsdtPcieSupportLib.h
  28. ## @libraryclass Defines a set of methods for fixing up a SSDT Serial Port.
  29. SsdtSerialPortFixupLib|Include/Library/SsdtSerialPortFixupLib.h
  30. ## @libraryclass Defines a set of helper methods.
  31. TableHelperLib|Include/Library/TableHelperLib.h
  32. [Protocols]
  33. # Configuration Manager Protocol GUID
  34. gEdkiiConfigurationManagerProtocolGuid = { 0xd85a4835, 0x5a82, 0x4894, { 0xac, 0x2, 0x70, 0x6f, 0x43, 0xd5, 0x97, 0x8e } }
  35. # Dynamic Table Factory Protocol GUID
  36. gEdkiiDynamicTableFactoryProtocolGuid = { 0x91d1e327, 0xfe5a, 0x49b8, { 0xab, 0x65, 0xe, 0xce, 0x2d, 0xdb, 0x45, 0xec } }
  37. [PcdsFixedAtBuild]
  38. # Maximum number of Custom ACPI Generators
  39. gEdkiiDynamicTablesPkgTokenSpaceGuid.PcdMaxCustomACPIGenerators|1|UINT16|0xC0000001
  40. # Maximum number of Custom SMBIOS Generators
  41. gEdkiiDynamicTablesPkgTokenSpaceGuid.PcdMaxCustomSMBIOSGenerators|1|UINT16|0xC0000002
  42. # Maximum number of Custom DT Generators
  43. gEdkiiDynamicTablesPkgTokenSpaceGuid.PcdMaxCustomDTGenerators|1|UINT16|0xC0000003
  44. # Non BSA Compliant 16550 Serial HID
  45. gEdkiiDynamicTablesPkgTokenSpaceGuid.PcdNonBsaCompliant16550SerialHid|""|VOID*|0x40000008
  46. # Use PCI segment numbers as UID
  47. gEdkiiDynamicTablesPkgTokenSpaceGuid.PcdPciUseSegmentAsUid|FALSE|BOOLEAN|0x40000009
  48. [Guids]
  49. gEdkiiDynamicTablesPkgTokenSpaceGuid = { 0xab226e66, 0x31d8, 0x4613, { 0x87, 0x9d, 0xd2, 0xfa, 0xb6, 0x10, 0x26, 0x3c } }