]> git.proxmox.com Git - mirror_edk2.git/blob - ArmPkg/Drivers/PL390Gic/PL390GicDxe.inf
b63216ee9890af9f27afa69e0e5f70c3af0ed777
[mirror_edk2.git] / ArmPkg / Drivers / PL390Gic / PL390GicDxe.inf
1 #/** @file
2 #
3 # Copyright (c) 2008 - 2010, Apple Inc. All rights reserved.<BR>
4 # Copyright (c) 2012, 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 = PL390GicDxe
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
26 [Sources.common]
27 PL390Gic.c
28 PL390GicDxe.c
29
30 [Packages]
31 MdePkg/MdePkg.dec
32 EmbeddedPkg/EmbeddedPkg.dec
33 ArmPkg/ArmPkg.dec
34
35 [LibraryClasses]
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 gArmTokenSpaceGuid.PcdGicPrimaryCoreId
55
56 [Depex]
57 gEfiCpuArchProtocolGuid