Last change
on this file since 106129 was 99464, checked in by vboxsync, 2 years ago |
Devices/EFI/Firmware: Restore ArmPkg, ArmVirtPkg, ArmPlatformPkg in order to be able to build Aarch64 and Aarch32 firmware images for the virt platform, bugref:10400
|
-
Property svn:eol-style
set to
native
|
File size:
1012 bytes
|
Line | |
---|
1 | #/** @file
|
---|
2 | # FDT client library for ARM's PL031 RTC driver
|
---|
3 | #
|
---|
4 | # Copyright (c) 2016, Linaro Ltd. All rights reserved.
|
---|
5 | #
|
---|
6 | # SPDX-License-Identifier: BSD-2-Clause-Patent
|
---|
7 | #
|
---|
8 | #**/
|
---|
9 |
|
---|
10 | [Defines]
|
---|
11 | INF_VERSION = 0x00010005
|
---|
12 | BASE_NAME = ArmVirtPL031FdtClientLib
|
---|
13 | FILE_GUID = 13173319-B270-4669-8592-3BB2B31E9E29
|
---|
14 | MODULE_TYPE = BASE
|
---|
15 | VERSION_STRING = 1.0
|
---|
16 | LIBRARY_CLASS = ArmVirtPL031FdtClientLib|DXE_DRIVER DXE_RUNTIME_DRIVER
|
---|
17 | CONSTRUCTOR = ArmVirtPL031FdtClientLibConstructor
|
---|
18 |
|
---|
19 | [Sources]
|
---|
20 | ArmVirtPL031FdtClientLib.c
|
---|
21 |
|
---|
22 | [Packages]
|
---|
23 | ArmPlatformPkg/ArmPlatformPkg.dec
|
---|
24 | ArmVirtPkg/ArmVirtPkg.dec
|
---|
25 | EmbeddedPkg/EmbeddedPkg.dec
|
---|
26 | MdePkg/MdePkg.dec
|
---|
27 |
|
---|
28 | [LibraryClasses]
|
---|
29 | BaseLib
|
---|
30 | DebugLib
|
---|
31 | PcdLib
|
---|
32 | UefiBootServicesTableLib
|
---|
33 |
|
---|
34 | [Protocols]
|
---|
35 | gFdtClientProtocolGuid ## CONSUMES
|
---|
36 |
|
---|
37 | [Pcd]
|
---|
38 | gArmPlatformTokenSpaceGuid.PcdPL031RtcBase
|
---|
39 |
|
---|
40 | [Depex]
|
---|
41 | gFdtClientProtocolGuid
|
---|
Note:
See
TracBrowser
for help on using the repository browser.