]> git.proxmox.com Git - mirror_edk2.git/blame_incremental - ArmVirtPkg/FdtClientDxe/FdtClientDxe.inf
ArmVirtPkg/FdtClientDxe: install DT configuration table at ReadyToBoot
[mirror_edk2.git] / ArmVirtPkg / FdtClientDxe / FdtClientDxe.inf
... / ...
CommitLineData
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
40\r
41[Protocols]\r
42 gFdtClientProtocolGuid ## PRODUCES\r
43\r
44[Guids]\r
45 gEfiEventReadyToBootGuid\r
46 gFdtHobGuid\r
47 gFdtTableGuid\r
48\r
49[FeaturePcd]\r
50 gArmVirtTokenSpaceGuid.PcdPureAcpiBoot\r
51\r
52[Depex]\r
53 TRUE\r