81 lines
2.6 KiB
Diff
81 lines
2.6 KiB
Diff
diff -crN '--exclude=.git' '--exclude=.gitee' '--exclude=.vscode' DCF-5.0.1/CMakeLists.txt DCF-5.0.1-edit/CMakeLists.txt
|
|
*** DCF-5.0.1/CMakeLists.txt 2024-05-07 17:22:01.091857616 +0800
|
|
--- DCF-5.0.1-edit/CMakeLists.txt 2024-05-07 17:20:19.623110156 +0800
|
|
***************
|
|
*** 10,16 ****
|
|
set(CJSON_PATH "${DCF_LIBRARY}/cJSON/lib")
|
|
set(VERSION_SRC ${PROJECT_SOURCE_DIR}/src/dcf_version.c)
|
|
|
|
! set(vpp_libsecurec "securec")
|
|
|
|
set(CMAKE_INSTALL_PREFIX $ENV{dcf_install_prefix})
|
|
|
|
--- 10,16 ----
|
|
set(CJSON_PATH "${DCF_LIBRARY}/cJSON/lib")
|
|
set(VERSION_SRC ${PROJECT_SOURCE_DIR}/src/dcf_version.c)
|
|
|
|
! set(vpp_libsecurec "boundscheck")
|
|
|
|
set(CMAKE_INSTALL_PREFIX $ENV{dcf_install_prefix})
|
|
|
|
diff -crN '--exclude=.git' '--exclude=.gitee' '--exclude=.vscode' DCF-5.0.1/src/dcf_interface.c DCF-5.0.1-edit/src/dcf_interface.c
|
|
*** DCF-5.0.1/src/dcf_interface.c 2024-05-07 17:22:01.099857675 +0800
|
|
--- DCF-5.0.1-edit/src/dcf_interface.c 2024-05-07 17:20:19.631110215 +0800
|
|
***************
|
|
*** 39,45 ****
|
|
#include "elc_status_check.h"
|
|
#include "util_perf_stat.h"
|
|
#include "cm_ip.h"
|
|
! #include "cJSON.h"
|
|
#include "util_profile_stat.h"
|
|
#include "stream.h"
|
|
#include "cb_func.h"
|
|
--- 39,45 ----
|
|
#include "elc_status_check.h"
|
|
#include "util_perf_stat.h"
|
|
#include "cm_ip.h"
|
|
! #include "cjson/cJSON.h"
|
|
#include "util_profile_stat.h"
|
|
#include "stream.h"
|
|
#include "cb_func.h"
|
|
diff -crN '--exclude=.git' '--exclude=.gitee' '--exclude=.vscode' DCF-5.0.1/src/metadata/metadata.c DCF-5.0.1-edit/src/metadata/metadata.c
|
|
*** DCF-5.0.1/src/metadata/metadata.c 2024-05-07 17:22:01.103857704 +0800
|
|
--- DCF-5.0.1-edit/src/metadata/metadata.c 2024-05-07 17:20:19.635110245 +0800
|
|
***************
|
|
*** 32,38 ****
|
|
#include "md_stream.h"
|
|
#include "md_param.h"
|
|
#include "md_store.h"
|
|
! #include "cJSON.h"
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
--- 32,38 ----
|
|
#include "md_stream.h"
|
|
#include "md_param.h"
|
|
#include "md_store.h"
|
|
! #include "cjson/cJSON.h"
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
diff -crN '--exclude=.git' '--exclude=.gitee' '--exclude=.vscode' DCF-5.0.1/src/utils/util_profile_stat.h DCF-5.0.1-edit/src/utils/util_profile_stat.h
|
|
*** DCF-5.0.1/src/utils/util_profile_stat.h 2024-05-07 17:22:01.107857734 +0800
|
|
--- DCF-5.0.1-edit/src/utils/util_profile_stat.h 2024-05-07 17:20:19.639110274 +0800
|
|
***************
|
|
*** 37,43 ****
|
|
#include "cm_num.h"
|
|
#include "cm_latch.h"
|
|
#include "cm_file.h"
|
|
! #include "cJSON.h"
|
|
|
|
#define DEFAULT_STAT_INTERVAL 3
|
|
#define MAX_ITEM_COUNT 100
|
|
--- 37,43 ----
|
|
#include "cm_num.h"
|
|
#include "cm_latch.h"
|
|
#include "cm_file.h"
|
|
! #include "cjson/cJSON.h"
|
|
|
|
#define DEFAULT_STAT_INTERVAL 3
|
|
#define MAX_ITEM_COUNT 100
|