]> git.proxmox.com Git - mirror_edk2.git/blob - BeagleBoardPkg/PciEmulation/PciEmulation.inf
Adding support for BeagleBoard.
[mirror_edk2.git] / BeagleBoardPkg / PciEmulation / PciEmulation.inf
1 #%HEADER%
2 /** @file
3
4 Copyright (c) 2009 Apple, Inc. All rights reserved.
5
6 This document is the property of Apple, Inc.
7 It is considered confidential and proprietary.
8
9 This document may not be reproduced or transmitted in any form,
10 in whole or in part, without the express written permission of
11 Apple, Inc.
12
13 **/
14
15 [Defines]
16 INF_VERSION = 0x00010005
17 BASE_NAME = BeagleBoardPciEmulation
18 FILE_GUID = feaa2e2b-53ac-4d5e-ae10-1efd5da4a2ba
19 MODULE_TYPE = DXE_DRIVER
20 VERSION_STRING = 1.0
21
22 ENTRY_POINT = PciEmulationEntryPoint
23
24 [Sources.common]
25 PciRootBridgeIo.c
26 PciEmulation.c
27
28 [Packages]
29 MdePkg/MdePkg.dec
30 MdeModulePkg/MdeModulePkg.dec
31 IntelFrameworkPkg/IntelFrameworkPkg.dec
32 ArmPkg/ArmPkg.dec
33 EmbeddedPkg/EmbeddedPkg.dec
34 BeagleBoardPkg/BeagleBoardPkg.dec
35
36 [LibraryClasses]
37 BaseLib
38 DxeServicesTableLib
39 UefiLib
40 UefiBootServicesTableLib
41 UefiDriverEntryPoint
42 UefiRuntimeServicesTableLib
43 UncachedMemoryAllocationLib
44 IoLib
45
46 [Protocols]
47 gEfiPciRootBridgeIoProtocolGuid
48 gEfiDevicePathProtocolGuid
49 gEfiPciHostBridgeResourceAllocationProtocolGuid
50 gEfiCpuArchProtocolGuid
51 gEfiPciIoProtocolGuid
52 gEmbeddedExternalDeviceProtocolGuid
53
54 [Depex]
55 gEfiMetronomeArchProtocolGuid AND
56 gEfiCpuArchProtocolGuid AND
57 gEmbeddedExternalDeviceProtocolGuid
58