]> git.proxmox.com Git - mirror_edk2.git/blob - EmulatorPkg/Library/ThunkProtocolList/ThunkProtocolList.inf
EmulatorPkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / EmulatorPkg / Library / ThunkProtocolList / ThunkProtocolList.inf
1 ## @file
2 #
3 # Copyright (c) 2007 - 2010, Intel Corporation. All rights reserved.<BR>
4 # Portions copyright (c) 2011, Apple Inc. All rights reserved.
5 #
6 # SPDX-License-Identifier: BSD-2-Clause-Patent
7 #
8 #
9 ##
10
11 [Defines]
12 INF_VERSION = 0x00010005
13 BASE_NAME = ThunkProtocolList
14 FILE_GUID = 7833616E-AE0D-594F-870C-80E68682D587
15 MODULE_TYPE = BASE
16 VERSION_STRING = 1.0
17 LIBRARY_CLASS = MemoryAllocationLib|BASE SEC USER_DEFINED
18
19 [Sources]
20 ThunkProtocolList.c
21
22 [Packages]
23 MdePkg/MdePkg.dec
24 EmulatorPkg/EmulatorPkg.dec
25
26 [LibraryClasses]
27 BaseLib
28 BaseMemoryLib
29
30
31