]> git.proxmox.com Git - mirror_edk2.git/blob - Omap35xxPkg/InterruptDxe/InterruptDxe.inf
832e715b8accef59fbd3dfe84aa0ac4565cf1588
[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 Omap35xxPkg/Omap35xxPkg.dec
45 MdePkg/MdePkg.dec
46 EmbeddedPkg/EmbeddedPkg.dec
47
48 [LibraryClasses]
49 BaseLib
50 UefiLib
51 UefiBootServicesTableLib
52 DebugLib
53 PrintLib
54 UefiDriverEntryPoint
55 IoLib
56
57 [Guids]
58
59
60 [Protocols]
61 gHardwareInterruptProtocolGuid
62 gEfiCpuArchProtocolGuid
63
64 [FixedPcd.common]
65 gEmbeddedTokenSpaceGuid.PcdInterruptBaseAddress
66
67 [depex]
68 TRUE