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