VirtualBox

source: vbox/trunk/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Library/RuntimeResetSystemLib/RuntimeResetSystemLib.inf@ 81344

Last change on this file since 81344 was 80721, checked in by vboxsync, 5 years ago

Devices/EFI/FirmwareNew: Start upgrade process to edk2-stable201908 (compiles on Windows and works to some extent), bugref:4643

  • Property svn:eol-style set to native
File size: 1.2 KB
Line 
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# SPDX-License-Identifier: BSD-2-Clause-Patent
7#
8##
9
10[Defines]
11 INF_VERSION = 0x00010005
12 BASE_NAME = RuntimeResetSystemLib
13 MODULE_UNI_FILE = RuntimeResetSystemLib.uni
14 FILE_GUID = DD5D0821-F343-4C85-9CD9-54B3C1A19CEA
15 MODULE_TYPE = DXE_RUNTIME_DRIVER
16 VERSION_STRING = 1.0
17 LIBRARY_CLASS = ResetSystemLib|DXE_RUNTIME_DRIVER
18
19 CONSTRUCTOR = RuntimeResetSystemLibConstruct
20 DESTRUCTOR = RuntimeResetSystemLibDeconstruct
21
22
23#
24# The following information is for reference only and not required by the build tools.
25#
26# VALID_ARCHITECTURES = IA32 X64 EBC
27#
28
29[Sources]
30 RuntimeResetSystemLib.c
31
32[Packages]
33 MdePkg/MdePkg.dec
34 MdeModulePkg/MdeModulePkg.dec
35
36[LibraryClasses]
37 UefiRuntimeServicesTableLib
38 UefiBootServicesTableLib
39 DebugLib
40
41[Guids]
42 gEfiEventVirtualAddressChangeGuid ## CONSUMES ## Event
43
44[Depex]
45 gEfiResetArchProtocolGuid
Note: See TracBrowser for help on using the repository browser.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette