]> git.proxmox.com Git - mirror_edk2.git/blame - EmbeddedPkg/Drivers/DtPlatformDxe/DtPlatformDxe.inf
EmbeddedPkg/DtPlatformDxe: load platform DTB via new library
[mirror_edk2.git] / EmbeddedPkg / Drivers / DtPlatformDxe / DtPlatformDxe.inf
CommitLineData
779cc439
AB
1## @file\r
2#\r
3# Copyright (c) 2017, Linaro, Ltd. All rights reserved.<BR>\r
4#\r
5# This program and the accompanying materials are licensed and made\r
6# available under the terms and conditions of the BSD License which\r
7# accompanies this distribution. The full text of the license may be\r
8# found at http://opensource.org/licenses/bsd-license.php\r
9#\r
10# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
11# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR\r
12# IMPLIED.\r
13#\r
14##\r
15\r
16[Defines]\r
17 INF_VERSION = 0x00010019\r
18 BASE_NAME = DtPlatformDxe\r
19 FILE_GUID = FC097B3C-2EBD-4A75-A3DA-121DCAB365CC\r
20 MODULE_TYPE = DXE_DRIVER\r
21 VERSION_STRING = 1.0\r
22 ENTRY_POINT = DtPlatformDxeEntryPoint\r
23\r
24#\r
25# The following information is for reference only and not required by the build tools.\r
26#\r
27# VALID_ARCHITECTURES = IA32 X64 ARM AARCH64\r
28#\r
29\r
30[Sources]\r
31 DtPlatformDxe.c\r
32 DtPlatformHii.vfr\r
33 DtPlatformHii.uni\r
34\r
35[Packages]\r
36 EmbeddedPkg/EmbeddedPkg.dec\r
37 MdePkg/MdePkg.dec\r
38 MdeModulePkg/MdeModulePkg.dec\r
39\r
40[LibraryClasses]\r
41 BaseLib\r
42 DebugLib\r
12c71010 43 DtPlatformDtbLoaderLib\r
779cc439
AB
44 HiiLib\r
45 MemoryAllocationLib\r
46 UefiBootServicesTableLib\r
47 UefiDriverEntryPoint\r
48 UefiRuntimeServicesTableLib\r
49\r
50[Guids]\r
51 gDtPlatformFormSetGuid\r
52 gDtPlatformDefaultDtbFileGuid\r
53 gEdkiiPlatformHasAcpiGuid\r
54 gFdtTableGuid\r
55\r
56[Depex]\r
57 gEfiVariableArchProtocolGuid AND\r
58 gEfiVariableWriteArchProtocolGuid\r