]> git.proxmox.com Git - mirror_edk2.git/blob - EmulatorPkg/ThunkPpiToProtocolPei/ThunkPpiToProtocolPei.inf
EmulatorPkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / EmulatorPkg / ThunkPpiToProtocolPei / ThunkPpiToProtocolPei.inf
1 ## @file
2 # Stuff driver
3 #
4 # Tiano PEIM to abstract construction of firmware volume in a Emu environment.
5 # Copyright (c) 2006 - 2010, Intel Corporation. All rights reserved.<BR>
6 # Portions copyright (c) 2011, Apple Inc. All rights reserved.
7 #
8 # SPDX-License-Identifier: BSD-2-Clause-Patent
9 #
10 #
11 ##
12
13 [Defines]
14 INF_VERSION = 0x00010005
15 BASE_NAME = ThunkPpiToProtocolPei
16 FILE_GUID = C32A66D5-D8B7-2640-B768-082C8F083C37
17 MODULE_TYPE = PEIM
18 VERSION_STRING = 1.0
19
20 ENTRY_POINT = PeiInitialzeThunkPpiToProtocolPei
21
22
23 [Sources]
24 ThunkPpiToProtocolPei.c
25
26
27 [Packages]
28 MdePkg/MdePkg.dec
29 EmulatorPkg/EmulatorPkg.dec
30
31
32 [LibraryClasses]
33 PeiServicesTablePointerLib
34 PeiServicesLib
35 HobLib
36 PeimEntryPoint
37 DebugLib
38
39
40 [Protocols]
41 gEmuThunkProtocolGuid # PROTOCOL ALWAYS_CONSUMED
42
43
44 [Ppis]
45 gEmuThunkPpiGuid # PPI ALWAYS_CONSUMED
46
47
48 [Depex]
49 gEmuThunkPpiGuid AND gEfiPeiMemoryDiscoveredPpiGuid
50