]> git.proxmox.com Git - mirror_edk2.git/blob - Vlv2TbltDevicePkg/Library/SerialPortLib/SerialPortLib.inf
9457722d9a43685bd8609318aa08d96d55984d04
[mirror_edk2.git] / Vlv2TbltDevicePkg / Library / SerialPortLib / SerialPortLib.inf
1 #/** @file
2 #
3 # Copyright (c) 2008 - 2018, Intel Corporation. All rights reserved.<BR>
4 #
5 # This program and the accompanying materials are licensed and made available under
6 # the terms and conditions of the BSD License that accompanies this distribution.
7 # The full text of the license may be found at
8 # http://opensource.org/licenses/bsd-license.php.
9 #
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 #
16 #**/
17
18 [Defines]
19 INF_VERSION = 0x00010005
20 BASE_NAME = SerialPortLib
21 FILE_GUID = 15B26F43-A389-4bae-BDE3-4BB0719B7D4F
22 MODULE_TYPE = BASE
23 VERSION_STRING = 1.0
24 LIBRARY_CLASS = SerialPortLib
25
26 #
27 # The following information is for reference only and not required by the build tools.
28 #
29 # VALID_ARCHITECTURES = IA32 X64
30 #
31
32 [Sources]
33 SerialPortLib.c
34 SioInit.c
35
36 [Packages]
37 MdePkg/MdePkg.dec
38 MdeModulePkg/MdeModulePkg.dec
39 IntelFrameworkPkg/IntelFrameworkPkg.dec
40 Vlv2TbltDevicePkg/PlatformPkg.dec
41 Vlv2DeviceRefCodePkg/Vlv2DeviceRefCodePkg.dec
42
43 [LibraryClasses]
44 BaseLib
45 PcdLib
46 IoLib
47 PciLib
48 TimerLib
49
50 [FixedPcd.common]
51 gEfiSerialPortTokenSpaceGuid.PcdSerialBoudRate
52 gEfiSerialPortTokenSpaceGuid.PcdSerialRegisterBase
53
54 [FeaturePcd]
55 gEfiSerialPortTokenSpaceGuid.PcdStatusCodeUseIsaSerial
56 gEfiSerialPortTokenSpaceGuid.PcdStatusCodeUseUsbSerial
57 gEfiSerialPortTokenSpaceGuid.PcdStatusCodeUseRam