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