]> git.proxmox.com Git - mirror_edk2.git/blob - MdeModulePkg/Library/RuntimeResetSystemLib/RuntimeResetSystemLib.inf
0a43b2827e4f361fca3091b986e666e10ef0ce3e
[mirror_edk2.git] / MdeModulePkg / Library / RuntimeResetSystemLib / RuntimeResetSystemLib.inf
1 ## @file
2 # Runtime Reset System Library instance that calls gRT->ResetSystem().
3 #
4 # Copyright (c) 2017 - 2019, Intel Corporation. All rights reserved.<BR>
5 #
6 # This program and the accompanying materials
7 # are licensed and made available under the terms and conditions of the BSD License
8 # which accompanies this distribution. The full text of the license may be found at
9 # http://opensource.org/licenses/bsd-license.php
10 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
11 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
12 #
13 ##
14
15 [Defines]
16 INF_VERSION = 0x00010005
17 BASE_NAME = RuntimeResetSystemLib
18 MODULE_UNI_FILE = RuntimeResetSystemLib.uni
19 FILE_GUID = DD5D0821-F343-4C85-9CD9-54B3C1A19CEA
20 MODULE_TYPE = DXE_RUNTIME_DRIVER
21 VERSION_STRING = 1.0
22 LIBRARY_CLASS = ResetSystemLib|DXE_RUNTIME_DRIVER
23
24 CONSTRUCTOR = RuntimeResetSystemLibConstruct
25 DESTRUCTOR = RuntimeResetSystemLibDeconstruct
26
27
28 #
29 # The following information is for reference only and not required by the build tools.
30 #
31 # VALID_ARCHITECTURES = IA32 X64 EBC
32 #
33
34 [Sources]
35 RuntimeResetSystemLib.c
36
37 [Packages]
38 MdePkg/MdePkg.dec
39 MdeModulePkg/MdeModulePkg.dec
40
41 [LibraryClasses]
42 UefiRuntimeServicesTableLib
43 UefiBootServicesTableLib
44 DebugLib
45
46 [Guids]
47 gEfiEventVirtualAddressChangeGuid ## CONSUMES ## Event
48
49 [Depex]
50 gEfiResetArchProtocolGuid