]> git.proxmox.com Git - mirror_edk2.git/blame - IntelFsp2Pkg/Library/BaseFspDebugLibSerialPort/BaseFspDebugLibSerialPort.inf
IntelFsp2Pkg BaseFspPlatformLib: Remove Boot Loader tempram Migration
[mirror_edk2.git] / IntelFsp2Pkg / Library / BaseFspDebugLibSerialPort / BaseFspDebugLibSerialPort.inf
CommitLineData
cf1d4549
JY
1## @file\r
2# Instance of BaseFspDebugLib\r
3#\r
68ff7435 4# Copyright (c) 2014 - 2016, Intel Corporation. All rights reserved.<BR>\r
cf1d4549
JY
5#\r
6# This program and the accompanying materials\r
7# are licensed and made available under the terms and conditions of the BSD License\r
8# which accompanies this distribution. The full text of the license may be found at\r
9# http://opensource.org/licenses/bsd-license.php.\r
10# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
11# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
12#\r
13##\r
14\r
15[Defines]\r
16 INF_VERSION = 0x00010005\r
17 BASE_NAME = BaseFspDebugLibSerialPort\r
18 FILE_GUID = CEA4FF9C-D7BC-4F07-96F1-03F41F2B17AE\r
19 MODULE_TYPE = BASE\r
20 VERSION_STRING = 1.0\r
21 LIBRARY_CLASS = DebugLib\r
22\r
23#\r
24# VALID_ARCHITECTURES = IA32\r
25#\r
26\r
27[Sources]\r
28 DebugLib.c\r
29\r
30[Sources.Ia32]\r
68ff7435 31 Ia32/FspDebug.nasm\r
cf1d4549
JY
32\r
33[Packages]\r
34 MdePkg/MdePkg.dec\r
35 IntelFsp2Pkg/IntelFsp2Pkg.dec\r
36\r
37[LibraryClasses]\r
38 SerialPortLib\r
39 BaseMemoryLib\r
40 PcdLib\r
41 PrintLib\r
42 BaseLib\r
43 DebugDeviceLib\r
44 DebugPrintErrorLevelLib\r
45\r
46[Pcd]\r
47 gEfiMdePkgTokenSpaceGuid.PcdDebugClearMemoryValue ## CONSUMES\r
48 gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask ## CONSUMES\r
49 gEfiMdePkgTokenSpaceGuid.PcdFixedDebugPrintErrorLevel ## CONSUMES\r
50\r