mirror of
https://github.com/tianocore/edk2
synced 2026-08-27 00:23:19 -04:00
This reverts commit 57230fff6b.
RealTimeClockLib is not a generic library class that is intended to be
used widely to get access to the RTC when the associated runtime
services are not available in the calling context.
The purpose of RealTimeClockLib is to abstract the underlying hardware
access from the generic RealTimeClockRuntimeDxe driver, which backs the
runtime services.
This means it does not belong in a different package; it belongs in the
same package as the driver.
Continuous-integration-options: PatchCheck.ignore-multi-package
Signed-off-by: Ard Biesheuvel <ardb@kernel.org>
31 lines
738 B
INI
31 lines
738 B
INI
#/** @file
|
|
# Memory Status Code Library for UEFI drivers
|
|
#
|
|
# Lib to provide memory journal status code reporting Routines
|
|
# Copyright (c) 2006, Intel Corporation. All rights reserved.<BR>
|
|
#
|
|
# SPDX-License-Identifier: BSD-2-Clause-Patent
|
|
#
|
|
#
|
|
#**/
|
|
|
|
[Defines]
|
|
INF_VERSION = 0x00010005
|
|
BASE_NAME = TemplateRealTimeClockLib
|
|
FILE_GUID = B661E02D-A90B-42AB-A5F9-CF841AAA43D9
|
|
MODULE_TYPE = BASE
|
|
VERSION_STRING = 1.0
|
|
LIBRARY_CLASS = RealTimeClockLib
|
|
|
|
|
|
[Sources.common]
|
|
RealTimeClockLib.c
|
|
|
|
|
|
[Packages]
|
|
MdePkg/MdePkg.dec
|
|
EmbeddedPkg/EmbeddedPkg.dec
|
|
|
|
[LibraryClasses]
|
|
IoLib
|
|
DebugLib
|