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