]> git.proxmox.com Git - mirror_edk2.git/blame - InOsEmuPkg/ThunkPpiToProtocolPei/ThunkPpiToProtocolPei.inf
Clarify the requirements for the Destination parameter of UnicodeStrToAsciiStr.
[mirror_edk2.git] / InOsEmuPkg / ThunkPpiToProtocolPei / ThunkPpiToProtocolPei.inf
CommitLineData
949f388f 1## @file\r
2# Stuff driver\r
3#\r
4# Tiano PEIM to abstract construction of firmware volume in a Emu environment.\r
5# Copyright (c) 2006 - 2010, Intel Corporation. All rights reserved.<BR>\r
6# Portions copyright (c) 2011, Apple Inc. All rights reserved. \r
7#\r
8# This program and the accompanying materials\r
9# are licensed and made available under the terms and conditions of the BSD License\r
10# which accompanies this distribution. The full text of the license may be found at\r
11# http://opensource.org/licenses/bsd-license.php\r
12# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
13# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
14#\r
15#\r
16##\r
17\r
18[Defines]\r
19 INF_VERSION = 0x00010005\r
20 BASE_NAME = ThunkPpiToProtocolPei\r
21 FILE_GUID = C32A66D5-D8B7-2640-B768-082C8F083C37\r
22 MODULE_TYPE = PEIM\r
23 VERSION_STRING = 1.0\r
24\r
25 ENTRY_POINT = PeiInitialzeThunkPpiToProtocolPei\r
26\r
27\r
28[Sources]\r
29 ThunkPpiToProtocolPei.c\r
30\r
31\r
32[Packages]\r
33 MdePkg/MdePkg.dec\r
34 InOsEmuPkg/InOsEmuPkg.dec\r
35\r
36\r
37[LibraryClasses]\r
38 PeiServicesTablePointerLib\r
39 PeiServicesLib\r
40 HobLib\r
41 PeimEntryPoint\r
42 DebugLib\r
43\r
44\r
45[Protocols]\r
46 gEmuThunkProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
47\r
48\r
49[Ppis]\r
50 gEmuThunkPpiGuid # PPI ALWAYS_CONSUMED\r
51\r
52\r
53[Depex]\r
54 gEmuThunkPpiGuid AND gEfiPeiMemoryDiscoveredPpiGuid\r
55\r