]> git.proxmox.com Git - mirror_edk2.git/blob - EmulatorPkg/Library/SecPpiListLib/SecPpiListLib.inf
bd6b1f0ae4fcf4b2b587d26615d46621a719962f
[mirror_edk2.git] / EmulatorPkg / Library / SecPpiListLib / SecPpiListLib.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 = SecPpiListLib
15 FILE_GUID = F950E820-0457-8143-86AD-30E4A45FD4BF
16 MODULE_TYPE = BASE
17 VERSION_STRING = 1.0
18 LIBRARY_CLASS = PpiListLib|SEC BASE USER_DEFINED
19
20 [Sources]
21 PpiListLib.c
22
23 [Packages]
24 MdePkg/MdePkg.dec
25 EmulatorPkg/EmulatorPkg.dec
26