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