]> git.proxmox.com Git - mirror_edk2.git/blame - EmbeddedPkg/Application/AndroidBoot/AndroidBootApp.inf
UefiCpuPkg: Move AsmRelocateApLoopStart from Mpfuncs.nasm to AmdSev.nasm
[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
878b807a 6# SPDX-License-Identifier: BSD-2-Clause-Patent\r
fa74dd22
JN
7#\r
8#\r
9#**/\r
10\r
11[Defines]\r
12 INF_VERSION = 0x00010019\r
13 BASE_NAME = AndroidBootApp\r
14 FILE_GUID = 3a738b36-b9c5-4763-abbd-6cbd4b25f9ff\r
15 MODULE_TYPE = UEFI_APPLICATION\r
16 VERSION_STRING = 1.0\r
17 ENTRY_POINT = AndroidBootAppEntryPoint\r
18\r
19[Sources.common]\r
20 AndroidBootApp.c\r
21\r
22[LibraryClasses]\r
23 AndroidBootImgLib\r
24 BaseLib\r
25 BaseMemoryLib\r
fa74dd22
JN
26 DebugLib\r
27 DevicePathLib\r
28 DxeServicesTableLib\r
29 FdtLib\r
30 MemoryAllocationLib\r
31 PcdLib\r
32 PrintLib\r
33 UefiApplicationEntryPoint\r
34 UefiBootServicesTableLib\r
35 UefiLib\r
36 UefiRuntimeServicesTableLib\r
37\r
38[Protocols]\r
39 gAndroidFastbootPlatformProtocolGuid\r
40 gEfiBlockIoProtocolGuid\r
41 gEfiDevicePathFromTextProtocolGuid\r
42 gEfiSimpleTextOutProtocolGuid\r
43 gEfiSimpleTextInProtocolGuid\r
44\r
45[Packages]\r
46 EmbeddedPkg/EmbeddedPkg.dec\r
47 MdeModulePkg/MdeModulePkg.dec\r
48 MdePkg/MdePkg.dec\r
49\r
50[Packages.ARM, Packages.AARCH64]\r
51 ArmPkg/ArmPkg.dec\r
52 ArmPlatformPkg/ArmPlatformPkg.dec\r
53\r
54[Guids]\r
55 gFdtTableGuid\r
56\r
57[Pcd]\r
58 gEmbeddedTokenSpaceGuid.PcdAndroidBootDevicePath\r