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