]> git.proxmox.com Git - mirror_edk2.git/blob - ArmPkg/Drivers/ArmGic/ArmGicDxe.inf
1a70215bc1fd463c8f8e5b8a394319c3d9db702f
[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 [Packages]
30 MdePkg/MdePkg.dec
31 EmbeddedPkg/EmbeddedPkg.dec
32 ArmPkg/ArmPkg.dec
33
34 [LibraryClasses]
35 ArmGicLib
36 BaseLib
37 UefiLib
38 UefiBootServicesTableLib
39 DebugLib
40 PrintLib
41 MemoryAllocationLib
42 UefiDriverEntryPoint
43 IoLib
44
45 [Protocols]
46 gHardwareInterruptProtocolGuid
47 gEfiCpuArchProtocolGuid
48
49 [FixedPcd.common]
50 gArmTokenSpaceGuid.PcdGicDistributorBase
51 gArmTokenSpaceGuid.PcdGicInterruptInterfaceBase
52
53 gArmTokenSpaceGuid.PcdArmPrimaryCore
54
55 [Depex]
56 gEfiCpuArchProtocolGuid