Last change
on this file since 108793 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:
602 bytes
|
Line | |
---|
1 | ## @file
|
---|
2 | # BaseRom ACPI Timer Library Instance.
|
---|
3 | #
|
---|
4 | # Copyright (c) 2008 - 2010, Intel Corporation. All rights reserved.
|
---|
5 | #
|
---|
6 | # SPDX-License-Identifier: BSD-2-Clause-Patent
|
---|
7 | #
|
---|
8 | ##
|
---|
9 |
|
---|
10 | [Defines]
|
---|
11 | INF_VERSION = 0x00010005
|
---|
12 | BASE_NAME = BaseRomAcpiTimerLib
|
---|
13 | FILE_GUID = CDD9D74F-213E-4c28-98F7-8B4A167DB936
|
---|
14 | MODULE_TYPE = BASE
|
---|
15 | VERSION_STRING = 1.0
|
---|
16 | LIBRARY_CLASS = TimerLib|SEC
|
---|
17 | CONSTRUCTOR = AcpiTimerLibConstructor
|
---|
18 |
|
---|
19 | [Sources]
|
---|
20 | AcpiTimerLib.c
|
---|
21 | AcpiTimerLib.h
|
---|
22 | BaseRomAcpiTimerLib.c
|
---|
23 |
|
---|
24 | [Packages]
|
---|
25 | MdePkg/MdePkg.dec
|
---|
26 | OvmfPkg/OvmfPkg.dec
|
---|
27 |
|
---|
28 | [LibraryClasses]
|
---|
29 | BaseLib
|
---|
30 | PciLib
|
---|
31 | IoLib
|
---|
Note:
See
TracBrowser
for help on using the repository browser.