2010-02-24 00:58:38 +01:00
|
|
|
## @file
|
2007-06-27 05:41:18 +02:00
|
|
|
# Stuff driver
|
|
|
|
#
|
|
|
|
# Tiano PEIM to abstract construction of firmware volume in a Windows NT environment.
|
2010-04-28 14:24:39 +02:00
|
|
|
# Copyright (c) 2006 - 2010, Intel Corporation. All rights reserved.<BR>
|
2007-06-27 05:41:18 +02:00
|
|
|
#
|
2019-04-04 01:06:18 +02:00
|
|
|
# SPDX-License-Identifier: BSD-2-Clause-Patent
|
2007-06-27 05:41:18 +02:00
|
|
|
#
|
|
|
|
#
|
2010-02-24 00:58:38 +01:00
|
|
|
##
|
2007-06-27 05:41:18 +02:00
|
|
|
|
|
|
|
[Defines]
|
|
|
|
INF_VERSION = 0x00010005
|
2007-07-17 03:54:43 +02:00
|
|
|
BASE_NAME = WinNtThunkPPIToProtocolPei
|
2007-06-27 05:41:18 +02:00
|
|
|
FILE_GUID = D3AAD8DC-3A48-46ac-B1C7-28A9D3CF6755
|
|
|
|
MODULE_TYPE = PEIM
|
|
|
|
VERSION_STRING = 1.0
|
|
|
|
|
|
|
|
ENTRY_POINT = PeimInitializeWinNtThunkPPIToProtocolPeim
|
|
|
|
|
|
|
|
#
|
|
|
|
# The following information is for reference only and not required by the build tools.
|
|
|
|
#
|
|
|
|
# VALID_ARCHITECTURES = IA32
|
|
|
|
#
|
|
|
|
|
2010-02-24 00:58:38 +01:00
|
|
|
[Sources]
|
2007-06-28 04:39:02 +02:00
|
|
|
WinNtThunkPPIToProtocol.c
|
2007-06-27 05:41:18 +02:00
|
|
|
|
|
|
|
[Packages]
|
|
|
|
MdePkg/MdePkg.dec
|
2007-06-29 23:03:06 +02:00
|
|
|
Nt32Pkg/Nt32Pkg.dec
|
2007-06-27 05:41:18 +02:00
|
|
|
|
|
|
|
|
|
|
|
[LibraryClasses]
|
|
|
|
HobLib
|
|
|
|
PeimEntryPoint
|
|
|
|
DebugLib
|
|
|
|
|
|
|
|
|
|
|
|
[Protocols]
|
|
|
|
gEfiWinNtThunkProtocolGuid # PROTOCOL ALWAYS_CONSUMED
|
|
|
|
|
|
|
|
|
|
|
|
[Ppis]
|
|
|
|
gPeiNtThunkPpiGuid # PPI ALWAYS_CONSUMED
|
|
|
|
|
2007-06-28 05:14:08 +02:00
|
|
|
[depex]
|
|
|
|
gPeiNtThunkPpiGuid AND gEfiPeiMemoryDiscoveredPpiGuid
|