]> git.proxmox.com Git - mirror_edk2.git/blob - MdeModulePkg/Universal/ResetSystemRuntimeDxe/ResetSystemRuntimeDxe.inf
UefiCpuPkg: Move AsmRelocateApLoopStart from Mpfuncs.nasm to AmdSev.nasm
[mirror_edk2.git] / MdeModulePkg / Universal / ResetSystemRuntimeDxe / ResetSystemRuntimeDxe.inf
1 ## @file
2 # This driver implements Reset Architectural and Reset Notification protocols.
3 #
4 # Copyright (c) 2006 - 2017, Intel Corporation. All rights reserved.<BR>
5 #
6 # SPDX-License-Identifier: BSD-2-Clause-Patent
7 #
8 ##
9
10 [Defines]
11 INF_VERSION = 0x00010005
12 BASE_NAME = ResetSystemRuntimeDxe
13 MODULE_UNI_FILE = ResetSystemRuntimeDxe.uni
14 FILE_GUID = 4B28E4C7-FF36-4e10-93CF-A82159E777C5
15 MODULE_TYPE = DXE_RUNTIME_DRIVER
16 VERSION_STRING = 1.0
17
18 ENTRY_POINT = InitializeResetSystem
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 ResetSystem.h
28 ResetSystem.c
29
30 [Packages]
31 MdePkg/MdePkg.dec
32 MdeModulePkg/MdeModulePkg.dec
33
34 [LibraryClasses]
35 ResetSystemLib
36 UefiRuntimeServicesTableLib
37 UefiRuntimeLib
38 UefiBootServicesTableLib
39 UefiDriverEntryPoint
40 UefiLib
41 DebugLib
42 BaseLib
43 ReportStatusCodeLib
44 MemoryAllocationLib
45
46 [Guids]
47 gEfiCapsuleVendorGuid ## SOMETIMES_CONSUMES ## Variable:L"CapsuleUpdateData"
48
49
50 [Protocols]
51 gEfiResetArchProtocolGuid ## PRODUCES
52 gEfiResetNotificationProtocolGuid ## PRODUCES
53 gEdkiiPlatformSpecificResetFilterProtocolGuid ## PRODUCES
54 gEdkiiPlatformSpecificResetHandlerProtocolGuid ## PRODUCES
55
56 [Depex]
57 TRUE
58
59 [UserExtensions.TianoCore."ExtraFiles"]
60 ResetSystemRuntimeDxeExtra.uni