Last change
on this file was 85718, checked in by vboxsync, 5 years ago |
Devices/EFI: Merge edk-stable202005 and make it build, bugref:4643
|
-
Property svn:eol-style
set to
native
|
File size:
994 bytes
|
Line | |
---|
1 | #/** @file
|
---|
2 | #
|
---|
3 | # Copyright (c) 2013-2014, ARM Ltd. All rights reserved.<BR>
|
---|
4 | #
|
---|
5 | # SPDX-License-Identifier: BSD-2-Clause-Patent
|
---|
6 | #
|
---|
7 | #
|
---|
8 | #**/
|
---|
9 |
|
---|
10 | [Defines]
|
---|
11 | INF_VERSION = 0x00010005
|
---|
12 | BASE_NAME = FastbootTransportUsbDxe
|
---|
13 | FILE_GUID = f6bec3fe-88fb-11e3-ae84-e73b77561c35
|
---|
14 | MODULE_TYPE = UEFI_DRIVER
|
---|
15 | VERSION_STRING = 1.0
|
---|
16 | ENTRY_POINT = FastbootTransportUsbEntryPoint
|
---|
17 |
|
---|
18 | [Sources.common]
|
---|
19 | FastbootTransportUsb.c
|
---|
20 |
|
---|
21 | [LibraryClasses]
|
---|
22 | BaseLib
|
---|
23 | BaseMemoryLib
|
---|
24 | MemoryAllocationLib
|
---|
25 | UefiBootServicesTableLib
|
---|
26 | UefiDriverEntryPoint
|
---|
27 |
|
---|
28 | [Protocols]
|
---|
29 | gEfiDriverBindingProtocolGuid
|
---|
30 | gUsbDeviceProtocolGuid
|
---|
31 | gAndroidFastbootTransportProtocolGuid
|
---|
32 | gEfiSimpleTextOutProtocolGuid
|
---|
33 |
|
---|
34 | [Packages]
|
---|
35 | MdePkg/MdePkg.dec
|
---|
36 | MdeModulePkg/MdeModulePkg.dec
|
---|
37 | EmbeddedPkg/EmbeddedPkg.dec
|
---|
38 |
|
---|
39 | [FixedPcd]
|
---|
40 | gEmbeddedTokenSpaceGuid.PcdAndroidFastbootUsbVendorId
|
---|
41 | gEmbeddedTokenSpaceGuid.PcdAndroidFastbootUsbProductId
|
---|
Note:
See
TracBrowser
for help on using the repository browser.