]> git.proxmox.com Git - mirror_edk2.git/blob - EmulatorPkg/Library/ThunkPpiList/ThunkPpiList.inf
EmulatorPkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / EmulatorPkg / Library / ThunkPpiList / ThunkPpiList.inf
1 ## @file
2 # Place thunk PPI in HOB.
3 #
4 # Copyright (c) 2007 - 2010, 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 = ThunkPpiList
15 FILE_GUID = 465FDE84-E8B0-B04B-A843-A03F68F617A9
16 MODULE_TYPE = BASE
17 VERSION_STRING = 1.0
18 LIBRARY_CLASS = MemoryAllocationLib|SEC BASE USER_DEFINED
19
20 [Sources]
21 ThunkPpiList.c
22
23 [Packages]
24 MdePkg/MdePkg.dec
25 EmulatorPkg/EmulatorPkg.dec
26
27 [LibraryClasses]
28 BaseLib
29 BaseMemoryLib
30
31 [BuildOptions]
32 XCODE:*_*_*_DLINK_PATH == gcc
33