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