Last change
on this file since 99396 was 80721, checked in by vboxsync, 6 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:
668 bytes
|
Line | |
---|
1 | ## @file
|
---|
2 | # Base ACPI Timer Library Instance.
|
---|
3 | #
|
---|
4 | # Copyright (C) 2014, Gabriel L. Somlo <[email protected]>
|
---|
5 | # Copyright (c) 2008 - 2010, Intel Corporation. All rights reserved.
|
---|
6 | #
|
---|
7 | # SPDX-License-Identifier: BSD-2-Clause-Patent
|
---|
8 | #
|
---|
9 | ##
|
---|
10 |
|
---|
11 | [Defines]
|
---|
12 | INF_VERSION = 0x00010005
|
---|
13 | BASE_NAME = BaseAcpiTimerLib
|
---|
14 | FILE_GUID = FB648CF5-91BE-4737-9023-FD807AC6D96D
|
---|
15 | MODULE_TYPE = BASE
|
---|
16 | VERSION_STRING = 1.0
|
---|
17 | LIBRARY_CLASS = TimerLib|PEI_CORE PEIM DXE_CORE
|
---|
18 | CONSTRUCTOR = AcpiTimerLibConstructor
|
---|
19 |
|
---|
20 | [Sources]
|
---|
21 | AcpiTimerLib.c
|
---|
22 | AcpiTimerLib.h
|
---|
23 | BaseAcpiTimerLib.c
|
---|
24 |
|
---|
25 | [Packages]
|
---|
26 | MdePkg/MdePkg.dec
|
---|
27 | OvmfPkg/OvmfPkg.dec
|
---|
28 |
|
---|
29 | [LibraryClasses]
|
---|
30 | BaseLib
|
---|
31 | PciLib
|
---|
32 | IoLib
|
---|
Note:
See
TracBrowser
for help on using the repository browser.