RedfishPkg/RedfishCrtLib: Redfish C runtime library
Redfish CRT library is currently used by edk2 JsonLib (open source jansson project) and edk2 RedfishLib (libredfish open source project). Redfish CrtLib library provides the necessary C runtime equivalent edk2 functions for open source projects. Signed-off-by: Abner Chang <abner.chang@hpe.com> Cc: Leif Lindholm <leif@nuviainc.com> Cc: Nickle Wang <nickle.wang@hpe.com> Cc: Peter O'Hanley <peter.ohanley@hpe.com> Reviewed-by: Nickle Wang <nickle.wang@hpe.com> Acked-by: Leif Lindholm <leif@nuviainc.com> Reviewed-by: Michael D Kinney <michael.d.kinney@intel.com>
This commit is contained in:
committed by
mergify[bot]
parent
a88731d545
commit
6e9233f968
15
RedfishPkg/PrivateInclude/Crt/time.h
Normal file
15
RedfishPkg/PrivateInclude/Crt/time.h
Normal file
@@ -0,0 +1,15 @@
|
||||
/** @file
|
||||
Include file to support building the third-party jansson library.
|
||||
|
||||
Copyright (c) 2019, Intel Corporation. All rights reserved.<BR>
|
||||
(C) Copyright 2020 Hewlett Packard Enterprise Development LP<BR>
|
||||
|
||||
SPDX-License-Identifier: BSD-2-Clause-Patent
|
||||
|
||||
**/
|
||||
#ifndef REDFISH_CRT_TIME_H_
|
||||
#define REDFISH_CRT_TIME_H_
|
||||
|
||||
#include <Library/RedfishCrtLib.h>
|
||||
|
||||
#endif
|
Reference in New Issue
Block a user