]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Library/RuntimeResetSystemLib/RuntimeResetSystemLib.inf
MdeModulePkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / MdeModulePkg / Library / RuntimeResetSystemLib / RuntimeResetSystemLib.inf
CommitLineData
d6de6452
ZG
1## @file\r
2# Runtime Reset System Library instance that calls gRT->ResetSystem().\r
3#\r
4# Copyright (c) 2017 - 2019, Intel Corporation. All rights reserved.<BR>\r
5#\r
9d510e61 6# SPDX-License-Identifier: BSD-2-Clause-Patent\r
d6de6452
ZG
7#\r
8##\r
9\r
10[Defines]\r
11 INF_VERSION = 0x00010005\r
12 BASE_NAME = RuntimeResetSystemLib\r
13 MODULE_UNI_FILE = RuntimeResetSystemLib.uni\r
14 FILE_GUID = DD5D0821-F343-4C85-9CD9-54B3C1A19CEA\r
15 MODULE_TYPE = DXE_RUNTIME_DRIVER\r
16 VERSION_STRING = 1.0\r
17 LIBRARY_CLASS = ResetSystemLib|DXE_RUNTIME_DRIVER\r
18\r
19 CONSTRUCTOR = RuntimeResetSystemLibConstruct\r
20 DESTRUCTOR = RuntimeResetSystemLibDeconstruct\r
21\r
22\r
23#\r
24# The following information is for reference only and not required by the build tools.\r
25#\r
26# VALID_ARCHITECTURES = IA32 X64 EBC\r
27#\r
28\r
29[Sources]\r
30 RuntimeResetSystemLib.c\r
31\r
32[Packages]\r
33 MdePkg/MdePkg.dec\r
34 MdeModulePkg/MdeModulePkg.dec\r
35\r
36[LibraryClasses]\r
37 UefiRuntimeServicesTableLib\r
38 UefiBootServicesTableLib\r
39 DebugLib\r
40\r
41[Guids]\r
42 gEfiEventVirtualAddressChangeGuid ## CONSUMES ## Event\r
43\r
44[Depex]\r
45 gEfiResetArchProtocolGuid\r