]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Library/ResetUtilityLib/ResetUtilityLib.inf
MdeModulePkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / MdeModulePkg / Library / ResetUtilityLib / ResetUtilityLib.inf
CommitLineData
e12ceb40
MK
1## @file\r
2# This file contains the Reset Utility functions.\r
3#\r
4# Copyright (c) 2017 - 2018, Intel Corporation. All rights reserved.<BR>\r
5# Copyright (c) 2016, Microsoft Corporation. All rights reserved.<BR>\r
9d510e61 6# SPDX-License-Identifier: BSD-2-Clause-Patent\r
d1102dba 7#\r
e12ceb40
MK
8##\r
9[Defines]\r
10 INF_VERSION = 0x00010017\r
11 BASE_NAME = ResetUtilityLib\r
12 FILE_GUID = CAFC3CA1-3E32-449F-9B0E-40BA3CB73A12\r
13 VERSION_STRING = 1.0\r
14 MODULE_TYPE = BASE\r
15 LIBRARY_CLASS = ResetUtilityLib\r
16\r
17#\r
18# The following information is for reference only and not required by the build tools.\r
19#\r
20# VALID_ARCHITECTURES = IA32 X64\r
21#\r
22\r
23[Sources]\r
24 ResetUtility.c\r
25\r
26[Packages]\r
27 MdePkg/MdePkg.dec\r
28 MdeModulePkg/MdeModulePkg.dec\r
29\r
30[LibraryClasses]\r
31 BaseLib\r
32 DebugLib\r
33 BaseMemoryLib\r
34 ResetSystemLib\r