]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Library/DxeResetSystemLib/DxeResetSystemLib.inf
MdeModulePkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / MdeModulePkg / Library / DxeResetSystemLib / DxeResetSystemLib.inf
CommitLineData
ce3cd892
MK
1## @file\r
2# DXE Reset System Library instance that calls gRT->ResetSystem().\r
3#\r
4# Copyright (c) 2017 - 2018, Intel Corporation. All rights reserved.<BR>\r
5#\r
9d510e61 6# SPDX-License-Identifier: BSD-2-Clause-Patent\r
ce3cd892
MK
7#\r
8##\r
9\r
10[Defines]\r
11 INF_VERSION = 0x00010005\r
12 BASE_NAME = DxeResetSystemLib\r
13 MODULE_UNI_FILE = DxeResetSystemLib.uni\r
14 FILE_GUID = C2BDE4F6-65EE-440B-87B5-83ABF10EF45B\r
15 MODULE_TYPE = DXE_DRIVER\r
16 VERSION_STRING = 1.0\r
6c252691 17 LIBRARY_CLASS = ResetSystemLib|DXE_CORE DXE_DRIVER UEFI_APPLICATION UEFI_DRIVER\r
ce3cd892
MK
18\r
19#\r
20# The following information is for reference only and not required by the build tools.\r
21#\r
de005223 22# VALID_ARCHITECTURES = IA32 X64 EBC\r
ce3cd892
MK
23#\r
24\r
25[Sources]\r
26 DxeResetSystemLib.c\r
27\r
28[Packages]\r
29 MdePkg/MdePkg.dec\r
30 MdeModulePkg/MdeModulePkg.dec\r
31\r
32[LibraryClasses]\r
6c252691 33 UefiRuntimeServicesTableLib\r
c0bf4768
RN
34\r
35[Depex]\r
36 gEfiResetArchProtocolGuid\r