]> git.proxmox.com Git - mirror_edk2.git/blame - EmbeddedPkg/Drivers/FdtPlatformDxe/FdtPlatformDxe.inf
EmbeddedPkg/FdtPlatformDxe: Move 'setfdt' Shell command into a separate file
[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
3d7f1060 27 ShellSetFdt.c\r
158497a0
RC
28\r
29[Packages]\r
30 EmbeddedPkg/EmbeddedPkg.dec\r
31 ArmPkg/ArmPkg.dec\r
32 MdePkg/MdePkg.dec\r
3c1e53ce
RC
33 MdeModulePkg/MdeModulePkg.dec\r
34 ShellPkg/ShellPkg.dec\r
158497a0
RC
35\r
36[LibraryClasses]\r
37 UefiDriverEntryPoint\r
38 BdsLib\r
39 DxeServicesTableLib\r
40 BaseMemoryLib\r
41 DebugLib\r
42 UefiBootServicesTableLib\r
43 UefiRuntimeServicesTableLib\r
3c1e53ce
RC
44 HiiLib\r
45 ShellLib\r
158497a0
RC
46\r
47[Protocols]\r
3c1e53ce 48 gEfiDevicePathToTextProtocolGuid\r
158497a0 49 gEfiDevicePathFromTextProtocolGuid\r
3c1e53ce 50 gEfiShellDynamicCommandProtocolGuid\r
158497a0
RC
51\r
52[Guids]\r
53 gEfiEndOfDxeEventGroupGuid\r
54 gFdtTableGuid\r
55 gFdtVariableGuid\r
56\r
57[FeaturePcd]\r
58 gEmbeddedTokenSpaceGuid.PcdOverridePlatformFdt\r
59\r
60[Pcd]\r
61 gEmbeddedTokenSpaceGuid.PcdFdtDevicePaths\r
62\r
63[Depex]\r
64 TRUE\r