]> git.proxmox.com Git - mirror_edk2.git/blame - ArmPlatformPkg/ArmJunoPkg/Drivers/ArmJunoDxe/ArmJunoDxe.inf
ArmPlatformPkg/ArmJunoPkg : Use FdtPlatformDxe driver to install the FDT
[mirror_edk2.git] / ArmPlatformPkg / ArmJunoPkg / Drivers / ArmJunoDxe / ArmJunoDxe.inf
CommitLineData
9f38945f
OM
1#\r
2# Copyright (c) 2013-2014, ARM Limited. All rights reserved.\r
3#\r
4# This program and the accompanying materials\r
5# are licensed and made available under the terms and conditions of the BSD License\r
6# which accompanies this distribution. The full text of the license may be found at\r
7# http://opensource.org/licenses/bsd-license.php\r
8#\r
9# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
10# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
11#\r
12\r
13[Defines]\r
14 INF_VERSION = 0x00010005\r
15 BASE_NAME = ArmJunoDxe\r
16 FILE_GUID = 1484ebe8-2681-45f1-a2e5-12ecad893b62\r
17 MODULE_TYPE = DXE_DRIVER\r
18 VERSION_STRING = 1.0\r
19 ENTRY_POINT = ArmJunoEntryPoint\r
20\r
21[Sources.common]\r
22 ArmJunoDxe.c\r
9f38945f
OM
23 PciEmulation.c\r
24 PciRootBridgeIo.c\r
25\r
26[Packages]\r
27 ArmPkg/ArmPkg.dec\r
28 ArmPlatformPkg/ArmPlatformPkg.dec\r
29 ArmPlatformPkg/ArmJunoPkg/ArmJuno.dec\r
30 EmbeddedPkg/EmbeddedPkg.dec\r
31 MdePkg/MdePkg.dec\r
32\r
33[LibraryClasses]\r
05e56470 34 AcpiLib\r
9f38945f
OM
35 ArmShellCmdRunAxfLib\r
36 BaseMemoryLib\r
37 BdsLib\r
38 DebugLib\r
39 DmaLib\r
40 DxeServicesTableLib\r
9f38945f
OM
41 IoLib\r
42 PcdLib\r
43 PrintLib\r
44 SerialPortLib\r
45 UefiBootServicesTableLib\r
46 UefiRuntimeServicesTableLib\r
47 UefiLib\r
48 UefiDriverEntryPoint\r
49\r
50[Guids]\r
51 gArmGlobalVariableGuid\r
52 gEfiEndOfDxeEventGroupGuid\r
53 gEfiFileInfoGuid\r
9f38945f
OM
54\r
55[Protocols]\r
56 gEfiBlockIoProtocolGuid\r
57 gEfiDevicePathFromTextProtocolGuid\r
58 gEfiPciIoProtocolGuid\r
59 gEfiSimpleFileSystemProtocolGuid\r
60\r
61[FixedPcd]\r
62 gArmTokenSpaceGuid.PcdSystemMemoryBase\r
63 gArmTokenSpaceGuid.PcdSystemMemorySize\r
64\r
65 gArmTokenSpaceGuid.PcdHypFvBaseAddress\r
66 gArmTokenSpaceGuid.PcdHypFvSize\r
67\r
68 gArmJunoTokenSpaceGuid.PcdSynopsysUsbEhciBaseAddress\r
69 gArmJunoTokenSpaceGuid.PcdSynopsysUsbOhciBaseAddress\r
70\r
71 gArmPlatformTokenSpaceGuid.PcdFdtDevicePath\r
72\r
73[Depex]\r
74 TRUE\r