]> git.proxmox.com Git - mirror_edk2.git/blame_incremental - EmbeddedPkg/Application/AndroidFastboot/AndroidFastbootApp.inf
EmbeddedPkg/AndroidFastbootApp: remove dependency on deprecated BdsLib
[mirror_edk2.git] / EmbeddedPkg / Application / AndroidFastboot / AndroidFastbootApp.inf
... / ...
CommitLineData
1#/** @file\r
2#\r
3# Copyright (c) 2013-2015, ARM Ltd. All rights reserved.<BR>\r
4#\r
5# This program and the accompanying materials\r
6# are licensed and made available under the terms and conditions of the BSD License\r
7# which accompanies this distribution. The full text of the license may be found at\r
8# http://opensource.org/licenses/bsd-license.php\r
9# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
10# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
11#\r
12#\r
13#**/\r
14\r
15[Defines]\r
16 INF_VERSION = 0x00010005\r
17 BASE_NAME = AndroidFastbootApp\r
18 FILE_GUID = 9588502a-5370-11e3-8631-d7c5951364c8\r
19 MODULE_TYPE = UEFI_APPLICATION\r
20 VERSION_STRING = 1.0\r
21 ENTRY_POINT = FastbootAppEntryPoint\r
22\r
23[Sources.common]\r
24 AndroidFastbootApp.c\r
25 AndroidBootImg.c\r
26\r
27[Sources.ARM, Sources.AARCH64]\r
28 Arm/BootAndroidBootImg.c\r
29\r
30[LibraryClasses]\r
31 BaseLib\r
32 BaseMemoryLib\r
33 DebugLib\r
34 DevicePathLib\r
35 DxeServicesTableLib\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 gAndroidFastbootTransportProtocolGuid\r
46 gAndroidFastbootPlatformProtocolGuid\r
47 gEfiLoadedImageProtocolGuid\r
48 gEfiSimpleTextOutProtocolGuid\r
49 gEfiSimpleTextInProtocolGuid\r
50\r
51[Packages]\r
52 MdePkg/MdePkg.dec\r
53 MdeModulePkg/MdeModulePkg.dec\r
54 EmbeddedPkg/EmbeddedPkg.dec\r
55\r
56[Packages.ARM, Packages.AARCH64]\r
57 ArmPkg/ArmPkg.dec\r
58 ArmPlatformPkg/ArmPlatformPkg.dec\r