Last change
on this file since 85788 was 85718, checked in by vboxsync, 5 years ago |
Devices/EFI: Merge edk-stable202005 and make it build, bugref:4643
|
-
Property svn:eol-style
set to
native
|
File size:
707 bytes
|
Line | |
---|
1 | #/** @file
|
---|
2 | # Memory Status Code Library for UEFI drivers
|
---|
3 | #
|
---|
4 | # Lib to provide memory journal status code reporting Routines
|
---|
5 | # Copyright (c) 2006, Intel Corporation. All rights reserved.<BR>
|
---|
6 | #
|
---|
7 | # SPDX-License-Identifier: BSD-2-Clause-Patent
|
---|
8 | #
|
---|
9 | #
|
---|
10 | #**/
|
---|
11 |
|
---|
12 | [Defines]
|
---|
13 | INF_VERSION = 0x00010005
|
---|
14 | BASE_NAME = TemplateRealTimeClockLib
|
---|
15 | FILE_GUID = B661E02D-A90B-42AB-A5F9-CF841AAA43D9
|
---|
16 | MODULE_TYPE = BASE
|
---|
17 | VERSION_STRING = 1.0
|
---|
18 | LIBRARY_CLASS = RealTimeClockLib
|
---|
19 |
|
---|
20 |
|
---|
21 | [Sources.common]
|
---|
22 | RealTimeClockLib.c
|
---|
23 |
|
---|
24 |
|
---|
25 | [Packages]
|
---|
26 | MdePkg/MdePkg.dec
|
---|
27 | EmbeddedPkg/EmbeddedPkg.dec
|
---|
28 |
|
---|
29 | [LibraryClasses]
|
---|
30 | IoLib
|
---|
31 | DebugLib
|
---|
Note:
See
TracBrowser
for help on using the repository browser.