]> git.proxmox.com Git - mirror_edk2.git/blame - EmulatorPkg/EmuBusDriverDxe/EmuBusDriverDxe.inf
BaseTools/BinToPcd: Fix Python 2.7.x compatibility issue
[mirror_edk2.git] / EmulatorPkg / EmuBusDriverDxe / EmuBusDriverDxe.inf
CommitLineData
949f388f 1## @file\r
2# Emu Bus driver\r
3#\r
4# Copyright (c) 2006 - 2010, Intel Corporation. All rights reserved.<BR>\r
d18d8a1d 5# Portions copyright (c) 2011, Apple Inc. All rights reserved.\r
949f388f 6#\r
7# This program and the accompanying materials\r
8# are licensed and made available under the terms and conditions of the BSD License\r
9# which accompanies this distribution. The full text of the license may be found at\r
10# http://opensource.org/licenses/bsd-license.php\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\r
17[Defines]\r
18 INF_VERSION = 0x00010005\r
19 BASE_NAME = EmuBusDriver\r
20 FILE_GUID = 9842073D-95D9-9F49-BD3F-2E29525125DF\r
21 MODULE_TYPE = UEFI_DRIVER\r
22 VERSION_STRING = 1.0\r
23\r
24 ENTRY_POINT = InitializeEmuBusDriver\r
25\r
26#\r
27# The following information is for reference only and not required by the build tools.\r
28#\r
29# VALID_ARCHITECTURES = IA32 X64 IPF EBC\r
30#\r
d18d8a1d 31# DRIVER_BINDING = gEmuBusDriverBinding\r
32# COMPONENT_NAME = gEmuBusDriverComponentName\r
949f388f 33#\r
34\r
35[Sources]\r
36 ComponentName.c\r
37 EmuBusDriverDxe.c\r
d18d8a1d 38\r
949f388f 39\r
40[Packages]\r
41 MdePkg/MdePkg.dec\r
bb89ec1a 42 EmulatorPkg/EmulatorPkg.dec\r
949f388f 43\r
44\r
45[LibraryClasses]\r
46 DevicePathLib\r
47 UefiBootServicesTableLib\r
48 MemoryAllocationLib\r
49 BaseMemoryLib\r
50 PcdLib\r
51 UefiLib\r
52 UefiDriverEntryPoint\r
53 BaseLib\r
54 DebugLib\r
55\r
56\r
57[Protocols]\r
58 gEfiDevicePathProtocolGuid # PROTOCOL TO_START\r
59 gEmuThunkProtocolGuid # PROTOCOL TO_START\r
60 gEmuIoThunkProtocolGuid # PROTOCOL BY_START\r
61\r
62\r
63\r