]> git.proxmox.com Git - mirror_edk2.git/blame - EmbeddedPkg/Application/AndroidBoot/AndroidBootApp.inf
BaseTools/BinToPcd: Fix Python 2.7.x compatibility issue
[mirror_edk2.git] / EmbeddedPkg / Application / AndroidBoot / AndroidBootApp.inf
CommitLineData
fa74dd22
JN
1#/** @file\r
2#\r
3# Copyright (c) 2013-2015, ARM Ltd. All rights reserved.<BR>\r
4# Copyright (c) 2017, Linaro. All rights reserved.\r
5#\r
6# This program and the accompanying materials\r
7# are licensed and made available under the terms and conditions of the BSD License\r
8# which accompanies this distribution. The full text of the license may be found at\r
9# http://opensource.org/licenses/bsd-license.php\r
10# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
11# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
12#\r
13#\r
14#**/\r
15\r
16[Defines]\r
17 INF_VERSION = 0x00010019\r
18 BASE_NAME = AndroidBootApp\r
19 FILE_GUID = 3a738b36-b9c5-4763-abbd-6cbd4b25f9ff\r
20 MODULE_TYPE = UEFI_APPLICATION\r
21 VERSION_STRING = 1.0\r
22 ENTRY_POINT = AndroidBootAppEntryPoint\r
23\r
24[Sources.common]\r
25 AndroidBootApp.c\r
26\r
27[LibraryClasses]\r
28 AndroidBootImgLib\r
29 BaseLib\r
30 BaseMemoryLib\r
fa74dd22
JN
31 DebugLib\r
32 DevicePathLib\r
33 DxeServicesTableLib\r
34 FdtLib\r
35 MemoryAllocationLib\r
36 PcdLib\r
37 PrintLib\r
38 UefiApplicationEntryPoint\r
39 UefiBootServicesTableLib\r
40 UefiLib\r
41 UefiRuntimeServicesTableLib\r
42\r
43[Protocols]\r
44 gAndroidFastbootPlatformProtocolGuid\r
45 gEfiBlockIoProtocolGuid\r
46 gEfiDevicePathFromTextProtocolGuid\r
47 gEfiSimpleTextOutProtocolGuid\r
48 gEfiSimpleTextInProtocolGuid\r
49\r
50[Packages]\r
51 EmbeddedPkg/EmbeddedPkg.dec\r
52 MdeModulePkg/MdeModulePkg.dec\r
53 MdePkg/MdePkg.dec\r
54\r
55[Packages.ARM, Packages.AARCH64]\r
56 ArmPkg/ArmPkg.dec\r
57 ArmPlatformPkg/ArmPlatformPkg.dec\r
58\r
59[Guids]\r
60 gFdtTableGuid\r
61\r
62[Pcd]\r
63 gEmbeddedTokenSpaceGuid.PcdAndroidBootDevicePath\r