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