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