]> git.proxmox.com Git - mirror_edk2.git/blame - Vlv2TbltDevicePkg/Library/SerialPortLib/SerialPortLib.inf
UefiCpuPkg/PiSmmCpuDxeSmm: patch "gSmiCr3" with PatchInstructionX86()
[mirror_edk2.git] / Vlv2TbltDevicePkg / Library / SerialPortLib / SerialPortLib.inf
CommitLineData
3cbfba02
DW
1#/** @file\r
2#\r
3# Copyright (c) 2008 - 2014, Intel Corporation. All rights reserved.<BR>\r
4# \r\r
5# This program and the accompanying materials are licensed and made available under\r\r
6# the terms and conditions of the BSD License that accompanies this distribution. \r\r
7# The full text of the license may be found at \r\r
8# http://opensource.org/licenses/bsd-license.php. \r\r
9# \r\r
10# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, \r\r
11# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. \r\r
12# \r\r
13#\r
14#\r
15#\r
16#**/\r
17\r
18[Defines]\r
19 INF_VERSION = 0x00010005\r
20 BASE_NAME = SerialPortLib\r
21 FILE_GUID = 15B26F43-A389-4bae-BDE3-4BB0719B7D4F\r
22 MODULE_TYPE = BASE\r
23 VERSION_STRING = 1.0\r
24 LIBRARY_CLASS = SerialPortLib\r
25\r
26#\r
27# The following information is for reference only and not required by the build tools.\r
28#\r
29# VALID_ARCHITECTURES = IA32 X64 IPF\r
30#\r
31\r
32[Sources]\r
33 SerialPortLib.c\r
34 SioInit.c\r
35\r
36[Packages]\r
37 MdePkg/MdePkg.dec\r
38 MdeModulePkg/MdeModulePkg.dec\r
39 IntelFrameworkPkg/IntelFrameworkPkg.dec\r
40 Vlv2TbltDevicePkg/PlatformPkg.dec\r
41 Vlv2DeviceRefCodePkg/Vlv2DeviceRefCodePkg.dec\r
42\r
43[LibraryClasses]\r
44 BaseLib\r
45 PcdLib\r
46 IoLib\r
47 PciLib\r
48 TimerLib\r
49\r
50[FixedPcd.common]\r
51 gEfiSerialPortTokenSpaceGuid.PcdSerialBoudRate\r
52 gEfiSerialPortTokenSpaceGuid.PcdSerialRegisterBase\r
53\r
54[FeaturePcd]\r
55 gEfiSerialPortTokenSpaceGuid.PcdStatusCodeUseIsaSerial\r
56 gEfiSerialPortTokenSpaceGuid.PcdStatusCodeUseUsbSerial\r
57 gEfiSerialPortTokenSpaceGuid.PcdStatusCodeUseRam\r