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