]> git.proxmox.com Git - mirror_edk2.git/blob - MdePkg/Library/BaseS3PciLib/BaseS3PciLib.inf
MdePkg: Add S3 library interfaces and base implementations
[mirror_edk2.git] / MdePkg / Library / BaseS3PciLib / BaseS3PciLib.inf
1 ## @file
2 # Component discription file for DxeS3PciLib module
3 #
4 # Copyright (c) 2006 - 2010, Intel Corporation. All rights reserved.<BR>
5 #
6 # This program and the accompanying materials are
7 # licensed and made available under the terms and conditions of the BSD License
8 # which accompanies this distribution. The full text of the license may be found at
9 # http://opensource.org/licenses/bsd-license.php
10 #
11 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
12 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
13 #
14 ##
15
16 [Defines]
17 INF_VERSION = 0x00010005
18 BASE_NAME = BaseS3PciLib
19 FILE_GUID = F66B6BD2-513F-441d-B367-2D5BD4998A50
20 MODULE_TYPE = BASE
21 VERSION_STRING = 1.0
22 LIBRARY_CLASS = S3PciLib
23
24
25 #
26 # The following information is for reference only and not required by the build tools.
27 #
28 # VALID_ARCHITECTURES = IA32 X64 IPF EBC
29 #
30
31 [Sources]
32 S3PciLib.c
33
34
35 [Packages]
36 MdePkg/MdePkg.dec
37
38
39 [LibraryClasses]
40 PciLib
41 S3BootScriptLib
42 DebugLib
43