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