1fde2f61 |
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 | [Defines]\r |
15 | INF_VERSION = 0x00010005\r |
16 | BASE_NAME = GicInterruptDxe\r |
17 | FILE_GUID = A7496828-946E-43BF-97D6-AA0272001899\r |
18 | MODULE_TYPE = DXE_DRIVER\r |
19 | VERSION_STRING = 1.0\r |
20 | \r |
21 | ENTRY_POINT = InterruptDxeInitialize\r |
22 | \r |
23 | \r |
24 | [Sources.common]\r |
25 | InterruptDxe.c\r |
26 | \r |
27 | \r |
28 | [Packages]\r |
29 | MdePkg/MdePkg.dec\r |
30 | EmbeddedPkg/EmbeddedPkg.dec\r |
31 | ArmEbPkg/ArmEbPkg.dec\r |
32 | \r |
33 | [LibraryClasses]\r |
34 | BaseLib\r |
35 | UefiLib\r |
36 | UefiBootServicesTableLib\r |
37 | DebugLib\r |
38 | PrintLib\r |
39 | UefiDriverEntryPoint\r |
40 | IoLib\r |
41 | \r |
42 | [Guids]\r |
43 | \r |
44 | \r |
45 | [Protocols]\r |
46 | gHardwareInterruptProtocolGuid\r |
47 | gEfiCpuArchProtocolGuid\r |
48 | \r |
49 | [FixedPcd.common]\r |
50 | gEmbeddedTokenSpaceGuid.PcdInterruptBaseAddress\r |
51 | \r |
52 | [depex]\r |
53 | TRUE\r |