• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1## @file
2#  Instance of BaseFspDebugLib
3#
4#  Copyright (c) 2014 - 2016, Intel Corporation. All rights reserved.<BR>
5#
6#  This program and the accompanying materials
7#  are 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#  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
11#  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
12#
13##
14
15[Defines]
16  INF_VERSION                    = 0x00010005
17  BASE_NAME                      = BaseFspDebugLibSerialPort
18  FILE_GUID                      = CEA4FF9C-D7BC-4F07-96F1-03F41F2B17AE
19  MODULE_TYPE                    = BASE
20  VERSION_STRING                 = 1.0
21  LIBRARY_CLASS                  = DebugLib
22
23#
24#  VALID_ARCHITECTURES           = IA32
25#
26
27[Sources]
28  DebugLib.c
29
30[Sources.Ia32]
31  Ia32/FspDebug.nasm
32
33[Packages]
34  MdePkg/MdePkg.dec
35  IntelFsp2Pkg/IntelFsp2Pkg.dec
36
37[LibraryClasses]
38  SerialPortLib
39  BaseMemoryLib
40  PcdLib
41  PrintLib
42  BaseLib
43  DebugDeviceLib
44  DebugPrintErrorLevelLib
45
46[Pcd]
47  gEfiMdePkgTokenSpaceGuid.PcdDebugClearMemoryValue       ## CONSUMES
48  gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask           ## CONSUMES
49  gEfiMdePkgTokenSpaceGuid.PcdFixedDebugPrintErrorLevel   ## CONSUMES
50
51