]> git.proxmox.com Git - mirror_edk2.git/blob - EmulatorPkg/Library/DxeEmuLib/DxeEmuLib.inf
EmulatorPkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / EmulatorPkg / Library / DxeEmuLib / DxeEmuLib.inf
1 ## @file
2 # A library to produce the global variable 'gEmuThunk'
3 #
4 # This library contains a single global variable 'gEmuThunk' along with a constructor to
5 # initialize that global.
6 # Copyright (c) 2006 - 2010, Intel Corporation. All rights reserved.<BR>
7 # Portions copyright (c) 2011, Apple Inc. All rights reserved.
8 #
9 # SPDX-License-Identifier: BSD-2-Clause-Patent
10 #
11 #
12 ##
13
14 [Defines]
15 INF_VERSION = 0x00010005
16 BASE_NAME = DxeEmuLib
17 FILE_GUID = 31479AFD-B06F-4E4A-863B-A8F7E7710778
18 MODULE_TYPE = DXE_DRIVER
19 VERSION_STRING = 1.0
20 LIBRARY_CLASS = EmuThunkLib
21
22 CONSTRUCTOR = DxeEmuLibConstructor
23
24
25 [Sources]
26 DxeEmuLib.c
27
28
29 [Packages]
30 MdePkg/MdePkg.dec
31 EmulatorPkg/EmulatorPkg.dec
32
33 [LibraryClasses]
34 HobLib
35 DebugLib
36 BaseMemoryLib
37
38
39 [Protocols]
40 gEmuThunkProtocolGuid # PROTOCOL ALWAYS_CONSUMED
41