]> git.proxmox.com Git - mirror_edk2.git/blame - EmbeddedPkg/Application/AndroidBoot/AndroidBootApp.inf
EmbeddedPkg/AndroidBoot: boot android kernel from storage
[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
31 BdsLib\r
32 DebugLib\r
33 DevicePathLib\r
34 DxeServicesTableLib\r
35 FdtLib\r
36 MemoryAllocationLib\r
37 PcdLib\r
38 PrintLib\r
39 UefiApplicationEntryPoint\r
40 UefiBootServicesTableLib\r
41 UefiLib\r
42 UefiRuntimeServicesTableLib\r
43\r
44[Protocols]\r
45 gAndroidFastbootPlatformProtocolGuid\r
46 gEfiBlockIoProtocolGuid\r
47 gEfiDevicePathFromTextProtocolGuid\r
48 gEfiSimpleTextOutProtocolGuid\r
49 gEfiSimpleTextInProtocolGuid\r
50\r
51[Packages]\r
52 EmbeddedPkg/EmbeddedPkg.dec\r
53 MdeModulePkg/MdeModulePkg.dec\r
54 MdePkg/MdePkg.dec\r
55\r
56[Packages.ARM, Packages.AARCH64]\r
57 ArmPkg/ArmPkg.dec\r
58 ArmPlatformPkg/ArmPlatformPkg.dec\r
59\r
60[Guids]\r
61 gFdtTableGuid\r
62\r
63[Pcd]\r
64 gEmbeddedTokenSpaceGuid.PcdAndroidBootDevicePath\r