]> git.proxmox.com Git - mirror_edk2.git/blame - EmbeddedPkg/Drivers/AndroidFastbootTransportUsbDxe/FastbootTransportUsbDxe.inf
EmbeddedPkg: import Lan91x Ethernet controller driver
[mirror_edk2.git] / EmbeddedPkg / Drivers / AndroidFastbootTransportUsbDxe / FastbootTransportUsbDxe.inf
CommitLineData
d3f99770
OM
1#/** @file\r
2#\r
3# Copyright (c) 2013-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 = FastbootTransportUsbDxe\r
18 FILE_GUID = f6bec3fe-88fb-11e3-ae84-e73b77561c35\r
19 MODULE_TYPE = UEFI_DRIVER\r
20 VERSION_STRING = 1.0\r
21 ENTRY_POINT = FastbootTransportUsbEntryPoint\r
22\r
23[Sources.common]\r
24 FastbootTransportUsb.c\r
25\r
26[LibraryClasses]\r
27 BaseLib\r
28 BaseMemoryLib\r
29 MemoryAllocationLib\r
30 UefiBootServicesTableLib\r
31 UefiDriverEntryPoint\r
32\r
33[Protocols]\r
34 gEfiDriverBindingProtocolGuid\r
35 gUsbDeviceProtocolGuid\r
36 gAndroidFastbootTransportProtocolGuid\r
37 gEfiSimpleTextOutProtocolGuid\r
38\r
39[Packages]\r
40 MdePkg/MdePkg.dec\r
41 MdeModulePkg/MdeModulePkg.dec\r
42 EmbeddedPkg/EmbeddedPkg.dec\r
43\r
44[FixedPcd]\r
45 gEmbeddedTokenSpaceGuid.PcdAndroidFastbootUsbVendorId\r
46 gEmbeddedTokenSpaceGuid.PcdAndroidFastbootUsbProductId\r