]> git.proxmox.com Git - mirror_edk2.git/blob - EmbeddedPkg/Library/FdtLib/FdtLib.inf
UefiCpuPkg: Move AsmRelocateApLoopStart from Mpfuncs.nasm to AmdSev.nasm
[mirror_edk2.git] / EmbeddedPkg / Library / FdtLib / FdtLib.inf
1 #/* @file
2 # Copyright (c) 2011-2014, ARM Limited. All rights reserved.
3 #
4 # SPDX-License-Identifier: BSD-2-Clause-Patent
5 #
6 #*/
7
8 [Defines]
9 INF_VERSION = 0x00010005
10 BASE_NAME = FdtLib
11 FILE_GUID = 6b2478c0-be23-11e0-a28c-0002a5d5c51b
12 MODULE_TYPE = BASE
13 VERSION_STRING = 1.0
14 LIBRARY_CLASS = FdtLib
15
16 #
17 # The following information is for reference only and not required by the build tools.
18 #
19 # VALID_ARCHITECTURES = ARM AARCH64
20 #
21
22 [Sources]
23 libfdt_internal.h
24 fdt_empty_tree.c
25 fdt_overlay.c
26 fdt_ro.c
27 fdt_rw.c
28 fdt_strerror.c
29 fdt_strtoul.c
30 fdt_sw.c
31 fdt_wip.c
32 fdt.c
33 fdt_addresses.c
34
35 [Packages]
36 MdePkg/MdePkg.dec
37 EmbeddedPkg/EmbeddedPkg.dec
38
39 [LibraryClasses]
40 BaseLib
41 DebugLib