]> git.proxmox.com Git - mirror_edk2.git/blame - EmbeddedPkg/Application/AndroidFastboot/AndroidFastbootApp.inf
UefiCpuPkg: Move AsmRelocateApLoopStart from Mpfuncs.nasm to AmdSev.nasm
[mirror_edk2.git] / EmbeddedPkg / Application / AndroidFastboot / AndroidFastbootApp.inf
CommitLineData
f6755908
OM
1#/** @file\r
2#\r
bd9a5182 3# Copyright (c) 2013-2015, ARM Ltd. All rights reserved.<BR>\r
f6755908 4#\r
878b807a 5# SPDX-License-Identifier: BSD-2-Clause-Patent\r
f6755908
OM
6#\r
7#\r
8#**/\r
9\r
10[Defines]\r
11 INF_VERSION = 0x00010005\r
12 BASE_NAME = AndroidFastbootApp\r
13 FILE_GUID = 9588502a-5370-11e3-8631-d7c5951364c8\r
14 MODULE_TYPE = UEFI_APPLICATION\r
15 VERSION_STRING = 1.0\r
16 ENTRY_POINT = FastbootAppEntryPoint\r
17\r
18[Sources.common]\r
19 AndroidFastbootApp.c\r
20 AndroidBootImg.c\r
21\r
22[Sources.ARM, Sources.AARCH64]\r
23 Arm/BootAndroidBootImg.c\r
24\r
25[LibraryClasses]\r
26 BaseLib\r
27 BaseMemoryLib\r
f6755908
OM
28 DebugLib\r
29 DevicePathLib\r
30 DxeServicesTableLib\r
31 MemoryAllocationLib\r
32 PcdLib\r
33 PrintLib\r
34 UefiApplicationEntryPoint\r
35 UefiBootServicesTableLib\r
bd9a5182 36 UefiLib\r
f6755908
OM
37 UefiRuntimeServicesTableLib\r
38\r
39[Protocols]\r
40 gAndroidFastbootTransportProtocolGuid\r
41 gAndroidFastbootPlatformProtocolGuid\r
fcf41edf 42 gEfiLoadedImageProtocolGuid\r
f6755908
OM
43 gEfiSimpleTextOutProtocolGuid\r
44 gEfiSimpleTextInProtocolGuid\r
45\r
46[Packages]\r
47 MdePkg/MdePkg.dec\r
48 MdeModulePkg/MdeModulePkg.dec\r
49 EmbeddedPkg/EmbeddedPkg.dec\r
50\r
51[Packages.ARM, Packages.AARCH64]\r
52 ArmPkg/ArmPkg.dec\r
53 ArmPlatformPkg/ArmPlatformPkg.dec\r