Last change
on this file was 108794, checked in by vboxsync, 3 weeks ago |
Devices/EFI/FirmwareNew: Merge edk2-stable202502 from the vendor branch and make it build for the important platforms, bugref:4643
|
-
Property svn:eol-style
set to
native
|
File size:
1.1 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 = AndroidBootImgLib
|
---|
14 | FILE_GUID = ed3b8739-6fa7-4cb1-8aeb-2496f8fcaefa
|
---|
15 | MODULE_TYPE = BASE
|
---|
16 | VERSION_STRING = 1.0
|
---|
17 | LIBRARY_CLASS = AndroidBootImgLib
|
---|
18 |
|
---|
19 | #
|
---|
20 | # The following information is for reference only and not required by the build tools.
|
---|
21 | #
|
---|
22 | # VALID_ARCHITECTURES = ARM AARCH64
|
---|
23 | #
|
---|
24 |
|
---|
25 | [Sources]
|
---|
26 | AndroidBootImgLib.c
|
---|
27 |
|
---|
28 | [LibraryClasses]
|
---|
29 | BaseLib
|
---|
30 | DebugLib
|
---|
31 | FdtLib
|
---|
32 | PrintLib
|
---|
33 | UefiBootServicesTableLib
|
---|
34 | UefiLib
|
---|
35 |
|
---|
36 | [Packages]
|
---|
37 | EmbeddedPkg/EmbeddedPkg.dec
|
---|
38 | MdePkg/MdePkg.dec
|
---|
39 |
|
---|
40 | [Protocols]
|
---|
41 | gAndroidBootImgProtocolGuid
|
---|
42 | gEfiLoadedImageProtocolGuid
|
---|
43 | gEfiLoadFile2ProtocolGuid
|
---|
44 |
|
---|
45 | [Guids]
|
---|
46 | gEfiAcpiTableGuid
|
---|
47 | gFdtTableGuid
|
---|
48 |
|
---|
49 | [Pcd]
|
---|
50 | gEmbeddedTokenSpaceGuid.PcdAndroidBootLoadFile2
|
---|
51 | gEmbeddedTokenSpaceGuid.PcdAndroidKernelCommandLineOverflow
|
---|
Note:
See
TracBrowser
for help on using the repository browser.