]> git.proxmox.com Git - mirror_edk2.git/blame - ArmVirtPkg/FdtClientDxe/FdtClientDxe.inf
ArmVirtPkg/FdtClientDxe: make DT table installation !ACPI dependent
[mirror_edk2.git] / ArmVirtPkg / FdtClientDxe / FdtClientDxe.inf
CommitLineData
30740795
AB
1## @file\r
2# FDT client driver\r
3#\r
4# Copyright (c) 2016, Linaro Ltd. All rights reserved.<BR>\r
5#\r
6# This program and the accompanying materials are\r
7# licensed and made available under the terms and conditions of the BSD License\r
8# which accompanies this distribution. The full text of the license may be found at\r
9# http://opensource.org/licenses/bsd-license.php\r
10#\r
11# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
12# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
13#\r
14##\r
15\r
16[Defines]\r
17 INF_VERSION = 0x00010005\r
18 BASE_NAME = FdtClientDxe\r
19 FILE_GUID = 9A871B00-1C16-4F61-8D2C-93B6654B5AD6\r
20 MODULE_TYPE = DXE_DRIVER\r
21 VERSION_STRING = 1.0\r
22 ENTRY_POINT = InitializeFdtClientDxe\r
23\r
24[Sources]\r
25 FdtClientDxe.c\r
26\r
27[Packages]\r
28 ArmVirtPkg/ArmVirtPkg.dec\r
29 EmbeddedPkg/EmbeddedPkg.dec\r
30 MdeModulePkg/MdeModulePkg.dec\r
31 MdePkg/MdePkg.dec\r
32\r
33[LibraryClasses]\r
34 BaseLib\r
35 DebugLib\r
36 FdtLib\r
37 HobLib\r
38 UefiBootServicesTableLib\r
39 UefiDriverEntryPoint\r
78c41ff5 40 UefiLib\r
30740795
AB
41\r
42[Protocols]\r
43 gFdtClientProtocolGuid ## PRODUCES\r
44\r
45[Guids]\r
78c41ff5 46 gEfiAcpi20TableGuid\r
18f6d4df 47 gEfiEventReadyToBootGuid\r
30740795 48 gFdtHobGuid\r
1e7143d8
AB
49 gFdtTableGuid\r
50\r
30740795
AB
51[Depex]\r
52 TRUE\r