From 9e86046cdb356913ae026f616e5bf17f6f238aa5 Mon Sep 17 00:00:00 2001 From: Tadao Tanikawa Date: Fri, 20 Nov 2020 23:17:04 +0900 Subject: Remove unused directories and files in video_in_hal The directory video_in_hal contained a lot of unnecessary directories and files which supposed to have been accidentally copied from staging/toyota.git druing migration. Signed-off-by: Tadao Tanikawa Change-Id: I12f2d72562bc008080ae866831d966c0b751914c --- .../include/libss_data_init_taskmanagerlog.h | 78 ---------------------- 1 file changed, 78 deletions(-) delete mode 100755 video_in_hal/systemservice/task_manager/client/ss_data_init/include/libss_data_init_taskmanagerlog.h (limited to 'video_in_hal/systemservice/task_manager/client/ss_data_init/include/libss_data_init_taskmanagerlog.h') diff --git a/video_in_hal/systemservice/task_manager/client/ss_data_init/include/libss_data_init_taskmanagerlog.h b/video_in_hal/systemservice/task_manager/client/ss_data_init/include/libss_data_init_taskmanagerlog.h deleted file mode 100755 index 39422e9..0000000 --- a/video_in_hal/systemservice/task_manager/client/ss_data_init/include/libss_data_init_taskmanagerlog.h +++ /dev/null @@ -1,78 +0,0 @@ -/* - * @copyright Copyright (c) 2016-2020 TOYOTA MOTOR CORPORATION. - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -#ifndef TASK_MANAGER_CLIENT_SS_DATA_INIT_INCLUDE_LIBSS_DATA_INIT_TASKMANAGERLOG_H_ -#define TASK_MANAGER_CLIENT_SS_DATA_INIT_INCLUDE_LIBSS_DATA_INIT_TASKMANAGERLOG_H_ - -#include - -#define ZONE_INIT ZONEMASK(10) // library common def -#define ZONE_FUNC ZONEMASK(11) // library common def -#define ZONE_MEM ZONEMASK(12) // library common def -#define ZONE_13 ZONEMASK(13) -#define ZONE_14 ZONEMASK(14) -#define ZONE_15 ZONEMASK(15) -#define ZONE_16 ZONEMASK(16) -#define ZONE_17 ZONEMASK(17) -#define ZONE_18 ZONEMASK(18) -#define ZONE_19 ZONEMASK(19) -#define ZONE_20 ZONEMASK(20) -#define ZONE_21 ZONEMASK(21) -#define ZONE_22 ZONEMASK(22) -#define ZONE_23 ZONEMASK(23) -#define ZONE_24 ZONEMASK(24) -#define ZONE_25 ZONEMASK(25) -#define ZONE_26 ZONEMASK(26) -#define ZONE_27 ZONEMASK(27) -#define ZONE_28 ZONEMASK(28) -#define ZONE_INFO ZONEMASK(29) // library common def -#define ZONE_WARN ZONEMASK(30) // library common def -#define ZONE_ERR ZONEMASK(31) // library common def - -#define ZONE_TEXT_10 "Init" -#define ZONE_TEXT_11 "Function" -#define ZONE_TEXT_12 "Memory" -#define ZONE_TEXT_13 "" -#define ZONE_TEXT_14 "" -#define ZONE_TEXT_15 "" -#define ZONE_TEXT_16 "" -#define ZONE_TEXT_17 "" -#define ZONE_TEXT_18 "" -#define ZONE_TEXT_19 "" -#define ZONE_TEXT_20 "" -#define ZONE_TEXT_21 "" -#define ZONE_TEXT_22 "" -#define ZONE_TEXT_23 "" -#define ZONE_TEXT_24 "" -#define ZONE_TEXT_25 "" -#define ZONE_TEXT_26 "" -#define ZONE_TEXT_27 "" -#define ZONE_TEXT_28 "" -#define ZONE_TEXT_29 "Info" -#define ZONE_TEXT_30 "Warning" -#define ZONE_TEXT_31 "Error" - -#ifndef FRAMEWORKUNIFIEDLOGOPTIONS -#define FRAMEWORKUNIFIEDLOGOPTIONS (LPRINT) // LPRINT -#endif - -#ifndef FRAMEWORKUNIFIEDLOGAPPZONES -#define FRAMEWORKUNIFIEDLOGAPPZONES ZONE_INFO -#endif /* FRAMEWORKUNIFIEDLOGAPPZONES */ - -extern FRAMEWORKUNIFIEDLOGPARAM g_FrameworkunifiedLogParams; - -#endif // TASK_MANAGER_CLIENT_SS_DATA_INIT_INCLUDE_LIBSS_DATA_INIT_TASKMANAGERLOG_H_ -- cgit 1.2.3-korg