From 275b806e6788936a99c85345a3ed02c6fe93da4d Mon Sep 17 00:00:00 2001 From: zhouhouxin Date: Thu, 15 Apr 2021 14:35:29 +0800 Subject: [PATCH] update for component --- .../{dtbschedmgr_posix => dmsfwk_lite_posix}/BUILD.gn | 0 .../{dtbschedmgr_posix => dmsfwk_lite_posix}/Test.json | 0 .../src/MsgParserFuncTest.cpp | 0 .../src/MsgParserLenFuncTest.cpp | 0 .../src/utils/DMSTestBase.cpp | 0 .../src/utils/DMSTestBase.h | 0 .../src/utils/dms_packet.cpp | 0 .../src/utils/dms_packet.h | 0 8 files changed, 0 insertions(+), 0 deletions(-) rename distributed_schedule_lite/{dtbschedmgr_posix => dmsfwk_lite_posix}/BUILD.gn (100%) rename distributed_schedule_lite/{dtbschedmgr_posix => dmsfwk_lite_posix}/Test.json (100%) rename distributed_schedule_lite/{dtbschedmgr_posix => dmsfwk_lite_posix}/src/MsgParserFuncTest.cpp (100%) rename distributed_schedule_lite/{dtbschedmgr_posix => dmsfwk_lite_posix}/src/MsgParserLenFuncTest.cpp (100%) rename distributed_schedule_lite/{dtbschedmgr_posix => dmsfwk_lite_posix}/src/utils/DMSTestBase.cpp (100%) rename distributed_schedule_lite/{dtbschedmgr_posix => dmsfwk_lite_posix}/src/utils/DMSTestBase.h (100%) rename distributed_schedule_lite/{dtbschedmgr_posix => dmsfwk_lite_posix}/src/utils/dms_packet.cpp (100%) rename distributed_schedule_lite/{dtbschedmgr_posix => dmsfwk_lite_posix}/src/utils/dms_packet.h (100%) diff --git a/distributed_schedule_lite/dtbschedmgr_posix/BUILD.gn b/distributed_schedule_lite/dmsfwk_lite_posix/BUILD.gn similarity index 100% rename from distributed_schedule_lite/dtbschedmgr_posix/BUILD.gn rename to distributed_schedule_lite/dmsfwk_lite_posix/BUILD.gn diff --git a/distributed_schedule_lite/dtbschedmgr_posix/Test.json b/distributed_schedule_lite/dmsfwk_lite_posix/Test.json similarity index 100% rename from distributed_schedule_lite/dtbschedmgr_posix/Test.json rename to distributed_schedule_lite/dmsfwk_lite_posix/Test.json diff --git a/distributed_schedule_lite/dtbschedmgr_posix/src/MsgParserFuncTest.cpp b/distributed_schedule_lite/dmsfwk_lite_posix/src/MsgParserFuncTest.cpp similarity index 100% rename from distributed_schedule_lite/dtbschedmgr_posix/src/MsgParserFuncTest.cpp rename to distributed_schedule_lite/dmsfwk_lite_posix/src/MsgParserFuncTest.cpp diff --git a/distributed_schedule_lite/dtbschedmgr_posix/src/MsgParserLenFuncTest.cpp b/distributed_schedule_lite/dmsfwk_lite_posix/src/MsgParserLenFuncTest.cpp similarity index 100% rename from distributed_schedule_lite/dtbschedmgr_posix/src/MsgParserLenFuncTest.cpp rename to distributed_schedule_lite/dmsfwk_lite_posix/src/MsgParserLenFuncTest.cpp diff --git a/distributed_schedule_lite/dtbschedmgr_posix/src/utils/DMSTestBase.cpp b/distributed_schedule_lite/dmsfwk_lite_posix/src/utils/DMSTestBase.cpp similarity index 100% rename from distributed_schedule_lite/dtbschedmgr_posix/src/utils/DMSTestBase.cpp rename to distributed_schedule_lite/dmsfwk_lite_posix/src/utils/DMSTestBase.cpp diff --git a/distributed_schedule_lite/dtbschedmgr_posix/src/utils/DMSTestBase.h b/distributed_schedule_lite/dmsfwk_lite_posix/src/utils/DMSTestBase.h similarity index 100% rename from distributed_schedule_lite/dtbschedmgr_posix/src/utils/DMSTestBase.h rename to distributed_schedule_lite/dmsfwk_lite_posix/src/utils/DMSTestBase.h diff --git a/distributed_schedule_lite/dtbschedmgr_posix/src/utils/dms_packet.cpp b/distributed_schedule_lite/dmsfwk_lite_posix/src/utils/dms_packet.cpp similarity index 100% rename from distributed_schedule_lite/dtbschedmgr_posix/src/utils/dms_packet.cpp rename to distributed_schedule_lite/dmsfwk_lite_posix/src/utils/dms_packet.cpp diff --git a/distributed_schedule_lite/dtbschedmgr_posix/src/utils/dms_packet.h b/distributed_schedule_lite/dmsfwk_lite_posix/src/utils/dms_packet.h similarity index 100% rename from distributed_schedule_lite/dtbschedmgr_posix/src/utils/dms_packet.h rename to distributed_schedule_lite/dmsfwk_lite_posix/src/utils/dms_packet.h -- GitLab