]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Library/RuntimeResetSystemLib/RuntimeResetSystemLib.inf
MdeModulePkg: Add a runtime library instance of ResetSystemLib
[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
6# This program and the accompanying materials\r
7# are 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# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
11# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
12#\r
13##\r
14\r
15[Defines]\r
16 INF_VERSION = 0x00010005\r
17 BASE_NAME = RuntimeResetSystemLib\r
18 MODULE_UNI_FILE = RuntimeResetSystemLib.uni\r
19 FILE_GUID = DD5D0821-F343-4C85-9CD9-54B3C1A19CEA\r
20 MODULE_TYPE = DXE_RUNTIME_DRIVER\r
21 VERSION_STRING = 1.0\r
22 LIBRARY_CLASS = ResetSystemLib|DXE_RUNTIME_DRIVER\r
23\r
24 CONSTRUCTOR = RuntimeResetSystemLibConstruct\r
25 DESTRUCTOR = RuntimeResetSystemLibDeconstruct\r
26\r
27\r
28#\r
29# The following information is for reference only and not required by the build tools.\r
30#\r
31# VALID_ARCHITECTURES = IA32 X64 EBC\r
32#\r
33\r
34[Sources]\r
35 RuntimeResetSystemLib.c\r
36\r
37[Packages]\r
38 MdePkg/MdePkg.dec\r
39 MdeModulePkg/MdeModulePkg.dec\r
40\r
41[LibraryClasses]\r
42 UefiRuntimeServicesTableLib\r
43 UefiBootServicesTableLib\r
44 DebugLib\r
45\r
46[Guids]\r
47 gEfiEventVirtualAddressChangeGuid ## CONSUMES ## Event\r
48\r
49[Depex]\r
50 gEfiResetArchProtocolGuid\r