]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Universal/ResetSystemRuntimeDxe/ResetSystemRuntimeDxe.inf
MdeModulePkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / MdeModulePkg / Universal / ResetSystemRuntimeDxe / ResetSystemRuntimeDxe.inf
CommitLineData
51a0c5f2 1## @file\r
cf6da556 2# This driver implements Reset Architectural and Reset Notification protocols.\r
51a0c5f2 3#\r
cf6da556 4# Copyright (c) 2006 - 2017, Intel Corporation. All rights reserved.<BR>\r
51a0c5f2 5#\r
9d510e61 6# SPDX-License-Identifier: BSD-2-Clause-Patent\r
51a0c5f2 7#\r
8##\r
9\r
10[Defines]\r
11 INF_VERSION = 0x00010005\r
12 BASE_NAME = ResetSystemRuntimeDxe\r
6036e94d 13 MODULE_UNI_FILE = ResetSystemRuntimeDxe.uni\r
51a0c5f2 14 FILE_GUID = 4B28E4C7-FF36-4e10-93CF-A82159E777C5\r
15 MODULE_TYPE = DXE_RUNTIME_DRIVER\r
16 VERSION_STRING = 1.0\r
17\r
18 ENTRY_POINT = InitializeResetSystem\r
19\r
20#\r
21# The following information is for reference only and not required by the build tools.\r
22#\r
23# VALID_ARCHITECTURES = IA32 X64 EBC\r
24#\r
25\r
26[Sources]\r
27 ResetSystem.h\r
28 ResetSystem.c\r
29\r
30[Packages]\r
31 MdePkg/MdePkg.dec\r
32 MdeModulePkg/MdeModulePkg.dec\r
33\r
34[LibraryClasses]\r
35 ResetSystemLib\r
36 UefiRuntimeServicesTableLib\r
37 UefiRuntimeLib\r
38 UefiBootServicesTableLib\r
39 UefiDriverEntryPoint\r
51a0c5f2 40 UefiLib\r
41 DebugLib\r
42 BaseLib\r
37623a5c 43 ReportStatusCodeLib\r
cf6da556 44 MemoryAllocationLib\r
51a0c5f2 45\r
46[Guids]\r
6036e94d 47 gEfiCapsuleVendorGuid ## SOMETIMES_CONSUMES ## Variable:L"CapsuleUpdateData"\r
51a0c5f2 48\r
49\r
50[Protocols]\r
99a6529e
MK
51 gEfiResetArchProtocolGuid ## PRODUCES\r
52 gEfiResetNotificationProtocolGuid ## PRODUCES\r
53 gEdkiiPlatformSpecificResetFilterProtocolGuid ## PRODUCES\r
54 gEdkiiPlatformSpecificResetHandlerProtocolGuid ## PRODUCES\r
51a0c5f2 55\r
56[Depex]\r
57 TRUE\r
58\r
6036e94d
SZ
59[UserExtensions.TianoCore."ExtraFiles"]\r
60 ResetSystemRuntimeDxeExtra.uni\r