]> git.proxmox.com Git - mirror_edk2.git/blame - Vlv2TbltDevicePkg/Library/ResetSystemLib/ResetSystemLib.inf
Vlv2TbltDevicePkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / Vlv2TbltDevicePkg / Library / ResetSystemLib / ResetSystemLib.inf
CommitLineData
3cbfba02
DW
1#/** @file\r
2# Component description file for Intel Ich7 Reset System Library.\r
3#\r
4# Reset System Library that layers on top of the I/O Library to directly\r
5# access a standard SMBUS host controller.\r
22ec06c8 6# Copyright (c) 2007 - 2018, Intel Corporation. All rights reserved.<BR>\r
3cbfba02 7# \r\r
9dc8036d
MK
8# SPDX-License-Identifier: BSD-2-Clause-Patent\r
9\r
3cbfba02
DW
10# \r\r
11#\r
12#\r
13#\r
14#**/\r
15\r
16[Defines]\r
17 INF_VERSION = 0x00010005\r
18 BASE_NAME = ResetSystemLib\r
19 FILE_GUID = D4FF05AA-3C7D-4b8a-A1EE-AA5EFA0B1732\r
20 MODULE_TYPE = BASE\r
21 VERSION_STRING = 1.0\r
22 LIBRARY_CLASS = ResetSystemLib\r
23 EDK_RELEASE_VERSION = 0x00020000\r
24 EFI_SPECIFICATION_VERSION = 0x00020000\r
25\r
26\r
27#\r
28# The following information is for reference only and not required by the build tools.\r
29#\r
22ec06c8 30# VALID_ARCHITECTURES = IA32 X64\r
3cbfba02
DW
31#\r
32\r
33[Sources.common]\r
34 ResetSystemLib.c\r
35\r
36\r
37[Packages]\r
38 Vlv2TbltDevicePkg/PlatformPkg.dec\r
39 MdePkg/MdePkg.dec\r
40 MdeModulePkg/MdeModulePkg.dec\r
41 Vlv2DeviceRefCodePkg/Vlv2DeviceRefCodePkg.dec\r
42\r
43[LibraryClasses]\r
44 IoLib\r
45 BaseLib\r
46 DebugLib\r
47 PciLib\r