]> git.proxmox.com Git - mirror_edk2.git/blame - EmulatorPkg/EmuThunkDxe/EmuThunk.inf
EmulatorPkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / EmulatorPkg / EmuThunkDxe / EmuThunk.inf
CommitLineData
949f388f 1## @file\r
2# A DXE driver to produce EMU_THUNK_PROTOCOL\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 = EmuThunk\r
15 FILE_GUID = 2F62A818-4A72-CD40-90B9-FF00DAABEE7B\r
16 MODULE_TYPE = DXE_DRIVER\r
17 VERSION_STRING = 1.0\r
18\r
19 ENTRY_POINT = InitializeEmuThunk\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
26\r
27[Sources]\r
28 EmuThunk.c\r
29\r
30\r
31[Packages]\r
32 MdePkg/MdePkg.dec\r
bb89ec1a 33 EmulatorPkg/EmulatorPkg.dec\r
949f388f 34\r
35\r
36[LibraryClasses]\r
37 UefiBootServicesTableLib\r
38 MemoryAllocationLib\r
39 EmuThunkLib\r
40 UefiDriverEntryPoint\r
41 UefiLib\r
42 DebugLib\r
43 DevicePathLib\r
44\r
45\r
46\r
47[Protocols]\r
48 gEfiDevicePathProtocolGuid # PROTOCOL ALWAYS_PRODUCED\r
49 gEmuThunkProtocolGuid # PROTOCOL ALWAYS_PRODUCED\r
50\r
51\r
52[Depex]\r
53 TRUE\r
54\r