a3f98646 |
1 | /** @file\r |
3402aac7 |
2 | \r |
3d70643b |
3 | Copyright (c) 2009, Apple Inc. All rights reserved.<BR>\r |
a3f98646 |
4 | \r |
3d70643b |
5 | This program and the accompanying materials\r |
a3f98646 |
6 | are licensed and made available under the terms and conditions of the BSD License\r |
7 | which accompanies this distribution. The full text of the license may be found at\r |
8 | http://opensource.org/licenses/bsd-license.php\r |
9 | \r |
10 | THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r |
11 | WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r |
12 | \r |
13 | **/\r |
14 | \r |
15 | [Defines]\r |
16 | INF_VERSION = 0x00010005\r |
17 | BASE_NAME = BeagleBoardPciEmulation\r |
18 | FILE_GUID = feaa2e2b-53ac-4d5e-ae10-1efd5da4a2ba\r |
19 | MODULE_TYPE = DXE_DRIVER\r |
20 | VERSION_STRING = 1.0\r |
21 | \r |
22 | ENTRY_POINT = PciEmulationEntryPoint\r |
23 | \r |
24 | [Sources.common]\r |
25 | PciRootBridgeIo.c\r |
26 | PciEmulation.c\r |
27 | \r |
28 | [Packages]\r |
29 | MdePkg/MdePkg.dec\r |
30 | MdeModulePkg/MdeModulePkg.dec\r |
31 | IntelFrameworkPkg/IntelFrameworkPkg.dec\r |
32 | ArmPkg/ArmPkg.dec\r |
33 | EmbeddedPkg/EmbeddedPkg.dec\r |
34 | Omap35xxPkg/Omap35xxPkg.dec\r |
35 | \r |
36 | [LibraryClasses]\r |
37 | BaseLib\r |
38 | DxeServicesTableLib\r |
39 | UefiLib\r |
40 | UefiBootServicesTableLib\r |
41 | UefiDriverEntryPoint\r |
42 | UefiRuntimeServicesTableLib\r |
a3f98646 |
43 | IoLib\r |
7f814ffd |
44 | OmapDmaLib\r |
81bc205d |
45 | DmaLib\r |
a3f98646 |
46 | \r |
47 | [Protocols]\r |
48 | gEfiPciRootBridgeIoProtocolGuid\r |
49 | gEfiDevicePathProtocolGuid\r |
50 | gEfiPciHostBridgeResourceAllocationProtocolGuid\r |
a3f98646 |
51 | gEfiPciIoProtocolGuid\r |
52 | gEmbeddedExternalDeviceProtocolGuid\r |
53 | \r |
54 | [Depex]\r |
3402aac7 |
55 | gEfiMetronomeArchProtocolGuid AND\r |
a3f98646 |
56 | gEmbeddedExternalDeviceProtocolGuid\r |