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