]> git.proxmox.com Git - mirror_edk2.git/blob - EmulatorPkg/EmuBusDriverDxe/EmuBusDriverDxe.inf
EmulatorPkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / EmulatorPkg / EmuBusDriverDxe / EmuBusDriverDxe.inf
1 ## @file
2 # Emu Bus driver
3 #
4 # Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>
5 # Portions copyright (c) 2011, Apple Inc. All rights reserved.
6 #
7 # SPDX-License-Identifier: BSD-2-Clause-Patent
8 #
9 #
10 ##
11
12 [Defines]
13 INF_VERSION = 0x00010005
14 BASE_NAME = EmuBusDriver
15 FILE_GUID = 9842073D-95D9-9F49-BD3F-2E29525125DF
16 MODULE_TYPE = UEFI_DRIVER
17 VERSION_STRING = 1.0
18
19 ENTRY_POINT = InitializeEmuBusDriver
20
21 #
22 # The following information is for reference only and not required by the build tools.
23 #
24 # VALID_ARCHITECTURES = IA32 X64 EBC
25 #
26 # DRIVER_BINDING = gEmuBusDriverBinding
27 # COMPONENT_NAME = gEmuBusDriverComponentName
28 #
29
30 [Sources]
31 ComponentName.c
32 EmuBusDriverDxe.c
33
34
35 [Packages]
36 MdePkg/MdePkg.dec
37 EmulatorPkg/EmulatorPkg.dec
38
39
40 [LibraryClasses]
41 DevicePathLib
42 UefiBootServicesTableLib
43 MemoryAllocationLib
44 BaseMemoryLib
45 PcdLib
46 UefiLib
47 UefiDriverEntryPoint
48 BaseLib
49 DebugLib
50
51
52 [Protocols]
53 gEfiDevicePathProtocolGuid # PROTOCOL TO_START
54 gEmuThunkProtocolGuid # PROTOCOL TO_START
55 gEmuIoThunkProtocolGuid # PROTOCOL BY_START
56
57
58