]> git.proxmox.com Git - mirror_edk2.git/blame_incremental - Omap35xxPkg/PciEmulation/PciEmulation.inf
Moving OMAP 3530 code out of BeagleBoard package into its own package
[mirror_edk2.git] / Omap35xxPkg / PciEmulation / PciEmulation.inf
... / ...
CommitLineData
1/** @file\r
2 \r
3 Copyright (c) 2009 Apple, Inc. All rights reserved. \r
4\r
5 All rights reserved. This program and the accompanying materials\r
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
43 UncachedMemoryAllocationLib\r
44 IoLib\r
45\r
46[Protocols]\r
47 gEfiPciRootBridgeIoProtocolGuid\r
48 gEfiDevicePathProtocolGuid\r
49 gEfiPciHostBridgeResourceAllocationProtocolGuid\r
50 gEfiCpuArchProtocolGuid\r
51 gEfiPciIoProtocolGuid\r
52 gEmbeddedExternalDeviceProtocolGuid\r
53\r
54[Depex]\r
55 gEfiMetronomeArchProtocolGuid AND \r
56 gEfiCpuArchProtocolGuid AND\r
57 gEmbeddedExternalDeviceProtocolGuid\r
58