]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Universal/ResetSystemPei/ResetSystemPei.inf
MdeModulePkg Variable: Align TPL level for (Smm)EndOfDxe callback
[mirror_edk2.git] / MdeModulePkg / Universal / ResetSystemPei / ResetSystemPei.inf
CommitLineData
052c98ce
RN
1## @file\r
2# This driver implements Reset2, ResetFilter and ResetHandler PPIs.\r
3#\r
4# Copyright (c) 2017, Intel Corporation. All rights reserved.<BR>\r
5#\r
6# This program and the accompanying materials are\r
7# licensed and made available under the terms and conditions of the BSD License\r
8# which accompanies this distribution. The full text of the license may be found at\r
9# http://opensource.org/licenses/bsd-license.php\r
10#\r
11# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
12# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
13#\r
14##\r
15\r
16[Defines]\r
17 INF_VERSION = 0x00010005\r
18 BASE_NAME = ResetSystemPei\r
19 MODULE_UNI_FILE = ResetSystemPei.uni\r
20 FILE_GUID = 6141E486-7543-4F1A-A579-FF532ED78E75\r
21 MODULE_TYPE = PEIM\r
22 VERSION_STRING = 1.0\r
23\r
24 ENTRY_POINT = InitializeResetSystem\r
25\r
26#\r
27# The following information is for reference only and not required by the build tools.\r
28#\r
29# VALID_ARCHITECTURES = IA32 X64\r
30#\r
31\r
32[Sources]\r
33 ResetSystem.h\r
34 ResetSystem.c\r
35\r
36[Packages]\r
37 MdePkg/MdePkg.dec\r
38 MdeModulePkg/MdeModulePkg.dec\r
39\r
40[LibraryClasses]\r
41 BaseLib\r
42 BaseMemoryLib\r
43 DebugLib\r
44 PeiServicesLib\r
45 HobLib\r
46 PeimEntryPoint\r
47 ResetSystemLib\r
48 ReportStatusCodeLib\r
49\r
50[Ppis]\r
ce2697ab
BB
51 gEfiPeiReset2PpiGuid ## PRODUCES\r
52 gEdkiiPlatformSpecificResetFilterPpiGuid ## PRODUCES\r
53 gEdkiiPlatformSpecificResetHandlerPpiGuid ## PRODUCES\r
54 gEdkiiPlatformSpecificResetNotificationPpiGuid ## PRODUCES\r
052c98ce
RN
55\r
56[Pcd]\r
57 gEfiMdeModulePkgTokenSpaceGuid.PcdMaximumPeiResetNotifies\r
58\r
59[Depex]\r
60 TRUE\r
61\r
62[UserExtensions.TianoCore."ExtraFiles"]\r
63 ResetSystemPeiExtra.uni\r