]> git.proxmox.com Git - mirror_edk2.git/blame - ArmPkg/Drivers/PL390Gic/PL390GicDxe.inf
ARM Packages: Fixed line endings
[mirror_edk2.git] / ArmPkg / Drivers / PL390Gic / PL390GicDxe.inf
CommitLineData
1e57a462 1#/** @file\r
2# \r
3# Copyright (c) 2008 - 2010, Apple Inc. All rights reserved.<BR>\r
4# Copyright (c) 2012, 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 = PL390GicDxe\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\r
26[Sources.common]\r
27 PL390Gic.c\r
28 PL390GicDxe.c\r
29\r
30[Packages]\r
31 MdePkg/MdePkg.dec\r
32 EmbeddedPkg/EmbeddedPkg.dec\r
33 ArmPkg/ArmPkg.dec\r
34\r
35[LibraryClasses]\r
36 BaseLib\r
37 UefiLib\r
38 UefiBootServicesTableLib\r
39 DebugLib\r
40 PrintLib\r
41 MemoryAllocationLib\r
42 UefiDriverEntryPoint\r
43 IoLib\r
44\r
45[Protocols]\r
46 gHardwareInterruptProtocolGuid\r
47 gEfiCpuArchProtocolGuid\r
48 \r
49[FixedPcd.common]\r
50 gArmTokenSpaceGuid.PcdGicDistributorBase\r
51 gArmTokenSpaceGuid.PcdGicInterruptInterfaceBase\r
52 \r
53 gArmTokenSpaceGuid.PcdArmPrimaryCore\r
54 gArmTokenSpaceGuid.PcdGicPrimaryCoreId\r
55\r
56[Depex]\r
57 gEfiCpuArchProtocolGuid\r