]> git.proxmox.com Git - mirror_edk2.git/blame - Omap35xxPkg/Library/GdbSerialLib/GdbSerialLib.inf
Omap35xxPkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / Omap35xxPkg / Library / GdbSerialLib / GdbSerialLib.inf
CommitLineData
1e57a462 1#/** @file\r
3402aac7 2#\r
1e57a462 3# Copyright (c) 2008 - 2010, Apple Inc. All rights reserved.<BR>\r
538311f7 4# SPDX-License-Identifier: BSD-2-Clause-Patent\r
3402aac7 5#\r
1e57a462 6#**/\r
7\r
8[Defines]\r
9 INF_VERSION = 0x00010005\r
10 BASE_NAME = GdbSerialLib\r
11 FILE_GUID = E2423349-EF5D-439B-95F5-8B8D8E3B443F\r
12 MODULE_TYPE = BASE\r
13 VERSION_STRING = 1.0\r
14 LIBRARY_CLASS = GdbSerialLib\r
15\r
16 CONSTRUCTOR = GdbSerialLibConstructor\r
17\r
18\r
19[Sources.common]\r
20 GdbSerialLib.c\r
21\r
22\r
23[Packages]\r
24 MdePkg/MdePkg.dec\r
25 EmbeddedPkg/EmbeddedPkg.dec\r
26 Omap35xxPkg/Omap35xxPkg.dec\r
27\r
28[LibraryClasses]\r
29 DebugLib\r
30 IoLib\r
3402aac7 31 OmapLib\r
1e57a462 32\r
33[FixedPcd]\r
34 gOmap35xxTokenSpaceGuid.PcdOmap35xxConsoleUart\r
35\r