]> git.proxmox.com Git - mirror_edk2.git/blob - EmbeddedPkg/Drivers/FdtPlatformDxe/FdtPlatformDxe.inf
EmbeddedPkg : Add FdtPlatformDxe driver
[mirror_edk2.git] / EmbeddedPkg / Drivers / FdtPlatformDxe / FdtPlatformDxe.inf
1 #/** @file
2 #
3 # Copyright (c) 2015, ARM Ltd. All rights reserved.<BR>
4 #
5 # This program and the accompanying materials
6 # are licensed and made available under the terms and conditions of the BSD License
7 # which accompanies this distribution. The full text of the license may be found at
8 # http://opensource.org/licenses/bsd-license.php
9 #
10 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
11 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
12 #
13 #**/
14
15 [Defines]
16 INF_VERSION = 0x00010006
17 BASE_NAME = FdtPlatformDxe
18 FILE_GUID = 6e9a4c69-57c6-4fcd-b083-4f2c3bdb6051
19 MODULE_TYPE = DXE_DRIVER
20 VERSION_STRING = 0.1
21 ENTRY_POINT = FdtPlatformEntryPoint
22
23 [Sources.common]
24 FdtPlatform.c
25
26 [Packages]
27 EmbeddedPkg/EmbeddedPkg.dec
28 ArmPkg/ArmPkg.dec
29 MdePkg/MdePkg.dec
30
31 [LibraryClasses]
32 UefiDriverEntryPoint
33 BdsLib
34 DxeServicesTableLib
35 BaseMemoryLib
36 DebugLib
37 UefiBootServicesTableLib
38 UefiRuntimeServicesTableLib
39
40 [Protocols]
41 gEfiDevicePathFromTextProtocolGuid
42
43 [Guids]
44 gEfiEndOfDxeEventGroupGuid
45 gFdtTableGuid
46 gFdtVariableGuid
47
48 [FeaturePcd]
49 gEmbeddedTokenSpaceGuid.PcdOverridePlatformFdt
50
51 [Pcd]
52 gEmbeddedTokenSpaceGuid.PcdFdtDevicePaths
53
54 [Depex]
55 TRUE