]> git.proxmox.com Git - mirror_edk2.git/blame - Omap35xxPkg/InterruptDxe/InterruptDxe.inf
Moving OMAP 3530 code out of BeagleBoard package into its own package
[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
44 Omap35xxPkg/Omap35xxPkg.dec\r
45 MdePkg/MdePkg.dec\r
46 EmbeddedPkg/EmbeddedPkg.dec\r
47\r
48[LibraryClasses]\r
49 BaseLib\r
50 UefiLib\r
51 UefiBootServicesTableLib\r
52 DebugLib\r
53 PrintLib\r
54 UefiDriverEntryPoint\r
55 IoLib\r
56\r
57[Guids]\r
58 \r
59\r
60[Protocols]\r
61 gHardwareInterruptProtocolGuid\r
62 gEfiCpuArchProtocolGuid\r
63 \r
64[FixedPcd.common]\r
65 gEmbeddedTokenSpaceGuid.PcdInterruptBaseAddress\r
66\r
67[depex]\r
68 TRUE\r