]> git.proxmox.com Git - mirror_edk2.git/blame_incremental - ArmPkg/Drivers/ArmGic/ArmGicDxe.inf
ArmPkg/ArmGic: Added GicV3 support to ArmGicLib
[mirror_edk2.git] / ArmPkg / Drivers / ArmGic / ArmGicDxe.inf
... / ...
CommitLineData
1#/** @file\r
2#\r
3# Copyright (c) 2008 - 2010, Apple Inc. All rights reserved.<BR>\r
4# Copyright (c) 2012 - 2014, ARM Ltd. All rights reserved.<BR>\r
5#\r
6# This program and the accompanying materials\r
7# are licensed and made available under the terms and conditions of the BSD License\r
8# which accompanies this distribution. The full text of the license may be found at\r
9# http://opensource.org/licenses/bsd-license.php\r
10#\r
11# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
12# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
13#\r
14#**/\r
15\r
16[Defines]\r
17 INF_VERSION = 0x00010005\r
18 BASE_NAME = ArmGicDxe\r
19 FILE_GUID = DE371F7C-DEC4-4D21-ADF1-593ABCC15882\r
20 MODULE_TYPE = DXE_DRIVER\r
21 VERSION_STRING = 1.0\r
22\r
23 ENTRY_POINT = InterruptDxeInitialize\r
24\r
25[Sources.common]\r
26 ArmGicDxe.c\r
27 ArmGicCommonDxe.c\r
28\r
29 GicV2/ArmGicV2Dxe.c\r
30\r
31[Packages]\r
32 MdePkg/MdePkg.dec\r
33 EmbeddedPkg/EmbeddedPkg.dec\r
34 ArmPkg/ArmPkg.dec\r
35\r
36[LibraryClasses]\r
37 ArmGicLib\r
38 BaseLib\r
39 UefiLib\r
40 UefiBootServicesTableLib\r
41 DebugLib\r
42 PrintLib\r
43 MemoryAllocationLib\r
44 UefiDriverEntryPoint\r
45 IoLib\r
46 PcdLib\r
47\r
48[Protocols]\r
49 gHardwareInterruptProtocolGuid\r
50 gEfiCpuArchProtocolGuid\r
51\r
52[Pcd.common]\r
53 gArmTokenSpaceGuid.PcdGicDistributorBase\r
54 gArmTokenSpaceGuid.PcdGicInterruptInterfaceBase\r
55\r
56[Depex]\r
57 gEfiCpuArchProtocolGuid\r