]> git.proxmox.com Git - mirror_edk2.git/blob - EmbeddedPkg/Library/FdtLib/FdtLib.inf
EmbeddedPkg: Replace BSD License with BSD+Patent License
[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 fdt_empty_tree.c
24 fdt_overlay.c
25 fdt_ro.c
26 fdt_rw.c
27 fdt_strerror.c
28 fdt_strtoul.c
29 fdt_sw.c
30 fdt_wip.c
31 fdt.c
32 fdt_addresses.c
33
34 [Packages]
35 MdePkg/MdePkg.dec
36 EmbeddedPkg/EmbeddedPkg.dec
37
38 [LibraryClasses]
39 BaseLib
40 DebugLib