]> git.proxmox.com Git - mirror_edk2.git/blame - EmbeddedPkg/Drivers/AndroidFastbootTransportTcpDxe/FastbootTransportTcpDxe.inf
EmbeddedPkg/AndroidFastbootTransportTcpDxe: remove broken hostname handling
[mirror_edk2.git] / EmbeddedPkg / Drivers / AndroidFastbootTransportTcpDxe / FastbootTransportTcpDxe.inf
CommitLineData
4d6e1e5a
BJ
1#/** @file\r
2#\r
3# Copyright (c) 2014, ARM Ltd. All rights reserved.<BR>\r
4#\r
5# This program and the accompanying materials\r
6# are licensed and made available under the terms and conditions of the BSD License\r
7# which accompanies this distribution. The full text of the license may be found at\r
8# http://opensource.org/licenses/bsd-license.php\r
9# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
10# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
11#\r
12#\r
13#**/\r
14\r
15[Defines]\r
16 INF_VERSION = 0x00010005\r
17 BASE_NAME = TcpFastbootTransportDxe\r
18 FILE_GUID = 86787704-8fed-11e3-b3ff-f33b73acfec2\r
19 MODULE_TYPE = UEFI_DRIVER\r
20 VERSION_STRING = 1.0\r
21 ENTRY_POINT = TcpFastbootTransportEntryPoint\r
22\r
23[Sources.common]\r
24 FastbootTransportTcp.c\r
25\r
26[LibraryClasses]\r
27 BaseLib\r
28 BaseMemoryLib\r
29 DebugLib\r
30 MemoryAllocationLib\r
31 PrintLib\r
32 UefiBootServicesTableLib\r
33 UefiDriverEntryPoint\r
34 UefiRuntimeServicesTableLib\r
35\r
36[Protocols]\r
37 gAndroidFastbootTransportProtocolGuid\r
38 gEfiDhcp4ProtocolGuid\r
39 gEfiDhcp4ServiceBindingProtocolGuid\r
40 gEfiTcp4ServiceBindingProtocolGuid\r
41 gEfiSimpleTextOutProtocolGuid\r
42 gEfiTcp4ProtocolGuid\r
43 gEfiSimpleTextOutProtocolGuid\r
44\r
45[Packages]\r
46 MdePkg/MdePkg.dec\r
47 MdeModulePkg/MdeModulePkg.dec\r
48 EmbeddedPkg/EmbeddedPkg.dec\r
49\r
4d6e1e5a
BJ
50[FixedPcd]\r
51 gEmbeddedTokenSpaceGuid.PcdAndroidFastbootTcpPort\r