]> git.proxmox.com Git - mirror_edk2.git/blame_incremental - Omap35xxPkg/PciEmulation/PciEmulation.inf
SecurityPkg: Tcg2Config: TPM2 ACPI Table Rev Option
[mirror_edk2.git] / Omap35xxPkg / PciEmulation / PciEmulation.inf
... / ...
CommitLineData
1/** @file\r
2\r
3 Copyright (c) 2009, Apple Inc. All rights reserved.<BR>\r
4 Copyright (c) 2016, Linaro, Ltd. All rights reserved.<BR>\r
5\r
6 This program and the accompanying materials\r
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
26 PciEmulation.c\r
27\r
28[Packages]\r
29 MdePkg/MdePkg.dec\r
30 MdeModulePkg/MdeModulePkg.dec\r
31 EmbeddedPkg/EmbeddedPkg.dec\r
32 Omap35xxPkg/Omap35xxPkg.dec\r
33\r
34[LibraryClasses]\r
35 BaseLib\r
36 DebugLib\r
37 IoLib\r
38 NonDiscoverableDeviceRegistrationLib\r
39 UefiBootServicesTableLib\r
40 UefiDriverEntryPoint\r
41\r
42[Protocols]\r
43 gEmbeddedExternalDeviceProtocolGuid\r
44\r
45[Depex]\r
46 gEfiMetronomeArchProtocolGuid AND\r
47 gEmbeddedExternalDeviceProtocolGuid\r