]> git.proxmox.com Git - mirror_edk2.git/blob - Nt32Pkg/StallPei/StallPei.inf
UefiCpuPkg: Remove double \r
[mirror_edk2.git] / Nt32Pkg / StallPei / StallPei.inf
1 ## @file
2 # EFI_PEI_STALL implementation for NT32 simulation environment.
3 #
4 # Copyright (c) 2009 - 2018, Intel Corporation. All rights reserved.<BR>
5 #
6 # SPDX-License-Identifier: BSD-2-Clause-Patent
7 #
8 #
9 ##
10
11 [Defines]
12 INF_VERSION = 0x00010005
13 BASE_NAME = Stall
14 FILE_GUID = 6807217E-E8DE-42d0-91D9-60AECED7420D
15 MODULE_TYPE = PEIM
16 VERSION_STRING = 1.0
17
18 ENTRY_POINT = InitializeStall
19
20 #
21 # The following information is for reference only and not required by the build tools.
22 #
23 # VALID_ARCHITECTURES = IA32 X64 EBC
24 #
25
26 [Sources]
27 Stall.c
28
29 [Packages]
30 MdePkg/MdePkg.dec
31 Nt32Pkg/Nt32Pkg.dec
32
33 [LibraryClasses]
34 PeimEntryPoint
35 DebugLib
36
37 [Ppis]
38 gEfiPeiStallPpiGuid ## PRODUCES
39 gPeiNtThunkPpiGuid ## CONSUMES
40
41 [Depex]
42 TRUE
43