]> git.proxmox.com Git - mirror_edk2.git/blob - Vlv2TbltDevicePkg/Library/ResetSystemLib/ResetSystemLib.inf
Upload BSD-licensed Vlv2TbltDevicePkg and Vlv2DeviceRefCodePkg to
[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 - 2014, Intel Corporation. All rights reserved.<BR>
7 #
8 # This program and the accompanying materials are licensed and made available under
9 # the terms and conditions of the BSD License that accompanies this distribution.
10 # The full text of the license may be found at
11 # http://opensource.org/licenses/bsd-license.php.
12 #
13 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
14 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
15 #
16 #
17 #
18 #
19 #**/
20
21 [Defines]
22 INF_VERSION = 0x00010005
23 BASE_NAME = ResetSystemLib
24 FILE_GUID = D4FF05AA-3C7D-4b8a-A1EE-AA5EFA0B1732
25 MODULE_TYPE = BASE
26 VERSION_STRING = 1.0
27 LIBRARY_CLASS = ResetSystemLib
28 EDK_RELEASE_VERSION = 0x00020000
29 EFI_SPECIFICATION_VERSION = 0x00020000
30
31
32 #
33 # The following information is for reference only and not required by the build tools.
34 #
35 # VALID_ARCHITECTURES = IA32 X64 IPF
36 #
37
38 [Sources.common]
39 ResetSystemLib.c
40
41
42 [Packages]
43 Vlv2TbltDevicePkg/PlatformPkg.dec
44 MdePkg/MdePkg.dec
45 MdeModulePkg/MdeModulePkg.dec
46 Vlv2DeviceRefCodePkg/Vlv2DeviceRefCodePkg.dec
47
48 [LibraryClasses]
49 IoLib
50 BaseLib
51 DebugLib
52 PciLib