]> git.proxmox.com Git - mirror_edk2.git/blame - EmbeddedPkg/Drivers/FdtPlatformDxe/FdtPlatformDxe.inf
EmbeddedPkg/FdtPlatformDxe: Add 'setfdt' EFI Shell command
[mirror_edk2.git] / EmbeddedPkg / Drivers / FdtPlatformDxe / FdtPlatformDxe.inf
CommitLineData
158497a0
RC
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
3c1e53ce 18 MODULE_UNI_FILE = FdtPlatformDxe.uni\r
158497a0
RC
19 FILE_GUID = 6e9a4c69-57c6-4fcd-b083-4f2c3bdb6051\r
20 MODULE_TYPE = DXE_DRIVER\r
21 VERSION_STRING = 0.1\r
22 ENTRY_POINT = FdtPlatformEntryPoint\r
23\r
24[Sources.common]\r
25 FdtPlatform.c\r
3c1e53ce 26 FdtPlatformDxe.uni\r
158497a0
RC
27\r
28[Packages]\r
29 EmbeddedPkg/EmbeddedPkg.dec\r
30 ArmPkg/ArmPkg.dec\r
31 MdePkg/MdePkg.dec\r
3c1e53ce
RC
32 MdeModulePkg/MdeModulePkg.dec\r
33 ShellPkg/ShellPkg.dec\r
158497a0
RC
34\r
35[LibraryClasses]\r
36 UefiDriverEntryPoint\r
37 BdsLib\r
38 DxeServicesTableLib\r
39 BaseMemoryLib\r
40 DebugLib\r
41 UefiBootServicesTableLib\r
42 UefiRuntimeServicesTableLib\r
3c1e53ce
RC
43 HiiLib\r
44 ShellLib\r
158497a0
RC
45\r
46[Protocols]\r
3c1e53ce 47 gEfiDevicePathToTextProtocolGuid\r
158497a0 48 gEfiDevicePathFromTextProtocolGuid\r
3c1e53ce 49 gEfiShellDynamicCommandProtocolGuid\r
158497a0
RC
50\r
51[Guids]\r
52 gEfiEndOfDxeEventGroupGuid\r
53 gFdtTableGuid\r
54 gFdtVariableGuid\r
55\r
56[FeaturePcd]\r
57 gEmbeddedTokenSpaceGuid.PcdOverridePlatformFdt\r
58\r
59[Pcd]\r
60 gEmbeddedTokenSpaceGuid.PcdFdtDevicePaths\r
61\r
62[Depex]\r
63 TRUE\r