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