Last change
on this file since 108794 was 108794, checked in by vboxsync, 2 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:
642 bytes
|
Line | |
---|
1 | #/** @file
|
---|
2 | #
|
---|
3 | # Copyright (c) 2011 - 2014, ARM Limited. All rights reserved.<BR>
|
---|
4 | # SPDX-License-Identifier: BSD-2-Clause-Patent
|
---|
5 | #
|
---|
6 | #**/
|
---|
7 |
|
---|
8 | [Defines]
|
---|
9 | INF_VERSION = 0x00010005
|
---|
10 | BASE_NAME = ArmArchTimerLib
|
---|
11 | FILE_GUID = 82da1b44-d2d6-4a7d-bbf0-a0cb67964034
|
---|
12 | MODULE_TYPE = BASE
|
---|
13 | VERSION_STRING = 1.0
|
---|
14 | LIBRARY_CLASS = TimerLib
|
---|
15 |
|
---|
16 | [Sources.common]
|
---|
17 | ArmArchTimerLib.c
|
---|
18 |
|
---|
19 | [Packages]
|
---|
20 | MdePkg/MdePkg.dec
|
---|
21 | EmbeddedPkg/EmbeddedPkg.dec
|
---|
22 | ArmPkg/ArmPkg.dec
|
---|
23 |
|
---|
24 | [LibraryClasses]
|
---|
25 | DebugLib
|
---|
26 | ArmLib
|
---|
27 | BaseLib
|
---|
28 | ArmGenericTimerCounterLib
|
---|
29 |
|
---|
30 | [Pcd]
|
---|
Note:
See
TracBrowser
for help on using the repository browser.