]> git.proxmox.com Git - mirror_edk2.git/blob - Vlv2TbltDevicePkg/Library/PchPlatformLib/PchPlatformLib.inf
48386cb2d4780e0a1dafa66aed677c0a0f609e10
[mirror_edk2.git] / Vlv2TbltDevicePkg / Library / PchPlatformLib / PchPlatformLib.inf
1 #
2 #
3 #/*++
4 #
5 # Copyright (c) 2012 - 2014, Intel Corporation. All rights reserved
6 #
7 # This program and the accompanying materials are licensed and made available under
8 # the terms and conditions of the BSD License that accompanies this distribution.
9 # The full text of the license may be found at
10 # http://opensource.org/licenses/bsd-license.php.
11 #
12 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
13 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
14 #
15 #
16 # Module Name:
17 #
18 # PeiDxePchPlatformLib.inf
19 #
20 # Abstract:
21 #
22 # Component description file for PEI/DXE PCH Platform Lib
23 #
24 #--*/
25
26 [defines]
27 INF_VERSION = 0x00010005
28 BASE_NAME = PchPlatformLib
29 FILE_GUID = 32F89CBC-305D-4bdd-8B2C-9C65592E66AC
30 MODULE_TYPE = BASE
31 VERSION_STRING = 1.0
32 LIBRARY_CLASS = PchPlatformLib
33
34 [sources.common]
35 PchPlatformLibrary.h
36 PchPlatformLibrary.c
37
38 [Packages]
39 MdePkg/MdePkg.dec
40 MdeModulePkg/MdeModulePkg.dec
41 Vlv2DeviceRefCodePkg/Vlv2DeviceRefCodePkg.dec
42
43 [LibraryClasses]
44 BaseLib
45 PciLib
46 IoLib
47 DebugLib
48
49
50 [Pcd.common]
51 gEfiMdePkgTokenSpaceGuid.PcdPciExpressBaseAddress
52
53
54 [Protocols]
55