]> git.proxmox.com Git - mirror_edk2.git/blame - EmbeddedPkg/Application/AndroidFastboot/AndroidFastbootApp.inf
EmbeddedPkg/AndroidFastboot: Introduce Android FastBoot Application
[mirror_edk2.git] / EmbeddedPkg / Application / AndroidFastboot / AndroidFastbootApp.inf
CommitLineData
f6755908
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 = AndroidFastbootApp\r
18 FILE_GUID = 9588502a-5370-11e3-8631-d7c5951364c8\r
19 MODULE_TYPE = UEFI_APPLICATION\r
20 VERSION_STRING = 1.0\r
21 ENTRY_POINT = FastbootAppEntryPoint\r
22\r
23[Sources.common]\r
24 AndroidFastbootApp.c\r
25 AndroidBootImg.c\r
26\r
27[Sources.ARM, Sources.AARCH64]\r
28 Arm/BootAndroidBootImg.c\r
29\r
30[LibraryClasses]\r
31 BaseLib\r
32 BaseMemoryLib\r
33 BdsLib\r
34 DebugLib\r
35 DevicePathLib\r
36 DxeServicesTableLib\r
37 MemoryAllocationLib\r
38 PcdLib\r
39 PrintLib\r
40 UefiApplicationEntryPoint\r
41 UefiBootServicesTableLib\r
42 UefiRuntimeServicesTableLib\r
43\r
44[Protocols]\r
45 gAndroidFastbootTransportProtocolGuid\r
46 gAndroidFastbootPlatformProtocolGuid\r
47 gEfiSimpleTextOutProtocolGuid\r
48 gEfiSimpleTextInProtocolGuid\r
49\r
50[Packages]\r
51 MdePkg/MdePkg.dec\r
52 MdeModulePkg/MdeModulePkg.dec\r
53 EmbeddedPkg/EmbeddedPkg.dec\r
54\r
55[Packages.ARM, Packages.AARCH64]\r
56 ArmPkg/ArmPkg.dec\r
57 ArmPlatformPkg/ArmPlatformPkg.dec\r
58\r
59[Guids.ARM, Guids.AARCH64]\r
60 gArmGlobalVariableGuid\r