]> git.proxmox.com Git - mirror_edk2.git/blame - Omap35xxPkg/PciEmulation/PciEmulation.inf
BaseTools/Capsule: Do not support -o with --dump-info
[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
3d70643b 6 This program and the accompanying materials\r
a3f98646 7 are licensed and made available under the terms and conditions of the BSD License\r
8 which accompanies this distribution. The full text of the license may be found at\r
9 http://opensource.org/licenses/bsd-license.php\r
10\r
11 THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
12 WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
13\r
14**/\r
15\r
16[Defines]\r
17 INF_VERSION = 0x00010005\r
18 BASE_NAME = BeagleBoardPciEmulation\r
19 FILE_GUID = feaa2e2b-53ac-4d5e-ae10-1efd5da4a2ba\r
20 MODULE_TYPE = DXE_DRIVER\r
21 VERSION_STRING = 1.0\r
22\r
23 ENTRY_POINT = PciEmulationEntryPoint\r
24\r
25[Sources.common]\r
a3f98646 26 PciEmulation.c\r
27\r
28[Packages]\r
29 MdePkg/MdePkg.dec\r
30 MdeModulePkg/MdeModulePkg.dec\r
a3f98646 31 EmbeddedPkg/EmbeddedPkg.dec\r
32 Omap35xxPkg/Omap35xxPkg.dec\r
33\r
34[LibraryClasses]\r
35 BaseLib\r
04fd7859
AB
36 DebugLib\r
37 IoLib\r
38 NonDiscoverableDeviceRegistrationLib\r
a3f98646 39 UefiBootServicesTableLib\r
40 UefiDriverEntryPoint\r
a3f98646 41\r
42[Protocols]\r
a3f98646 43 gEmbeddedExternalDeviceProtocolGuid\r
44\r
45[Depex]\r
3402aac7 46 gEfiMetronomeArchProtocolGuid AND\r
a3f98646 47 gEmbeddedExternalDeviceProtocolGuid\r