Last change
on this file since 85718 was 85718, checked in by vboxsync, 5 years ago |
Devices/EFI: Merge edk-stable202005 and make it build, bugref:4643
|
-
Property svn:eol-style
set to
native
|
File size:
1.2 KB
|
Line | |
---|
1 | #/** @file
|
---|
2 | #
|
---|
3 | # Copyright (c) 2013-2015, ARM Ltd. All rights reserved.<BR>
|
---|
4 | # Copyright (c) 2017, Linaro. All rights reserved.
|
---|
5 | #
|
---|
6 | # SPDX-License-Identifier: BSD-2-Clause-Patent
|
---|
7 | #
|
---|
8 | #
|
---|
9 | #**/
|
---|
10 |
|
---|
11 | [Defines]
|
---|
12 | INF_VERSION = 0x00010019
|
---|
13 | BASE_NAME = AndroidBootApp
|
---|
14 | FILE_GUID = 3a738b36-b9c5-4763-abbd-6cbd4b25f9ff
|
---|
15 | MODULE_TYPE = UEFI_APPLICATION
|
---|
16 | VERSION_STRING = 1.0
|
---|
17 | ENTRY_POINT = AndroidBootAppEntryPoint
|
---|
18 |
|
---|
19 | [Sources.common]
|
---|
20 | AndroidBootApp.c
|
---|
21 |
|
---|
22 | [LibraryClasses]
|
---|
23 | AndroidBootImgLib
|
---|
24 | BaseLib
|
---|
25 | BaseMemoryLib
|
---|
26 | DebugLib
|
---|
27 | DevicePathLib
|
---|
28 | DxeServicesTableLib
|
---|
29 | FdtLib
|
---|
30 | MemoryAllocationLib
|
---|
31 | PcdLib
|
---|
32 | PrintLib
|
---|
33 | UefiApplicationEntryPoint
|
---|
34 | UefiBootServicesTableLib
|
---|
35 | UefiLib
|
---|
36 | UefiRuntimeServicesTableLib
|
---|
37 |
|
---|
38 | [Protocols]
|
---|
39 | gAndroidFastbootPlatformProtocolGuid
|
---|
40 | gEfiBlockIoProtocolGuid
|
---|
41 | gEfiDevicePathFromTextProtocolGuid
|
---|
42 | gEfiSimpleTextOutProtocolGuid
|
---|
43 | gEfiSimpleTextInProtocolGuid
|
---|
44 |
|
---|
45 | [Packages]
|
---|
46 | EmbeddedPkg/EmbeddedPkg.dec
|
---|
47 | MdeModulePkg/MdeModulePkg.dec
|
---|
48 | MdePkg/MdePkg.dec
|
---|
49 |
|
---|
50 | [Packages.ARM, Packages.AARCH64]
|
---|
51 | ArmPkg/ArmPkg.dec
|
---|
52 | ArmPlatformPkg/ArmPlatformPkg.dec
|
---|
53 |
|
---|
54 | [Guids]
|
---|
55 | gFdtTableGuid
|
---|
56 |
|
---|
57 | [Pcd]
|
---|
58 | gEmbeddedTokenSpaceGuid.PcdAndroidBootDevicePath
|
---|
Note:
See
TracBrowser
for help on using the repository browser.