• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1## @file
2#  Instance of BaseFspDebugLib
3#
4#  Copyright (c) 2014 - 2015, 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                      = 9D52E46E-F07E-44e8-9A90-F8576C91C211
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.asm | MSFT
32  Ia32/FspDebug.s | GCC
33
34[Packages]
35  MdePkg/MdePkg.dec
36  IntelFspPkg/IntelFspPkg.dec
37
38[LibraryClasses]
39  SerialPortLib
40  BaseMemoryLib
41  PcdLib
42  PrintLib
43  BaseLib
44  DebugDeviceLib
45  DebugPrintErrorLevelLib
46
47[Pcd]
48  gEfiMdePkgTokenSpaceGuid.PcdDebugClearMemoryValue       ## CONSUMES
49  gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask           ## CONSUMES
50  gEfiMdePkgTokenSpaceGuid.PcdFixedDebugPrintErrorLevel   ## CONSUMES
51
52