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