]> git.proxmox.com Git - mirror_edk2.git/blob - Omap35xxPkg/InterruptDxe/InterruptDxe.inf
Make these drivers more compatible with a projected Debug Agent Library implementation.
[mirror_edk2.git] / Omap35xxPkg / InterruptDxe / InterruptDxe.inf
1 #/** @file
2 #
3 # Copyright (c) 2008 - 2010, Apple Inc. All rights reserved.
4 # All rights reserved. This program and the accompanying materials
5 # are licensed and made available under the terms and conditions of the BSD License
6 # which accompanies this distribution. The full text of the license may be found at
7 # http://opensource.org/licenses/bsd-license.php
8 #
9 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
10 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
11 #
12 #**/
13
14 #/** @file
15 #
16 # Interrupt DXE driver
17 #
18 # Copyright (c) 2009, Apple, Inc <BR>
19 # All rights reserved. This program and the accompanying materials
20 # are licensed and made available under the terms and conditions of the BSD License
21 # which accompanies this distribution. The full text of the license may be found at
22 # http://opensource.org/licenses/bsd-license.php
23 #
24 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
25 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
26 #
27 #**/
28
29 [Defines]
30 INF_VERSION = 0x00010005
31 BASE_NAME = BeagleBoardInterruptDxe
32 FILE_GUID = 23eed05d-1b93-4a1a-8e1b-931d69e37952
33 MODULE_TYPE = DXE_DRIVER
34 VERSION_STRING = 1.0
35
36 ENTRY_POINT = InterruptDxeInitialize
37
38
39 [Sources.common]
40 HardwareInterrupt.c
41
42
43 [Packages]
44 ArmPkg/ArmPkg.dec
45 Omap35xxPkg/Omap35xxPkg.dec
46 MdePkg/MdePkg.dec
47 EmbeddedPkg/EmbeddedPkg.dec
48
49 [LibraryClasses]
50 BaseLib
51 UefiLib
52 UefiBootServicesTableLib
53 DebugLib
54 PrintLib
55 UefiDriverEntryPoint
56 IoLib
57 ArmLib
58
59 [Guids]
60
61
62 [Protocols]
63 gHardwareInterruptProtocolGuid
64 gEfiCpuArchProtocolGuid
65
66 [FixedPcd.common]
67 gEmbeddedTokenSpaceGuid.PcdInterruptBaseAddress
68
69 [depex]
70 TRUE