Last change
on this file since 82322 was 80721, checked in by vboxsync, 5 years ago |
Devices/EFI/FirmwareNew: Start upgrade process to edk2-stable201908 (compiles on Windows and works to some extent), bugref:4643
|
-
Property svn:eol-style
set to
native
|
File size:
890 bytes
|
Line | |
---|
1 | ## @file
|
---|
2 | # ACPI Timer Library Instance.
|
---|
3 | #
|
---|
4 | # Copyright (c) 2014 - 2018, Intel Corporation. All rights reserved.<BR>
|
---|
5 | # SPDX-License-Identifier: BSD-2-Clause-Patent
|
---|
6 | #
|
---|
7 | ##
|
---|
8 |
|
---|
9 | [Defines]
|
---|
10 | INF_VERSION = 0x00010005
|
---|
11 | BASE_NAME = AcpiTimerLib
|
---|
12 | FILE_GUID = A41BF616-EF77-4658-9992-D813071C34CF
|
---|
13 | MODULE_TYPE = BASE
|
---|
14 | VERSION_STRING = 1.0
|
---|
15 | LIBRARY_CLASS = TimerLib
|
---|
16 |
|
---|
17 | CONSTRUCTOR = AcpiTimerLibConstructor
|
---|
18 |
|
---|
19 | #
|
---|
20 | # The following information is for reference only and not required by the build tools.
|
---|
21 | #
|
---|
22 | # VALID_ARCHITECTURES = IA32 X64 EBC
|
---|
23 | #
|
---|
24 |
|
---|
25 | [Sources]
|
---|
26 | AcpiTimerLib.c
|
---|
27 |
|
---|
28 | [Packages]
|
---|
29 | MdePkg/MdePkg.dec
|
---|
30 | MdeModulePkg/MdeModulePkg.dec
|
---|
31 | UefiPayloadPkg/UefiPayloadPkg.dec
|
---|
32 |
|
---|
33 | [LibraryClasses]
|
---|
34 | BaseLib
|
---|
35 | IoLib
|
---|
36 | HobLib
|
---|
37 | DebugLib
|
---|
38 |
|
---|
39 | [Guids]
|
---|
40 | gUefiAcpiBoardInfoGuid
|
---|
Note:
See
TracBrowser
for help on using the repository browser.