]> git.proxmox.com Git - mirror_edk2.git/blame - Omap35xxPkg/PciEmulation/PciEmulation.inf
Omap35xxPkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / Omap35xxPkg / PciEmulation / PciEmulation.inf
CommitLineData
a3f98646 1/** @file\r
3402aac7 2\r
3d70643b 3 Copyright (c) 2009, Apple Inc. All rights reserved.<BR>\r
04fd7859 4 Copyright (c) 2016, Linaro, Ltd. All rights reserved.<BR>\r
a3f98646 5\r
538311f7 6 SPDX-License-Identifier: BSD-2-Clause-Patent\r
a3f98646 7\r
8**/\r
9\r
10[Defines]\r
11 INF_VERSION = 0x00010005\r
12 BASE_NAME = BeagleBoardPciEmulation\r
13 FILE_GUID = feaa2e2b-53ac-4d5e-ae10-1efd5da4a2ba\r
14 MODULE_TYPE = DXE_DRIVER\r
15 VERSION_STRING = 1.0\r
16\r
17 ENTRY_POINT = PciEmulationEntryPoint\r
18\r
19[Sources.common]\r
a3f98646 20 PciEmulation.c\r
21\r
22[Packages]\r
23 MdePkg/MdePkg.dec\r
24 MdeModulePkg/MdeModulePkg.dec\r
a3f98646 25 EmbeddedPkg/EmbeddedPkg.dec\r
26 Omap35xxPkg/Omap35xxPkg.dec\r
27\r
28[LibraryClasses]\r
29 BaseLib\r
04fd7859
AB
30 DebugLib\r
31 IoLib\r
32 NonDiscoverableDeviceRegistrationLib\r
a3f98646 33 UefiBootServicesTableLib\r
34 UefiDriverEntryPoint\r
a3f98646 35\r
36[Protocols]\r
a3f98646 37 gEmbeddedExternalDeviceProtocolGuid\r
38\r
39[Depex]\r
3402aac7 40 gEfiMetronomeArchProtocolGuid AND\r
a3f98646 41 gEmbeddedExternalDeviceProtocolGuid\r