summaryrefslogtreecommitdiffstats
path: root/DynamicTablesPkg/Library/FdtHwInfoParserLib/FdtHwInfoParserLib.inf
blob: d3010af527c1da3ab3e836572b5851395cd43856 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
## @file
#  Flattened Device Tree information parser.
#
#  Copyright (c) 2021, ARM Limited. All rights reserved.
#
#  SPDX-License-Identifier: BSD-2-Clause-Patent
##

[Defines]
  INF_VERSION    = 0x00010019
  BASE_NAME      = FdtHwInfoParserLib
  FILE_GUID      = F174A422-BC86-41E2-9E9C-C6D6E437F4AD
  VERSION_STRING = 1.0
  MODULE_TYPE    = DXE_DRIVER
  LIBRARY_CLASS  = HwInfoParserLib

[Sources]
  CmObjectDescUtility.c
  CmObjectDescUtility.h
  FdtHwInfoParserInclude.h
  FdtHwInfoParser.c
  FdtHwInfoParser.h
  FdtUtility.c
  FdtUtility.h
  Pci/PciConfigSpaceParser.c
  Pci/PciConfigSpaceParser.h
  Serial/SerialPortParser.c
  Serial/SerialPortParser.h

[Sources.ARM, Sources.AARCH64]
  Arm/ArmFdtHwInfoParser.c
  Arm/BootArch/ArmBootArchParser.c
  Arm/BootArch/ArmBootArchParser.h
  Arm/GenericTimer/ArmGenericTimerParser.c
  Arm/GenericTimer/ArmGenericTimerParser.h
  Arm/Gic/ArmGicCParser.c
  Arm/Gic/ArmGicCParser.h
  Arm/Gic/ArmGicDispatcher.c
  Arm/Gic/ArmGicDispatcher.h
  Arm/Gic/ArmGicDParser.c
  Arm/Gic/ArmGicDParser.h
  Arm/Gic/ArmGicItsParser.c
  Arm/Gic/ArmGicItsParser.h
  Arm/Gic/ArmGicMsiFrameParser.c
  Arm/Gic/ArmGicMsiFrameParser.h
  Arm/Gic/ArmGicRParser.c
  Arm/Gic/ArmGicRParser.h

[Packages.ARM, Packages.AARCH64]
  ArmPkg/ArmPkg.dec

[Packages]
  DynamicTablesPkg/DynamicTablesPkg.dec
  EmbeddedPkg/EmbeddedPkg.dec
  MdeModulePkg/MdeModulePkg.dec
  MdePkg/MdePkg.dec

[LibraryClasses]
  DebugLib
  FdtLib
  MemoryAllocationLib