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