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