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