diff options
author | Tadao Tanikawa <tanikawa.tadao@jp.panasonic.com> | 2020-11-20 23:36:23 +0900 |
---|---|---|
committer | Tadao Tanikawa <tanikawa.tadao@jp.panasonic.com> | 2020-11-22 09:02:55 +0900 |
commit | 17cf21bcf8a2e29d2cbcf0a313474d2a4ee44f5d (patch) | |
tree | 582a9768558d9eaf261ca5df6136e9de54c95816 | |
parent | 9e86046cdb356913ae026f616e5bf17f6f238aa5 (diff) |
Re-organized sub-directory by category
Since all the sub-directories were placed in the
first level, created sub-directories, "hal", "module",
and "service" for classification and relocated each component.
Signed-off-by: Tadao Tanikawa <tanikawa.tadao@jp.panasonic.com>
Change-Id: Ifdf743ac0d1893bd8e445455cf0d2c199a011d5c
-rwxr-xr-x | hal/boot_hal/LICENSE (renamed from boot_hal/LICENSE) | 0 | ||||
-rwxr-xr-x | hal/boot_hal/Makefile (renamed from boot_hal/Makefile) | 0 | ||||
-rwxr-xr-x | hal/boot_hal/hal_api/boot_hal.h (renamed from boot_hal/hal_api/boot_hal.h) | 0 | ||||
-rwxr-xr-x | hal/boot_hal/inc/boot_hal_boothallog.h (renamed from boot_hal/inc/boot_hal_boothallog.h) | 0 | ||||
-rwxr-xr-x | hal/boot_hal/src/boot_hal.cpp (renamed from boot_hal/src/boot_hal.cpp) | 0 | ||||
-rwxr-xr-x | hal/can_hal/LICENSE (renamed from can_hal/LICENSE) | 0 | ||||
-rwxr-xr-x | hal/can_hal/Makefile (renamed from can_hal/Makefile) | 0 | ||||
-rwxr-xr-x | hal/can_hal/README.md (renamed from can_hal/README.md) | 0 | ||||
-rwxr-xr-x | hal/can_hal/can_hal.mk (renamed from can_hal/can_hal.mk) | 0 | ||||
-rwxr-xr-x | hal/can_hal/hal_api/can_hal.h (renamed from can_hal/hal_api/can_hal.h) | 0 | ||||
-rwxr-xr-x | hal/can_hal/src/Makefile (renamed from can_hal/src/Makefile) | 0 | ||||
-rwxr-xr-x | hal/can_hal/src/can_hal_api.cpp (renamed from can_hal/src/can_hal_api.cpp) | 0 | ||||
-rwxr-xr-x | hal/can_hal/src/can_hal_core.cpp (renamed from can_hal/src/can_hal_core.cpp) | 0 | ||||
-rwxr-xr-x | hal/can_hal/src/can_hal_stm.cpp (renamed from can_hal/src/can_hal_stm.cpp) | 0 | ||||
-rwxr-xr-x | hal/can_hal/src/driver_can__CWORD31_.c (renamed from can_hal/src/driver_can__CWORD31_.c) | 0 | ||||
-rwxr-xr-x | hal/can_hal/src/inc/can_hal_core.h (renamed from can_hal/src/inc/can_hal_core.h) | 0 | ||||
-rwxr-xr-x | hal/can_hal/src/inc/can_hal_frameworkunifiedlog.h (renamed from can_hal/src/inc/can_hal_frameworkunifiedlog.h) | 0 | ||||
-rwxr-xr-x | hal/can_hal/src/inc/can_hal_internal.h (renamed from can_hal/src/inc/can_hal_internal.h) | 0 | ||||
-rwxr-xr-x | hal/can_hal/src/inc/can_hal_stm.h (renamed from can_hal/src/inc/can_hal_stm.h) | 0 | ||||
-rwxr-xr-x | hal/can_hal/src/inc/can_mng_api.h (renamed from can_hal/src/inc/can_mng_api.h) | 0 | ||||
-rwxr-xr-x | hal/clock_hal/LICENSE (renamed from clock_hal/LICENSE) | 0 | ||||
-rwxr-xr-x | hal/clock_hal/Makefile (renamed from clock_hal/Makefile) | 0 | ||||
-rwxr-xr-x | hal/clock_hal/README.md (renamed from clock_hal/README.md) | 0 | ||||
-rwxr-xr-x | hal/clock_hal/hal_api/clock_hal.h (renamed from clock_hal/hal_api/clock_hal.h) | 0 | ||||
-rwxr-xr-x | hal/clock_hal/inc/clock_hal_clockhallog.h (renamed from clock_hal/inc/clock_hal_clockhallog.h) | 0 | ||||
-rwxr-xr-x | hal/clock_hal/src/clock_hal.cpp (renamed from clock_hal/src/clock_hal.cpp) | 0 | ||||
-rwxr-xr-x | hal/deck_hal/LICENSE (renamed from deck_hal/LICENSE) | 0 | ||||
-rwxr-xr-x | hal/deck_hal/Makefile (renamed from deck_hal/Makefile) | 0 | ||||
-rwxr-xr-x | hal/deck_hal/hal_api/deck_hal.h (renamed from deck_hal/hal_api/deck_hal.h) | 0 | ||||
-rwxr-xr-x | hal/deck_hal/inc/deck_hal_deckhallog.h (renamed from deck_hal/inc/deck_hal_deckhallog.h) | 0 | ||||
-rwxr-xr-x | hal/deck_hal/src/deck_hal.cpp (renamed from deck_hal/src/deck_hal.cpp) | 0 | ||||
-rwxr-xr-x | hal/input_hal/LICENSE (renamed from input_hal/LICENSE) | 0 | ||||
-rwxr-xr-x | hal/input_hal/Makefile (renamed from input_hal/Makefile) | 0 | ||||
-rwxr-xr-x | hal/input_hal/README.md (renamed from input_hal/README.md) | 0 | ||||
-rwxr-xr-x | hal/input_hal/hal_api/input_hal.h (renamed from input_hal/hal_api/input_hal.h) | 0 | ||||
-rwxr-xr-x | hal/input_hal/hal_api/peripheral_service/aglinput.h (renamed from input_hal/hal_api/peripheral_service/aglinput.h) | 0 | ||||
-rwxr-xr-x | hal/input_hal/hal_api/peripheral_service/extinput.h (renamed from input_hal/hal_api/peripheral_service/extinput.h) | 0 | ||||
-rwxr-xr-x | hal/input_hal/inc/input_drm.h (renamed from input_hal/inc/input_drm.h) | 0 | ||||
-rwxr-xr-x | hal/input_hal/inc/input_hal_debug.h (renamed from input_hal/inc/input_hal_debug.h) | 0 | ||||
-rwxr-xr-x | hal/input_hal/inc/input_hal_frameworkunifiedlog.h (renamed from input_hal/inc/input_hal_frameworkunifiedlog.h) | 0 | ||||
-rwxr-xr-x | hal/input_hal/inc/input_hal_internal.h (renamed from input_hal/inc/input_hal_internal.h) | 0 | ||||
-rwxr-xr-x | hal/input_hal/inc/input_touch_ilitek.h (renamed from input_hal/inc/input_touch_ilitek.h) | 0 | ||||
-rwxr-xr-x | hal/input_hal/inc/input_udev_monitor.h (renamed from input_hal/inc/input_udev_monitor.h) | 0 | ||||
-rwxr-xr-x | hal/input_hal/inc/input_util.h (renamed from input_hal/inc/input_util.h) | 0 | ||||
-rwxr-xr-x | hal/input_hal/src/input_drm.cpp (renamed from input_hal/src/input_drm.cpp) | 0 | ||||
-rwxr-xr-x | hal/input_hal/src/input_hal.cpp (renamed from input_hal/src/input_hal.cpp) | 0 | ||||
-rwxr-xr-x | hal/input_hal/src/input_touch_ilitek.cpp (renamed from input_hal/src/input_touch_ilitek.cpp) | 0 | ||||
-rwxr-xr-x | hal/input_hal/src/input_udev_monitor.cpp (renamed from input_hal/src/input_udev_monitor.cpp) | 0 | ||||
-rwxr-xr-x | hal/input_hal/src/input_util.cpp (renamed from input_hal/src/input_util.cpp) | 0 | ||||
-rwxr-xr-x | hal/nv_hal/LICENSE (renamed from nsframework/backup_manager/LICENSE) | 0 | ||||
-rwxr-xr-x | hal/nv_hal/Makefile (renamed from nv_hal/Makefile) | 0 | ||||
-rwxr-xr-x | hal/nv_hal/hal_api/nv_hal.h (renamed from nv_hal/hal_api/nv_hal.h) | 0 | ||||
-rwxr-xr-x | hal/nv_hal/inc/nv_hal_nvhallog.h (renamed from nv_hal/inc/nv_hal_nvhallog.h) | 0 | ||||
-rwxr-xr-x | hal/nv_hal/src/nv_hal.cpp (renamed from nv_hal/src/nv_hal.cpp) | 0 | ||||
-rwxr-xr-x | hal/positioning_hal/LICENSE (renamed from nsframework/common_library/LICENSE) | 0 | ||||
-rwxr-xr-x | hal/positioning_hal/Makefile (renamed from positioning_hal/Makefile) | 0 | ||||
-rwxr-xr-x | hal/positioning_hal/README.md (renamed from positioning_hal/README.md) | 0 | ||||
-rwxr-xr-x | hal/positioning_hal/hal_api/gps_hal.h (renamed from positioning_hal/hal_api/gps_hal.h) | 0 | ||||
-rwxr-xr-x | hal/positioning_hal/hal_api/positioning_hal.h (renamed from positioning_hal/hal_api/positioning_hal.h) | 0 | ||||
-rwxr-xr-x | hal/positioning_hal/inc/Common/LineSensDrv_Api.h (renamed from positioning_hal/inc/Common/LineSensDrv_Api.h) | 0 | ||||
-rwxr-xr-x | hal/positioning_hal/inc/Common/MDev_Gps_API.h (renamed from positioning_hal/inc/Common/MDev_Gps_API.h) | 0 | ||||
-rwxr-xr-x | hal/positioning_hal/inc/Common/positioning_common.h (renamed from positioning_hal/inc/Common/positioning_common.h) | 0 | ||||
-rwxr-xr-x | hal/positioning_hal/inc/Common/positioning_def.h (renamed from positioning_hal/inc/Common/positioning_def.h) | 0 | ||||
-rwxr-xr-x | hal/positioning_hal/inc/Common/positioning_log.h (renamed from positioning_hal/inc/Common/positioning_log.h) | 0 | ||||
-rwxr-xr-x | hal/positioning_hal/inc/GpsCommon/MDev_GpsRecv.h (renamed from positioning_hal/inc/GpsCommon/MDev_GpsRecv.h) | 0 | ||||
-rwxr-xr-x | hal/positioning_hal/inc/GpsCommon/MDev_GpsRollOver.h (renamed from positioning_hal/inc/GpsCommon/MDev_GpsRollOver.h) | 0 | ||||
-rwxr-xr-x | hal/positioning_hal/inc/GpsCommon/MDev_Gps_Common.h (renamed from positioning_hal/inc/GpsCommon/MDev_Gps_Common.h) | 0 | ||||
-rwxr-xr-x | hal/positioning_hal/inc/GpsCommon/MDev_Gps_Main.h (renamed from positioning_hal/inc/GpsCommon/MDev_Gps_Main.h) | 0 | ||||
-rwxr-xr-x | hal/positioning_hal/inc/GpsCommon/MDev_Gps_Mtrx.h (renamed from positioning_hal/inc/GpsCommon/MDev_Gps_Mtrx.h) | 0 | ||||
-rwxr-xr-x | hal/positioning_hal/inc/GpsCommon/MDev_Gps_Nmea.h (renamed from positioning_hal/inc/GpsCommon/MDev_Gps_Nmea.h) | 0 | ||||
-rwxr-xr-x | hal/positioning_hal/inc/GpsCommon/MDev_Gps_TimerCtrl.h (renamed from positioning_hal/inc/GpsCommon/MDev_Gps_TimerCtrl.h) | 0 | ||||
-rwxr-xr-x | hal/positioning_hal/inc/LineSensDrv/LineSensDrv_Sensor.h (renamed from positioning_hal/inc/LineSensDrv/LineSensDrv_Sensor.h) | 0 | ||||
-rwxr-xr-x | hal/positioning_hal/inc/LineSensDrv/LineSensDrv_Thread.h (renamed from positioning_hal/inc/LineSensDrv/LineSensDrv_Thread.h) | 0 | ||||
-rwxr-xr-x | hal/positioning_hal/src/Common/positioning_common.cpp (renamed from positioning_hal/src/Common/positioning_common.cpp) | 0 | ||||
-rwxr-xr-x | hal/positioning_hal/src/Common/positioning_hal.cpp (renamed from positioning_hal/src/Common/positioning_hal.cpp) | 0 | ||||
-rwxr-xr-x | hal/positioning_hal/src/GpsCommon/MDev_GpsRecv.cpp (renamed from positioning_hal/src/GpsCommon/MDev_GpsRecv.cpp) | 0 | ||||
-rwxr-xr-x | hal/positioning_hal/src/GpsCommon/MDev_GpsRollOver.cpp (renamed from positioning_hal/src/GpsCommon/MDev_GpsRollOver.cpp) | 0 | ||||
-rwxr-xr-x | hal/positioning_hal/src/GpsCommon/MDev_Gps_API.cpp (renamed from positioning_hal/src/GpsCommon/MDev_Gps_API.cpp) | 0 | ||||
-rwxr-xr-x | hal/positioning_hal/src/GpsCommon/MDev_Gps_Common.cpp (renamed from positioning_hal/src/GpsCommon/MDev_Gps_Common.cpp) | 0 | ||||
-rwxr-xr-x | hal/positioning_hal/src/GpsCommon/MDev_Gps_Main.cpp (renamed from positioning_hal/src/GpsCommon/MDev_Gps_Main.cpp) | 0 | ||||
-rwxr-xr-x | hal/positioning_hal/src/GpsCommon/MDev_Gps_Mtrx.cpp (renamed from positioning_hal/src/GpsCommon/MDev_Gps_Mtrx.cpp) | 0 | ||||
-rwxr-xr-x | hal/positioning_hal/src/GpsCommon/MDev_Gps_Nmea.cpp (renamed from positioning_hal/src/GpsCommon/MDev_Gps_Nmea.cpp) | 0 | ||||
-rwxr-xr-x | hal/positioning_hal/src/GpsCommon/MDev_Gps_TimerCtrl.cpp (renamed from positioning_hal/src/GpsCommon/MDev_Gps_TimerCtrl.cpp) | 0 | ||||
-rwxr-xr-x | hal/positioning_hal/src/LineSensDrv/LineSensDrv_Api.cpp (renamed from positioning_hal/src/LineSensDrv/LineSensDrv_Api.cpp) | 0 | ||||
-rwxr-xr-x | hal/positioning_hal/src/LineSensDrv/LineSensDrv_Sensor.cpp (renamed from positioning_hal/src/LineSensDrv/LineSensDrv_Sensor.cpp) | 0 | ||||
-rwxr-xr-x | hal/positioning_hal/src/LineSensDrv/LineSensDrv_Thread.cpp (renamed from positioning_hal/src/LineSensDrv/LineSensDrv_Thread.cpp) | 0 | ||||
-rwxr-xr-x | hal/power_hal/LICENSE (renamed from nsframework/framework_unified/LICENSE) | 0 | ||||
-rwxr-xr-x | hal/power_hal/Makefile (renamed from power_hal/Makefile) | 0 | ||||
-rwxr-xr-x | hal/power_hal/README.md (renamed from power_hal/README.md) | 0 | ||||
-rwxr-xr-x | hal/power_hal/hal_api/power_hal.h (renamed from power_hal/hal_api/power_hal.h) | 0 | ||||
-rwxr-xr-x | hal/power_hal/src/power_hal.cpp (renamed from power_hal/src/power_hal.cpp) | 0 | ||||
-rwxr-xr-x | hal/security_hal/LICENSE (renamed from nsframework/log_library/LICENSE) | 0 | ||||
-rwxr-xr-x | hal/security_hal/Makefile (renamed from security_hal/Makefile) | 0 | ||||
-rwxr-xr-x | hal/security_hal/hal_api/security_hal.h (renamed from security_hal/hal_api/security_hal.h) | 0 | ||||
-rwxr-xr-x | hal/security_hal/inc/security_hal_securityhallog.h (renamed from security_hal/inc/security_hal_securityhallog.h) | 0 | ||||
-rwxr-xr-x | hal/security_hal/src/security_hal.cpp (renamed from security_hal/src/security_hal.cpp) | 0 | ||||
-rwxr-xr-x | hal/soc_temperature_hal/LICENSE (renamed from nsframework/notification_persistent_service/LICENSE) | 0 | ||||
-rwxr-xr-x | hal/soc_temperature_hal/Makefile (renamed from soc_temperature_hal/Makefile) | 0 | ||||
-rwxr-xr-x | hal/soc_temperature_hal/hal_api/soc_temperature_hal.h (renamed from soc_temperature_hal/hal_api/soc_temperature_hal.h) | 0 | ||||
-rwxr-xr-x | hal/soc_temperature_hal/inc/soc_temperature_hal_soctemperaturehallog.h (renamed from soc_temperature_hal/inc/soc_temperature_hal_soctemperaturehallog.h) | 0 | ||||
-rwxr-xr-x | hal/soc_temperature_hal/src/soc_temperature_hal.cpp (renamed from soc_temperature_hal/src/soc_temperature_hal.cpp) | 0 | ||||
-rwxr-xr-x | hal/update_hal/LICENSE (renamed from nv_hal/LICENSE) | 0 | ||||
-rwxr-xr-x | hal/update_hal/Makefile (renamed from update_hal/Makefile) | 0 | ||||
-rwxr-xr-x | hal/update_hal/hal_api/update_hal.h (renamed from update_hal/hal_api/update_hal.h) | 0 | ||||
-rwxr-xr-x | hal/update_hal/include/update_hal.h (renamed from update_hal/include/update_hal.h) | 0 | ||||
-rwxr-xr-x | hal/usb_hal/LICENSE (renamed from otherservice/event_library/LICENSE) | 0 | ||||
-rwxr-xr-x | hal/usb_hal/Makefile (renamed from usb_hal/Makefile) | 0 | ||||
-rwxr-xr-x | hal/usb_hal/hal_api/usb_hal.h (renamed from usb_hal/hal_api/usb_hal.h) | 0 | ||||
-rwxr-xr-x | hal/usb_hal/inc/usb_hal_debug.h (renamed from usb_hal/inc/usb_hal_debug.h) | 0 | ||||
-rwxr-xr-x | hal/usb_hal/inc/usb_hal_internal.h (renamed from usb_hal/inc/usb_hal_internal.h) | 0 | ||||
-rwxr-xr-x | hal/usb_hal/inc/usb_hal_usbhallog.h (renamed from usb_hal/inc/usb_hal_usbhallog.h) | 0 | ||||
-rwxr-xr-x | hal/usb_hal/src/usb_hal.cpp (renamed from usb_hal/src/usb_hal.cpp) | 0 | ||||
-rwxr-xr-x | hal/vehicle_hal/LICENSE (renamed from otherservice/posix_based_os001_legacy_library/LICENSE) | 0 | ||||
-rwxr-xr-x | hal/vehicle_hal/Makefile (renamed from vehicle_hal/Makefile) | 0 | ||||
-rwxr-xr-x | hal/vehicle_hal/README.md (renamed from vehicle_hal/README.md) | 0 | ||||
-rwxr-xr-x | hal/vehicle_hal/hal_api/vehicle_hal.h (renamed from vehicle_hal/hal_api/vehicle_hal.h) | 0 | ||||
-rwxr-xr-x | hal/vehicle_hal/inc/vehicle_hal_frameworkunifiedlog.h (renamed from vehicle_hal/inc/vehicle_hal_frameworkunifiedlog.h) | 0 | ||||
-rwxr-xr-x | hal/vehicle_hal/src/vehicle_hal.cpp (renamed from vehicle_hal/src/vehicle_hal.cpp) | 0 | ||||
-rwxr-xr-x | hal/video_in_hal/LICENSE (renamed from otherservice/rpc_library/LICENSE) | 0 | ||||
-rwxr-xr-x | hal/video_in_hal/Makefile (renamed from video_in_hal/Makefile) | 0 | ||||
-rwxr-xr-x | hal/video_in_hal/README.md (renamed from video_in_hal/README.md) | 0 | ||||
-rwxr-xr-x | hal/video_in_hal/hal_api/video_in_hal.h (renamed from video_in_hal/hal_api/video_in_hal.h) | 0 | ||||
-rwxr-xr-x | hal/video_in_hal/src/video_in_hal.c (renamed from video_in_hal/src/video_in_hal.c) | 0 | ||||
-rwxr-xr-x | module/kernel-module-evklib/Makefile (renamed from kernel-module-evklib/Makefile) | 0 | ||||
-rwxr-xr-x | module/kernel-module-evklib/agldd/agldd.h (renamed from kernel-module-evklib/agldd/agldd.h) | 0 | ||||
-rwxr-xr-x | module/kernel-module-evklib/agldd/ev_common.h (renamed from kernel-module-evklib/agldd/ev_common.h) | 0 | ||||
-rwxr-xr-x | module/kernel-module-evklib/agldd/ev_id.h (renamed from kernel-module-evklib/agldd/ev_id.h) | 0 | ||||
-rwxr-xr-x | module/kernel-module-evklib/agldd/evk_lib.h (renamed from kernel-module-evklib/agldd/evk_lib.h) | 0 | ||||
-rwxr-xr-x | module/kernel-module-evklib/agldd/moduleid.h (renamed from kernel-module-evklib/agldd/moduleid.h) | 0 | ||||
-rwxr-xr-x | module/kernel-module-evklib/evk_lib.c (renamed from kernel-module-evklib/evk_lib.c) | 0 | ||||
-rwxr-xr-x | service/native/backup_manager/LICENSE (renamed from otherservice/vehicle_parameter_library/LICENSE) | 0 | ||||
-rwxr-xr-x | service/native/backup_manager/Makefile.client (renamed from nsframework/backup_manager/Makefile.client) | 0 | ||||
-rwxr-xr-x | service/native/backup_manager/Makefile.server (renamed from nsframework/backup_manager/Makefile.server) | 0 | ||||
-rwxr-xr-x | service/native/backup_manager/client/Makefile (renamed from nsframework/backup_manager/client/Makefile) | 0 | ||||
-rwxr-xr-x | service/native/backup_manager/client/include/bkup_api.h (renamed from nsframework/backup_manager/client/include/bkup_api.h) | 0 | ||||
-rwxr-xr-x | service/native/backup_manager/client/include/native_service/backup_manager.h (renamed from nsframework/backup_manager/client/include/native_service/backup_manager.h) | 0 | ||||
-rwxr-xr-x | service/native/backup_manager/client/include/native_service/ns_backup.h (renamed from nsframework/backup_manager/client/include/native_service/ns_backup.h) | 0 | ||||
-rwxr-xr-x | service/native/backup_manager/client/libns_backup.ver (renamed from nsframework/backup_manager/client/libns_backup.ver) | 0 | ||||
-rwxr-xr-x | service/native/backup_manager/client/src/bkup_api.cpp (renamed from nsframework/backup_manager/client/src/bkup_api.cpp) | 0 | ||||
-rwxr-xr-x | service/native/backup_manager/config/Makefile (renamed from nsframework/backup_manager/config/Makefile) | 0 | ||||
-rwxr-xr-x | service/native/backup_manager/config/backup.rng (renamed from nsframework/backup_manager/config/backup.rng) | 0 | ||||
-rwxr-xr-x | service/native/backup_manager/config/conf/backup/ALL_.xml (renamed from nsframework/backup_manager/config/conf/backup/ALL_.xml) | 0 | ||||
-rwxr-xr-x | service/native/backup_manager/config/conf/backup/backup_AREA1_L.xml (renamed from nsframework/backup_manager/config/conf/backup/backup_AREA1_L.xml) | 0 | ||||
-rwxr-xr-x | service/native/backup_manager/config/conf/backup/backup_AREA1_TE.xml (renamed from nsframework/backup_manager/config/conf/backup/backup_AREA1_TE.xml) | 0 | ||||
-rwxr-xr-x | service/native/backup_manager/config/conf/backup/backup_AREA2_T.xml (renamed from nsframework/backup_manager/config/conf/backup/backup_AREA2_T.xml) | 0 | ||||
-rwxr-xr-x | service/native/backup_manager/config/conf/backup/backup_AREA2_TE.xml (renamed from nsframework/backup_manager/config/conf/backup/backup_AREA2_TE.xml) | 0 | ||||
-rwxr-xr-x | service/native/backup_manager/config/createhdr.pl (renamed from nsframework/backup_manager/config/createhdr.pl) | 0 | ||||
-rwxr-xr-x | service/native/backup_manager/config/sample.xml (renamed from nsframework/backup_manager/config/sample.xml) | 0 | ||||
-rwxr-xr-x | service/native/backup_manager/config/uniqcheck.pl (renamed from nsframework/backup_manager/config/uniqcheck.pl) | 0 | ||||
-rwxr-xr-x | service/native/backup_manager/server/Makefile (renamed from nsframework/backup_manager/server/Makefile) | 0 | ||||
-rwxr-xr-x | service/native/backup_manager/server/include/bkup_backupmanagerlog.h (renamed from nsframework/backup_manager/server/include/bkup_backupmanagerlog.h) | 0 | ||||
-rwxr-xr-x | service/native/backup_manager/server/include/bkup_crc32.h (renamed from nsframework/backup_manager/server/include/bkup_crc32.h) | 0 | ||||
-rwxr-xr-x | service/native/backup_manager/server/include/bkup_param.h (renamed from nsframework/backup_manager/server/include/bkup_param.h) | 0 | ||||
-rwxr-xr-x | service/native/backup_manager/server/include/bkup_process.h (renamed from nsframework/backup_manager/server/include/bkup_process.h) | 0 | ||||
-rwxr-xr-x | service/native/backup_manager/server/include/bkup_util.h (renamed from nsframework/backup_manager/server/include/bkup_util.h) | 0 | ||||
-rwxr-xr-x | service/native/backup_manager/server/src/backupmanager_application.cpp (renamed from nsframework/backup_manager/server/src/backupmanager_application.cpp) | 0 | ||||
-rwxr-xr-x | service/native/backup_manager/server/src/backupmanager_main.cpp (renamed from nsframework/backup_manager/server/src/backupmanager_main.cpp) | 0 | ||||
-rwxr-xr-x | service/native/backup_manager/server/src/bkup_crc32.cpp (renamed from nsframework/backup_manager/server/src/bkup_crc32.cpp) | 0 | ||||
-rwxr-xr-x | service/native/backup_manager/server/src/bkup_param.cpp (renamed from nsframework/backup_manager/server/src/bkup_param.cpp) | 0 | ||||
-rwxr-xr-x | service/native/backup_manager/server/src/bkup_process.cpp (renamed from nsframework/backup_manager/server/src/bkup_process.cpp) | 0 | ||||
-rwxr-xr-x | service/native/common_library/LICENSE (renamed from peripheralservice/communication/LICENSE) | 0 | ||||
-rwxr-xr-x | service/native/common_library/Makefile.client (renamed from nsframework/common_library/Makefile.client) | 0 | ||||
-rwxr-xr-x | service/native/common_library/client/Makefile (renamed from nsframework/common_library/client/Makefile) | 0 | ||||
-rwxr-xr-x | service/native/common_library/client/include/cl_cgroup.h (renamed from nsframework/common_library/client/include/cl_cgroup.h) | 0 | ||||
-rwxr-xr-x | service/native/common_library/client/include/cl_error.h (renamed from nsframework/common_library/client/include/cl_error.h) | 0 | ||||
-rwxr-xr-x | service/native/common_library/client/include/cl_lock_internal.h (renamed from nsframework/common_library/client/include/cl_lock_internal.h) | 0 | ||||
-rwxr-xr-x | service/native/common_library/client/include/cl_monitor_internal.h (renamed from nsframework/common_library/client/include/cl_monitor_internal.h) | 0 | ||||
-rwxr-xr-x | service/native/common_library/client/include/cl_process_internal.h (renamed from nsframework/common_library/client/include/cl_process_internal.h) | 0 | ||||
-rwxr-xr-x | service/native/common_library/client/include/native_service/cl_lock.h (renamed from nsframework/common_library/client/include/native_service/cl_lock.h) | 0 | ||||
-rwxr-xr-x | service/native/common_library/client/include/native_service/cl_lockid.h (renamed from nsframework/common_library/client/include/native_service/cl_lockid.h) | 0 | ||||
-rwxr-xr-x | service/native/common_library/client/include/native_service/cl_monitor.h (renamed from nsframework/common_library/client/include/native_service/cl_monitor.h) | 0 | ||||
-rwxr-xr-x | service/native/common_library/client/include/native_service/cl_process.h (renamed from nsframework/common_library/client/include/native_service/cl_process.h) | 0 | ||||
-rwxr-xr-x | service/native/common_library/client/include/native_service/cl_region.h (renamed from nsframework/common_library/client/include/native_service/cl_region.h) | 0 | ||||
-rwxr-xr-x | service/native/common_library/client/include/native_service/cl_sem.h (renamed from nsframework/common_library/client/include/native_service/cl_sem.h) | 0 | ||||
-rwxr-xr-x | service/native/common_library/client/include/native_service/common_library.h (renamed from nsframework/common_library/client/include/native_service/common_library.h) | 0 | ||||
-rwxr-xr-x | service/native/common_library/client/libcommon.ver (renamed from nsframework/common_library/client/libcommon.ver) | 0 | ||||
-rwxr-xr-x | service/native/common_library/client/src/cl_cgroup.c (renamed from nsframework/common_library/client/src/cl_cgroup.c) | 0 | ||||
-rwxr-xr-x | service/native/common_library/client/src/cl_lock.c (renamed from nsframework/common_library/client/src/cl_lock.c) | 0 | ||||
-rwxr-xr-x | service/native/common_library/client/src/cl_monitor.c (renamed from nsframework/common_library/client/src/cl_monitor.c) | 0 | ||||
-rwxr-xr-x | service/native/common_library/client/src/cl_process.c (renamed from nsframework/common_library/client/src/cl_process.c) | 0 | ||||
-rwxr-xr-x | service/native/common_library/client/src/cl_region.c (renamed from nsframework/common_library/client/src/cl_region.c) | 0 | ||||
-rwxr-xr-x | service/native/common_library/client/src/cl_sem.c (renamed from nsframework/common_library/client/src/cl_sem.c) | 0 | ||||
-rwxr-xr-x | service/native/framework_unified/LICENSE (renamed from positioning_hal/LICENSE) | 0 | ||||
-rwxr-xr-x | service/native/framework_unified/Makefile.client (renamed from nsframework/framework_unified/Makefile.client) | 0 | ||||
-rwxr-xr-x | service/native/framework_unified/client/Makefile (renamed from nsframework/framework_unified/client/Makefile) | 0 | ||||
-rwxr-xr-x | service/native/framework_unified/client/NS_ConfigParser/cfg/depends.mk (renamed from nsframework/framework_unified/client/NS_ConfigParser/cfg/depends.mk) | 0 | ||||
-rwxr-xr-x | service/native/framework_unified/client/NS_ConfigParser/include/ns_cfg_internal.h (renamed from nsframework/framework_unified/client/NS_ConfigParser/include/ns_cfg_internal.h) | 0 | ||||
-rwxr-xr-x | service/native/framework_unified/client/NS_ConfigParser/include/ns_cfg_parser.h (renamed from nsframework/framework_unified/client/NS_ConfigParser/include/ns_cfg_parser.h) | 0 | ||||
-rwxr-xr-x | service/native/framework_unified/client/NS_ConfigParser/include/ns_cfg_reader.h (renamed from nsframework/framework_unified/client/NS_ConfigParser/include/ns_cfg_reader.h) | 0 | ||||
-rwxr-xr-x | service/native/framework_unified/client/NS_ConfigParser/include/ns_cfg_writer.h (renamed from nsframework/framework_unified/client/NS_ConfigParser/include/ns_cfg_writer.h) | 0 | ||||
-rwxr-xr-x | service/native/framework_unified/client/NS_ConfigParser/include/ns_config_parser_frameworkunifiedlog.h (renamed from nsframework/framework_unified/client/NS_ConfigParser/include/ns_config_parser_frameworkunifiedlog.h) | 0 | ||||
-rwxr-xr-x | service/native/framework_unified/client/NS_ConfigParser/src/makefile_PosixBasedOS001 (renamed from nsframework/framework_unified/client/NS_ConfigParser/src/makefile_PosixBasedOS001) | 0 | ||||
-rwxr-xr-x | service/native/framework_unified/client/NS_ConfigParser/src/ns_cfg_parser.cpp (renamed from nsframework/framework_unified/client/NS_ConfigParser/src/ns_cfg_parser.cpp) | 0 | ||||
-rwxr-xr-x | service/native/framework_unified/client/NS_ConfigParser/src/ns_cfg_reader.cpp (renamed from nsframework/framework_unified/client/NS_ConfigParser/src/ns_cfg_reader.cpp) | 0 | ||||
-rwxr-xr-x | service/native/framework_unified/client/NS_ConfigParser/src/ns_cfg_writer.cpp (renamed from nsframework/framework_unified/client/NS_ConfigParser/src/ns_cfg_writer.cpp) | 0 | ||||
-rwxr-xr-x | service/native/framework_unified/client/NS_ConfigParser/src/ns_config_reader.cpp (renamed from nsframework/framework_unified/client/NS_ConfigParser/src/ns_config_reader.cpp) | 0 | ||||
-rwxr-xr-x | service/native/framework_unified/client/NS_ConfigParser/src/ns_config_reader_writer.cpp (renamed from nsframework/framework_unified/client/NS_ConfigParser/src/ns_config_reader_writer.cpp) | 0 | ||||
-rwxr-xr-x | service/native/framework_unified/client/NS_ConfigParser/src/ns_config_writer.cpp (renamed from nsframework/framework_unified/client/NS_ConfigParser/src/ns_config_writer.cpp) | 0 | ||||
-rwxr-xr-x | service/native/framework_unified/client/NS_ConfigParser/src/ns_reader.cpp (renamed from nsframework/framework_unified/client/NS_ConfigParser/src/ns_reader.cpp) | 0 | ||||
-rwxr-xr-x | service/native/framework_unified/client/NS_ConfigParser/src/ns_writer.cpp (renamed from nsframework/framework_unified/client/NS_ConfigParser/src/ns_writer.cpp) | 0 | ||||
-rwxr-xr-x | service/native/framework_unified/client/NS_FrameworkCore/cfg/depends.mk (renamed from nsframework/framework_unified/client/NS_FrameworkCore/cfg/depends.mk) | 0 | ||||
-rwxr-xr-x | service/native/framework_unified/client/NS_FrameworkCore/include/frameworkunified_framework_core.h (renamed from nsframework/framework_unified/client/NS_FrameworkCore/include/frameworkunified_framework_core.h) | 0 | ||||
-rwxr-xr-x | service/native/framework_unified/client/NS_FrameworkCore/include/frameworkunified_framework_error_internal.hpp (renamed from nsframework/framework_unified/client/NS_FrameworkCore/include/frameworkunified_framework_error_internal.hpp) | 0 | ||||
-rwxr-xr-x | service/native/framework_unified/client/NS_FrameworkCore/include/frameworkunified_framework_internal.h (renamed from nsframework/framework_unified/client/NS_FrameworkCore/include/frameworkunified_framework_internal.h) | 0 | ||||
-rwxr-xr-x | service/native/framework_unified/client/NS_FrameworkCore/include/frameworkunified_framework_utility.h (renamed from nsframework/framework_unified/client/NS_FrameworkCore/include/frameworkunified_framework_utility.h) | 0 | ||||
-rwxr-xr-x | service/native/framework_unified/client/NS_FrameworkCore/include/frameworkunified_msgprofiler.h (renamed from nsframework/framework_unified/client/NS_FrameworkCore/include/frameworkunified_msgprofiler.h) | 0 | ||||
-rwxr-xr-x | service/native/framework_unified/client/NS_FrameworkCore/include/statemachine/frameworkunified_sm_finalstate.h (renamed from nsframework/framework_unified/client/NS_FrameworkCore/include/statemachine/frameworkunified_sm_finalstate.h) | 0 | ||||
-rwxr-xr-x | service/native/framework_unified/client/NS_FrameworkCore/include/statemachine/frameworkunified_sm_framework_core.h (renamed from nsframework/framework_unified/client/NS_FrameworkCore/include/statemachine/frameworkunified_sm_framework_core.h) | 0 | ||||
-rwxr-xr-x | service/native/framework_unified/client/NS_FrameworkCore/include/statemachine/frameworkunified_sm_multithreading_internal.h (renamed from nsframework/framework_unified/client/NS_FrameworkCore/include/statemachine/frameworkunified_sm_multithreading_internal.h) | 0 | ||||
-rwxr-xr-x | service/native/framework_unified/client/NS_FrameworkCore/src/frameworkunified_dispatcher.cpp (renamed from nsframework/framework_unified/client/NS_FrameworkCore/src/frameworkunified_dispatcher.cpp) | 0 | ||||
-rwxr-xr-x | service/native/framework_unified/client/NS_FrameworkCore/src/frameworkunified_framework_dispatch.cpp (renamed from nsframework/framework_unified/client/NS_FrameworkCore/src/frameworkunified_framework_dispatch.cpp) | 0 | ||||
-rwxr-xr-x | service/native/framework_unified/client/NS_FrameworkCore/src/frameworkunified_framework_error.cpp (renamed from nsframework/framework_unified/client/NS_FrameworkCore/src/frameworkunified_framework_error.cpp) | 0 | ||||
-rwxr-xr-x | service/native/framework_unified/client/NS_FrameworkCore/src/frameworkunified_framework_logger.cpp (renamed from nsframework/framework_unified/client/NS_FrameworkCore/src/frameworkunified_framework_logger.cpp) | 0 | ||||
-rwxr-xr-x | service/native/framework_unified/client/NS_FrameworkCore/src/frameworkunified_framework_message_center.cpp (renamed from nsframework/framework_unified/client/NS_FrameworkCore/src/frameworkunified_framework_message_center.cpp) | 0 | ||||
-rwxr-xr-x | service/native/framework_unified/client/NS_FrameworkCore/src/frameworkunified_framework_npservice.cpp (renamed from nsframework/framework_unified/client/NS_FrameworkCore/src/frameworkunified_framework_npservice.cpp) | 0 | ||||
-rwxr-xr-x | service/native/framework_unified/client/NS_FrameworkCore/src/frameworkunified_framework_session.cpp (renamed from nsframework/framework_unified/client/NS_FrameworkCore/src/frameworkunified_framework_session.cpp) | 0 | ||||
-rwxr-xr-x | service/native/framework_unified/client/NS_FrameworkCore/src/frameworkunified_framework_sync.cpp (renamed from nsframework/framework_unified/client/NS_FrameworkCore/src/frameworkunified_framework_sync.cpp) | 0 | ||||
-rwxr-xr-x | service/native/framework_unified/client/NS_FrameworkCore/src/frameworkunified_framework_system.cpp (renamed from nsframework/framework_unified/client/NS_FrameworkCore/src/frameworkunified_framework_system.cpp) | 0 | ||||
-rwxr-xr-x | service/native/framework_unified/client/NS_FrameworkCore/src/frameworkunified_msgprofiler.cpp (renamed from nsframework/framework_unified/client/NS_FrameworkCore/src/frameworkunified_msgprofiler.cpp) | 0 | ||||
-rwxr-xr-x | service/native/framework_unified/client/NS_FrameworkCore/src/frameworkunified_multithreading.cpp (renamed from nsframework/framework_unified/client/NS_FrameworkCore/src/frameworkunified_multithreading.cpp) | 0 | ||||
-rwxr-xr-x | service/native/framework_unified/client/NS_FrameworkCore/src/frameworkunified_service_if.cpp (renamed from nsframework/framework_unified/client/NS_FrameworkCore/src/frameworkunified_service_if.cpp) | 0 | ||||
-rwxr-xr-x | service/native/framework_unified/client/NS_FrameworkCore/src/frameworkunified_thread_priority.cpp (renamed from nsframework/framework_unified/client/NS_FrameworkCore/src/frameworkunified_thread_priority.cpp) | 0 | ||||
-rwxr-xr-x | service/native/framework_unified/client/NS_FrameworkCore/src/frameworkunified_timer.cpp (renamed from nsframework/framework_unified/client/NS_FrameworkCore/src/frameworkunified_timer.cpp) | 0 | ||||
-rwxr-xr-x | service/native/framework_unified/client/NS_FrameworkCore/src/makefile_PosixBasedOS001 (renamed from nsframework/framework_unified/client/NS_FrameworkCore/src/makefile_PosixBasedOS001) | 0 | ||||
-rwxr-xr-x | service/native/framework_unified/client/NS_FrameworkCore/src/statemachine/frameworkunified_sm_action.cpp (renamed from nsframework/framework_unified/client/NS_FrameworkCore/src/statemachine/frameworkunified_sm_action.cpp) | 0 | ||||
-rwxr-xr-x | service/native/framework_unified/client/NS_FrameworkCore/src/statemachine/frameworkunified_sm_compositestate.cpp (renamed from nsframework/framework_unified/client/NS_FrameworkCore/src/statemachine/frameworkunified_sm_compositestate.cpp) | 0 | ||||
-rwxr-xr-x | service/native/framework_unified/client/NS_FrameworkCore/src/statemachine/frameworkunified_sm_conditionconnector.cpp (renamed from nsframework/framework_unified/client/NS_FrameworkCore/src/statemachine/frameworkunified_sm_conditionconnector.cpp) | 0 | ||||
-rwxr-xr-x | service/native/framework_unified/client/NS_FrameworkCore/src/statemachine/frameworkunified_sm_deephistorystate.cpp (renamed from nsframework/framework_unified/client/NS_FrameworkCore/src/statemachine/frameworkunified_sm_deephistorystate.cpp) | 0 | ||||
-rwxr-xr-x | service/native/framework_unified/client/NS_FrameworkCore/src/statemachine/frameworkunified_sm_dispatcher.cpp (renamed from nsframework/framework_unified/client/NS_FrameworkCore/src/statemachine/frameworkunified_sm_dispatcher.cpp) | 0 | ||||
-rwxr-xr-x | service/native/framework_unified/client/NS_FrameworkCore/src/statemachine/frameworkunified_sm_externaltransition.cpp (renamed from nsframework/framework_unified/client/NS_FrameworkCore/src/statemachine/frameworkunified_sm_externaltransition.cpp) | 0 | ||||
-rwxr-xr-x | service/native/framework_unified/client/NS_FrameworkCore/src/statemachine/frameworkunified_sm_finalstate.cpp (renamed from nsframework/framework_unified/client/NS_FrameworkCore/src/statemachine/frameworkunified_sm_finalstate.cpp) | 0 | ||||
-rwxr-xr-x | service/native/framework_unified/client/NS_FrameworkCore/src/statemachine/frameworkunified_sm_framework_dispatch.cpp (renamed from nsframework/framework_unified/client/NS_FrameworkCore/src/statemachine/frameworkunified_sm_framework_dispatch.cpp) | 0 | ||||
-rwxr-xr-x | service/native/framework_unified/client/NS_FrameworkCore/src/statemachine/frameworkunified_sm_guard.cpp (renamed from nsframework/framework_unified/client/NS_FrameworkCore/src/statemachine/frameworkunified_sm_guard.cpp) | 0 | ||||
-rwxr-xr-x | service/native/framework_unified/client/NS_FrameworkCore/src/statemachine/frameworkunified_sm_historystate.cpp (renamed from nsframework/framework_unified/client/NS_FrameworkCore/src/statemachine/frameworkunified_sm_historystate.cpp) | 0 | ||||
-rwxr-xr-x | service/native/framework_unified/client/NS_FrameworkCore/src/statemachine/frameworkunified_sm_hsm.cpp (renamed from nsframework/framework_unified/client/NS_FrameworkCore/src/statemachine/frameworkunified_sm_hsm.cpp) | 0 | ||||
-rwxr-xr-x | service/native/framework_unified/client/NS_FrameworkCore/src/statemachine/frameworkunified_sm_hsmframework.cpp (renamed from nsframework/framework_unified/client/NS_FrameworkCore/src/statemachine/frameworkunified_sm_hsmframework.cpp) | 0 | ||||
-rwxr-xr-x | service/native/framework_unified/client/NS_FrameworkCore/src/statemachine/frameworkunified_sm_leafstate.cpp (renamed from nsframework/framework_unified/client/NS_FrameworkCore/src/statemachine/frameworkunified_sm_leafstate.cpp) | 0 | ||||
-rwxr-xr-x | service/native/framework_unified/client/NS_FrameworkCore/src/statemachine/frameworkunified_sm_localtransition.cpp (renamed from nsframework/framework_unified/client/NS_FrameworkCore/src/statemachine/frameworkunified_sm_localtransition.cpp) | 0 | ||||
-rwxr-xr-x | service/native/framework_unified/client/NS_FrameworkCore/src/statemachine/frameworkunified_sm_multithreading.cpp (renamed from nsframework/framework_unified/client/NS_FrameworkCore/src/statemachine/frameworkunified_sm_multithreading.cpp) | 0 | ||||
-rwxr-xr-x | service/native/framework_unified/client/NS_FrameworkCore/src/statemachine/frameworkunified_sm_orthogonalstate.cpp (renamed from nsframework/framework_unified/client/NS_FrameworkCore/src/statemachine/frameworkunified_sm_orthogonalstate.cpp) | 0 | ||||
-rwxr-xr-x | service/native/framework_unified/client/NS_FrameworkCore/src/statemachine/frameworkunified_sm_shallowhistorystate.cpp (renamed from nsframework/framework_unified/client/NS_FrameworkCore/src/statemachine/frameworkunified_sm_shallowhistorystate.cpp) | 0 | ||||
-rwxr-xr-x | service/native/framework_unified/client/NS_FrameworkCore/src/statemachine/frameworkunified_sm_state.cpp (renamed from nsframework/framework_unified/client/NS_FrameworkCore/src/statemachine/frameworkunified_sm_state.cpp) | 0 | ||||
-rwxr-xr-x | service/native/framework_unified/client/NS_FrameworkCore/src/statemachine/frameworkunified_sm_transition.cpp (renamed from nsframework/framework_unified/client/NS_FrameworkCore/src/statemachine/frameworkunified_sm_transition.cpp) | 0 | ||||
-rwxr-xr-x | service/native/framework_unified/client/NS_FrameworkCore/src/statemachine/makefile (renamed from nsframework/framework_unified/client/NS_FrameworkCore/src/statemachine/makefile) | 0 | ||||
-rwxr-xr-x | service/native/framework_unified/client/NS_Logger/cfg/depends.mk (renamed from nsframework/framework_unified/client/NS_Logger/cfg/depends.mk) | 0 | ||||
-rwxr-xr-x | service/native/framework_unified/client/NS_Logger/include/frameworkunified_stub.h (renamed from nsframework/framework_unified/client/NS_Logger/include/frameworkunified_stub.h) | 0 | ||||
-rwxr-xr-x | service/native/framework_unified/client/NS_Logger/include/ns_logger_internal.h (renamed from nsframework/framework_unified/client/NS_Logger/include/ns_logger_internal.h) | 0 | ||||
-rwxr-xr-x | service/native/framework_unified/client/NS_Logger/src/makefile_PosixBasedOS001 (renamed from nsframework/framework_unified/client/NS_Logger/src/makefile_PosixBasedOS001) | 0 | ||||
-rwxr-xr-x | service/native/framework_unified/client/NS_Logger/src/ns_logger.cpp (renamed from nsframework/framework_unified/client/NS_Logger/src/ns_logger.cpp) | 0 | ||||
-rwxr-xr-x | service/native/framework_unified/client/NS_Logger/tool/nslogsw.cpp (renamed from nsframework/framework_unified/client/NS_Logger/tool/nslogsw.cpp) | 0 | ||||
-rwxr-xr-x | service/native/framework_unified/client/NS_MessageCenter/cfg/depends.mk (renamed from nsframework/framework_unified/client/NS_MessageCenter/cfg/depends.mk) | 0 | ||||
-rwxr-xr-x | service/native/framework_unified/client/NS_MessageCenter/include/ns_mc_internal.h (renamed from nsframework/framework_unified/client/NS_MessageCenter/include/ns_mc_internal.h) | 0 | ||||
-rwxr-xr-x | service/native/framework_unified/client/NS_MessageCenter/include/ns_message_center_internal.h (renamed from nsframework/framework_unified/client/NS_MessageCenter/include/ns_message_center_internal.h) | 0 | ||||
-rwxr-xr-x | service/native/framework_unified/client/NS_MessageCenter/src/makefile_PosixBasedOS001 (renamed from nsframework/framework_unified/client/NS_MessageCenter/src/makefile_PosixBasedOS001) | 0 | ||||
-rwxr-xr-x | service/native/framework_unified/client/NS_MessageCenter/src/ns_message_center.c (renamed from nsframework/framework_unified/client/NS_MessageCenter/src/ns_message_center.c) | 0 | ||||
-rwxr-xr-x | service/native/framework_unified/client/NS_MessageQueue/cfg/depends.mk (renamed from nsframework/framework_unified/client/NS_MessageQueue/cfg/depends.mk) | 0 | ||||
-rwxr-xr-x | service/native/framework_unified/client/NS_MessageQueue/include/ns_mq_anomaly.h (renamed from nsframework/framework_unified/client/NS_MessageQueue/include/ns_mq_anomaly.h) | 0 | ||||
-rwxr-xr-x | service/native/framework_unified/client/NS_MessageQueue/include/ns_mq_internal.h (renamed from nsframework/framework_unified/client/NS_MessageQueue/include/ns_mq_internal.h) | 0 | ||||
-rwxr-xr-x | service/native/framework_unified/client/NS_MessageQueue/include/ns_msg_queue.h (renamed from nsframework/framework_unified/client/NS_MessageQueue/include/ns_msg_queue.h) | 0 | ||||
-rwxr-xr-x | service/native/framework_unified/client/NS_MessageQueue/src/makefile_PosixBasedOS001 (renamed from nsframework/framework_unified/client/NS_MessageQueue/src/makefile_PosixBasedOS001) | 0 | ||||
-rwxr-xr-x | service/native/framework_unified/client/NS_MessageQueue/src/ns_mq_string.c (renamed from nsframework/framework_unified/client/NS_MessageQueue/src/ns_mq_string.c) | 0 | ||||
-rwxr-xr-x | service/native/framework_unified/client/NS_MessageQueue/src/ns_msg_queue.c (renamed from nsframework/framework_unified/client/NS_MessageQueue/src/ns_msg_queue.c) | 0 | ||||
-rwxr-xr-x | service/native/framework_unified/client/NS_NPServiceIf/cfg/depends.mk (renamed from nsframework/framework_unified/client/NS_NPServiceIf/cfg/depends.mk) | 0 | ||||
-rwxr-xr-x | service/native/framework_unified/client/NS_NPServiceIf/include/ns_np_service_internal.h (renamed from nsframework/framework_unified/client/NS_NPServiceIf/include/ns_np_service_internal.h) | 0 | ||||
-rwxr-xr-x | service/native/framework_unified/client/NS_NPServiceIf/src/makefile_PosixBasedOS001 (renamed from nsframework/framework_unified/client/NS_NPServiceIf/src/makefile_PosixBasedOS001) | 0 | ||||
-rwxr-xr-x | service/native/framework_unified/client/NS_NPServiceIf/src/ns_np_service_api.c (renamed from nsframework/framework_unified/client/NS_NPServiceIf/src/ns_np_service_api.c) | 0 | ||||
-rwxr-xr-x | service/native/framework_unified/client/NS_NPServiceIf/src/ns_np_service_nor_persistence.cpp (renamed from nsframework/framework_unified/client/NS_NPServiceIf/src/ns_np_service_nor_persistence.cpp) | 0 | ||||
-rwxr-xr-x | service/native/framework_unified/client/NS_ResourceControler/src/ns_resource_controler.cpp (renamed from nsframework/framework_unified/client/NS_ResourceControler/src/ns_resource_controler.cpp) | 0 | ||||
-rwxr-xr-x | service/native/framework_unified/client/NS_RingBuffer/src/ns_ringbuffer.cpp (renamed from nsframework/framework_unified/client/NS_RingBuffer/src/ns_ringbuffer.cpp) | 0 | ||||
-rwxr-xr-x | service/native/framework_unified/client/NS_SharedMemIf/api/nsapi_sharedmem.cpp (renamed from nsframework/framework_unified/client/NS_SharedMemIf/api/nsapi_sharedmem.cpp) | 0 | ||||
-rwxr-xr-x | service/native/framework_unified/client/NS_SharedMemIf/cfg/depends.mk (renamed from nsframework/framework_unified/client/NS_SharedMemIf/cfg/depends.mk) | 0 | ||||
-rwxr-xr-x | service/native/framework_unified/client/NS_SharedMemIf/src/makefile_PosixBasedOS001 (renamed from nsframework/framework_unified/client/NS_SharedMemIf/src/makefile_PosixBasedOS001) | 0 | ||||
-rwxr-xr-x | service/native/framework_unified/client/NS_SharedMemIf/src/ns_shared_mem_if.cpp (renamed from nsframework/framework_unified/client/NS_SharedMemIf/src/ns_shared_mem_if.cpp) | 0 | ||||
-rwxr-xr-x | service/native/framework_unified/client/NS_SharedMemIf/src/ns_sharedmem.cpp (renamed from nsframework/framework_unified/client/NS_SharedMemIf/src/ns_sharedmem.cpp) | 0 | ||||
-rwxr-xr-x | service/native/framework_unified/client/NS_SharedMemIf/src/ns_sharedmem_reader.cpp (renamed from nsframework/framework_unified/client/NS_SharedMemIf/src/ns_sharedmem_reader.cpp) | 0 | ||||
-rwxr-xr-x | service/native/framework_unified/client/NS_SharedMemIf/src/ns_sharedmem_writer.cpp (renamed from nsframework/framework_unified/client/NS_SharedMemIf/src/ns_sharedmem_writer.cpp) | 0 | ||||
-rwxr-xr-x | service/native/framework_unified/client/NS_Timer/cfg/depends.mk (renamed from nsframework/framework_unified/client/NS_Timer/cfg/depends.mk) | 0 | ||||
-rwxr-xr-x | service/native/framework_unified/client/NS_Timer/include/ns_timer_handle.h (renamed from nsframework/framework_unified/client/NS_Timer/include/ns_timer_handle.h) | 0 | ||||
-rwxr-xr-x | service/native/framework_unified/client/NS_Timer/include/ns_timer_internal.h (renamed from nsframework/framework_unified/client/NS_Timer/include/ns_timer_internal.h) | 0 | ||||
-rwxr-xr-x | service/native/framework_unified/client/NS_Timer/src/makefile_PosixBasedOS001 (renamed from nsframework/framework_unified/client/NS_Timer/src/makefile_PosixBasedOS001) | 0 | ||||
-rwxr-xr-x | service/native/framework_unified/client/NS_Timer/src/mod_version.c (renamed from nsframework/framework_unified/client/NS_Timer/src/mod_version.c) | 0 | ||||
-rwxr-xr-x | service/native/framework_unified/client/NS_Timer/src/ns_timer.c (renamed from nsframework/framework_unified/client/NS_Timer/src/ns_timer.c) | 0 | ||||
-rwxr-xr-x | service/native/framework_unified/client/NS_Timer/src/ns_timer_class.cpp (renamed from nsframework/framework_unified/client/NS_Timer/src/ns_timer_class.cpp) | 0 | ||||
-rwxr-xr-x | service/native/framework_unified/client/NS_Utility/Makefile (renamed from nsframework/framework_unified/client/NS_Utility/Makefile) | 0 | ||||
-rwxr-xr-x | service/native/framework_unified/client/NS_Utility/buildversioncheck/Makefile (renamed from nsframework/framework_unified/client/NS_Utility/buildversioncheck/Makefile) | 0 | ||||
-rwxr-xr-x | service/native/framework_unified/client/NS_Utility/buildversioncheck/library/Makefile (renamed from nsframework/framework_unified/client/NS_Utility/buildversioncheck/library/Makefile) | 0 | ||||
-rwxr-xr-x | service/native/framework_unified/client/NS_Utility/buildversioncheck/library/src/NS_BuildVersionCheck.cpp (renamed from nsframework/framework_unified/client/NS_Utility/buildversioncheck/library/src/NS_BuildVersionCheck.cpp) | 0 | ||||
-rwxr-xr-x | service/native/framework_unified/client/NS_UtilityCenter/cfg/depends.mk (renamed from nsframework/framework_unified/client/NS_UtilityCenter/cfg/depends.mk) | 0 | ||||
-rwxr-xr-x | service/native/framework_unified/client/NS_UtilityCenter/include/ns_utility_if_internal.h (renamed from nsframework/framework_unified/client/NS_UtilityCenter/include/ns_utility_if_internal.h) | 0 | ||||
-rwxr-xr-x | service/native/framework_unified/client/NS_UtilityCenter/include/ns_utility_sys_internal.hpp (renamed from nsframework/framework_unified/client/NS_UtilityCenter/include/ns_utility_sys_internal.hpp) | 0 | ||||
-rwxr-xr-x | service/native/framework_unified/client/NS_UtilityCenter/src/frameworkunified_version.cpp (renamed from nsframework/framework_unified/client/NS_UtilityCenter/src/frameworkunified_version.cpp) | 0 | ||||
-rwxr-xr-x | service/native/framework_unified/client/NS_UtilityCenter/src/makefile_PosixBasedOS001 (renamed from nsframework/framework_unified/client/NS_UtilityCenter/src/makefile_PosixBasedOS001) | 0 | ||||
-rwxr-xr-x | service/native/framework_unified/client/NS_UtilityCenter/src/ns_endianess.cpp (renamed from nsframework/framework_unified/client/NS_UtilityCenter/src/ns_endianess.cpp) | 0 | ||||
-rwxr-xr-x | service/native/framework_unified/client/NS_UtilityCenter/src/ns_util_crc.cpp (renamed from nsframework/framework_unified/client/NS_UtilityCenter/src/ns_util_crc.cpp) | 0 | ||||
-rwxr-xr-x | service/native/framework_unified/client/NS_UtilityCenter/src/ns_util_directory.cpp (renamed from nsframework/framework_unified/client/NS_UtilityCenter/src/ns_util_directory.cpp) | 0 | ||||
-rwxr-xr-x | service/native/framework_unified/client/NS_UtilityCenter/src/ns_utility.cpp (renamed from nsframework/framework_unified/client/NS_UtilityCenter/src/ns_utility.cpp) | 0 | ||||
-rwxr-xr-x | service/native/framework_unified/client/NS_XMLConfigeParser/Makefile (renamed from nsframework/framework_unified/client/NS_XMLConfigeParser/Makefile) | 0 | ||||
-rwxr-xr-x | service/native/framework_unified/client/NS_XMLConfigeParser/library/Makefile (renamed from nsframework/framework_unified/client/NS_XMLConfigeParser/library/Makefile) | 0 | ||||
-rwxr-xr-x | service/native/framework_unified/client/NS_XMLConfigeParser/library/cfg/depends.mk (renamed from nsframework/framework_unified/client/NS_XMLConfigeParser/library/cfg/depends.mk) | 0 | ||||
-rwxr-xr-x | service/native/framework_unified/client/NS_XMLConfigeParser/library/include/ns_config_parser_XML.h (renamed from nsframework/framework_unified/client/NS_XMLConfigeParser/library/include/ns_config_parser_XML.h) | 0 | ||||
-rwxr-xr-x | service/native/framework_unified/client/NS_XMLConfigeParser/library/include/ns_config_parser_cfg.h (renamed from nsframework/framework_unified/client/NS_XMLConfigeParser/library/include/ns_config_parser_cfg.h) | 0 | ||||
-rwxr-xr-x | service/native/framework_unified/client/NS_XMLConfigeParser/library/include/ns_config_parser_internal.h (renamed from nsframework/framework_unified/client/NS_XMLConfigeParser/library/include/ns_config_parser_internal.h) | 0 | ||||
-rwxr-xr-x | service/native/framework_unified/client/NS_XMLConfigeParser/library/include/ns_xmlconfig_parser_frameworkunifiedlog.h (renamed from nsframework/framework_unified/client/NS_XMLConfigeParser/library/include/ns_xmlconfig_parser_frameworkunifiedlog.h) | 0 | ||||
-rwxr-xr-x | service/native/framework_unified/client/NS_XMLConfigeParser/library/src/Makefile (renamed from nsframework/framework_unified/client/NS_XMLConfigeParser/library/src/Makefile) | 0 | ||||
-rwxr-xr-x | service/native/framework_unified/client/NS_XMLConfigeParser/library/src/makefile_PosixBasedOS001 (renamed from nsframework/framework_unified/client/NS_XMLConfigeParser/library/src/makefile_PosixBasedOS001) | 0 | ||||
-rwxr-xr-x | service/native/framework_unified/client/NS_XMLConfigeParser/library/src/ns_xml_reader.cpp (renamed from nsframework/framework_unified/client/NS_XMLConfigeParser/library/src/ns_xml_reader.cpp) | 0 | ||||
-rwxr-xr-x | service/native/framework_unified/client/NS_XMLConfigeParser/library/src/ns_xml_writer.cpp (renamed from nsframework/framework_unified/client/NS_XMLConfigeParser/library/src/ns_xml_writer.cpp) | 0 | ||||
-rwxr-xr-x | service/native/framework_unified/client/NS_XMLConfigeParser/library/src/ns_xmlparser.cpp (renamed from nsframework/framework_unified/client/NS_XMLConfigeParser/library/src/ns_xmlparser.cpp) | 0 | ||||
-rwxr-xr-x | service/native/framework_unified/client/NS_XMLConfigeParser/library/src/ns_xmlparser_attributes.cpp (renamed from nsframework/framework_unified/client/NS_XMLConfigeParser/library/src/ns_xmlparser_attributes.cpp) | 0 | ||||
-rwxr-xr-x | service/native/framework_unified/client/NS_XMLConfigeParser/library/src/ns_xmlparser_node.cpp (renamed from nsframework/framework_unified/client/NS_XMLConfigeParser/library/src/ns_xmlparser_node.cpp) | 0 | ||||
-rwxr-xr-x | service/native/framework_unified/client/NS__CWORD77__ServiceIf/cfg/depends.mk (renamed from nsframework/framework_unified/client/NS__CWORD77__ServiceIf/cfg/depends.mk) | 0 | ||||
-rwxr-xr-x | service/native/framework_unified/client/NS__CWORD77__ServiceIf/src/frameworkunified__CWORD77__service_if.cpp (renamed from nsframework/framework_unified/client/NS__CWORD77__ServiceIf/src/frameworkunified__CWORD77__service_if.cpp) | 0 | ||||
-rwxr-xr-x | service/native/framework_unified/client/NS__CWORD77__ServiceIf/src/frameworkunified__CWORD77__session_if.cpp (renamed from nsframework/framework_unified/client/NS__CWORD77__ServiceIf/src/frameworkunified__CWORD77__session_if.cpp) | 0 | ||||
-rwxr-xr-x | service/native/framework_unified/client/NS__CWORD77__ServiceIf/src/frameworkunified_stub.h (renamed from nsframework/framework_unified/client/NS__CWORD77__ServiceIf/src/frameworkunified_stub.h) | 0 | ||||
-rwxr-xr-x | service/native/framework_unified/client/NS__CWORD77__ServiceIf/src/makefile_PosixBasedOS001 (renamed from nsframework/framework_unified/client/NS__CWORD77__ServiceIf/src/makefile_PosixBasedOS001) | 0 | ||||
-rwxr-xr-x | service/native/framework_unified/client/NS__CWORD77__ServiceIf/src/ns__CWORD77__common_internal.h (renamed from nsframework/framework_unified/client/NS__CWORD77__ServiceIf/src/ns__CWORD77__common_internal.h) | 0 | ||||
-rwxr-xr-x | service/native/framework_unified/client/NS__CWORD77__ServiceIf/src/ns__CWORD77__data_pool_internal.h (renamed from nsframework/framework_unified/client/NS__CWORD77__ServiceIf/src/ns__CWORD77__data_pool_internal.h) | 0 | ||||
-rwxr-xr-x | service/native/framework_unified/client/NS__CWORD77__ServiceIf/src/ns__CWORD77__data_pool_table.cpp (renamed from nsframework/framework_unified/client/NS__CWORD77__ServiceIf/src/ns__CWORD77__data_pool_table.cpp) | 0 | ||||
-rwxr-xr-x | service/native/framework_unified/client/NativeServices/Makefile (renamed from nsframework/framework_unified/client/NativeServices/Makefile) | 0 | ||||
-rwxr-xr-x | service/native/framework_unified/client/NativeServices/cfg/PosixBasedOS001_arm.mk (renamed from nsframework/framework_unified/client/NativeServices/cfg/PosixBasedOS001_arm.mk) | 0 | ||||
-rwxr-xr-x | service/native/framework_unified/client/NativeServices/cfg/PosixBasedOS001_armv7.mk (renamed from nsframework/framework_unified/client/NativeServices/cfg/PosixBasedOS001_armv7.mk) | 0 | ||||
-rwxr-xr-x | service/native/framework_unified/client/NativeServices/cfg/PosixBasedOS001_x86.mk (renamed from nsframework/framework_unified/client/NativeServices/cfg/PosixBasedOS001_x86.mk) | 0 | ||||
-rwxr-xr-x | service/native/framework_unified/client/NativeServices/cfg/analysis.mk (renamed from nsframework/framework_unified/client/NativeServices/cfg/analysis.mk) | 0 | ||||
-rwxr-xr-x | service/native/framework_unified/client/NativeServices/cfg/common.mk (renamed from nsframework/framework_unified/client/NativeServices/cfg/common.mk) | 0 | ||||
-rwxr-xr-x | service/native/framework_unified/client/NativeServices/cfg/config.mk (renamed from nsframework/framework_unified/client/NativeServices/cfg/config.mk) | 0 | ||||
-rwxr-xr-x | service/native/framework_unified/client/NativeServices/cfg/depends.mk (renamed from nsframework/framework_unified/client/NativeServices/cfg/depends.mk) | 0 | ||||
-rwxr-xr-x | service/native/framework_unified/client/NativeServices/cfg/nativeserviceslibraries.mk (renamed from nsframework/framework_unified/client/NativeServices/cfg/nativeserviceslibraries.mk) | 0 | ||||
-rwxr-xr-x | service/native/framework_unified/client/NativeServices/makefile_PosixBasedOS001 (renamed from nsframework/framework_unified/client/NativeServices/makefile_PosixBasedOS001) | 0 | ||||
-rwxr-xr-x | service/native/framework_unified/client/NativeServices/scfg/ns_filestorage.sql (renamed from nsframework/framework_unified/client/NativeServices/scfg/ns_filestorage.sql) | 0 | ||||
-rwxr-xr-x | service/native/framework_unified/client/NativeServices/scfg/ns_logger_frameworkunifiedlog.cfg (renamed from nsframework/framework_unified/client/NativeServices/scfg/ns_logger_frameworkunifiedlog.cfg) | 0 | ||||
-rwxr-xr-x | service/native/framework_unified/client/NativeServices/scfg/ns_logger_frameworkunifiedlog__CWORD84_.cfg (renamed from nsframework/framework_unified/client/NativeServices/scfg/ns_logger_frameworkunifiedlog__CWORD84_.cfg) | 0 | ||||
-rwxr-xr-x | service/native/framework_unified/client/include/native_service/XMLParser.h (renamed from nsframework/framework_unified/client/include/native_service/XMLParser.h) | 0 | ||||
-rwxr-xr-x | service/native/framework_unified/client/include/native_service/framework_unified.h (renamed from nsframework/framework_unified/client/include/native_service/framework_unified.h) | 0 | ||||
-rwxr-xr-x | service/native/framework_unified/client/include/native_service/frameworkunified__CWORD77__service_if.h (renamed from nsframework/framework_unified/client/include/native_service/frameworkunified__CWORD77__service_if.h) | 0 | ||||
-rwxr-xr-x | service/native/framework_unified/client/include/native_service/frameworkunified__CWORD77__session_if.h (renamed from nsframework/framework_unified/client/include/native_service/frameworkunified__CWORD77__session_if.h) | 0 | ||||
-rwxr-xr-x | service/native/framework_unified/client/include/native_service/frameworkunified_application.h (renamed from nsframework/framework_unified/client/include/native_service/frameworkunified_application.h) | 0 | ||||
-rwxr-xr-x | service/native/framework_unified/client/include/native_service/frameworkunified_dispatcher.h (renamed from nsframework/framework_unified/client/include/native_service/frameworkunified_dispatcher.h) | 0 | ||||
-rwxr-xr-x | service/native/framework_unified/client/include/native_service/frameworkunified_framework_error.hpp (renamed from nsframework/framework_unified/client/include/native_service/frameworkunified_framework_error.hpp) | 0 | ||||
-rwxr-xr-x | service/native/framework_unified/client/include/native_service/frameworkunified_framework_if.h (renamed from nsframework/framework_unified/client/include/native_service/frameworkunified_framework_if.h) | 0 | ||||
-rwxr-xr-x | service/native/framework_unified/client/include/native_service/frameworkunified_framework_sync.h (renamed from nsframework/framework_unified/client/include/native_service/frameworkunified_framework_sync.h) | 0 | ||||
-rwxr-xr-x | service/native/framework_unified/client/include/native_service/frameworkunified_framework_system_if.h (renamed from nsframework/framework_unified/client/include/native_service/frameworkunified_framework_system_if.h) | 0 | ||||
-rwxr-xr-x | service/native/framework_unified/client/include/native_service/frameworkunified_framework_types.h (renamed from nsframework/framework_unified/client/include/native_service/frameworkunified_framework_types.h) | 0 | ||||
-rwxr-xr-x | service/native/framework_unified/client/include/native_service/frameworkunified_multithreading.h (renamed from nsframework/framework_unified/client/include/native_service/frameworkunified_multithreading.h) | 0 | ||||
-rwxr-xr-x | service/native/framework_unified/client/include/native_service/frameworkunified_service_if.h (renamed from nsframework/framework_unified/client/include/native_service/frameworkunified_service_if.h) | 0 | ||||
-rwxr-xr-x | service/native/framework_unified/client/include/native_service/frameworkunified_service_protocol.h (renamed from nsframework/framework_unified/client/include/native_service/frameworkunified_service_protocol.h) | 0 | ||||
-rwxr-xr-x | service/native/framework_unified/client/include/native_service/frameworkunified_sm_action.h (renamed from nsframework/framework_unified/client/include/native_service/frameworkunified_sm_action.h) | 0 | ||||
-rwxr-xr-x | service/native/framework_unified/client/include/native_service/frameworkunified_sm_compositestate.h (renamed from nsframework/framework_unified/client/include/native_service/frameworkunified_sm_compositestate.h) | 0 | ||||
-rwxr-xr-x | service/native/framework_unified/client/include/native_service/frameworkunified_sm_conditionconnector.h (renamed from nsframework/framework_unified/client/include/native_service/frameworkunified_sm_conditionconnector.h) | 0 | ||||
-rwxr-xr-x | service/native/framework_unified/client/include/native_service/frameworkunified_sm_deephistorystate.h (renamed from nsframework/framework_unified/client/include/native_service/frameworkunified_sm_deephistorystate.h) | 0 | ||||
-rwxr-xr-x | service/native/framework_unified/client/include/native_service/frameworkunified_sm_dispatcher.h (renamed from nsframework/framework_unified/client/include/native_service/frameworkunified_sm_dispatcher.h) | 0 | ||||
-rwxr-xr-x | service/native/framework_unified/client/include/native_service/frameworkunified_sm_eventdata.h (renamed from nsframework/framework_unified/client/include/native_service/frameworkunified_sm_eventdata.h) | 0 | ||||
-rwxr-xr-x | service/native/framework_unified/client/include/native_service/frameworkunified_sm_eventfactory.h (renamed from nsframework/framework_unified/client/include/native_service/frameworkunified_sm_eventfactory.h) | 0 | ||||
-rwxr-xr-x | service/native/framework_unified/client/include/native_service/frameworkunified_sm_externaltransition.h (renamed from nsframework/framework_unified/client/include/native_service/frameworkunified_sm_externaltransition.h) | 0 | ||||
-rwxr-xr-x | service/native/framework_unified/client/include/native_service/frameworkunified_sm_framework_dispatch.h (renamed from nsframework/framework_unified/client/include/native_service/frameworkunified_sm_framework_dispatch.h) | 0 | ||||
-rwxr-xr-x | service/native/framework_unified/client/include/native_service/frameworkunified_sm_framework_if.h (renamed from nsframework/framework_unified/client/include/native_service/frameworkunified_sm_framework_if.h) | 0 | ||||
-rwxr-xr-x | service/native/framework_unified/client/include/native_service/frameworkunified_sm_framework_types.h (renamed from nsframework/framework_unified/client/include/native_service/frameworkunified_sm_framework_types.h) | 0 | ||||
-rwxr-xr-x | service/native/framework_unified/client/include/native_service/frameworkunified_sm_guard.h (renamed from nsframework/framework_unified/client/include/native_service/frameworkunified_sm_guard.h) | 0 | ||||
-rwxr-xr-x | service/native/framework_unified/client/include/native_service/frameworkunified_sm_historystate.h (renamed from nsframework/framework_unified/client/include/native_service/frameworkunified_sm_historystate.h) | 0 | ||||
-rwxr-xr-x | service/native/framework_unified/client/include/native_service/frameworkunified_sm_hsm.h (renamed from nsframework/framework_unified/client/include/native_service/frameworkunified_sm_hsm.h) | 0 | ||||
-rwxr-xr-x | service/native/framework_unified/client/include/native_service/frameworkunified_sm_hsmframework.h (renamed from nsframework/framework_unified/client/include/native_service/frameworkunified_sm_hsmframework.h) | 0 | ||||
-rwxr-xr-x | service/native/framework_unified/client/include/native_service/frameworkunified_sm_internaltransition.h (renamed from nsframework/framework_unified/client/include/native_service/frameworkunified_sm_internaltransition.h) | 0 | ||||
-rwxr-xr-x | service/native/framework_unified/client/include/native_service/frameworkunified_sm_leafstate.h (renamed from nsframework/framework_unified/client/include/native_service/frameworkunified_sm_leafstate.h) | 0 | ||||
-rwxr-xr-x | service/native/framework_unified/client/include/native_service/frameworkunified_sm_localtransition.h (renamed from nsframework/framework_unified/client/include/native_service/frameworkunified_sm_localtransition.h) | 0 | ||||
-rwxr-xr-x | service/native/framework_unified/client/include/native_service/frameworkunified_sm_multithreading.h (renamed from nsframework/framework_unified/client/include/native_service/frameworkunified_sm_multithreading.h) | 0 | ||||
-rwxr-xr-x | service/native/framework_unified/client/include/native_service/frameworkunified_sm_orthogonalstate.h (renamed from nsframework/framework_unified/client/include/native_service/frameworkunified_sm_orthogonalstate.h) | 0 | ||||
-rwxr-xr-x | service/native/framework_unified/client/include/native_service/frameworkunified_sm_reaction.h (renamed from nsframework/framework_unified/client/include/native_service/frameworkunified_sm_reaction.h) | 0 | ||||
-rwxr-xr-x | service/native/framework_unified/client/include/native_service/frameworkunified_sm_shallowhistorystate.h (renamed from nsframework/framework_unified/client/include/native_service/frameworkunified_sm_shallowhistorystate.h) | 0 | ||||
-rwxr-xr-x | service/native/framework_unified/client/include/native_service/frameworkunified_sm_state.h (renamed from nsframework/framework_unified/client/include/native_service/frameworkunified_sm_state.h) | 0 | ||||
-rwxr-xr-x | service/native/framework_unified/client/include/native_service/frameworkunified_sm_transition.h (renamed from nsframework/framework_unified/client/include/native_service/frameworkunified_sm_transition.h) | 0 | ||||
-rwxr-xr-x | service/native/framework_unified/client/include/native_service/frameworkunified_thread_priority.h (renamed from nsframework/framework_unified/client/include/native_service/frameworkunified_thread_priority.h) | 0 | ||||
-rwxr-xr-x | service/native/framework_unified/client/include/native_service/frameworkunified_timer.h (renamed from nsframework/framework_unified/client/include/native_service/frameworkunified_timer.h) | 0 | ||||
-rwxr-xr-x | service/native/framework_unified/client/include/native_service/frameworkunified_types.h (renamed from nsframework/framework_unified/client/include/native_service/frameworkunified_types.h) | 0 | ||||
-rwxr-xr-x | service/native/framework_unified/client/include/native_service/ns__CWORD77__common.h (renamed from nsframework/framework_unified/client/include/native_service/ns__CWORD77__common.h) | 0 | ||||
-rwxr-xr-x | service/native/framework_unified/client/include/native_service/ns__CWORD77__data_pool_if.h (renamed from nsframework/framework_unified/client/include/native_service/ns__CWORD77__data_pool_if.h) | 0 | ||||
-rwxr-xr-x | service/native/framework_unified/client/include/native_service/ns__CWORD77__data_pool_key.h (renamed from nsframework/framework_unified/client/include/native_service/ns__CWORD77__data_pool_key.h) | 0 | ||||
-rwxr-xr-x | service/native/framework_unified/client/include/native_service/ns__CWORD77__data_pool_table.h (renamed from nsframework/framework_unified/client/include/native_service/ns__CWORD77__data_pool_table.h) | 0 | ||||
-rwxr-xr-x | service/native/framework_unified/client/include/native_service/ns__CWORD77__notifications.h (renamed from nsframework/framework_unified/client/include/native_service/ns__CWORD77__notifications.h) | 0 | ||||
-rwxr-xr-x | service/native/framework_unified/client/include/native_service/ns__CWORD77__types.h (renamed from nsframework/framework_unified/client/include/native_service/ns__CWORD77__types.h) | 0 | ||||
-rwxr-xr-x | service/native/framework_unified/client/include/native_service/ns_buildversioncheck.hpp (renamed from nsframework/framework_unified/client/include/native_service/ns_buildversioncheck.hpp) | 0 | ||||
-rwxr-xr-x | service/native/framework_unified/client/include/native_service/ns_config_parser_if.h (renamed from nsframework/framework_unified/client/include/native_service/ns_config_parser_if.h) | 0 | ||||
-rwxr-xr-x | service/native/framework_unified/client/include/native_service/ns_endianess.h (renamed from nsframework/framework_unified/client/include/native_service/ns_endianess.h) | 0 | ||||
-rwxr-xr-x | service/native/framework_unified/client/include/native_service/ns_eventlogger.h (renamed from nsframework/framework_unified/client/include/native_service/ns_eventlogger.h) | 0 | ||||
-rwxr-xr-x | service/native/framework_unified/client/include/native_service/ns_logger_if.h (renamed from nsframework/framework_unified/client/include/native_service/ns_logger_if.h) | 0 | ||||
-rwxr-xr-x | service/native/framework_unified/client/include/native_service/ns_mc_system_info.h (renamed from nsframework/framework_unified/client/include/native_service/ns_mc_system_info.h) | 0 | ||||
-rwxr-xr-x | service/native/framework_unified/client/include/native_service/ns_message_center_if.h (renamed from nsframework/framework_unified/client/include/native_service/ns_message_center_if.h) | 0 | ||||
-rwxr-xr-x | service/native/framework_unified/client/include/native_service/ns_msgs.h (renamed from nsframework/framework_unified/client/include/native_service/ns_msgs.h) | 0 | ||||
-rwxr-xr-x | service/native/framework_unified/client/include/native_service/ns_np_service.h (renamed from nsframework/framework_unified/client/include/native_service/ns_np_service.h) | 0 | ||||
-rwxr-xr-x | service/native/framework_unified/client/include/native_service/ns_np_service_if.h (renamed from nsframework/framework_unified/client/include/native_service/ns_np_service_if.h) | 0 | ||||
-rwxr-xr-x | service/native/framework_unified/client/include/native_service/ns_np_service_nor_persistence.h (renamed from nsframework/framework_unified/client/include/native_service/ns_np_service_nor_persistence.h) | 0 | ||||
-rwxr-xr-x | service/native/framework_unified/client/include/native_service/ns_np_service_nor_persistence_internal.h (renamed from nsframework/framework_unified/client/include/native_service/ns_np_service_nor_persistence_internal.h) | 0 | ||||
-rwxr-xr-x | service/native/framework_unified/client/include/native_service/ns_np_service_notification.h (renamed from nsframework/framework_unified/client/include/native_service/ns_np_service_notification.h) | 0 | ||||
-rwxr-xr-x | service/native/framework_unified/client/include/native_service/ns_np_service_protocol.h (renamed from nsframework/framework_unified/client/include/native_service/ns_np_service_protocol.h) | 0 | ||||
-rwxr-xr-x | service/native/framework_unified/client/include/native_service/ns_np_types.h (renamed from nsframework/framework_unified/client/include/native_service/ns_np_types.h) | 0 | ||||
-rwxr-xr-x | service/native/framework_unified/client/include/native_service/ns_plogger_if.h (renamed from nsframework/framework_unified/client/include/native_service/ns_plogger_if.h) | 0 | ||||
-rwxr-xr-x | service/native/framework_unified/client/include/native_service/ns_rcs_data_handler.hpp (renamed from nsframework/framework_unified/client/include/native_service/ns_rcs_data_handler.hpp) | 0 | ||||
-rwxr-xr-x | service/native/framework_unified/client/include/native_service/ns_rcs_logger_types.h (renamed from nsframework/framework_unified/client/include/native_service/ns_rcs_logger_types.h) | 0 | ||||
-rwxr-xr-x | service/native/framework_unified/client/include/native_service/ns_rcs_plugin.hpp (renamed from nsframework/framework_unified/client/include/native_service/ns_rcs_plugin.hpp) | 0 | ||||
-rwxr-xr-x | service/native/framework_unified/client/include/native_service/ns_reader.h (renamed from nsframework/framework_unified/client/include/native_service/ns_reader.h) | 0 | ||||
-rwxr-xr-x | service/native/framework_unified/client/include/native_service/ns_resource_controler.h (renamed from nsframework/framework_unified/client/include/native_service/ns_resource_controler.h) | 0 | ||||
-rwxr-xr-x | service/native/framework_unified/client/include/native_service/ns_ringbuffer.h (renamed from nsframework/framework_unified/client/include/native_service/ns_ringbuffer.h) | 0 | ||||
-rwxr-xr-x | service/native/framework_unified/client/include/native_service/ns_shared_mem.h (renamed from nsframework/framework_unified/client/include/native_service/ns_shared_mem.h) | 0 | ||||
-rwxr-xr-x | service/native/framework_unified/client/include/native_service/ns_shared_mem_if.h (renamed from nsframework/framework_unified/client/include/native_service/ns_shared_mem_if.h) | 0 | ||||
-rwxr-xr-x | service/native/framework_unified/client/include/native_service/ns_sharedmem.h (renamed from nsframework/framework_unified/client/include/native_service/ns_sharedmem.h) | 0 | ||||
-rwxr-xr-x | service/native/framework_unified/client/include/native_service/ns_sharedmem_reader.h (renamed from nsframework/framework_unified/client/include/native_service/ns_sharedmem_reader.h) | 0 | ||||
-rwxr-xr-x | service/native/framework_unified/client/include/native_service/ns_sharedmem_writer.h (renamed from nsframework/framework_unified/client/include/native_service/ns_sharedmem_writer.h) | 0 | ||||
-rwxr-xr-x | service/native/framework_unified/client/include/native_service/ns_system_mode.h (renamed from nsframework/framework_unified/client/include/native_service/ns_system_mode.h) | 0 | ||||
-rwxr-xr-x | service/native/framework_unified/client/include/native_service/ns_timer_if.h (renamed from nsframework/framework_unified/client/include/native_service/ns_timer_if.h) | 0 | ||||
-rwxr-xr-x | service/native/framework_unified/client/include/native_service/ns_timer_if.hpp (renamed from nsframework/framework_unified/client/include/native_service/ns_timer_if.hpp) | 0 | ||||
-rwxr-xr-x | service/native/framework_unified/client/include/native_service/ns_transmit_log.h (renamed from nsframework/framework_unified/client/include/native_service/ns_transmit_log.h) | 0 | ||||
-rwxr-xr-x | service/native/framework_unified/client/include/native_service/ns_util_crc.h (renamed from nsframework/framework_unified/client/include/native_service/ns_util_crc.h) | 0 | ||||
-rwxr-xr-x | service/native/framework_unified/client/include/native_service/ns_util_directory.h (renamed from nsframework/framework_unified/client/include/native_service/ns_util_directory.h) | 0 | ||||
-rwxr-xr-x | service/native/framework_unified/client/include/native_service/ns_utility.hpp (renamed from nsframework/framework_unified/client/include/native_service/ns_utility.hpp) | 0 | ||||
-rwxr-xr-x | service/native/framework_unified/client/include/native_service/ns_utility_if.h (renamed from nsframework/framework_unified/client/include/native_service/ns_utility_if.h) | 0 | ||||
-rwxr-xr-x | service/native/framework_unified/client/include/native_service/ns_utility_sys.hpp (renamed from nsframework/framework_unified/client/include/native_service/ns_utility_sys.hpp) | 0 | ||||
-rwxr-xr-x | service/native/framework_unified/client/include/native_service/ns_version.h (renamed from nsframework/framework_unified/client/include/native_service/ns_version.h) | 0 | ||||
-rwxr-xr-x | service/native/framework_unified/client/include/native_service/ns_version_if.h (renamed from nsframework/framework_unified/client/include/native_service/ns_version_if.h) | 0 | ||||
-rwxr-xr-x | service/native/framework_unified/client/include/native_service/ns_writer.h (renamed from nsframework/framework_unified/client/include/native_service/ns_writer.h) | 0 | ||||
-rwxr-xr-x | service/native/framework_unified/client/include/native_service/ns_xml_reader.h (renamed from nsframework/framework_unified/client/include/native_service/ns_xml_reader.h) | 0 | ||||
-rwxr-xr-x | service/native/framework_unified/client/include/native_service/ns_xml_writer.h (renamed from nsframework/framework_unified/client/include/native_service/ns_xml_writer.h) | 0 | ||||
-rwxr-xr-x | service/native/framework_unified/client/include/native_service/ns_xmlparser_if.h (renamed from nsframework/framework_unified/client/include/native_service/ns_xmlparser_if.h) | 0 | ||||
-rwxr-xr-x | service/native/framework_unified/client/include/native_service/nsfw_message.h (renamed from nsframework/framework_unified/client/include/native_service/nsfw_message.h) | 0 | ||||
-rwxr-xr-x | service/native/framework_unified/client/include/native_service/nslogutil_cmd_if.h (renamed from nsframework/framework_unified/client/include/native_service/nslogutil_cmd_if.h) | 0 | ||||
-rwxr-xr-x | service/native/framework_unified/client/include/native_service/wpf_legacy.h (renamed from nsframework/framework_unified/client/include/native_service/wpf_legacy.h) | 0 | ||||
-rwxr-xr-x | service/native/framework_unified/client/include/ns__CWORD77__template.h (renamed from nsframework/framework_unified/client/include/ns__CWORD77__template.h) | 0 | ||||
-rwxr-xr-x | service/native/framework_unified/client/include/ns_logger_additional_if.h (renamed from nsframework/framework_unified/client/include/ns_logger_additional_if.h) | 0 | ||||
-rwxr-xr-x | service/native/framework_unified/client/include/nsverutil_cmd_if.h (renamed from nsframework/framework_unified/client/include/nsverutil_cmd_if.h) | 0 | ||||
-rwxr-xr-x | service/native/framework_unified/client/libNS_FrameworkUnified.ver (renamed from nsframework/framework_unified/client/libNS_FrameworkUnified.ver) | 0 | ||||
-rwxr-xr-x | service/native/log_library/LICENSE (renamed from power_hal/LICENSE) | 0 | ||||
-rwxr-xr-x | service/native/log_library/Makefile.client (renamed from nsframework/log_library/Makefile.client) | 0 | ||||
-rwxr-xr-x | service/native/log_library/client/Makefile (renamed from nsframework/log_library/client/Makefile) | 0 | ||||
-rwxr-xr-x | service/native/log_library/client/include/loglibrarylog_internal.h (renamed from nsframework/log_library/client/include/loglibrarylog_internal.h) | 0 | ||||
-rwxr-xr-x | service/native/log_library/client/include/native_service/loglibrarylog_if.h (renamed from nsframework/log_library/client/include/native_service/loglibrarylog_if.h) | 0 | ||||
-rwxr-xr-x | service/native/log_library/client/include/native_service/loglibrarylog_library.h (renamed from nsframework/log_library/client/include/native_service/loglibrarylog_library.h) | 0 | ||||
-rwxr-xr-x | service/native/log_library/client/src/loglibrarylog.c (renamed from nsframework/log_library/client/src/loglibrarylog.c) | 0 | ||||
-rwxr-xr-x | service/native/native_service.mk (renamed from nsframework/native_service.mk) | 0 | ||||
-rwxr-xr-x | service/native/notification_persistent_service/LICENSE (renamed from security_hal/LICENSE) | 0 | ||||
-rwxr-xr-x | service/native/notification_persistent_service/Makefile.server (renamed from nsframework/notification_persistent_service/Makefile.server) | 0 | ||||
-rwxr-xr-x | service/native/notification_persistent_service/server/Makefile (renamed from nsframework/notification_persistent_service/server/Makefile) | 0 | ||||
-rwxr-xr-x | service/native/notification_persistent_service/server/include/app_states.h (renamed from nsframework/notification_persistent_service/server/include/app_states.h) | 0 | ||||
-rwxr-xr-x | service/native/notification_persistent_service/server/include/native_service/notification_persistent_service.h (renamed from nsframework/notification_persistent_service/server/include/native_service/notification_persistent_service.h) | 0 | ||||
-rwxr-xr-x | service/native/notification_persistent_service/server/include/ns_npp.h (renamed from nsframework/notification_persistent_service/server/include/ns_npp.h) | 0 | ||||
-rwxr-xr-x | service/native/notification_persistent_service/server/include/ns_npp_binary_accesser.h (renamed from nsframework/notification_persistent_service/server/include/ns_npp_binary_accesser.h) | 0 | ||||
-rwxr-xr-x | service/native/notification_persistent_service/server/include/ns_npp_copy_worker.h (renamed from nsframework/notification_persistent_service/server/include/ns_npp_copy_worker.h) | 0 | ||||
-rwxr-xr-x | service/native/notification_persistent_service/server/include/ns_npp_fs_directory.h (renamed from nsframework/notification_persistent_service/server/include/ns_npp_fs_directory.h) | 0 | ||||
-rwxr-xr-x | service/native/notification_persistent_service/server/include/ns_npp_handlelist.h (renamed from nsframework/notification_persistent_service/server/include/ns_npp_handlelist.h) | 0 | ||||
-rwxr-xr-x | service/native/notification_persistent_service/server/include/ns_npp_nor_persistence_worker_thread.h (renamed from nsframework/notification_persistent_service/server/include/ns_npp_nor_persistence_worker_thread.h) | 0 | ||||
-rwxr-xr-x | service/native/notification_persistent_service/server/include/ns_npp_notification.h (renamed from nsframework/notification_persistent_service/server/include/ns_npp_notification.h) | 0 | ||||
-rwxr-xr-x | service/native/notification_persistent_service/server/include/ns_npp_notification_manager.h (renamed from nsframework/notification_persistent_service/server/include/ns_npp_notification_manager.h) | 0 | ||||
-rwxr-xr-x | service/native/notification_persistent_service/server/include/ns_npp_notification_receiver.h (renamed from nsframework/notification_persistent_service/server/include/ns_npp_notification_receiver.h) | 0 | ||||
-rwxr-xr-x | service/native/notification_persistent_service/server/include/ns_npp_notificationpersistentservicelog.h (renamed from nsframework/notification_persistent_service/server/include/ns_npp_notificationpersistentservicelog.h) | 0 | ||||
-rwxr-xr-x | service/native/notification_persistent_service/server/include/ns_npp_persist_file.h (renamed from nsframework/notification_persistent_service/server/include/ns_npp_persist_file.h) | 0 | ||||
-rwxr-xr-x | service/native/notification_persistent_service/server/include/ns_npp_persist_folder.h (renamed from nsframework/notification_persistent_service/server/include/ns_npp_persist_folder.h) | 0 | ||||
-rwxr-xr-x | service/native/notification_persistent_service/server/include/ns_npp_persistence.h (renamed from nsframework/notification_persistent_service/server/include/ns_npp_persistence.h) | 0 | ||||
-rwxr-xr-x | service/native/notification_persistent_service/server/include/ns_npp_persistence_manager.h (renamed from nsframework/notification_persistent_service/server/include/ns_npp_persistence_manager.h) | 0 | ||||
-rwxr-xr-x | service/native/notification_persistent_service/server/include/ns_npp_persistent_accesser.h (renamed from nsframework/notification_persistent_service/server/include/ns_npp_persistent_accesser.h) | 0 | ||||
-rwxr-xr-x | service/native/notification_persistent_service/server/include/ns_npp_persistent_data.h (renamed from nsframework/notification_persistent_service/server/include/ns_npp_persistent_data.h) | 0 | ||||
-rwxr-xr-x | service/native/notification_persistent_service/server/include/ns_npp_personality.h (renamed from nsframework/notification_persistent_service/server/include/ns_npp_personality.h) | 0 | ||||
-rwxr-xr-x | service/native/notification_persistent_service/server/include/ns_npp_personalization_manager.h (renamed from nsframework/notification_persistent_service/server/include/ns_npp_personalization_manager.h) | 0 | ||||
-rwxr-xr-x | service/native/notification_persistent_service/server/include/ns_npp_profiling_protocols_internal.h (renamed from nsframework/notification_persistent_service/server/include/ns_npp_profiling_protocols_internal.h) | 0 | ||||
-rwxr-xr-x | service/native/notification_persistent_service/server/include/ns_npp_registry_entry.h (renamed from nsframework/notification_persistent_service/server/include/ns_npp_registry_entry.h) | 0 | ||||
-rwxr-xr-x | service/native/notification_persistent_service/server/include/ns_npp_regular_notification.h (renamed from nsframework/notification_persistent_service/server/include/ns_npp_regular_notification.h) | 0 | ||||
-rwxr-xr-x | service/native/notification_persistent_service/server/include/ns_npp_state_nor_persistence_notification.h (renamed from nsframework/notification_persistent_service/server/include/ns_npp_state_nor_persistence_notification.h) | 0 | ||||
-rwxr-xr-x | service/native/notification_persistent_service/server/include/ns_npp_state_notification.h (renamed from nsframework/notification_persistent_service/server/include/ns_npp_state_notification.h) | 0 | ||||
-rwxr-xr-x | service/native/notification_persistent_service/server/include/ns_npp_state_persistence_notification.h (renamed from nsframework/notification_persistent_service/server/include/ns_npp_state_persistence_notification.h) | 0 | ||||
-rwxr-xr-x | service/native/notification_persistent_service/server/include/ns_npp_state_persistence_user_notification.h (renamed from nsframework/notification_persistent_service/server/include/ns_npp_state_persistence_user_notification.h) | 0 | ||||
-rwxr-xr-x | service/native/notification_persistent_service/server/include/ns_npp_threads.h (renamed from nsframework/notification_persistent_service/server/include/ns_npp_threads.h) | 0 | ||||
-rwxr-xr-x | service/native/notification_persistent_service/server/include/ns_npp_types.h (renamed from nsframework/notification_persistent_service/server/include/ns_npp_types.h) | 0 | ||||
-rwxr-xr-x | service/native/notification_persistent_service/server/src/app_states.cpp (renamed from nsframework/notification_persistent_service/server/src/app_states.cpp) | 0 | ||||
-rwxr-xr-x | service/native/notification_persistent_service/server/src/notificationpersistentservice_application.cpp (renamed from nsframework/notification_persistent_service/server/src/notificationpersistentservice_application.cpp) | 0 | ||||
-rwxr-xr-x | service/native/notification_persistent_service/server/src/notificationpersistentservice_main.cpp (renamed from nsframework/notification_persistent_service/server/src/notificationpersistentservice_main.cpp) | 0 | ||||
-rwxr-xr-x | service/native/notification_persistent_service/server/src/ns_npp.cpp (renamed from nsframework/notification_persistent_service/server/src/ns_npp.cpp) | 0 | ||||
-rwxr-xr-x | service/native/notification_persistent_service/server/src/ns_npp_archive.cpp (renamed from nsframework/notification_persistent_service/server/src/ns_npp_archive.cpp) | 0 | ||||
-rwxr-xr-x | service/native/notification_persistent_service/server/src/ns_npp_binary_accesser.cpp (renamed from nsframework/notification_persistent_service/server/src/ns_npp_binary_accesser.cpp) | 0 | ||||
-rwxr-xr-x | service/native/notification_persistent_service/server/src/ns_npp_copy_worker.cpp (renamed from nsframework/notification_persistent_service/server/src/ns_npp_copy_worker.cpp) | 0 | ||||
-rwxr-xr-x | service/native/notification_persistent_service/server/src/ns_npp_fs_directory.cpp (renamed from nsframework/notification_persistent_service/server/src/ns_npp_fs_directory.cpp) | 0 | ||||
-rwxr-xr-x | service/native/notification_persistent_service/server/src/ns_npp_handlelist.cpp (renamed from nsframework/notification_persistent_service/server/src/ns_npp_handlelist.cpp) | 0 | ||||
-rwxr-xr-x | service/native/notification_persistent_service/server/src/ns_npp_nor_persistence_worker_thread.cpp (renamed from nsframework/notification_persistent_service/server/src/ns_npp_nor_persistence_worker_thread.cpp) | 0 | ||||
-rwxr-xr-x | service/native/notification_persistent_service/server/src/ns_npp_notification.cpp (renamed from nsframework/notification_persistent_service/server/src/ns_npp_notification.cpp) | 0 | ||||
-rwxr-xr-x | service/native/notification_persistent_service/server/src/ns_npp_notification_manager.cpp (renamed from nsframework/notification_persistent_service/server/src/ns_npp_notification_manager.cpp) | 0 | ||||
-rwxr-xr-x | service/native/notification_persistent_service/server/src/ns_npp_notification_receiver.cpp (renamed from nsframework/notification_persistent_service/server/src/ns_npp_notification_receiver.cpp) | 0 | ||||
-rwxr-xr-x | service/native/notification_persistent_service/server/src/ns_npp_persist_file.cpp (renamed from nsframework/notification_persistent_service/server/src/ns_npp_persist_file.cpp) | 0 | ||||
-rwxr-xr-x | service/native/notification_persistent_service/server/src/ns_npp_persist_folder.cpp (renamed from nsframework/notification_persistent_service/server/src/ns_npp_persist_folder.cpp) | 0 | ||||
-rwxr-xr-x | service/native/notification_persistent_service/server/src/ns_npp_persistence.cpp (renamed from nsframework/notification_persistent_service/server/src/ns_npp_persistence.cpp) | 0 | ||||
-rwxr-xr-x | service/native/notification_persistent_service/server/src/ns_npp_persistence_manager.cpp (renamed from nsframework/notification_persistent_service/server/src/ns_npp_persistence_manager.cpp) | 0 | ||||
-rwxr-xr-x | service/native/notification_persistent_service/server/src/ns_npp_persistent_data.cpp (renamed from nsframework/notification_persistent_service/server/src/ns_npp_persistent_data.cpp) | 0 | ||||
-rwxr-xr-x | service/native/notification_persistent_service/server/src/ns_npp_personalization_manager.cpp (renamed from nsframework/notification_persistent_service/server/src/ns_npp_personalization_manager.cpp) | 0 | ||||
-rwxr-xr-x | service/native/notification_persistent_service/server/src/ns_npp_registry_entry.cpp (renamed from nsframework/notification_persistent_service/server/src/ns_npp_registry_entry.cpp) | 0 | ||||
-rwxr-xr-x | service/native/notification_persistent_service/server/src/ns_npp_regular_notification.cpp (renamed from nsframework/notification_persistent_service/server/src/ns_npp_regular_notification.cpp) | 0 | ||||
-rwxr-xr-x | service/native/notification_persistent_service/server/src/ns_npp_state_nor_persistence_notification.cpp (renamed from nsframework/notification_persistent_service/server/src/ns_npp_state_nor_persistence_notification.cpp) | 0 | ||||
-rwxr-xr-x | service/native/notification_persistent_service/server/src/ns_npp_state_notification.cpp (renamed from nsframework/notification_persistent_service/server/src/ns_npp_state_notification.cpp) | 0 | ||||
-rwxr-xr-x | service/native/notification_persistent_service/server/src/ns_npp_state_persistence_notification.cpp (renamed from nsframework/notification_persistent_service/server/src/ns_npp_state_persistence_notification.cpp) | 0 | ||||
-rwxr-xr-x | service/native/notification_persistent_service/server/src/ns_npp_state_persistence_user_notification.cpp (renamed from nsframework/notification_persistent_service/server/src/ns_npp_state_persistence_user_notification.cpp) | 0 | ||||
-rwxr-xr-x | service/other/event_library/LICENSE (renamed from soc_temperature_hal/LICENSE) | 0 | ||||
-rwxr-xr-x | service/other/event_library/Makefile.client (renamed from otherservice/event_library/Makefile.client) | 0 | ||||
-rwxr-xr-x | service/other/event_library/library/Makefile (renamed from otherservice/event_library/library/Makefile) | 0 | ||||
-rwxr-xr-x | service/other/event_library/library/include/other_service/ev_lib.h (renamed from otherservice/event_library/library/include/other_service/ev_lib.h) | 0 | ||||
-rwxr-xr-x | service/other/event_library/library/include/other_service/event_library.h (renamed from otherservice/event_library/library/include/other_service/event_library.h) | 0 | ||||
-rwxr-xr-x | service/other/event_library/library/libev.ver (renamed from otherservice/event_library/library/libev.ver) | 0 | ||||
-rwxr-xr-x | service/other/event_library/library/src/ev_lib.c (renamed from otherservice/event_library/library/src/ev_lib.c) | 0 | ||||
-rwxr-xr-x | service/other/other_service.mk (renamed from otherservice/other_service.mk) | 0 | ||||
-rwxr-xr-x | service/other/posix_based_os001_legacy_library/LICENSE (renamed from systemservice/config/LICENSE) | 0 | ||||
-rwxr-xr-x | service/other/posix_based_os001_legacy_library/Makefile.client (renamed from otherservice/posix_based_os001_legacy_library/Makefile.client) | 0 | ||||
-rwxr-xr-x | service/other/posix_based_os001_legacy_library/library/Makefile (renamed from otherservice/posix_based_os001_legacy_library/library/Makefile) | 0 | ||||
-rwxr-xr-x | service/other/posix_based_os001_legacy_library/library/include/other_service/PosixBasedOS001ClockCycleApi.h (renamed from otherservice/posix_based_os001_legacy_library/library/include/other_service/PosixBasedOS001ClockCycleApi.h) | 0 | ||||
-rwxr-xr-x | service/other/posix_based_os001_legacy_library/library/include/other_service/PosixBasedOS001TimeApi.h (renamed from otherservice/posix_based_os001_legacy_library/library/include/other_service/PosixBasedOS001TimeApi.h) | 0 | ||||
-rwxr-xr-x | service/other/posix_based_os001_legacy_library/library/include/other_service/itoa.h (renamed from otherservice/posix_based_os001_legacy_library/library/include/other_service/itoa.h) | 0 | ||||
-rwxr-xr-x | service/other/posix_based_os001_legacy_library/library/include/other_service/posix_based_os001_legacy_library.h (renamed from otherservice/posix_based_os001_legacy_library/library/include/other_service/posix_based_os001_legacy_library.h) | 0 | ||||
-rwxr-xr-x | service/other/posix_based_os001_legacy_library/library/include/other_service/strlcat.h (renamed from otherservice/posix_based_os001_legacy_library/library/include/other_service/strlcat.h) | 0 | ||||
-rwxr-xr-x | service/other/posix_based_os001_legacy_library/library/include/other_service/strlcpy.h (renamed from otherservice/posix_based_os001_legacy_library/library/include/other_service/strlcpy.h) | 0 | ||||
-rwxr-xr-x | service/other/posix_based_os001_legacy_library/library/include/other_service/ultoa.h (renamed from otherservice/posix_based_os001_legacy_library/library/include/other_service/ultoa.h) | 0 | ||||
-rwxr-xr-x | service/other/posix_based_os001_legacy_library/library/src/PosixBasedOS001ClockCycleApi.c (renamed from otherservice/posix_based_os001_legacy_library/library/src/PosixBasedOS001ClockCycleApi.c) | 0 | ||||
-rwxr-xr-x | service/other/posix_based_os001_legacy_library/library/src/PosixBasedOS001TimeApi.c (renamed from otherservice/posix_based_os001_legacy_library/library/src/PosixBasedOS001TimeApi.c) | 0 | ||||
-rwxr-xr-x | service/other/posix_based_os001_legacy_library/library/src/itoa.c (renamed from otherservice/posix_based_os001_legacy_library/library/src/itoa.c) | 0 | ||||
-rwxr-xr-x | service/other/posix_based_os001_legacy_library/library/src/strlcat.c (renamed from otherservice/posix_based_os001_legacy_library/library/src/strlcat.c) | 0 | ||||
-rwxr-xr-x | service/other/posix_based_os001_legacy_library/library/src/strlcpy.c (renamed from otherservice/posix_based_os001_legacy_library/library/src/strlcpy.c) | 0 | ||||
-rwxr-xr-x | service/other/posix_based_os001_legacy_library/library/src/ultoa.c (renamed from otherservice/posix_based_os001_legacy_library/library/src/ultoa.c) | 0 | ||||
-rwxr-xr-x | service/other/rpc_library/LICENSE (renamed from systemservice/interface_unified/LICENSE) | 0 | ||||
-rwxr-xr-x | service/other/rpc_library/Makefile.client (renamed from otherservice/rpc_library/Makefile.client) | 0 | ||||
-rwxr-xr-x | service/other/rpc_library/library/Makefile (renamed from otherservice/rpc_library/library/Makefile) | 0 | ||||
-rwxr-xr-x | service/other/rpc_library/library/include/other_service/rpc.h (renamed from otherservice/rpc_library/library/include/other_service/rpc.h) | 0 | ||||
-rwxr-xr-x | service/other/rpc_library/library/include/other_service/rpc_id.h (renamed from otherservice/rpc_library/library/include/other_service/rpc_id.h) | 0 | ||||
-rwxr-xr-x | service/other/rpc_library/library/include/other_service/rpc_library.h (renamed from otherservice/rpc_library/library/include/other_service/rpc_library.h) | 0 | ||||
-rwxr-xr-x | service/other/rpc_library/library/include/rpc_internal.h (renamed from otherservice/rpc_library/library/include/rpc_internal.h) | 0 | ||||
-rwxr-xr-x | service/other/rpc_library/library/include/rpc_thread.h (renamed from otherservice/rpc_library/library/include/rpc_thread.h) | 0 | ||||
-rwxr-xr-x | service/other/rpc_library/library/include/rpc_udp.h (renamed from otherservice/rpc_library/library/include/rpc_udp.h) | 0 | ||||
-rwxr-xr-x | service/other/rpc_library/library/librpc.ver (renamed from otherservice/rpc_library/library/librpc.ver) | 0 | ||||
-rwxr-xr-x | service/other/rpc_library/library/src/rpc_event.c (renamed from otherservice/rpc_library/library/src/rpc_event.c) | 0 | ||||
-rwxr-xr-x | service/other/rpc_library/library/src/rpc_lib.c (renamed from otherservice/rpc_library/library/src/rpc_lib.c) | 0 | ||||
-rwxr-xr-x | service/other/rpc_library/library/src/rpc_marshall.c (renamed from otherservice/rpc_library/library/src/rpc_marshall.c) | 0 | ||||
-rwxr-xr-x | service/other/rpc_library/library/src/rpc_thread.c (renamed from otherservice/rpc_library/library/src/rpc_thread.c) | 0 | ||||
-rwxr-xr-x | service/other/rpc_library/library/src/rpc_udp.c (renamed from otherservice/rpc_library/library/src/rpc_udp.c) | 0 | ||||
-rwxr-xr-x | service/other/rpc_library/tool/Makefile (renamed from otherservice/rpc_library/tool/Makefile) | 0 | ||||
-rwxr-xr-x | service/other/rpc_library/tool/apidef.cc (renamed from otherservice/rpc_library/tool/apidef.cc) | 0 | ||||
-rwxr-xr-x | service/other/rpc_library/tool/apidef.h (renamed from otherservice/rpc_library/tool/apidef.h) | 0 | ||||
-rwxr-xr-x | service/other/rpc_library/tool/apidef.l (renamed from otherservice/rpc_library/tool/apidef.l) | 0 | ||||
-rwxr-xr-x | service/other/rpc_library/tool/apidef.y (renamed from otherservice/rpc_library/tool/apidef.y) | 0 | ||||
-rwxr-xr-x | service/other/rpc_library/tool_for_arm/Makefile (renamed from otherservice/rpc_library/tool_for_arm/Makefile) | 0 | ||||
-rwxr-xr-x | service/other/vehicle_parameter_library/LICENSE (renamed from systemservice/logger_service/LICENSE) | 0 | ||||
-rwxr-xr-x | service/other/vehicle_parameter_library/Makefile.client (renamed from otherservice/vehicle_parameter_library/Makefile.client) | 0 | ||||
-rwxr-xr-x | service/other/vehicle_parameter_library/library/Makefile (renamed from otherservice/vehicle_parameter_library/library/Makefile) | 0 | ||||
-rwxr-xr-x | service/other/vehicle_parameter_library/library/include/VP_FuncCheck_CanRcv_private.h (renamed from otherservice/vehicle_parameter_library/library/include/VP_FuncCheck_CanRcv_private.h) | 0 | ||||
-rwxr-xr-x | service/other/vehicle_parameter_library/library/include/other_service/VP_FuncCheck_CanRcv.h (renamed from otherservice/vehicle_parameter_library/library/include/other_service/VP_FuncCheck_CanRcv.h) | 0 | ||||
-rwxr-xr-x | service/other/vehicle_parameter_library/library/include/other_service/VP_GetEnv.h (renamed from otherservice/vehicle_parameter_library/library/include/other_service/VP_GetEnv.h) | 0 | ||||
-rwxr-xr-x | service/other/vehicle_parameter_library/library/include/other_service/env_ext.h (renamed from otherservice/vehicle_parameter_library/library/include/other_service/env_ext.h) | 0 | ||||
-rwxr-xr-x | service/other/vehicle_parameter_library/library/include/other_service/env_vehicle.h (renamed from otherservice/vehicle_parameter_library/library/include/other_service/env_vehicle.h) | 0 | ||||
-rwxr-xr-x | service/other/vehicle_parameter_library/library/include/other_service/env_vehicleparameterlibrary.h (renamed from otherservice/vehicle_parameter_library/library/include/other_service/env_vehicleparameterlibrary.h) | 0 | ||||
-rwxr-xr-x | service/other/vehicle_parameter_library/library/include/other_service/env_vehicleparameterlibrary_serial.h (renamed from otherservice/vehicle_parameter_library/library/include/other_service/env_vehicleparameterlibrary_serial.h) | 0 | ||||
-rwxr-xr-x | service/other/vehicle_parameter_library/library/include/other_service/vehicle_parameter_library.h (renamed from otherservice/vehicle_parameter_library/library/include/other_service/vehicle_parameter_library.h) | 0 | ||||
-rwxr-xr-x | service/other/vehicle_parameter_library/library/src/VP_FuncCheck_CanRcv.c (renamed from otherservice/vehicle_parameter_library/library/src/VP_FuncCheck_CanRcv.c) | 0 | ||||
-rwxr-xr-x | service/other/vehicle_parameter_library/library/src/VP_GetEnv.c (renamed from otherservice/vehicle_parameter_library/library/src/VP_GetEnv.c) | 0 | ||||
-rwxr-xr-x | service/peripheral/.gitattributes (renamed from peripheralservice/.gitattributes) | 0 | ||||
-rwxr-xr-x | service/peripheral/communication/LICENSE (renamed from systemservice/power_service/LICENSE) | 0 | ||||
-rwxr-xr-x | service/peripheral/communication/Makefile.client (renamed from peripheralservice/communication/Makefile.client) | 0 | ||||
-rwxr-xr-x | service/peripheral/communication/Makefile.server (renamed from peripheralservice/communication/Makefile.server) | 0 | ||||
-rwxr-xr-x | service/peripheral/communication/client_can/Makefile (renamed from peripheralservice/communication/client_can/Makefile) | 0 | ||||
-rwxr-xr-x | service/peripheral/communication/client_can/include/API_Local_Common.h (renamed from peripheralservice/communication/client_can/include/API_Local_Common.h) | 0 | ||||
-rwxr-xr-x | service/peripheral/communication/client_can/include/Canif_API_Local.h (renamed from peripheralservice/communication/client_can/include/Canif_API_Local.h) | 0 | ||||
-rwxr-xr-x | service/peripheral/communication/client_can/include/Canif_TransmissionData.h (renamed from peripheralservice/communication/client_can/include/Canif_TransmissionData.h) | 0 | ||||
-rwxr-xr-x | service/peripheral/communication/client_can/include/Canif_TransmissionData21PF.h (renamed from peripheralservice/communication/client_can/include/Canif_TransmissionData21PF.h) | 0 | ||||
-rwxr-xr-x | service/peripheral/communication/client_can/include/peripheral_service/Canif_API.h (renamed from peripheralservice/communication/client_can/include/peripheral_service/Canif_API.h) | 0 | ||||
-rwxr-xr-x | service/peripheral/communication/client_can/include/peripheral_service/communication_can.h (renamed from peripheralservice/communication/client_can/include/peripheral_service/communication_can.h) | 0 | ||||
-rwxr-xr-x | service/peripheral/communication/client_can/libCAN_API.ver (renamed from peripheralservice/communication/client_can/libCAN_API.ver) | 0 | ||||
-rwxr-xr-x | service/peripheral/communication/client_can/src/Canif_API.cpp (renamed from peripheralservice/communication/client_can/src/Canif_API.cpp) | 0 | ||||
-rwxr-xr-x | service/peripheral/communication/server/Makefile (renamed from peripheralservice/communication/server/Makefile) | 0 | ||||
-rwxr-xr-x | service/peripheral/communication/server/include/CAN/CommWatch/CAN_CommWatch.h (renamed from peripheralservice/communication/server/include/CAN/CommWatch/CAN_CommWatch.h) | 0 | ||||
-rwxr-xr-x | service/peripheral/communication/server/include/CAN/CommWatch/CommWatchCommon.h (renamed from peripheralservice/communication/server/include/CAN/CommWatch/CommWatchCommon.h) | 0 | ||||
-rwxr-xr-x | service/peripheral/communication/server/include/CAN/Command/CAN_Command.h (renamed from peripheralservice/communication/server/include/CAN/Command/CAN_Command.h) | 0 | ||||
-rwxr-xr-x | service/peripheral/communication/server/include/CAN/Delivery/CAN_Delivery.h (renamed from peripheralservice/communication/server/include/CAN/Delivery/CAN_Delivery.h) | 0 | ||||
-rwxr-xr-x | service/peripheral/communication/server/include/CAN/Delivery/CAN_DeliveryData.h (renamed from peripheralservice/communication/server/include/CAN/Delivery/CAN_DeliveryData.h) | 0 | ||||
-rwxr-xr-x | service/peripheral/communication/server/include/CAN/TxMsg/CAN_TxMsg.h (renamed from peripheralservice/communication/server/include/CAN/TxMsg/CAN_TxMsg.h) | 0 | ||||
-rwxr-xr-x | service/peripheral/communication/server/include/com_error_type.h (renamed from peripheralservice/communication/server/include/com_error_type.h) | 0 | ||||
-rwxr-xr-x | service/peripheral/communication/server/include/main/communication_cid.h (renamed from peripheralservice/communication/server/include/main/communication_cid.h) | 0 | ||||
-rwxr-xr-x | service/peripheral/communication/server/include/main/communication_communicationlog.h (renamed from peripheralservice/communication/server/include/main/communication_communicationlog.h) | 0 | ||||
-rwxr-xr-x | service/peripheral/communication/server/include/main/communication_version.h (renamed from peripheralservice/communication/server/include/main/communication_version.h) | 0 | ||||
-rwxr-xr-x | service/peripheral/communication/server/include/peripheral_service/communication.h (renamed from peripheralservice/communication/server/include/peripheral_service/communication.h) | 0 | ||||
-rwxr-xr-x | service/peripheral/communication/server/include/peripheral_service/communication_notifications.h (renamed from peripheralservice/communication/server/include/peripheral_service/communication_notifications.h) | 0 | ||||
-rwxr-xr-x | service/peripheral/communication/server/include/peripheral_service/ps_services.h (renamed from peripheralservice/communication/server/include/peripheral_service/ps_services.h) | 0 | ||||
-rwxr-xr-x | service/peripheral/communication/server/include/threads/CAN_Thread.h (renamed from peripheralservice/communication/server/include/threads/CAN_Thread.h) | 0 | ||||
-rwxr-xr-x | service/peripheral/communication/server/include/threads/Thread_Common.h (renamed from peripheralservice/communication/server/include/threads/Thread_Common.h) | 0 | ||||
-rwxr-xr-x | service/peripheral/communication/server/src/CAN/CommWatch/CAN_CommWatch.cpp (renamed from peripheralservice/communication/server/src/CAN/CommWatch/CAN_CommWatch.cpp) | 0 | ||||
-rwxr-xr-x | service/peripheral/communication/server/src/CAN/Delivery/CAN_Delivery.cpp (renamed from peripheralservice/communication/server/src/CAN/Delivery/CAN_Delivery.cpp) | 0 | ||||
-rwxr-xr-x | service/peripheral/communication/server/src/CAN/TxMsg/CAN_TxMsg.cpp (renamed from peripheralservice/communication/server/src/CAN/TxMsg/CAN_TxMsg.cpp) | 0 | ||||
-rwxr-xr-x | service/peripheral/communication/server/src/main/communication_application.cpp (renamed from peripheralservice/communication/server/src/main/communication_application.cpp) | 0 | ||||
-rwxr-xr-x | service/peripheral/communication/server/src/main/communication_main.cpp (renamed from peripheralservice/communication/server/src/main/communication_main.cpp) | 0 | ||||
-rwxr-xr-x | service/peripheral/communication/server/src/threads/CAN_Thread.cpp (renamed from peripheralservice/communication/server/src/threads/CAN_Thread.cpp) | 0 | ||||
-rwxr-xr-x | service/peripheral/communication/server/src/threads/Thread_Common.cpp (renamed from peripheralservice/communication/server/src/threads/Thread_Common.cpp) | 0 | ||||
-rwxr-xr-x | service/peripheral/peripheral_service.mk (renamed from peripheralservice/peripheral_service.mk) | 0 | ||||
-rwxr-xr-x | service/system/config/LICENSE (renamed from systemservice/resource_manager/LICENSE) | 0 | ||||
-rwxr-xr-x | service/system/config/Makefile.client (renamed from systemservice/config/Makefile.client) | 0 | ||||
-rwxr-xr-x | service/system/config/library/Makefile (renamed from systemservice/config/library/Makefile) | 0 | ||||
-rwxr-xr-x | service/system/config/library/system_manager_config/Makefile (renamed from systemservice/config/library/system_manager_config/Makefile) | 0 | ||||
-rwxr-xr-x | service/system/config/library/system_manager_config/include/system_service/ss_access_if_private.h (renamed from systemservice/config/library/system_manager_config/include/system_service/ss_access_if_private.h) | 0 | ||||
-rwxr-xr-x | service/system/config/library/system_manager_config/include/system_service/ss_package.h (renamed from systemservice/config/library/system_manager_config/include/system_service/ss_package.h) | 0 | ||||
-rwxr-xr-x | service/system/config/library/system_manager_config/include/system_service/ss_system_manager_conf.h (renamed from systemservice/config/library/system_manager_config/include/system_service/ss_system_manager_conf.h) | 0 | ||||
-rwxr-xr-x | service/system/config/library/system_manager_config/include/system_service/system_manager_config.h (renamed from systemservice/config/library/system_manager_config/include/system_service/system_manager_config.h) | 0 | ||||
-rwxr-xr-x | service/system/config/library/system_manager_config/last2order/Makefile (renamed from systemservice/config/library/system_manager_config/last2order/Makefile) | 0 | ||||
-rwxr-xr-x | service/system/config/library/system_manager_config/last2order/sm_last2order.cfo (renamed from systemservice/config/library/system_manager_config/last2order/sm_last2order.cfo) | bin | 8 -> 8 bytes | |||
-rwxr-xr-x | service/system/config/library/system_manager_config/last2order/tool/mklast2ordertbl.pl (renamed from systemservice/config/library/system_manager_config/last2order/tool/mklast2ordertbl.pl) | 0 | ||||
-rwxr-xr-x | service/system/config/library/system_manager_config/order/Makefile (renamed from systemservice/config/library/system_manager_config/order/Makefile) | 0 | ||||
-rwxr-xr-x | service/system/config/library/system_manager_config/order/launch_order_body.xml (renamed from systemservice/config/library/system_manager_config/order/launch_order_body.xml) | 0 | ||||
-rwxr-xr-x | service/system/config/library/system_manager_config/order/launch_order_main.xml (renamed from systemservice/config/library/system_manager_config/order/launch_order_main.xml) | 0 | ||||
-rwxr-xr-x | service/system/config/library/system_manager_config/order/launch_order_xml2cfg.pl (renamed from systemservice/config/library/system_manager_config/order/launch_order_xml2cfg.pl) | 0 | ||||
-rwxr-xr-x | service/system/config/library/system_manager_config/order/system_launcher_main.order.cfg (renamed from systemservice/config/library/system_manager_config/order/system_launcher_main.order.cfg) | 0 | ||||
-rwxr-xr-x | service/system/config/library/system_manager_config/order/system_launcher_main.xml (renamed from systemservice/config/library/system_manager_config/order/system_launcher_main.xml) | 0 | ||||
-rwxr-xr-x | service/system/config/library/system_manager_config/src/Makefile (renamed from systemservice/config/library/system_manager_config/src/Makefile) | 0 | ||||
-rwxr-xr-x | service/system/config/library/system_manager_config/src/libsssmcfg.ver (renamed from systemservice/config/library/system_manager_config/src/libsssmcfg.ver) | 0 | ||||
-rwxr-xr-x | service/system/config/library/system_manager_config/src/ss_system_manager_conf.cpp (renamed from systemservice/config/library/system_manager_config/src/ss_system_manager_conf.cpp) | 0 | ||||
-rwxr-xr-x | service/system/config/library/system_manager_config/xml/Makefile (renamed from systemservice/config/library/system_manager_config/xml/Makefile) | 0 | ||||
-rwxr-xr-x | service/system/config/library/system_manager_config/xml/launch_cfg2xml.sh (renamed from systemservice/config/library/system_manager_config/xml/launch_cfg2xml.sh) | 0 | ||||
-rwxr-xr-x | service/system/config/library/system_manager_config/xml/launch_xml2cfg.sh (renamed from systemservice/config/library/system_manager_config/xml/launch_xml2cfg.sh) | 0 | ||||
-rwxr-xr-x | service/system/config/library/system_manager_config/xml/sm_launch_agl.cfg (renamed from systemservice/config/library/system_manager_config/xml/sm_launch_agl.cfg) | 0 | ||||
-rwxr-xr-x | service/system/config/library/system_manager_config/xml/sm_launch_agl.xml (renamed from systemservice/config/library/system_manager_config/xml/sm_launch_agl.xml) | 0 | ||||
-rwxr-xr-x | service/system/interface_unified/LICENSE (renamed from systemservice/rom_access_library/LICENSE) | 0 | ||||
-rwxr-xr-x | service/system/interface_unified/Makefile.client (renamed from systemservice/interface_unified/Makefile.client) | 0 | ||||
-rwxr-xr-x | service/system/interface_unified/library/Makefile (renamed from systemservice/interface_unified/library/Makefile) | 0 | ||||
-rwxr-xr-x | service/system/interface_unified/library/include/ss_devicedetection_service_if_interfaceunifiedlog.h (renamed from systemservice/interface_unified/library/include/ss_devicedetection_service_if_interfaceunifiedlog.h) | 0 | ||||
-rwxr-xr-x | service/system/interface_unified/library/include/ss_last_to_order_local.h (renamed from systemservice/interface_unified/library/include/ss_last_to_order_local.h) | 0 | ||||
-rwxr-xr-x | service/system/interface_unified/library/include/ss_logger_service_if_interfaceunifiedlog.h (renamed from systemservice/interface_unified/library/include/ss_logger_service_if_interfaceunifiedlog.h) | 0 | ||||
-rwxr-xr-x | service/system/interface_unified/library/include/ss_power_if_interfaceunifiedlog.h (renamed from systemservice/interface_unified/library/include/ss_power_if_interfaceunifiedlog.h) | 0 | ||||
-rwxr-xr-x | service/system/interface_unified/library/include/ss_system_if_interfaceunifiedlog.h (renamed from systemservice/interface_unified/library/include/ss_system_if_interfaceunifiedlog.h) | 0 | ||||
-rwxr-xr-x | service/system/interface_unified/library/include/ss_system_timer_local.h (renamed from systemservice/interface_unified/library/include/ss_system_timer_local.h) | 0 | ||||
-rwxr-xr-x | service/system/interface_unified/library/include/system_service/interface_unified.h (renamed from systemservice/interface_unified/library/include/system_service/interface_unified.h) | 0 | ||||
-rwxr-xr-x | service/system/interface_unified/library/include/system_service/interfaceunified_system_application.h (renamed from systemservice/interface_unified/library/include/system_service/interfaceunified_system_application.h) | 0 | ||||
-rwxr-xr-x | service/system/interface_unified/library/include/system_service/interfaceunified_system_types.h (renamed from systemservice/interface_unified/library/include/system_service/interfaceunified_system_types.h) | 0 | ||||
-rwxr-xr-x | service/system/interface_unified/library/include/system_service/ss_boot_map.h (renamed from systemservice/interface_unified/library/include/system_service/ss_boot_map.h) | 0 | ||||
-rwxr-xr-x | service/system/interface_unified/library/include/system_service/ss_client_names.h (renamed from systemservice/interface_unified/library/include/system_service/ss_client_names.h) | 0 | ||||
-rwxr-xr-x | service/system/interface_unified/library/include/system_service/ss_devicedetection_service.h (renamed from systemservice/interface_unified/library/include/system_service/ss_devicedetection_service.h) | 0 | ||||
-rwxr-xr-x | service/system/interface_unified/library/include/system_service/ss_devicedetection_service_ifc.h (renamed from systemservice/interface_unified/library/include/system_service/ss_devicedetection_service_ifc.h) | 0 | ||||
-rwxr-xr-x | service/system/interface_unified/library/include/system_service/ss_devicedetection_service_local.h (renamed from systemservice/interface_unified/library/include/system_service/ss_devicedetection_service_local.h) | 0 | ||||
-rwxr-xr-x | service/system/interface_unified/library/include/system_service/ss_devicedetection_service_notifications.h (renamed from systemservice/interface_unified/library/include/system_service/ss_devicedetection_service_notifications.h) | 0 | ||||
-rwxr-xr-x | service/system/interface_unified/library/include/system_service/ss_devicedetection_service_protocol.h (renamed from systemservice/interface_unified/library/include/system_service/ss_devicedetection_service_protocol.h) | 0 | ||||
-rwxr-xr-x | service/system/interface_unified/library/include/system_service/ss_devicedetection_service_protocol_local.h (renamed from systemservice/interface_unified/library/include/system_service/ss_devicedetection_service_protocol_local.h) | 0 | ||||
-rwxr-xr-x | service/system/interface_unified/library/include/system_service/ss_devicedetection_service_types.h (renamed from systemservice/interface_unified/library/include/system_service/ss_devicedetection_service_types.h) | 0 | ||||
-rwxr-xr-x | service/system/interface_unified/library/include/system_service/ss_devicedetection_service_types_local.h (renamed from systemservice/interface_unified/library/include/system_service/ss_devicedetection_service_types_local.h) | 0 | ||||
-rwxr-xr-x | service/system/interface_unified/library/include/system_service/ss_error_event_common.h (renamed from systemservice/interface_unified/library/include/system_service/ss_error_event_common.h) | 0 | ||||
-rwxr-xr-x | service/system/interface_unified/library/include/system_service/ss_error_event_common_local.h (renamed from systemservice/interface_unified/library/include/system_service/ss_error_event_common_local.h) | 0 | ||||
-rwxr-xr-x | service/system/interface_unified/library/include/system_service/ss_error_message.h (renamed from systemservice/interface_unified/library/include/system_service/ss_error_message.h) | 0 | ||||
-rwxr-xr-x | service/system/interface_unified/library/include/system_service/ss_heartbeat_if.h (renamed from systemservice/interface_unified/library/include/system_service/ss_heartbeat_if.h) | 0 | ||||
-rwxr-xr-x | service/system/interface_unified/library/include/system_service/ss_heartbeat_notifications.h (renamed from systemservice/interface_unified/library/include/system_service/ss_heartbeat_notifications.h) | 0 | ||||
-rwxr-xr-x | service/system/interface_unified/library/include/system_service/ss_heartbeat_service_protocol.h (renamed from systemservice/interface_unified/library/include/system_service/ss_heartbeat_service_protocol.h) | 0 | ||||
-rwxr-xr-x | service/system/interface_unified/library/include/system_service/ss_last_to_order.h (renamed from systemservice/interface_unified/library/include/system_service/ss_last_to_order.h) | 0 | ||||
-rwxr-xr-x | service/system/interface_unified/library/include/system_service/ss_logger_service.h (renamed from systemservice/interface_unified/library/include/system_service/ss_logger_service.h) | 0 | ||||
-rwxr-xr-x | service/system/interface_unified/library/include/system_service/ss_logger_service_ifc.h (renamed from systemservice/interface_unified/library/include/system_service/ss_logger_service_ifc.h) | 0 | ||||
-rwxr-xr-x | service/system/interface_unified/library/include/system_service/ss_logger_service_local.h (renamed from systemservice/interface_unified/library/include/system_service/ss_logger_service_local.h) | 0 | ||||
-rwxr-xr-x | service/system/interface_unified/library/include/system_service/ss_logger_service_notifications.h (renamed from systemservice/interface_unified/library/include/system_service/ss_logger_service_notifications.h) | 0 | ||||
-rwxr-xr-x | service/system/interface_unified/library/include/system_service/ss_logger_service_protocol.h (renamed from systemservice/interface_unified/library/include/system_service/ss_logger_service_protocol.h) | 0 | ||||
-rwxr-xr-x | service/system/interface_unified/library/include/system_service/ss_logger_store_logs.h (renamed from systemservice/interface_unified/library/include/system_service/ss_logger_store_logs.h) | 0 | ||||
-rwxr-xr-x | service/system/interface_unified/library/include/system_service/ss_power_service.h (renamed from systemservice/interface_unified/library/include/system_service/ss_power_service.h) | 0 | ||||
-rwxr-xr-x | service/system/interface_unified/library/include/system_service/ss_power_service_if.h (renamed from systemservice/interface_unified/library/include/system_service/ss_power_service_if.h) | 0 | ||||
-rwxr-xr-x | service/system/interface_unified/library/include/system_service/ss_power_service_local.h (renamed from systemservice/interface_unified/library/include/system_service/ss_power_service_local.h) | 0 | ||||
-rwxr-xr-x | service/system/interface_unified/library/include/system_service/ss_power_service_notifications.h (renamed from systemservice/interface_unified/library/include/system_service/ss_power_service_notifications.h) | 0 | ||||
-rwxr-xr-x | service/system/interface_unified/library/include/system_service/ss_power_service_notifications_local.h (renamed from systemservice/interface_unified/library/include/system_service/ss_power_service_notifications_local.h) | 0 | ||||
-rwxr-xr-x | service/system/interface_unified/library/include/system_service/ss_power_service_protocol.h (renamed from systemservice/interface_unified/library/include/system_service/ss_power_service_protocol.h) | 0 | ||||
-rwxr-xr-x | service/system/interface_unified/library/include/system_service/ss_services.h (renamed from systemservice/interface_unified/library/include/system_service/ss_services.h) | 0 | ||||
-rwxr-xr-x | service/system/interface_unified/library/include/system_service/ss_sm_client_if.h (renamed from systemservice/interface_unified/library/include/system_service/ss_sm_client_if.h) | 0 | ||||
-rwxr-xr-x | service/system/interface_unified/library/include/system_service/ss_sm_client_if_local.h (renamed from systemservice/interface_unified/library/include/system_service/ss_sm_client_if_local.h) | 0 | ||||
-rwxr-xr-x | service/system/interface_unified/library/include/system_service/ss_sm_thread_names.h (renamed from systemservice/interface_unified/library/include/system_service/ss_sm_thread_names.h) | 0 | ||||
-rwxr-xr-x | service/system/interface_unified/library/include/system_service/ss_sm_thread_names_local.h (renamed from systemservice/interface_unified/library/include/system_service/ss_sm_thread_names_local.h) | 0 | ||||
-rwxr-xr-x | service/system/interface_unified/library/include/system_service/ss_string_maps.h (renamed from systemservice/interface_unified/library/include/system_service/ss_string_maps.h) | 0 | ||||
-rwxr-xr-x | service/system/interface_unified/library/include/system_service/ss_sys_boot_area_map.h (renamed from systemservice/interface_unified/library/include/system_service/ss_sys_boot_area_map.h) | 0 | ||||
-rwxr-xr-x | service/system/interface_unified/library/include/system_service/ss_system_if.h (renamed from systemservice/interface_unified/library/include/system_service/ss_system_if.h) | 0 | ||||
-rwxr-xr-x | service/system/interface_unified/library/include/system_service/ss_system_manager_if.h (renamed from systemservice/interface_unified/library/include/system_service/ss_system_manager_if.h) | 0 | ||||
-rwxr-xr-x | service/system/interface_unified/library/include/system_service/ss_system_manager_if_local.h (renamed from systemservice/interface_unified/library/include/system_service/ss_system_manager_if_local.h) | 0 | ||||
-rwxr-xr-x | service/system/interface_unified/library/include/system_service/ss_system_manager_notifications.h (renamed from systemservice/interface_unified/library/include/system_service/ss_system_manager_notifications.h) | 0 | ||||
-rwxr-xr-x | service/system/interface_unified/library/include/system_service/ss_system_manager_notifications_local.h (renamed from systemservice/interface_unified/library/include/system_service/ss_system_manager_notifications_local.h) | 0 | ||||
-rwxr-xr-x | service/system/interface_unified/library/include/system_service/ss_system_manager_protocol.h (renamed from systemservice/interface_unified/library/include/system_service/ss_system_manager_protocol.h) | 0 | ||||
-rwxr-xr-x | service/system/interface_unified/library/include/system_service/ss_system_manager_protocol_local.h (renamed from systemservice/interface_unified/library/include/system_service/ss_system_manager_protocol_local.h) | 0 | ||||
-rwxr-xr-x | service/system/interface_unified/library/include/system_service/ss_system_process.h (renamed from systemservice/interface_unified/library/include/system_service/ss_system_process.h) | 0 | ||||
-rwxr-xr-x | service/system/interface_unified/library/include/system_service/ss_system_timer.h (renamed from systemservice/interface_unified/library/include/system_service/ss_system_timer.h) | 0 | ||||
-rwxr-xr-x | service/system/interface_unified/library/include/system_service/ss_system_types.h (renamed from systemservice/interface_unified/library/include/system_service/ss_system_types.h) | 0 | ||||
-rwxr-xr-x | service/system/interface_unified/library/include/system_service/ss_templates.h (renamed from systemservice/interface_unified/library/include/system_service/ss_templates.h) | 0 | ||||
-rwxr-xr-x | service/system/interface_unified/library/include/system_service/ss_test_clients.h (renamed from systemservice/interface_unified/library/include/system_service/ss_test_clients.h) | 0 | ||||
-rwxr-xr-x | service/system/interface_unified/library/include/system_service/ss_version.h (renamed from systemservice/interface_unified/library/include/system_service/ss_version.h) | 0 | ||||
-rwxr-xr-x | service/system/interface_unified/library/src/libSS_SystemIfUnified.ver (renamed from systemservice/interface_unified/library/src/libSS_SystemIfUnified.ver) | 0 | ||||
-rwxr-xr-x | service/system/interface_unified/library/src/makefile_PosixBasedOS001 (renamed from systemservice/interface_unified/library/src/makefile_PosixBasedOS001) | 0 | ||||
-rwxr-xr-x | service/system/interface_unified/library/src/ss_devicedetection_service_ifc.cpp (renamed from systemservice/interface_unified/library/src/ss_devicedetection_service_ifc.cpp) | 0 | ||||
-rwxr-xr-x | service/system/interface_unified/library/src/ss_framework_if.cpp (renamed from systemservice/interface_unified/library/src/ss_framework_if.cpp) | 0 | ||||
-rwxr-xr-x | service/system/interface_unified/library/src/ss_heartbeat_client.cpp (renamed from systemservice/interface_unified/library/src/ss_heartbeat_client.cpp) | 0 | ||||
-rwxr-xr-x | service/system/interface_unified/library/src/ss_last_to_order.cpp (renamed from systemservice/interface_unified/library/src/ss_last_to_order.cpp) | 0 | ||||
-rwxr-xr-x | service/system/interface_unified/library/src/ss_logger_service_ifc.cpp (renamed from systemservice/interface_unified/library/src/ss_logger_service_ifc.cpp) | 0 | ||||
-rwxr-xr-x | service/system/interface_unified/library/src/ss_power_client.cpp (renamed from systemservice/interface_unified/library/src/ss_power_client.cpp) | 0 | ||||
-rwxr-xr-x | service/system/interface_unified/library/src/ss_pwrsvc_if.cpp (renamed from systemservice/interface_unified/library/src/ss_pwrsvc_if.cpp) | 0 | ||||
-rwxr-xr-x | service/system/interface_unified/library/src/ss_sm_client.cpp (renamed from systemservice/interface_unified/library/src/ss_sm_client.cpp) | 0 | ||||
-rwxr-xr-x | service/system/interface_unified/library/src/ss_string_maps.cpp (renamed from systemservice/interface_unified/library/src/ss_string_maps.cpp) | 0 | ||||
-rwxr-xr-x | service/system/interface_unified/library/src/ss_system_process.cpp (renamed from systemservice/interface_unified/library/src/ss_system_process.cpp) | 0 | ||||
-rwxr-xr-x | service/system/interface_unified/library/src/ss_system_timer.cpp (renamed from systemservice/interface_unified/library/src/ss_system_timer.cpp) | 0 | ||||
-rwxr-xr-x | service/system/interface_unified/scfg/gpf_ss_cpu_mon_config.cfg (renamed from systemservice/interface_unified/scfg/gpf_ss_cpu_mon_config.cfg) | 0 | ||||
-rwxr-xr-x | service/system/interface_unified/scfg/gpf_ss_ps_config.cfg (renamed from systemservice/interface_unified/scfg/gpf_ss_ps_config.cfg) | 0 | ||||
-rwxr-xr-x | service/system/interface_unified/scfg/gpf_ss_showmem.cfg (renamed from systemservice/interface_unified/scfg/gpf_ss_showmem.cfg) | 0 | ||||
-rwxr-xr-x | service/system/interface_unified/scfg/ss_cpu_high_load_monitor.cfg (renamed from systemservice/interface_unified/scfg/ss_cpu_high_load_monitor.cfg) | 0 | ||||
-rwxr-xr-x | service/system/interface_unified/scfg/ss_logger.cfg (renamed from systemservice/interface_unified/scfg/ss_logger.cfg) | 0 | ||||
-rwxr-xr-x | service/system/interface_unified/scfg/system_launch_flashloader.cfg (renamed from systemservice/interface_unified/scfg/system_launch_flashloader.cfg) | 0 | ||||
-rwxr-xr-x | service/system/interface_unified/scfg_pram/gpf_ss_sm_config_data.cfg (renamed from systemservice/interface_unified/scfg_pram/gpf_ss_sm_config_data.cfg) | 0 | ||||
-rwxr-xr-x | service/system/logger_service/LICENSE (renamed from systemservice/system_manager/LICENSE) | 0 | ||||
-rwxr-xr-x | service/system/logger_service/Makefile.server (renamed from systemservice/logger_service/Makefile.server) | 0 | ||||
-rwxr-xr-x | service/system/logger_service/server/Makefile (renamed from systemservice/logger_service/server/Makefile) | 0 | ||||
-rwxr-xr-x | service/system/logger_service/server/SS_LoggerService.conf_bin (renamed from systemservice/logger_service/server/SS_LoggerService.conf_bin) | 0 | ||||
-rwxr-xr-x | service/system/logger_service/server/include/loggerservicedebug_loggerservicelog.h (renamed from systemservice/logger_service/server/include/loggerservicedebug_loggerservicelog.h) | 0 | ||||
-rwxr-xr-x | service/system/logger_service/server/include/loggerservicedebug_thread_if.h (renamed from systemservice/logger_service/server/include/loggerservicedebug_thread_if.h) | 0 | ||||
-rwxr-xr-x | service/system/logger_service/server/include/loggerservicedebug_writer_Evntworker.h (renamed from systemservice/logger_service/server/include/loggerservicedebug_writer_Evntworker.h) | 0 | ||||
-rwxr-xr-x | service/system/logger_service/server/include/readerWriter/reader/mem_reader.h (renamed from systemservice/logger_service/server/include/readerWriter/reader/mem_reader.h) | 0 | ||||
-rwxr-xr-x | service/system/logger_service/server/include/readerWriter/reader/queue_reader.h (renamed from systemservice/logger_service/server/include/readerWriter/reader/queue_reader.h) | 0 | ||||
-rwxr-xr-x | service/system/logger_service/server/include/readerWriter/reader/reader.h (renamed from systemservice/logger_service/server/include/readerWriter/reader/reader.h) | 0 | ||||
-rwxr-xr-x | service/system/logger_service/server/include/readerWriter/reader_writer.h (renamed from systemservice/logger_service/server/include/readerWriter/reader_writer.h) | 0 | ||||
-rwxr-xr-x | service/system/logger_service/server/include/readerWriter/reader_writer_cfg.h (renamed from systemservice/logger_service/server/include/readerWriter/reader_writer_cfg.h) | 0 | ||||
-rwxr-xr-x | service/system/logger_service/server/include/readerWriter/writer/cached_file_writer.h (renamed from systemservice/logger_service/server/include/readerWriter/writer/cached_file_writer.h) | 0 | ||||
-rwxr-xr-x | service/system/logger_service/server/include/readerWriter/writer/file_writer.h (renamed from systemservice/logger_service/server/include/readerWriter/writer/file_writer.h) | 0 | ||||
-rwxr-xr-x | service/system/logger_service/server/include/readerWriter/writer/udp_file_writer.h (renamed from systemservice/logger_service/server/include/readerWriter/writer/udp_file_writer.h) | 0 | ||||
-rwxr-xr-x | service/system/logger_service/server/include/readerWriter/writer/udp_writer.h (renamed from systemservice/logger_service/server/include/readerWriter/writer/udp_writer.h) | 0 | ||||
-rwxr-xr-x | service/system/logger_service/server/include/readerWriter/writer/writer.h (renamed from systemservice/logger_service/server/include/readerWriter/writer/writer.h) | 0 | ||||
-rwxr-xr-x | service/system/logger_service/server/include/ss_logger_cfg.h (renamed from systemservice/logger_service/server/include/ss_logger_cfg.h) | 0 | ||||
-rwxr-xr-x | service/system/logger_service/server/include/ss_logger_common.h (renamed from systemservice/logger_service/server/include/ss_logger_common.h) | 0 | ||||
-rwxr-xr-x | service/system/logger_service/server/include/ss_logger_device_detection.h (renamed from systemservice/logger_service/server/include/ss_logger_device_detection.h) | 0 | ||||
-rwxr-xr-x | service/system/logger_service/server/include/ss_logger_error_event.h (renamed from systemservice/logger_service/server/include/ss_logger_error_event.h) | 0 | ||||
-rwxr-xr-x | service/system/logger_service/server/include/ss_logger_error_event_archive.h (renamed from systemservice/logger_service/server/include/ss_logger_error_event_archive.h) | 0 | ||||
-rwxr-xr-x | service/system/logger_service/server/include/ss_logger_error_event_can_evt_reply.h (renamed from systemservice/logger_service/server/include/ss_logger_error_event_can_evt_reply.h) | 0 | ||||
-rwxr-xr-x | service/system/logger_service/server/include/ss_logger_error_event_cfg.h (renamed from systemservice/logger_service/server/include/ss_logger_error_event_cfg.h) | 0 | ||||
-rwxr-xr-x | service/system/logger_service/server/include/ss_logger_error_event_storage.h (renamed from systemservice/logger_service/server/include/ss_logger_error_event_storage.h) | 0 | ||||
-rwxr-xr-x | service/system/logger_service/server/include/ss_logger_fs_directory.h (renamed from systemservice/logger_service/server/include/ss_logger_fs_directory.h) | 0 | ||||
-rwxr-xr-x | service/system/logger_service/server/include/ss_logger_popups.h (renamed from systemservice/logger_service/server/include/ss_logger_popups.h) | 0 | ||||
-rwxr-xr-x | service/system/logger_service/server/include/ss_logger_reader_writer_control.h (renamed from systemservice/logger_service/server/include/ss_logger_reader_writer_control.h) | 0 | ||||
-rwxr-xr-x | service/system/logger_service/server/include/ss_logger_scrshot.h (renamed from systemservice/logger_service/server/include/ss_logger_scrshot.h) | 0 | ||||
-rwxr-xr-x | service/system/logger_service/server/include/ss_logger_service_callbacks.h (renamed from systemservice/logger_service/server/include/ss_logger_service_callbacks.h) | 0 | ||||
-rwxr-xr-x | service/system/logger_service/server/include/ss_logger_types.h (renamed from systemservice/logger_service/server/include/ss_logger_types.h) | 0 | ||||
-rwxr-xr-x | service/system/logger_service/server/include/ss_logger_util.h (renamed from systemservice/logger_service/server/include/ss_logger_util.h) | 0 | ||||
-rwxr-xr-x | service/system/logger_service/server/lib/Makefile (renamed from systemservice/logger_service/server/lib/Makefile) | 0 | ||||
-rwxr-xr-x | service/system/logger_service/server/lib/ss_logger_store_logs.cpp (renamed from systemservice/logger_service/server/lib/ss_logger_store_logs.cpp) | 0 | ||||
-rwxr-xr-x | service/system/logger_service/server/lib/ss_logger_store_logs_loggerservicelog.h (renamed from systemservice/logger_service/server/lib/ss_logger_store_logs_loggerservicelog.h) | 0 | ||||
-rwxr-xr-x | service/system/logger_service/server/realtimeUsbLog/Makefile (renamed from systemservice/logger_service/server/realtimeUsbLog/Makefile) | 0 | ||||
-rwxr-xr-x | service/system/logger_service/server/realtimeUsbLog/realtimeUsbLog.conf_bin (renamed from systemservice/logger_service/server/realtimeUsbLog/realtimeUsbLog.conf_bin) | 0 | ||||
-rwxr-xr-x | service/system/logger_service/server/realtimeUsbLog/src/Makefile (renamed from systemservice/logger_service/server/realtimeUsbLog/src/Makefile) | 0 | ||||
-rwxr-xr-x | service/system/logger_service/server/realtimeUsbLog/src/loggerservice_main.cpp (renamed from systemservice/logger_service/server/realtimeUsbLog/src/loggerservice_main.cpp) | 0 | ||||
-rwxr-xr-x | service/system/logger_service/server/realtimeUsbLog/src/ss_logger_realtime_usb.cpp (renamed from systemservice/logger_service/server/realtimeUsbLog/src/ss_logger_realtime_usb.cpp) | 0 | ||||
-rwxr-xr-x | service/system/logger_service/server/realtimeUsbLog/work/Makefile (renamed from systemservice/logger_service/server/realtimeUsbLog/work/Makefile) | 0 | ||||
-rwxr-xr-x | service/system/logger_service/server/realtimeUsbLog/work_debug/Makefile (renamed from systemservice/logger_service/server/realtimeUsbLog/work_debug/Makefile) | 0 | ||||
-rwxr-xr-x | service/system/logger_service/server/screenShot/Makefile (renamed from systemservice/logger_service/server/screenShot/Makefile) | 0 | ||||
-rwxr-xr-x | service/system/logger_service/server/screenShot/ss_logger_scrshot.cpp (renamed from systemservice/logger_service/server/screenShot/ss_logger_scrshot.cpp) | 0 | ||||
-rwxr-xr-x | service/system/logger_service/server/src/cached_file_writer.cpp (renamed from systemservice/logger_service/server/src/cached_file_writer.cpp) | 0 | ||||
-rwxr-xr-x | service/system/logger_service/server/src/file_writer.cpp (renamed from systemservice/logger_service/server/src/file_writer.cpp) | 0 | ||||
-rwxr-xr-x | service/system/logger_service/server/src/loggerservice_application.cpp (renamed from systemservice/logger_service/server/src/loggerservice_application.cpp) | 0 | ||||
-rwxr-xr-x | service/system/logger_service/server/src/loggerservice_main.cpp (renamed from systemservice/logger_service/server/src/loggerservice_main.cpp) | 0 | ||||
-rwxr-xr-x | service/system/logger_service/server/src/loggerservicedebug_child_thread.cpp (renamed from systemservice/logger_service/server/src/loggerservicedebug_child_thread.cpp) | 0 | ||||
-rwxr-xr-x | service/system/logger_service/server/src/loggerservicedebug_writer_Evntworker.cpp (renamed from systemservice/logger_service/server/src/loggerservicedebug_writer_Evntworker.cpp) | 0 | ||||
-rwxr-xr-x | service/system/logger_service/server/src/mem_reader.cpp (renamed from systemservice/logger_service/server/src/mem_reader.cpp) | 0 | ||||
-rwxr-xr-x | service/system/logger_service/server/src/mod_version.c (renamed from systemservice/logger_service/server/src/mod_version.c) | 0 | ||||
-rwxr-xr-x | service/system/logger_service/server/src/queue_reader.cpp (renamed from systemservice/logger_service/server/src/queue_reader.cpp) | 0 | ||||
-rwxr-xr-x | service/system/logger_service/server/src/reader.cpp (renamed from systemservice/logger_service/server/src/reader.cpp) | 0 | ||||
-rwxr-xr-x | service/system/logger_service/server/src/reader_writer.cpp (renamed from systemservice/logger_service/server/src/reader_writer.cpp) | 0 | ||||
-rwxr-xr-x | service/system/logger_service/server/src/ss_logger_cfg.cpp (renamed from systemservice/logger_service/server/src/ss_logger_cfg.cpp) | 0 | ||||
-rwxr-xr-x | service/system/logger_service/server/src/ss_logger_device_detection.cpp (renamed from systemservice/logger_service/server/src/ss_logger_device_detection.cpp) | 0 | ||||
-rwxr-xr-x | service/system/logger_service/server/src/ss_logger_error_event.cpp (renamed from systemservice/logger_service/server/src/ss_logger_error_event.cpp) | 0 | ||||
-rwxr-xr-x | service/system/logger_service/server/src/ss_logger_error_event_archive.cpp (renamed from systemservice/logger_service/server/src/ss_logger_error_event_archive.cpp) | 0 | ||||
-rwxr-xr-x | service/system/logger_service/server/src/ss_logger_error_event_can_evt_reply.cpp (renamed from systemservice/logger_service/server/src/ss_logger_error_event_can_evt_reply.cpp) | 0 | ||||
-rwxr-xr-x | service/system/logger_service/server/src/ss_logger_error_event_cfg.cpp (renamed from systemservice/logger_service/server/src/ss_logger_error_event_cfg.cpp) | 0 | ||||
-rwxr-xr-x | service/system/logger_service/server/src/ss_logger_error_event_responses.cpp (renamed from systemservice/logger_service/server/src/ss_logger_error_event_responses.cpp) | 0 | ||||
-rwxr-xr-x | service/system/logger_service/server/src/ss_logger_error_event_storage.cpp (renamed from systemservice/logger_service/server/src/ss_logger_error_event_storage.cpp) | 0 | ||||
-rwxr-xr-x | service/system/logger_service/server/src/ss_logger_fs_directory.cpp (renamed from systemservice/logger_service/server/src/ss_logger_fs_directory.cpp) | 0 | ||||
-rwxr-xr-x | service/system/logger_service/server/src/ss_logger_popups.cpp (renamed from systemservice/logger_service/server/src/ss_logger_popups.cpp) | 0 | ||||
-rwxr-xr-x | service/system/logger_service/server/src/ss_logger_reader_writer_control.cpp (renamed from systemservice/logger_service/server/src/ss_logger_reader_writer_control.cpp) | 0 | ||||
-rwxr-xr-x | service/system/logger_service/server/src/ss_logger_server_callbacks.cpp (renamed from systemservice/logger_service/server/src/ss_logger_server_callbacks.cpp) | 0 | ||||
-rwxr-xr-x | service/system/logger_service/server/src/ss_logger_util.cpp (renamed from systemservice/logger_service/server/src/ss_logger_util.cpp) | 0 | ||||
-rwxr-xr-x | service/system/logger_service/server/src/testapps/fopen (renamed from systemservice/logger_service/server/src/testapps/fopen) | 0 | ||||
-rwxr-xr-x | service/system/logger_service/server/src/testapps/testapps.log (renamed from systemservice/logger_service/server/src/testapps/testapps.log) | 0 | ||||
-rwxr-xr-x | service/system/logger_service/server/src/testapps/testapps.tar.gz (renamed from systemservice/logger_service/server/src/testapps/testapps.tar.gz) | 0 | ||||
-rwxr-xr-x | service/system/logger_service/server/src/udp_file_writer.cpp (renamed from systemservice/logger_service/server/src/udp_file_writer.cpp) | 0 | ||||
-rwxr-xr-x | service/system/logger_service/server/src/udp_writer.cpp (renamed from systemservice/logger_service/server/src/udp_writer.cpp) | 0 | ||||
-rwxr-xr-x | service/system/logger_service/server/src/writer.cpp (renamed from systemservice/logger_service/server/src/writer.cpp) | 0 | ||||
-rwxr-xr-x | service/system/logger_service/server/work/Makefile (renamed from systemservice/logger_service/server/work/Makefile) | 0 | ||||
-rwxr-xr-x | service/system/power_service/LICENSE (renamed from systemservice/task_manager/LICENSE) | 0 | ||||
-rwxr-xr-x | service/system/power_service/Makefile.server (renamed from systemservice/power_service/Makefile.server) | 0 | ||||
-rwxr-xr-x | service/system/power_service/server/Makefile (renamed from systemservice/power_service/server/Makefile) | 0 | ||||
-rwxr-xr-x | service/system/power_service/server/include/ss_power.h (renamed from systemservice/power_service/server/include/ss_power.h) | 0 | ||||
-rwxr-xr-x | service/system/power_service/server/include/ss_power_config.h (renamed from systemservice/power_service/server/include/ss_power_config.h) | 0 | ||||
-rwxr-xr-x | service/system/power_service/server/include/ss_power_powerservicelog.h (renamed from systemservice/power_service/server/include/ss_power_powerservicelog.h) | 0 | ||||
-rwxr-xr-x | service/system/power_service/server/include/ss_power_session.h (renamed from systemservice/power_service/server/include/ss_power_session.h) | 0 | ||||
-rwxr-xr-x | service/system/power_service/server/include/ss_power_state_hysteresis.h (renamed from systemservice/power_service/server/include/ss_power_state_hysteresis.h) | 0 | ||||
-rwxr-xr-x | service/system/power_service/server/include/ss_power_state_machine.h (renamed from systemservice/power_service/server/include/ss_power_state_machine.h) | 0 | ||||
-rwxr-xr-x | service/system/power_service/server/src/powerservice_application.cpp (renamed from systemservice/power_service/server/src/powerservice_application.cpp) | 0 | ||||
-rwxr-xr-x | service/system/power_service/server/src/powerservice_main.cpp (renamed from systemservice/power_service/server/src/powerservice_main.cpp) | 0 | ||||
-rwxr-xr-x | service/system/power_service/server/src/ss_power.cpp (renamed from systemservice/power_service/server/src/ss_power.cpp) | 0 | ||||
-rwxr-xr-x | service/system/power_service/server/src/ss_power_config.cpp (renamed from systemservice/power_service/server/src/ss_power_config.cpp) | 0 | ||||
-rwxr-xr-x | service/system/power_service/server/src/ss_power_session.cpp (renamed from systemservice/power_service/server/src/ss_power_session.cpp) | 0 | ||||
-rwxr-xr-x | service/system/power_service/server/src/ss_power_state_machine.cpp (renamed from systemservice/power_service/server/src/ss_power_state_machine.cpp) | 0 | ||||
-rwxr-xr-x | service/system/power_service/server/src/ss_pwr_test_client_handlers.cpp (renamed from systemservice/power_service/server/src/ss_pwr_test_client_handlers.cpp) | 0 | ||||
-rwxr-xr-x | service/system/power_service/server/src/ss_supervisor_handlers.cpp (renamed from systemservice/power_service/server/src/ss_supervisor_handlers.cpp) | 0 | ||||
-rwxr-xr-x | service/system/power_service/server/src/ss_system_handlers.cpp (renamed from systemservice/power_service/server/src/ss_system_handlers.cpp) | 0 | ||||
-rwxr-xr-x | service/system/resource_manager/LICENSE (renamed from systemservice/version_library/LICENSE) | 0 | ||||
-rwxr-xr-x | service/system/resource_manager/Makefile.client (renamed from systemservice/resource_manager/Makefile.client) | 0 | ||||
-rwxr-xr-x | service/system/resource_manager/Makefile.server (renamed from systemservice/resource_manager/Makefile.server) | 0 | ||||
-rwxr-xr-x | service/system/resource_manager/client/Makefile (renamed from systemservice/resource_manager/client/Makefile) | 0 | ||||
-rwxr-xr-x | service/system/resource_manager/client/RESMGR.api (renamed from systemservice/resource_manager/client/RESMGR.api) | 0 | ||||
-rwxr-xr-x | service/system/resource_manager/client/include/resmgr_api_resourcemanagerlog.h (renamed from systemservice/resource_manager/client/include/resmgr_api_resourcemanagerlog.h) | 0 | ||||
-rwxr-xr-x | service/system/resource_manager/client/libresm.ver (renamed from systemservice/resource_manager/client/libresm.ver) | 0 | ||||
-rwxr-xr-x | service/system/resource_manager/client/src/#resmgr_api_lib.c# (renamed from systemservice/resource_manager/client/src/#resmgr_api_lib.c#) | 0 | ||||
-rwxr-xr-x | service/system/resource_manager/client/src/resmgr_api_lib.c (renamed from systemservice/resource_manager/client/src/resmgr_api_lib.c) | 0 | ||||
-rwxr-xr-x | service/system/resource_manager/drop_caches/Makefile (renamed from systemservice/resource_manager/drop_caches/Makefile) | 0 | ||||
-rwxr-xr-x | service/system/resource_manager/drop_caches/src/drop_caches.cpp (renamed from systemservice/resource_manager/drop_caches/src/drop_caches.cpp) | 0 | ||||
-rwxr-xr-x | service/system/resource_manager/server/Makefile (renamed from systemservice/resource_manager/server/Makefile) | 0 | ||||
-rwxr-xr-x | service/system/resource_manager/server/include/proc_watch.h (renamed from systemservice/resource_manager/server/include/proc_watch.h) | 0 | ||||
-rwxr-xr-x | service/system/resource_manager/server/include/resm_cfg.h (renamed from systemservice/resource_manager/server/include/resm_cfg.h) | 0 | ||||
-rwxr-xr-x | service/system/resource_manager/server/include/resm_internal.h (renamed from systemservice/resource_manager/server/include/resm_internal.h) | 0 | ||||
-rwxr-xr-x | service/system/resource_manager/server/include/ss_resm_resourcemanagerlog.h (renamed from systemservice/resource_manager/server/include/ss_resm_resourcemanagerlog.h) | 0 | ||||
-rwxr-xr-x | service/system/resource_manager/server/include/system_service/resm.h (renamed from systemservice/resource_manager/server/include/system_service/resm.h) | 0 | ||||
-rwxr-xr-x | service/system/resource_manager/server/include/system_service/resm_type.h (renamed from systemservice/resource_manager/server/include/system_service/resm_type.h) | 0 | ||||
-rwxr-xr-x | service/system/resource_manager/server/include/system_service/resource_manager.h (renamed from systemservice/resource_manager/server/include/system_service/resource_manager.h) | 0 | ||||
-rwxr-xr-x | service/system/resource_manager/server/src/cpuload_custom.cpp (renamed from systemservice/resource_manager/server/src/cpuload_custom.cpp) | 0 | ||||
-rwxr-xr-x | service/system/resource_manager/server/src/proc_watch.cpp (renamed from systemservice/resource_manager/server/src/proc_watch.cpp) | 0 | ||||
-rwxr-xr-x | service/system/resource_manager/server/src/resm.cpp (renamed from systemservice/resource_manager/server/src/resm.cpp) | 0 | ||||
-rwxr-xr-x | service/system/resource_manager/server/src/resourcemanager_application.cpp (renamed from systemservice/resource_manager/server/src/resourcemanager_application.cpp) | 0 | ||||
-rwxr-xr-x | service/system/rom_access_library/LICENSE (renamed from update_hal/LICENSE) | 0 | ||||
-rwxr-xr-x | service/system/rom_access_library/Makefile.client (renamed from systemservice/rom_access_library/Makefile.client) | 0 | ||||
-rwxr-xr-x | service/system/rom_access_library/library/Makefile (renamed from systemservice/rom_access_library/library/Makefile) | 0 | ||||
-rwxr-xr-x | service/system/rom_access_library/library/include/rom_access_library_nor.h (renamed from systemservice/rom_access_library/library/include/rom_access_library_nor.h) | 0 | ||||
-rwxr-xr-x | service/system/rom_access_library/library/include/rom_access_library_rom.h (renamed from systemservice/rom_access_library/library/include/rom_access_library_rom.h) | 0 | ||||
-rwxr-xr-x | service/system/rom_access_library/library/include/ss_rom_access_define.h (renamed from systemservice/rom_access_library/library/include/ss_rom_access_define.h) | 0 | ||||
-rwxr-xr-x | service/system/rom_access_library/library/include/ss_rom_access_if_romaccesslibrarylog.h (renamed from systemservice/rom_access_library/library/include/ss_rom_access_if_romaccesslibrarylog.h) | 0 | ||||
-rwxr-xr-x | service/system/rom_access_library/library/include/ss_sm_checksum.h (renamed from systemservice/rom_access_library/library/include/ss_sm_checksum.h) | 0 | ||||
-rwxr-xr-x | service/system/rom_access_library/library/include/system_service/nor_backup.h (renamed from systemservice/rom_access_library/library/include/system_service/nor_backup.h) | 0 | ||||
-rwxr-xr-x | service/system/rom_access_library/library/include/system_service/rom_access_library.h (renamed from systemservice/rom_access_library/library/include/system_service/rom_access_library.h) | 0 | ||||
-rwxr-xr-x | service/system/rom_access_library/library/include/system_service/ss_sm_boot_access.h (renamed from systemservice/rom_access_library/library/include/system_service/ss_sm_boot_access.h) | 0 | ||||
-rwxr-xr-x | service/system/rom_access_library/library/include/system_service/ss_sm_ram_access.h (renamed from systemservice/rom_access_library/library/include/system_service/ss_sm_ram_access.h) | 0 | ||||
-rwxr-xr-x | service/system/rom_access_library/library/include/system_service/ss_sm_rom_access.h (renamed from systemservice/rom_access_library/library/include/system_service/ss_sm_rom_access.h) | 0 | ||||
-rwxr-xr-x | service/system/rom_access_library/library/nor/Makefile (renamed from systemservice/rom_access_library/library/nor/Makefile) | 0 | ||||
-rwxr-xr-x | service/system/rom_access_library/library/nor/libBlkDev_API.ver (renamed from systemservice/rom_access_library/library/nor/libBlkDev_API.ver) | 0 | ||||
-rwxr-xr-x | service/system/rom_access_library/library/nor/libssaccess.ver (renamed from systemservice/rom_access_library/library/nor/libssaccess.ver) | 0 | ||||
-rwxr-xr-x | service/system/rom_access_library/library/nor/src/nor_backup.c (renamed from systemservice/rom_access_library/library/nor/src/nor_backup.c) | 0 | ||||
-rwxr-xr-x | service/system/rom_access_library/library/rom/Makefile (renamed from systemservice/rom_access_library/library/rom/Makefile) | 0 | ||||
-rwxr-xr-x | service/system/rom_access_library/library/rom/src/ss_sm_boot_access.cpp (renamed from systemservice/rom_access_library/library/rom/src/ss_sm_boot_access.cpp) | 0 | ||||
-rwxr-xr-x | service/system/rom_access_library/library/rom/src/ss_sm_checksum.cpp (renamed from systemservice/rom_access_library/library/rom/src/ss_sm_checksum.cpp) | 0 | ||||
-rwxr-xr-x | service/system/rom_access_library/library/rom/src/ss_sm_ram_access.cpp (renamed from systemservice/rom_access_library/library/rom/src/ss_sm_ram_access.cpp) | 0 | ||||
-rwxr-xr-x | service/system/rom_access_library/library/rom/src/ss_sm_rom_access.cpp (renamed from systemservice/rom_access_library/library/rom/src/ss_sm_rom_access.cpp) | 0 | ||||
-rwxr-xr-x | service/system/system_manager/LICENSE (renamed from usb_hal/LICENSE) | 0 | ||||
-rwxr-xr-x | service/system/system_manager/Makefile.server (renamed from systemservice/system_manager/Makefile.server) | 0 | ||||
-rwxr-xr-x | service/system/system_manager/server/Makefile (renamed from systemservice/system_manager/server/Makefile) | 0 | ||||
-rwxr-xr-x | service/system/system_manager/server/PhaseInfo.txt (renamed from systemservice/system_manager/server/PhaseInfo.txt) | 0 | ||||
-rwxr-xr-x | service/system/system_manager/server/include/crashdetector/ss_crashdetector.h (renamed from systemservice/system_manager/server/include/crashdetector/ss_crashdetector.h) | 0 | ||||
-rwxr-xr-x | service/system/system_manager/server/include/heartbeat/ss_hb_if.h (renamed from systemservice/system_manager/server/include/heartbeat/ss_hb_if.h) | 0 | ||||
-rwxr-xr-x | service/system/system_manager/server/include/heartbeat/ss_hb_session.h (renamed from systemservice/system_manager/server/include/heartbeat/ss_hb_session.h) | 0 | ||||
-rwxr-xr-x | service/system/system_manager/server/include/heartbeat/ss_hb_thread.h (renamed from systemservice/system_manager/server/include/heartbeat/ss_hb_thread.h) | 0 | ||||
-rwxr-xr-x | service/system/system_manager/server/include/processlauncher/ProcessLauncher.h (renamed from systemservice/system_manager/server/include/processlauncher/ProcessLauncher.h) | 0 | ||||
-rwxr-xr-x | service/system/system_manager/server/include/processlauncher/ProcessLauncher_if.h (renamed from systemservice/system_manager/server/include/processlauncher/ProcessLauncher_if.h) | 0 | ||||
-rwxr-xr-x | service/system/system_manager/server/include/processlauncher/ss_sm_process_launcher.h (renamed from systemservice/system_manager/server/include/processlauncher/ss_sm_process_launcher.h) | 0 | ||||
-rwxr-xr-x | service/system/system_manager/server/include/processlauncher/ss_sm_process_launcher_protocol.h (renamed from systemservice/system_manager/server/include/processlauncher/ss_sm_process_launcher_protocol.h) | 0 | ||||
-rwxr-xr-x | service/system/system_manager/server/include/ss_sm_config.h (renamed from systemservice/system_manager/server/include/ss_sm_config.h) | 0 | ||||
-rwxr-xr-x | service/system/system_manager/server/include/ss_sm_default_paths.h (renamed from systemservice/system_manager/server/include/ss_sm_default_paths.h) | 0 | ||||
-rwxr-xr-x | service/system/system_manager/server/include/ss_sm_dynamic_launch_table.h (renamed from systemservice/system_manager/server/include/ss_sm_dynamic_launch_table.h) | 0 | ||||
-rwxr-xr-x | service/system/system_manager/server/include/ss_sm_dynamic_launcher.h (renamed from systemservice/system_manager/server/include/ss_sm_dynamic_launcher.h) | 0 | ||||
-rwxr-xr-x | service/system/system_manager/server/include/ss_sm_launch_configuration.h (renamed from systemservice/system_manager/server/include/ss_sm_launch_configuration.h) | 0 | ||||
-rwxr-xr-x | service/system/system_manager/server/include/ss_sm_signals.h (renamed from systemservice/system_manager/server/include/ss_sm_signals.h) | 0 | ||||
-rwxr-xr-x | service/system/system_manager/server/include/ss_sm_systemmanagerlog.h (renamed from systemservice/system_manager/server/include/ss_sm_systemmanagerlog.h) | 0 | ||||
-rwxr-xr-x | service/system/system_manager/server/include/ss_sm_version.h (renamed from systemservice/system_manager/server/include/ss_sm_version.h) | 0 | ||||
-rwxr-xr-x | service/system/system_manager/server/include/ss_system_manager.h (renamed from systemservice/system_manager/server/include/ss_system_manager.h) | 0 | ||||
-rwxr-xr-x | service/system/system_manager/server/include/ss_system_manager_callbacks.h (renamed from systemservice/system_manager/server/include/ss_system_manager_callbacks.h) | 0 | ||||
-rwxr-xr-x | service/system/system_manager/server/include/ss_system_memory_monitor.h (renamed from systemservice/system_manager/server/include/ss_system_memory_monitor.h) | 0 | ||||
-rwxr-xr-x | service/system/system_manager/server/include/ss_system_thread_info.h (renamed from systemservice/system_manager/server/include/ss_system_thread_info.h) | 0 | ||||
-rwxr-xr-x | service/system/system_manager/server/include/system_launcher_cfg_format.h (renamed from systemservice/system_manager/server/include/system_launcher_cfg_format.h) | 0 | ||||
-rwxr-xr-x | service/system/system_manager/server/sm_launch__CWORD84_.xml (renamed from systemservice/system_manager/server/sm_launch__CWORD84_.xml) | 0 | ||||
-rwxr-xr-x | service/system/system_manager/server/src/heartbeat/ss_hb_if.cpp (renamed from systemservice/system_manager/server/src/heartbeat/ss_hb_if.cpp) | 0 | ||||
-rwxr-xr-x | service/system/system_manager/server/src/heartbeat/ss_hb_service_protocol.cpp (renamed from systemservice/system_manager/server/src/heartbeat/ss_hb_service_protocol.cpp) | 0 | ||||
-rwxr-xr-x | service/system/system_manager/server/src/heartbeat/ss_hb_session.cpp (renamed from systemservice/system_manager/server/src/heartbeat/ss_hb_session.cpp) | 0 | ||||
-rwxr-xr-x | service/system/system_manager/server/src/heartbeat/ss_hb_thread.cpp (renamed from systemservice/system_manager/server/src/heartbeat/ss_hb_thread.cpp) | 0 | ||||
-rwxr-xr-x | service/system/system_manager/server/src/processlauncher/ProcessLauncher.cpp (renamed from systemservice/system_manager/server/src/processlauncher/ProcessLauncher.cpp) | 0 | ||||
-rwxr-xr-x | service/system/system_manager/server/src/processlauncher/ProcessLauncher_if.cpp (renamed from systemservice/system_manager/server/src/processlauncher/ProcessLauncher_if.cpp) | 0 | ||||
-rwxr-xr-x | service/system/system_manager/server/src/ss_sm_config.cpp (renamed from systemservice/system_manager/server/src/ss_sm_config.cpp) | 0 | ||||
-rwxr-xr-x | service/system/system_manager/server/src/ss_sm_dynamic_launcher.cpp (renamed from systemservice/system_manager/server/src/ss_sm_dynamic_launcher.cpp) | 0 | ||||
-rwxr-xr-x | service/system/system_manager/server/src/ss_sm_version.cpp (renamed from systemservice/system_manager/server/src/ss_sm_version.cpp) | 0 | ||||
-rwxr-xr-x | service/system/system_manager/server/src/ss_system_manager.cpp (renamed from systemservice/system_manager/server/src/ss_system_manager.cpp) | 0 | ||||
-rwxr-xr-x | service/system/system_manager/server/src/ss_system_manager_callbacks.cpp (renamed from systemservice/system_manager/server/src/ss_system_manager_callbacks.cpp) | 0 | ||||
-rwxr-xr-x | service/system/system_manager/server/src/ss_system_manager_error_event.cpp (renamed from systemservice/system_manager/server/src/ss_system_manager_error_event.cpp) | 0 | ||||
-rwxr-xr-x | service/system/system_manager/server/src/ss_system_manager_error_event_responses.cpp (renamed from systemservice/system_manager/server/src/ss_system_manager_error_event_responses.cpp) | 0 | ||||
-rwxr-xr-x | service/system/system_manager/server/src/ss_system_manager_error_event_triggers.cpp (renamed from systemservice/system_manager/server/src/ss_system_manager_error_event_triggers.cpp) | 0 | ||||
-rwxr-xr-x | service/system/system_manager/server/src/ss_system_memory_monitor.cpp (renamed from systemservice/system_manager/server/src/ss_system_memory_monitor.cpp) | 0 | ||||
-rwxr-xr-x | service/system/system_manager/server/src/systemmanager_application.cpp (renamed from systemservice/system_manager/server/src/systemmanager_application.cpp) | 0 | ||||
-rwxr-xr-x | service/system/system_manager/server/src/systemmanager_main.cpp (renamed from systemservice/system_manager/server/src/systemmanager_main.cpp) | 0 | ||||
-rwxr-xr-x | service/system/system_manager/server/version.txt (renamed from systemservice/system_manager/server/version.txt) | 0 | ||||
-rwxr-xr-x | service/system/system_service.mk (renamed from systemservice/system_service.mk) | 0 | ||||
-rwxr-xr-x | service/system/task_manager/LICENSE (renamed from vehicle_hal/LICENSE) | 0 | ||||
-rwxr-xr-x | service/system/task_manager/Makefile.client (renamed from systemservice/task_manager/Makefile.client) | 0 | ||||
-rwxr-xr-x | service/system/task_manager/Makefile.server (renamed from systemservice/task_manager/Makefile.server) | 0 | ||||
-rwxr-xr-x | service/system/task_manager/client/Makefile (renamed from systemservice/task_manager/client/Makefile) | 0 | ||||
-rwxr-xr-x | service/system/task_manager/client/libprimary/Makefile (renamed from systemservice/task_manager/client/libprimary/Makefile) | 0 | ||||
-rwxr-xr-x | service/system/task_manager/client/libprimary/include/pri_main.h (renamed from systemservice/task_manager/client/libprimary/include/pri_main.h) | 0 | ||||
-rwxr-xr-x | service/system/task_manager/client/libprimary/libprimary.ver (renamed from systemservice/task_manager/client/libprimary/libprimary.ver) | 0 | ||||
-rwxr-xr-x | service/system/task_manager/client/libprimary/src/pri_api.cpp (renamed from systemservice/task_manager/client/libprimary/src/pri_api.cpp) | 0 | ||||
-rwxr-xr-x | service/system/task_manager/client/libprimary/src/pri_main.cpp (renamed from systemservice/task_manager/client/libprimary/src/pri_main.cpp) | 0 | ||||
-rwxr-xr-x | service/system/task_manager/client/libtskm/Makefile (renamed from systemservice/task_manager/client/libtskm/Makefile) | 0 | ||||
-rwxr-xr-x | service/system/task_manager/client/libtskm/TSKM.api (renamed from systemservice/task_manager/client/libtskm/TSKM.api) | 0 | ||||
-rwxr-xr-x | service/system/task_manager/client/libtskm/libtskm.ver (renamed from systemservice/task_manager/client/libtskm/libtskm.ver) | 0 | ||||
-rwxr-xr-x | service/system/task_manager/client/libtskm/src/tskm_api_lib.cpp (renamed from systemservice/task_manager/client/libtskm/src/tskm_api_lib.cpp) | 0 | ||||
-rwxr-xr-x | service/system/task_manager/client/libtskmcfg/Makefile (renamed from systemservice/task_manager/client/libtskmcfg/Makefile) | 0 | ||||
-rwxr-xr-x | service/system/task_manager/client/libtskmcfg/conf/agl_thread.h (renamed from systemservice/task_manager/client/libtskmcfg/conf/agl_thread.h) | 0 | ||||
-rwxr-xr-x | service/system/task_manager/client/libtskmcfg/conf/tskm_launch.xml (renamed from systemservice/task_manager/client/libtskmcfg/conf/tskm_launch.xml) | 0 | ||||
-rwxr-xr-x | service/system/task_manager/client/libtskmcfg/conf/tskm_shutdown.xml (renamed from systemservice/task_manager/client/libtskmcfg/conf/tskm_shutdown.xml) | 0 | ||||
-rwxr-xr-x | service/system/task_manager/client/libtskmcfg/conf/tskm_shutdown_vup.xml (renamed from systemservice/task_manager/client/libtskmcfg/conf/tskm_shutdown_vup.xml) | 0 | ||||
-rwxr-xr-x | service/system/task_manager/client/libtskmcfg/conf/tskm_wakeup.xml (renamed from systemservice/task_manager/client/libtskmcfg/conf/tskm_wakeup.xml) | 0 | ||||
-rwxr-xr-x | service/system/task_manager/client/libtskmcfg/conf/tskm_wakeup_vup.xml (renamed from systemservice/task_manager/client/libtskmcfg/conf/tskm_wakeup_vup.xml) | 0 | ||||
-rwxr-xr-x | service/system/task_manager/client/libtskmcfg/include/system_service/task_manager_libtskmcfg.h (renamed from systemservice/task_manager/client/libtskmcfg/include/system_service/task_manager_libtskmcfg.h) | 0 | ||||
-rwxr-xr-x | service/system/task_manager/client/libtskmcfg/include/system_service/tskm_svcid.h (renamed from systemservice/task_manager/client/libtskmcfg/include/system_service/tskm_svcid.h) | 0 | ||||
-rwxr-xr-x | service/system/task_manager/client/libtskmcfg/include/system_service/tskm_xml_data.h (renamed from systemservice/task_manager/client/libtskmcfg/include/system_service/tskm_xml_data.h) | 0 | ||||
-rwxr-xr-x | service/system/task_manager/client/libtskmcfg/libtskmcfg.ver (renamed from systemservice/task_manager/client/libtskmcfg/libtskmcfg.ver) | 0 | ||||
-rwxr-xr-x | service/system/task_manager/client/libtskmcfg/src/parsexml.c (renamed from systemservice/task_manager/client/libtskmcfg/src/parsexml.c) | 0 | ||||
-rwxr-xr-x | service/system/task_manager/client/libtskmcfg/src/tskm_xml_data.cpp (renamed from systemservice/task_manager/client/libtskmcfg/src/tskm_xml_data.cpp) | 0 | ||||
-rwxr-xr-x | service/system/task_manager/client/libtskmcfg/tskm_cfg.xml (renamed from systemservice/task_manager/client/libtskmcfg/tskm_cfg.xml) | 0 | ||||
-rwxr-xr-x | service/system/task_manager/client/ss_data_init/Makefile (renamed from systemservice/task_manager/client/ss_data_init/Makefile) | 0 | ||||
-rwxr-xr-x | service/system/task_manager/client/ss_data_init/include/libss_data_init_taskmanagerlog.h (renamed from systemservice/task_manager/client/ss_data_init/include/libss_data_init_taskmanagerlog.h) | 0 | ||||
-rwxr-xr-x | service/system/task_manager/client/ss_data_init/include/system_service/task_manager_libss_data_init.h (renamed from systemservice/task_manager/client/ss_data_init/include/system_service/task_manager_libss_data_init.h) | 0 | ||||
-rwxr-xr-x | service/system/task_manager/client/ss_data_init/include/system_service/tskm_data_init.h (renamed from systemservice/task_manager/client/ss_data_init/include/system_service/tskm_data_init.h) | 0 | ||||
-rwxr-xr-x | service/system/task_manager/client/ss_data_init/include/tskm_data_init_local.h (renamed from systemservice/task_manager/client/ss_data_init/include/tskm_data_init_local.h) | 0 | ||||
-rwxr-xr-x | service/system/task_manager/client/ss_data_init/mkdatainit.sh (renamed from systemservice/task_manager/client/ss_data_init/mkdatainit.sh) | 0 | ||||
-rwxr-xr-x | service/system/task_manager/client/ss_data_init/tskm_data_init.cpp.in (renamed from systemservice/task_manager/client/ss_data_init/tskm_data_init.cpp.in) | 0 | ||||
-rwxr-xr-x | service/system/task_manager/include-share/tskm_gstep.h (renamed from systemservice/task_manager/include-share/tskm_gstep.h) | 0 | ||||
-rwxr-xr-x | service/system/task_manager/include-share/tskm_type_local.h (renamed from systemservice/task_manager/include-share/tskm_type_local.h) | 0 | ||||
-rwxr-xr-x | service/system/task_manager/include-share/tskm_util.h (renamed from systemservice/task_manager/include-share/tskm_util.h) | 0 | ||||
-rwxr-xr-x | service/system/task_manager/server/Makefile (renamed from systemservice/task_manager/server/Makefile) | 0 | ||||
-rwxr-xr-x | service/system/task_manager/server/include/system_service/INI_API.h (renamed from systemservice/task_manager/server/include/system_service/INI_API.h) | 0 | ||||
-rwxr-xr-x | service/system/task_manager/server/include/system_service/INI_API.hpp (renamed from systemservice/task_manager/server/include/system_service/INI_API.hpp) | 0 | ||||
-rwxr-xr-x | service/system/task_manager/server/include/system_service/Primary_common.h (renamed from systemservice/task_manager/server/include/system_service/Primary_common.h) | 0 | ||||
-rwxr-xr-x | service/system/task_manager/server/include/system_service/sysup.h (renamed from systemservice/task_manager/server/include/system_service/sysup.h) | 0 | ||||
-rwxr-xr-x | service/system/task_manager/server/include/system_service/sysup_from.h (renamed from systemservice/task_manager/server/include/system_service/sysup_from.h) | 0 | ||||
-rwxr-xr-x | service/system/task_manager/server/include/system_service/task_manager.h (renamed from systemservice/task_manager/server/include/system_service/task_manager.h) | 0 | ||||
-rwxr-xr-x | service/system/task_manager/server/include/system_service/tskm.h (renamed from systemservice/task_manager/server/include/system_service/tskm.h) | 0 | ||||
-rwxr-xr-x | service/system/task_manager/server/include/system_service/tskm_local_type.h (renamed from systemservice/task_manager/server/include/system_service/tskm_local_type.h) | 0 | ||||
-rwxr-xr-x | service/system/task_manager/server/include/system_service/tskm_svc.h (renamed from systemservice/task_manager/server/include/system_service/tskm_svc.h) | 0 | ||||
-rwxr-xr-x | service/system/task_manager/server/include/system_service/tskm_type.h (renamed from systemservice/task_manager/server/include/system_service/tskm_type.h) | 0 | ||||
-rwxr-xr-x | service/system/task_manager/server/include/tskm_comm.h (renamed from systemservice/task_manager/server/include/tskm_comm.h) | 0 | ||||
-rwxr-xr-x | service/system/task_manager/server/include/tskm_debug.h (renamed from systemservice/task_manager/server/include/tskm_debug.h) | 0 | ||||
-rwxr-xr-x | service/system/task_manager/server/include/tskm_main.h (renamed from systemservice/task_manager/server/include/tskm_main.h) | 0 | ||||
-rwxr-xr-x | service/system/task_manager/server/include/tskm_port_pf.h (renamed from systemservice/task_manager/server/include/tskm_port_pf.h) | 0 | ||||
-rwxr-xr-x | service/system/task_manager/server/include/tskm_port_subsys.h (renamed from systemservice/task_manager/server/include/tskm_port_subsys.h) | 0 | ||||
-rwxr-xr-x | service/system/task_manager/server/include/tskm_shutdown.h (renamed from systemservice/task_manager/server/include/tskm_shutdown.h) | 0 | ||||
-rwxr-xr-x | service/system/task_manager/server/include/tskm_state.h (renamed from systemservice/task_manager/server/include/tskm_state.h) | 0 | ||||
-rwxr-xr-x | service/system/task_manager/server/include/tskm_wakeup.h (renamed from systemservice/task_manager/server/include/tskm_wakeup.h) | 0 | ||||
-rwxr-xr-x | service/system/task_manager/server/include/tskm_watch.h (renamed from systemservice/task_manager/server/include/tskm_watch.h) | 0 | ||||
-rwxr-xr-x | service/system/task_manager/server/src/pri_main.cpp (renamed from systemservice/task_manager/server/src/pri_main.cpp) | 0 | ||||
-rwxr-xr-x | service/system/task_manager/server/src/tskm_api.cpp (renamed from systemservice/task_manager/server/src/tskm_api.cpp) | 0 | ||||
-rwxr-xr-x | service/system/task_manager/server/src/tskm_comm.cpp (renamed from systemservice/task_manager/server/src/tskm_comm.cpp) | 0 | ||||
-rwxr-xr-x | service/system/task_manager/server/src/tskm_debug.cpp (renamed from systemservice/task_manager/server/src/tskm_debug.cpp) | 0 | ||||
-rwxr-xr-x | service/system/task_manager/server/src/tskm_main.cpp (renamed from systemservice/task_manager/server/src/tskm_main.cpp) | 0 | ||||
-rwxr-xr-x | service/system/task_manager/server/src/tskm_port_pf.cpp (renamed from systemservice/task_manager/server/src/tskm_port_pf.cpp) | 0 | ||||
-rwxr-xr-x | service/system/task_manager/server/src/tskm_port_subsys.cpp (renamed from systemservice/task_manager/server/src/tskm_port_subsys.cpp) | 0 | ||||
-rwxr-xr-x | service/system/task_manager/server/src/tskm_shutdown.cpp (renamed from systemservice/task_manager/server/src/tskm_shutdown.cpp) | 0 | ||||
-rwxr-xr-x | service/system/task_manager/server/src/tskm_state.cpp (renamed from systemservice/task_manager/server/src/tskm_state.cpp) | 0 | ||||
-rwxr-xr-x | service/system/task_manager/server/src/tskm_svc.cpp (renamed from systemservice/task_manager/server/src/tskm_svc.cpp) | 0 | ||||
-rwxr-xr-x | service/system/task_manager/server/src/tskm_wakeup.cpp (renamed from systemservice/task_manager/server/src/tskm_wakeup.cpp) | 0 | ||||
-rwxr-xr-x | service/system/task_manager/server/src/tskm_watch.cpp (renamed from systemservice/task_manager/server/src/tskm_watch.cpp) | 0 | ||||
-rwxr-xr-x | service/system/version_library/LICENSE (renamed from vehicleservice/positioning/LICENSE) | 0 | ||||
-rwxr-xr-x | service/system/version_library/Makefile.client (renamed from systemservice/version_library/Makefile.client) | 0 | ||||
-rwxr-xr-x | service/system/version_library/library/Makefile (renamed from systemservice/version_library/library/Makefile) | 0 | ||||
-rwxr-xr-x | service/system/version_library/library/include/system_service/ss_ver.h (renamed from systemservice/version_library/library/include/system_service/ss_ver.h) | 0 | ||||
-rwxr-xr-x | service/system/version_library/library/include/system_service/version_library.h (renamed from systemservice/version_library/library/include/system_service/version_library.h) | 0 | ||||
-rwxr-xr-x | service/system/version_library/library/src/ss_ver.cc (renamed from systemservice/version_library/library/src/ss_ver.cc) | 0 | ||||
-rwxr-xr-x | service/vehicle/.gitattributes (renamed from vehicleservice/.gitattributes) | 0 | ||||
-rwxr-xr-x | service/vehicle/positioning/LICENSE (renamed from vehicleservice/positioning_base_library/LICENSE) | 0 | ||||
-rwxr-xr-x | service/vehicle/positioning/Makefile.client (renamed from vehicleservice/positioning/Makefile.client) | 0 | ||||
-rwxr-xr-x | service/vehicle/positioning/Makefile.server (renamed from vehicleservice/positioning/Makefile.server) | 0 | ||||
-rwxr-xr-x | service/vehicle/positioning/client/Makefile (renamed from vehicleservice/positioning/client/Makefile) | 0 | ||||
-rwxr-xr-x | service/vehicle/positioning/client/include/CanInput_API.h (renamed from vehicleservice/positioning/client/include/CanInput_API.h) | 0 | ||||
-rwxr-xr-x | service/vehicle/positioning/client/include/CanInput_API_private.h (renamed from vehicleservice/positioning/client/include/CanInput_API_private.h) | 0 | ||||
-rwxr-xr-x | service/vehicle/positioning/client/include/Clock_API.h (renamed from vehicleservice/positioning/client/include/Clock_API.h) | 0 | ||||
-rwxr-xr-x | service/vehicle/positioning/client/include/CommonDefine.h (renamed from vehicleservice/positioning/client/include/CommonDefine.h) | 0 | ||||
-rwxr-xr-x | service/vehicle/positioning/client/include/DR_API.h (renamed from vehicleservice/positioning/client/include/DR_API.h) | 0 | ||||
-rwxr-xr-x | service/vehicle/positioning/client/include/DeadReckoning_DbgLogSim.h (renamed from vehicleservice/positioning/client/include/DeadReckoning_DbgLogSim.h) | 0 | ||||
-rwxr-xr-x | service/vehicle/positioning/client/include/Dead_Reckoning_API.h (renamed from vehicleservice/positioning/client/include/Dead_Reckoning_API.h) | 0 | ||||
-rwxr-xr-x | service/vehicle/positioning/client/include/Dead_Reckoning_Local_Api.h (renamed from vehicleservice/positioning/client/include/Dead_Reckoning_Local_Api.h) | 0 | ||||
-rwxr-xr-x | service/vehicle/positioning/client/include/Gps_API_private.h (renamed from vehicleservice/positioning/client/include/Gps_API_private.h) | 0 | ||||
-rwxr-xr-x | service/vehicle/positioning/client/include/INI_API.h (renamed from vehicleservice/positioning/client/include/INI_API.h) | 0 | ||||
-rwxr-xr-x | service/vehicle/positioning/client/include/Naviinfo_API.h (renamed from vehicleservice/positioning/client/include/Naviinfo_API.h) | 0 | ||||
-rwxr-xr-x | service/vehicle/positioning/client/include/POS_common_private.h (renamed from vehicleservice/positioning/client/include/POS_common_private.h) | 0 | ||||
-rwxr-xr-x | service/vehicle/positioning/client/include/POS_private.h (renamed from vehicleservice/positioning/client/include/POS_private.h) | 0 | ||||
-rwxr-xr-x | service/vehicle/positioning/client/include/POS_sensor_private.h (renamed from vehicleservice/positioning/client/include/POS_sensor_private.h) | 0 | ||||
-rwxr-xr-x | service/vehicle/positioning/client/include/SensorLocation_API.h (renamed from vehicleservice/positioning/client/include/SensorLocation_API.h) | 0 | ||||
-rwxr-xr-x | service/vehicle/positioning/client/include/SensorLocation_API_private.h (renamed from vehicleservice/positioning/client/include/SensorLocation_API_private.h) | 0 | ||||
-rwxr-xr-x | service/vehicle/positioning/client/include/SensorMotion_API.h (renamed from vehicleservice/positioning/client/include/SensorMotion_API.h) | 0 | ||||
-rwxr-xr-x | service/vehicle/positioning/client/include/Sensor_API.h (renamed from vehicleservice/positioning/client/include/Sensor_API.h) | 0 | ||||
-rwxr-xr-x | service/vehicle/positioning/client/include/Sensor_API_private.h (renamed from vehicleservice/positioning/client/include/Sensor_API_private.h) | 0 | ||||
-rwxr-xr-x | service/vehicle/positioning/client/include/Sensor_Common_API.h (renamed from vehicleservice/positioning/client/include/Sensor_Common_API.h) | 0 | ||||
-rwxr-xr-x | service/vehicle/positioning/client/include/VehicleDebug_API.h (renamed from vehicleservice/positioning/client/include/VehicleDebug_API.h) | 0 | ||||
-rwxr-xr-x | service/vehicle/positioning/client/include/Vehicle_API.h (renamed from vehicleservice/positioning/client/include/Vehicle_API.h) | 0 | ||||
-rwxr-xr-x | service/vehicle/positioning/client/include/Vehicle_API_Dummy.h (renamed from vehicleservice/positioning/client/include/Vehicle_API_Dummy.h) | 0 | ||||
-rwxr-xr-x | service/vehicle/positioning/client/include/Vehicle_API_private.h (renamed from vehicleservice/positioning/client/include/Vehicle_API_private.h) | 0 | ||||
-rwxr-xr-x | service/vehicle/positioning/client/include/vehicle_service/POS_common_API.h (renamed from vehicleservice/positioning/client/include/vehicle_service/POS_common_API.h) | 0 | ||||
-rwxr-xr-x | service/vehicle/positioning/client/include/vehicle_service/POS_define.h (renamed from vehicleservice/positioning/client/include/vehicle_service/POS_define.h) | 0 | ||||
-rwxr-xr-x | service/vehicle/positioning/client/include/vehicle_service/POS_gps_API.h (renamed from vehicleservice/positioning/client/include/vehicle_service/POS_gps_API.h) | 0 | ||||
-rwxr-xr-x | service/vehicle/positioning/client/include/vehicle_service/POS_sensor_API.h (renamed from vehicleservice/positioning/client/include/vehicle_service/POS_sensor_API.h) | 0 | ||||
-rwxr-xr-x | service/vehicle/positioning/client/include/vehicle_service/positioning.h (renamed from vehicleservice/positioning/client/include/vehicle_service/positioning.h) | 0 | ||||
-rwxr-xr-x | service/vehicle/positioning/client/src/POS_common_API/Common_API.cpp (renamed from vehicleservice/positioning/client/src/POS_common_API/Common_API.cpp) | 0 | ||||
-rwxr-xr-x | service/vehicle/positioning/client/src/POS_common_API/Makefile (renamed from vehicleservice/positioning/client/src/POS_common_API/Makefile) | 0 | ||||
-rwxr-xr-x | service/vehicle/positioning/client/src/POS_common_API/libPOS_common_API.ver (renamed from vehicleservice/positioning/client/src/POS_common_API/libPOS_common_API.ver) | 0 | ||||
-rwxr-xr-x | service/vehicle/positioning/client/src/POS_gps_API/Gps_API.cpp (renamed from vehicleservice/positioning/client/src/POS_gps_API/Gps_API.cpp) | 0 | ||||
-rwxr-xr-x | service/vehicle/positioning/client/src/POS_gps_API/Makefile (renamed from vehicleservice/positioning/client/src/POS_gps_API/Makefile) | 0 | ||||
-rwxr-xr-x | service/vehicle/positioning/client/src/POS_gps_API/Naviinfo_API.cpp (renamed from vehicleservice/positioning/client/src/POS_gps_API/Naviinfo_API.cpp) | 0 | ||||
-rwxr-xr-x | service/vehicle/positioning/client/src/POS_gps_API/libPOS_gps_API.ver (renamed from vehicleservice/positioning/client/src/POS_gps_API/libPOS_gps_API.ver) | 0 | ||||
-rwxr-xr-x | service/vehicle/positioning/client/src/POS_sensor_API/Makefile (renamed from vehicleservice/positioning/client/src/POS_sensor_API/Makefile) | 0 | ||||
-rwxr-xr-x | service/vehicle/positioning/client/src/POS_sensor_API/Sensor_API.cpp (renamed from vehicleservice/positioning/client/src/POS_sensor_API/Sensor_API.cpp) | 0 | ||||
-rwxr-xr-x | service/vehicle/positioning/client/src/POS_sensor_API/Vehicle_API.cpp (renamed from vehicleservice/positioning/client/src/POS_sensor_API/Vehicle_API.cpp) | 0 | ||||
-rwxr-xr-x | service/vehicle/positioning/client/src/POS_sensor_API/libPOS_sensor_API.ver (renamed from vehicleservice/positioning/client/src/POS_sensor_API/libPOS_sensor_API.ver) | 0 | ||||
-rwxr-xr-x | service/vehicle/positioning/server/Makefile (renamed from vehicleservice/positioning/server/Makefile) | 0 | ||||
-rwxr-xr-x | service/vehicle/positioning/server/include/Sensor/ClockDataMng.h (renamed from vehicleservice/positioning/server/include/Sensor/ClockDataMng.h) | 0 | ||||
-rwxr-xr-x | service/vehicle/positioning/server/include/Sensor/ClockGPS_Process_Proto.h (renamed from vehicleservice/positioning/server/include/Sensor/ClockGPS_Process_Proto.h) | 0 | ||||
-rwxr-xr-x | service/vehicle/positioning/server/include/Sensor/ClockUtility.h (renamed from vehicleservice/positioning/server/include/Sensor/ClockUtility.h) | 0 | ||||
-rwxr-xr-x | service/vehicle/positioning/server/include/Sensor/ClockUtility_private.h (renamed from vehicleservice/positioning/server/include/Sensor/ClockUtility_private.h) | 0 | ||||
-rwxr-xr-x | service/vehicle/positioning/server/include/Sensor/DeadReckoning_Common.h (renamed from vehicleservice/positioning/server/include/Sensor/DeadReckoning_Common.h) | 0 | ||||
-rwxr-xr-x | service/vehicle/positioning/server/include/Sensor/DeadReckoning_DataMaster.h (renamed from vehicleservice/positioning/server/include/Sensor/DeadReckoning_DataMaster.h) | 0 | ||||
-rwxr-xr-x | service/vehicle/positioning/server/include/Sensor/DeadReckoning_DeliveryCtrl.h (renamed from vehicleservice/positioning/server/include/Sensor/DeadReckoning_DeliveryCtrl.h) | 0 | ||||
-rwxr-xr-x | service/vehicle/positioning/server/include/Sensor/DeadReckoning_main.h (renamed from vehicleservice/positioning/server/include/Sensor/DeadReckoning_main.h) | 0 | ||||
-rwxr-xr-x | service/vehicle/positioning/server/include/Sensor/GpsInt.h (renamed from vehicleservice/positioning/server/include/Sensor/GpsInt.h) | 0 | ||||
-rwxr-xr-x | service/vehicle/positioning/server/include/Sensor/SensorLog.h (renamed from vehicleservice/positioning/server/include/Sensor/SensorLog.h) | 0 | ||||
-rwxr-xr-x | service/vehicle/positioning/server/include/Sensor/VehicleSens_Common.h (renamed from vehicleservice/positioning/server/include/Sensor/VehicleSens_Common.h) | 0 | ||||
-rwxr-xr-x | service/vehicle/positioning/server/include/Sensor/VehicleSens_DataMaster.h (renamed from vehicleservice/positioning/server/include/Sensor/VehicleSens_DataMaster.h) | 0 | ||||
-rwxr-xr-x | service/vehicle/positioning/server/include/Sensor/VehicleSens_DeliveryCtrl.h (renamed from vehicleservice/positioning/server/include/Sensor/VehicleSens_DeliveryCtrl.h) | 0 | ||||
-rwxr-xr-x | service/vehicle/positioning/server/include/Sensor/VehicleSens_FromAccess.h (renamed from vehicleservice/positioning/server/include/Sensor/VehicleSens_FromAccess.h) | 0 | ||||
-rwxr-xr-x | service/vehicle/positioning/server/include/Sensor/VehicleSens_SelectionItemList.h (renamed from vehicleservice/positioning/server/include/Sensor/VehicleSens_SelectionItemList.h) | 0 | ||||
-rwxr-xr-x | service/vehicle/positioning/server/include/Sensor/VehicleSens_SharedMemory.h (renamed from vehicleservice/positioning/server/include/Sensor/VehicleSens_SharedMemory.h) | 0 | ||||
-rwxr-xr-x | service/vehicle/positioning/server/include/Sensor/VehicleSens_Thread.h (renamed from vehicleservice/positioning/server/include/Sensor/VehicleSens_Thread.h) | 0 | ||||
-rwxr-xr-x | service/vehicle/positioning/server/include/Sensor/VehicleSensor_Thread.h (renamed from vehicleservice/positioning/server/include/Sensor/VehicleSensor_Thread.h) | 0 | ||||
-rwxr-xr-x | service/vehicle/positioning/server/include/Sensor/VehicleUtility.h (renamed from vehicleservice/positioning/server/include/Sensor/VehicleUtility.h) | 0 | ||||
-rwxr-xr-x | service/vehicle/positioning/server/include/ServiceInterface/BackupMgrIf.h (renamed from vehicleservice/positioning/server/include/ServiceInterface/BackupMgrIf.h) | 0 | ||||
-rwxr-xr-x | service/vehicle/positioning/server/include/ServiceInterface/ClockIf.h (renamed from vehicleservice/positioning/server/include/ServiceInterface/ClockIf.h) | 0 | ||||
-rwxr-xr-x | service/vehicle/positioning/server/include/ServiceInterface/CommUsbIf.h (renamed from vehicleservice/positioning/server/include/ServiceInterface/CommUsbIf.h) | 0 | ||||
-rwxr-xr-x | service/vehicle/positioning/server/include/ServiceInterface/DevDetectSrvIf.h (renamed from vehicleservice/positioning/server/include/ServiceInterface/DevDetectSrvIf.h) | 0 | ||||
-rwxr-xr-x | service/vehicle/positioning/server/include/ServiceInterface/DiagSrvIf.h (renamed from vehicleservice/positioning/server/include/ServiceInterface/DiagSrvIf.h) | 0 | ||||
-rwxr-xr-x | service/vehicle/positioning/server/include/ServiceInterface/PSMShadowIf.h (renamed from vehicleservice/positioning/server/include/ServiceInterface/PSMShadowIf.h) | 0 | ||||
-rwxr-xr-x | service/vehicle/positioning/server/include/ServiceInterface/VehicleIf.h (renamed from vehicleservice/positioning/server/include/ServiceInterface/VehicleIf.h) | 0 | ||||
-rwxr-xr-x | service/vehicle/positioning/server/include/ServiceInterface/ps_psmshadow_notifications.h (renamed from vehicleservice/positioning/server/include/ServiceInterface/ps_psmshadow_notifications.h) | 0 | ||||
-rwxr-xr-x | service/vehicle/positioning/server/include/ServiceInterface/ps_version.h (renamed from vehicleservice/positioning/server/include/ServiceInterface/ps_version.h) | 0 | ||||
-rwxr-xr-x | service/vehicle/positioning/server/include/nsfw/positioning_common.h (renamed from vehicleservice/positioning/server/include/nsfw/positioning_common.h) | 0 | ||||
-rwxr-xr-x | service/vehicle/positioning/server/include/nsfw/vehicle_version.h (renamed from vehicleservice/positioning/server/include/nsfw/vehicle_version.h) | 0 | ||||
-rwxr-xr-x | service/vehicle/positioning/server/src/Sensor/ClockUtility.cpp (renamed from vehicleservice/positioning/server/src/Sensor/ClockUtility.cpp) | 0 | ||||
-rwxr-xr-x | service/vehicle/positioning/server/src/Sensor/DeadReckoning_Common.cpp (renamed from vehicleservice/positioning/server/src/Sensor/DeadReckoning_Common.cpp) | 0 | ||||
-rwxr-xr-x | service/vehicle/positioning/server/src/Sensor/DeadReckoning_DataMasterMain.cpp (renamed from vehicleservice/positioning/server/src/Sensor/DeadReckoning_DataMasterMain.cpp) | 0 | ||||
-rwxr-xr-x | service/vehicle/positioning/server/src/Sensor/DeadReckoning_DeliveryCtrl.cpp (renamed from vehicleservice/positioning/server/src/Sensor/DeadReckoning_DeliveryCtrl.cpp) | 0 | ||||
-rwxr-xr-x | service/vehicle/positioning/server/src/Sensor/DeadReckoning_Did_Altitude_dr.cpp (renamed from vehicleservice/positioning/server/src/Sensor/DeadReckoning_Did_Altitude_dr.cpp) | 0 | ||||
-rwxr-xr-x | service/vehicle/positioning/server/src/Sensor/DeadReckoning_Did_GyroOffset_dr.cpp (renamed from vehicleservice/positioning/server/src/Sensor/DeadReckoning_Did_GyroOffset_dr.cpp) | 0 | ||||
-rwxr-xr-x | service/vehicle/positioning/server/src/Sensor/DeadReckoning_Did_GyroScaleFactorLevel_dr.cpp (renamed from vehicleservice/positioning/server/src/Sensor/DeadReckoning_Did_GyroScaleFactorLevel_dr.cpp) | 0 | ||||
-rwxr-xr-x | service/vehicle/positioning/server/src/Sensor/DeadReckoning_Did_GyroScaleFactor_dr.cpp (renamed from vehicleservice/positioning/server/src/Sensor/DeadReckoning_Did_GyroScaleFactor_dr.cpp) | 0 | ||||
-rwxr-xr-x | service/vehicle/positioning/server/src/Sensor/DeadReckoning_Did_Heading_dr.cpp (renamed from vehicleservice/positioning/server/src/Sensor/DeadReckoning_Did_Heading_dr.cpp) | 0 | ||||
-rwxr-xr-x | service/vehicle/positioning/server/src/Sensor/DeadReckoning_Did_Latitude_dr.cpp (renamed from vehicleservice/positioning/server/src/Sensor/DeadReckoning_Did_Latitude_dr.cpp) | 0 | ||||
-rwxr-xr-x | service/vehicle/positioning/server/src/Sensor/DeadReckoning_Did_Longitude_dr.cpp (renamed from vehicleservice/positioning/server/src/Sensor/DeadReckoning_Did_Longitude_dr.cpp) | 0 | ||||
-rwxr-xr-x | service/vehicle/positioning/server/src/Sensor/DeadReckoning_Did_SnsCounter.cpp (renamed from vehicleservice/positioning/server/src/Sensor/DeadReckoning_Did_SnsCounter.cpp) | 0 | ||||
-rwxr-xr-x | service/vehicle/positioning/server/src/Sensor/DeadReckoning_Did_SpeedPulseScaleFactorLevel_dr.cpp (renamed from vehicleservice/positioning/server/src/Sensor/DeadReckoning_Did_SpeedPulseScaleFactorLevel_dr.cpp) | 0 | ||||
-rwxr-xr-x | service/vehicle/positioning/server/src/Sensor/DeadReckoning_Did_SpeedPulseScaleFactor_dr.cpp (renamed from vehicleservice/positioning/server/src/Sensor/DeadReckoning_Did_SpeedPulseScaleFactor_dr.cpp) | 0 | ||||
-rwxr-xr-x | service/vehicle/positioning/server/src/Sensor/DeadReckoning_Did_Speed_dr.cpp (renamed from vehicleservice/positioning/server/src/Sensor/DeadReckoning_Did_Speed_dr.cpp) | 0 | ||||
-rwxr-xr-x | service/vehicle/positioning/server/src/Sensor/DeadReckoning_main.cpp (renamed from vehicleservice/positioning/server/src/Sensor/DeadReckoning_main.cpp) | 0 | ||||
-rwxr-xr-x | service/vehicle/positioning/server/src/Sensor/GpsInt.cpp (renamed from vehicleservice/positioning/server/src/Sensor/GpsInt.cpp) | 0 | ||||
-rwxr-xr-x | service/vehicle/positioning/server/src/Sensor/Makefile (renamed from vehicleservice/positioning/server/src/Sensor/Makefile) | 0 | ||||
-rwxr-xr-x | service/vehicle/positioning/server/src/Sensor/SensorLog.cpp (renamed from vehicleservice/positioning/server/src/Sensor/SensorLog.cpp) | 0 | ||||
-rwxr-xr-x | service/vehicle/positioning/server/src/Sensor/VehicleSens_CanDeliveryEntry.cpp (renamed from vehicleservice/positioning/server/src/Sensor/VehicleSens_CanDeliveryEntry.cpp) | 0 | ||||
-rwxr-xr-x | service/vehicle/positioning/server/src/Sensor/VehicleSens_Common.cpp (renamed from vehicleservice/positioning/server/src/Sensor/VehicleSens_Common.cpp) | 0 | ||||
-rwxr-xr-x | service/vehicle/positioning/server/src/Sensor/VehicleSens_DataMasterMain.cpp (renamed from vehicleservice/positioning/server/src/Sensor/VehicleSens_DataMasterMain.cpp) | 0 | ||||
-rwxr-xr-x | service/vehicle/positioning/server/src/Sensor/VehicleSens_DeliveryCtrl.cpp (renamed from vehicleservice/positioning/server/src/Sensor/VehicleSens_DeliveryCtrl.cpp) | 0 | ||||
-rwxr-xr-x | service/vehicle/positioning/server/src/Sensor/VehicleSens_Did_GPSInterruptFlag.cpp (renamed from vehicleservice/positioning/server/src/Sensor/VehicleSens_Did_GPSInterruptFlag.cpp) | 0 | ||||
-rwxr-xr-x | service/vehicle/positioning/server/src/Sensor/VehicleSens_Did_GpsAntenna.cpp (renamed from vehicleservice/positioning/server/src/Sensor/VehicleSens_Did_GpsAntenna.cpp) | 0 | ||||
-rwxr-xr-x | service/vehicle/positioning/server/src/Sensor/VehicleSens_Did_GpsAntennaStatus.cpp (renamed from vehicleservice/positioning/server/src/Sensor/VehicleSens_Did_GpsAntennaStatus.cpp) | 0 | ||||
-rwxr-xr-x | service/vehicle/positioning/server/src/Sensor/VehicleSens_Did_GpsAntenna_l.cpp (renamed from vehicleservice/positioning/server/src/Sensor/VehicleSens_Did_GpsAntenna_l.cpp) | 0 | ||||
-rwxr-xr-x | service/vehicle/positioning/server/src/Sensor/VehicleSens_Did_GpsClockDrift.cpp (renamed from vehicleservice/positioning/server/src/Sensor/VehicleSens_Did_GpsClockDrift.cpp) | 0 | ||||
-rwxr-xr-x | service/vehicle/positioning/server/src/Sensor/VehicleSens_Did_GpsClockDrift_g.cpp (renamed from vehicleservice/positioning/server/src/Sensor/VehicleSens_Did_GpsClockDrift_g.cpp) | 0 | ||||
-rwxr-xr-x | service/vehicle/positioning/server/src/Sensor/VehicleSens_Did_GpsClockFreq.cpp (renamed from vehicleservice/positioning/server/src/Sensor/VehicleSens_Did_GpsClockFreq.cpp) | 0 | ||||
-rwxr-xr-x | service/vehicle/positioning/server/src/Sensor/VehicleSens_Did_GpsClockFreq_g.cpp (renamed from vehicleservice/positioning/server/src/Sensor/VehicleSens_Did_GpsClockFreq_g.cpp) | 0 | ||||
-rwxr-xr-x | service/vehicle/positioning/server/src/Sensor/VehicleSens_Did_GpsCounter_g.cpp (renamed from vehicleservice/positioning/server/src/Sensor/VehicleSens_Did_GpsCounter_g.cpp) | 0 | ||||
-rwxr-xr-x | service/vehicle/positioning/server/src/Sensor/VehicleSens_Did_GpsNmea_g.cpp (renamed from vehicleservice/positioning/server/src/Sensor/VehicleSens_Did_GpsNmea_g.cpp) | 0 | ||||
-rwxr-xr-x | service/vehicle/positioning/server/src/Sensor/VehicleSens_Did_GpsTime.cpp (renamed from vehicleservice/positioning/server/src/Sensor/VehicleSens_Did_GpsTime.cpp) | 0 | ||||
-rwxr-xr-x | service/vehicle/positioning/server/src/Sensor/VehicleSens_Did_GpsTimeRaw.cpp (renamed from vehicleservice/positioning/server/src/Sensor/VehicleSens_Did_GpsTimeRaw.cpp) | 0 | ||||
-rwxr-xr-x | service/vehicle/positioning/server/src/Sensor/VehicleSens_Did_GpsTimeRaw_g.cpp (renamed from vehicleservice/positioning/server/src/Sensor/VehicleSens_Did_GpsTimeRaw_g.cpp) | 0 | ||||
-rwxr-xr-x | service/vehicle/positioning/server/src/Sensor/VehicleSens_Did_GpsTime_g.cpp (renamed from vehicleservice/positioning/server/src/Sensor/VehicleSens_Did_GpsTime_g.cpp) | 0 | ||||
-rwxr-xr-x | service/vehicle/positioning/server/src/Sensor/VehicleSens_Did_Gps_CWORD82_FullBinary_g.cpp (renamed from vehicleservice/positioning/server/src/Sensor/VehicleSens_Did_Gps_CWORD82_FullBinary_g.cpp) | 0 | ||||
-rwxr-xr-x | service/vehicle/positioning/server/src/Sensor/VehicleSens_Did_Gps_CWORD82_Nmea_g.cpp (renamed from vehicleservice/positioning/server/src/Sensor/VehicleSens_Did_Gps_CWORD82_Nmea_g.cpp) | 0 | ||||
-rwxr-xr-x | service/vehicle/positioning/server/src/Sensor/VehicleSens_Did_Gps_CWORD82__CWORD44_Gp4_g.cpp (renamed from vehicleservice/positioning/server/src/Sensor/VehicleSens_Did_Gps_CWORD82__CWORD44_Gp4_g.cpp) | 0 | ||||
-rwxr-xr-x | service/vehicle/positioning/server/src/Sensor/VehicleSens_Did_GsnsX.cpp (renamed from vehicleservice/positioning/server/src/Sensor/VehicleSens_Did_GsnsX.cpp) | 0 | ||||
-rwxr-xr-x | service/vehicle/positioning/server/src/Sensor/VehicleSens_Did_GsnsXExt_l.cpp (renamed from vehicleservice/positioning/server/src/Sensor/VehicleSens_Did_GsnsXExt_l.cpp) | 0 | ||||
-rwxr-xr-x | service/vehicle/positioning/server/src/Sensor/VehicleSens_Did_GsnsXFst_l.cpp (renamed from vehicleservice/positioning/server/src/Sensor/VehicleSens_Did_GsnsXFst_l.cpp) | 0 | ||||
-rwxr-xr-x | service/vehicle/positioning/server/src/Sensor/VehicleSens_Did_GsnsX_l.cpp (renamed from vehicleservice/positioning/server/src/Sensor/VehicleSens_Did_GsnsX_l.cpp) | 0 | ||||
-rwxr-xr-x | service/vehicle/positioning/server/src/Sensor/VehicleSens_Did_GsnsY.cpp (renamed from vehicleservice/positioning/server/src/Sensor/VehicleSens_Did_GsnsY.cpp) | 0 | ||||
-rwxr-xr-x | service/vehicle/positioning/server/src/Sensor/VehicleSens_Did_GsnsYExt_l.cpp (renamed from vehicleservice/positioning/server/src/Sensor/VehicleSens_Did_GsnsYExt_l.cpp) | 0 | ||||
-rwxr-xr-x | service/vehicle/positioning/server/src/Sensor/VehicleSens_Did_GsnsYFst_l.cpp (renamed from vehicleservice/positioning/server/src/Sensor/VehicleSens_Did_GsnsYFst_l.cpp) | 0 | ||||
-rwxr-xr-x | service/vehicle/positioning/server/src/Sensor/VehicleSens_Did_GsnsY_l.cpp (renamed from vehicleservice/positioning/server/src/Sensor/VehicleSens_Did_GsnsY_l.cpp) | 0 | ||||
-rwxr-xr-x | service/vehicle/positioning/server/src/Sensor/VehicleSens_Did_GsnsZ.cpp (renamed from vehicleservice/positioning/server/src/Sensor/VehicleSens_Did_GsnsZ.cpp) | 0 | ||||
-rwxr-xr-x | service/vehicle/positioning/server/src/Sensor/VehicleSens_Did_GsnsZExt_l.cpp (renamed from vehicleservice/positioning/server/src/Sensor/VehicleSens_Did_GsnsZExt_l.cpp) | 0 | ||||
-rwxr-xr-x | service/vehicle/positioning/server/src/Sensor/VehicleSens_Did_GsnsZFst_l.cpp (renamed from vehicleservice/positioning/server/src/Sensor/VehicleSens_Did_GsnsZFst_l.cpp) | 0 | ||||
-rwxr-xr-x | service/vehicle/positioning/server/src/Sensor/VehicleSens_Did_GsnsZ_l.cpp (renamed from vehicleservice/positioning/server/src/Sensor/VehicleSens_Did_GsnsZ_l.cpp) | 0 | ||||
-rwxr-xr-x | service/vehicle/positioning/server/src/Sensor/VehicleSens_Did_GyroConnectStatus.cpp (renamed from vehicleservice/positioning/server/src/Sensor/VehicleSens_Did_GyroConnectStatus.cpp) | 0 | ||||
-rwxr-xr-x | service/vehicle/positioning/server/src/Sensor/VehicleSens_Did_GyroExt_l.cpp (renamed from vehicleservice/positioning/server/src/Sensor/VehicleSens_Did_GyroExt_l.cpp) | 0 | ||||
-rwxr-xr-x | service/vehicle/positioning/server/src/Sensor/VehicleSens_Did_GyroTemp.cpp (renamed from vehicleservice/positioning/server/src/Sensor/VehicleSens_Did_GyroTemp.cpp) | 0 | ||||
-rwxr-xr-x | service/vehicle/positioning/server/src/Sensor/VehicleSens_Did_GyroTempExt_l.cpp (renamed from vehicleservice/positioning/server/src/Sensor/VehicleSens_Did_GyroTempExt_l.cpp) | 0 | ||||
-rwxr-xr-x | service/vehicle/positioning/server/src/Sensor/VehicleSens_Did_GyroTempFst_l.cpp (renamed from vehicleservice/positioning/server/src/Sensor/VehicleSens_Did_GyroTempFst_l.cpp) | 0 | ||||
-rwxr-xr-x | service/vehicle/positioning/server/src/Sensor/VehicleSens_Did_GyroTemp_l.cpp (renamed from vehicleservice/positioning/server/src/Sensor/VehicleSens_Did_GyroTemp_l.cpp) | 0 | ||||
-rwxr-xr-x | service/vehicle/positioning/server/src/Sensor/VehicleSens_Did_GyroTrouble.cpp (renamed from vehicleservice/positioning/server/src/Sensor/VehicleSens_Did_GyroTrouble.cpp) | 0 | ||||
-rwxr-xr-x | service/vehicle/positioning/server/src/Sensor/VehicleSens_Did_GyroX.cpp (renamed from vehicleservice/positioning/server/src/Sensor/VehicleSens_Did_GyroX.cpp) | 0 | ||||
-rwxr-xr-x | service/vehicle/positioning/server/src/Sensor/VehicleSens_Did_GyroXFst_l.cpp (renamed from vehicleservice/positioning/server/src/Sensor/VehicleSens_Did_GyroXFst_l.cpp) | 0 | ||||
-rwxr-xr-x | service/vehicle/positioning/server/src/Sensor/VehicleSens_Did_GyroX_l.cpp (renamed from vehicleservice/positioning/server/src/Sensor/VehicleSens_Did_GyroX_l.cpp) | 0 | ||||
-rwxr-xr-x | service/vehicle/positioning/server/src/Sensor/VehicleSens_Did_GyroY.cpp (renamed from vehicleservice/positioning/server/src/Sensor/VehicleSens_Did_GyroY.cpp) | 0 | ||||
-rwxr-xr-x | service/vehicle/positioning/server/src/Sensor/VehicleSens_Did_GyroYExt_l.cpp (renamed from vehicleservice/positioning/server/src/Sensor/VehicleSens_Did_GyroYExt_l.cpp) | 0 | ||||
-rwxr-xr-x | service/vehicle/positioning/server/src/Sensor/VehicleSens_Did_GyroYFst_l.cpp (renamed from vehicleservice/positioning/server/src/Sensor/VehicleSens_Did_GyroYFst_l.cpp) | 0 | ||||
-rwxr-xr-x | service/vehicle/positioning/server/src/Sensor/VehicleSens_Did_GyroY_l.cpp (renamed from vehicleservice/positioning/server/src/Sensor/VehicleSens_Did_GyroY_l.cpp) | 0 | ||||
-rwxr-xr-x | service/vehicle/positioning/server/src/Sensor/VehicleSens_Did_GyroZ.cpp (renamed from vehicleservice/positioning/server/src/Sensor/VehicleSens_Did_GyroZ.cpp) | 0 | ||||
-rwxr-xr-x | service/vehicle/positioning/server/src/Sensor/VehicleSens_Did_GyroZExt_l.cpp (renamed from vehicleservice/positioning/server/src/Sensor/VehicleSens_Did_GyroZExt_l.cpp) | 0 | ||||
-rwxr-xr-x | service/vehicle/positioning/server/src/Sensor/VehicleSens_Did_GyroZFst_l.cpp (renamed from vehicleservice/positioning/server/src/Sensor/VehicleSens_Did_GyroZFst_l.cpp) | 0 | ||||
-rwxr-xr-x | service/vehicle/positioning/server/src/Sensor/VehicleSens_Did_GyroZ_l.cpp (renamed from vehicleservice/positioning/server/src/Sensor/VehicleSens_Did_GyroZ_l.cpp) | 0 | ||||
-rwxr-xr-x | service/vehicle/positioning/server/src/Sensor/VehicleSens_Did_LocationAltitude.cpp (renamed from vehicleservice/positioning/server/src/Sensor/VehicleSens_Did_LocationAltitude.cpp) | 0 | ||||
-rwxr-xr-x | service/vehicle/positioning/server/src/Sensor/VehicleSens_Did_LocationAltitude_g.cpp (renamed from vehicleservice/positioning/server/src/Sensor/VehicleSens_Did_LocationAltitude_g.cpp) | 0 | ||||
-rwxr-xr-x | service/vehicle/positioning/server/src/Sensor/VehicleSens_Did_LocationAltitude_n.cpp (renamed from vehicleservice/positioning/server/src/Sensor/VehicleSens_Did_LocationAltitude_n.cpp) | 0 | ||||
-rwxr-xr-x | service/vehicle/positioning/server/src/Sensor/VehicleSens_Did_LocationInfoNmea.cpp (renamed from vehicleservice/positioning/server/src/Sensor/VehicleSens_Did_LocationInfoNmea.cpp) | 0 | ||||
-rwxr-xr-x | service/vehicle/positioning/server/src/Sensor/VehicleSens_Did_LocationInfoNmea_n.cpp (renamed from vehicleservice/positioning/server/src/Sensor/VehicleSens_Did_LocationInfoNmea_n.cpp) | 0 | ||||
-rwxr-xr-x | service/vehicle/positioning/server/src/Sensor/VehicleSens_Did_LocationLonLat.cpp (renamed from vehicleservice/positioning/server/src/Sensor/VehicleSens_Did_LocationLonLat.cpp) | 0 | ||||
-rwxr-xr-x | service/vehicle/positioning/server/src/Sensor/VehicleSens_Did_LocationLonLat_g.cpp (renamed from vehicleservice/positioning/server/src/Sensor/VehicleSens_Did_LocationLonLat_g.cpp) | 0 | ||||
-rwxr-xr-x | service/vehicle/positioning/server/src/Sensor/VehicleSens_Did_LocationLonLat_n.cpp (renamed from vehicleservice/positioning/server/src/Sensor/VehicleSens_Did_LocationLonLat_n.cpp) | 0 | ||||
-rwxr-xr-x | service/vehicle/positioning/server/src/Sensor/VehicleSens_Did_MainGpsInterruptSignal.cpp (renamed from vehicleservice/positioning/server/src/Sensor/VehicleSens_Did_MainGpsInterruptSignal.cpp) | 0 | ||||
-rwxr-xr-x | service/vehicle/positioning/server/src/Sensor/VehicleSens_Did_Mon_Hw_g.cpp (renamed from vehicleservice/positioning/server/src/Sensor/VehicleSens_Did_Mon_Hw_g.cpp) | 0 | ||||
-rwxr-xr-x | service/vehicle/positioning/server/src/Sensor/VehicleSens_Did_MotionHeading.cpp (renamed from vehicleservice/positioning/server/src/Sensor/VehicleSens_Did_MotionHeading.cpp) | 0 | ||||
-rwxr-xr-x | service/vehicle/positioning/server/src/Sensor/VehicleSens_Did_MotionHeading_g.cpp (renamed from vehicleservice/positioning/server/src/Sensor/VehicleSens_Did_MotionHeading_g.cpp) | 0 | ||||
-rwxr-xr-x | service/vehicle/positioning/server/src/Sensor/VehicleSens_Did_MotionHeading_n.cpp (renamed from vehicleservice/positioning/server/src/Sensor/VehicleSens_Did_MotionHeading_n.cpp) | 0 | ||||
-rwxr-xr-x | service/vehicle/positioning/server/src/Sensor/VehicleSens_Did_MotionSpeed.cpp (renamed from vehicleservice/positioning/server/src/Sensor/VehicleSens_Did_MotionSpeed.cpp) | 0 | ||||
-rwxr-xr-x | service/vehicle/positioning/server/src/Sensor/VehicleSens_Did_MotionSpeed_g.cpp (renamed from vehicleservice/positioning/server/src/Sensor/VehicleSens_Did_MotionSpeed_g.cpp) | 0 | ||||
-rwxr-xr-x | service/vehicle/positioning/server/src/Sensor/VehicleSens_Did_MotionSpeed_i.cpp (renamed from vehicleservice/positioning/server/src/Sensor/VehicleSens_Did_MotionSpeed_i.cpp) | 0 | ||||
-rwxr-xr-x | service/vehicle/positioning/server/src/Sensor/VehicleSens_Did_MotionSpeed_n.cpp (renamed from vehicleservice/positioning/server/src/Sensor/VehicleSens_Did_MotionSpeed_n.cpp) | 0 | ||||
-rwxr-xr-x | service/vehicle/positioning/server/src/Sensor/VehicleSens_Did_Nav_Clock_g.cpp (renamed from vehicleservice/positioning/server/src/Sensor/VehicleSens_Did_Nav_Clock_g.cpp) | 0 | ||||
-rwxr-xr-x | service/vehicle/positioning/server/src/Sensor/VehicleSens_Did_Nav_Dop_g.cpp (renamed from vehicleservice/positioning/server/src/Sensor/VehicleSens_Did_Nav_Dop_g.cpp) | 0 | ||||
-rwxr-xr-x | service/vehicle/positioning/server/src/Sensor/VehicleSens_Did_Nav_Posllh_g.cpp (renamed from vehicleservice/positioning/server/src/Sensor/VehicleSens_Did_Nav_Posllh_g.cpp) | 0 | ||||
-rwxr-xr-x | service/vehicle/positioning/server/src/Sensor/VehicleSens_Did_Nav_Status_g.cpp (renamed from vehicleservice/positioning/server/src/Sensor/VehicleSens_Did_Nav_Status_g.cpp) | 0 | ||||
-rwxr-xr-x | service/vehicle/positioning/server/src/Sensor/VehicleSens_Did_Nav_SvInfo_g.cpp (renamed from vehicleservice/positioning/server/src/Sensor/VehicleSens_Did_Nav_SvInfo_g.cpp) | 0 | ||||
-rwxr-xr-x | service/vehicle/positioning/server/src/Sensor/VehicleSens_Did_Nav_TimeGps_g.cpp (renamed from vehicleservice/positioning/server/src/Sensor/VehicleSens_Did_Nav_TimeGps_g.cpp) | 0 | ||||
-rwxr-xr-x | service/vehicle/positioning/server/src/Sensor/VehicleSens_Did_Nav_TimeUtc_g.cpp (renamed from vehicleservice/positioning/server/src/Sensor/VehicleSens_Did_Nav_TimeUtc_g.cpp) | 0 | ||||
-rwxr-xr-x | service/vehicle/positioning/server/src/Sensor/VehicleSens_Did_Nav_Velned_g.cpp (renamed from vehicleservice/positioning/server/src/Sensor/VehicleSens_Did_Nav_Velned_g.cpp) | 0 | ||||
-rwxr-xr-x | service/vehicle/positioning/server/src/Sensor/VehicleSens_Did_NaviinfoDiagGPS_g.cpp (renamed from vehicleservice/positioning/server/src/Sensor/VehicleSens_Did_NaviinfoDiagGPS_g.cpp) | 0 | ||||
-rwxr-xr-x | service/vehicle/positioning/server/src/Sensor/VehicleSens_Did_PulseTime.cpp (renamed from vehicleservice/positioning/server/src/Sensor/VehicleSens_Did_PulseTime.cpp) | 0 | ||||
-rwxr-xr-x | service/vehicle/positioning/server/src/Sensor/VehicleSens_Did_PulseTimeExt_l.cpp (renamed from vehicleservice/positioning/server/src/Sensor/VehicleSens_Did_PulseTimeExt_l.cpp) | 0 | ||||
-rwxr-xr-x | service/vehicle/positioning/server/src/Sensor/VehicleSens_Did_PulseTime_l.cpp (renamed from vehicleservice/positioning/server/src/Sensor/VehicleSens_Did_PulseTime_l.cpp) | 0 | ||||
-rwxr-xr-x | service/vehicle/positioning/server/src/Sensor/VehicleSens_Did_Rev.cpp (renamed from vehicleservice/positioning/server/src/Sensor/VehicleSens_Did_Rev.cpp) | 0 | ||||
-rwxr-xr-x | service/vehicle/positioning/server/src/Sensor/VehicleSens_Did_RevExt_l.cpp (renamed from vehicleservice/positioning/server/src/Sensor/VehicleSens_Did_RevExt_l.cpp) | 0 | ||||
-rwxr-xr-x | service/vehicle/positioning/server/src/Sensor/VehicleSens_Did_RevFst_l.cpp (renamed from vehicleservice/positioning/server/src/Sensor/VehicleSens_Did_RevFst_l.cpp) | 0 | ||||
-rwxr-xr-x | service/vehicle/positioning/server/src/Sensor/VehicleSens_Did_Rev_l.cpp (renamed from vehicleservice/positioning/server/src/Sensor/VehicleSens_Did_Rev_l.cpp) | 0 | ||||
-rwxr-xr-x | service/vehicle/positioning/server/src/Sensor/VehicleSens_Did_SettingTime.cpp (renamed from vehicleservice/positioning/server/src/Sensor/VehicleSens_Did_SettingTime.cpp) | 0 | ||||
-rwxr-xr-x | service/vehicle/positioning/server/src/Sensor/VehicleSens_Did_SettingTime_clock.cpp (renamed from vehicleservice/positioning/server/src/Sensor/VehicleSens_Did_SettingTime_clock.cpp) | 0 | ||||
-rwxr-xr-x | service/vehicle/positioning/server/src/Sensor/VehicleSens_Did_SnsCounter.cpp (renamed from vehicleservice/positioning/server/src/Sensor/VehicleSens_Did_SnsCounter.cpp) | 0 | ||||
-rwxr-xr-x | service/vehicle/positioning/server/src/Sensor/VehicleSens_Did_SnsCounterExt_l.cpp (renamed from vehicleservice/positioning/server/src/Sensor/VehicleSens_Did_SnsCounterExt_l.cpp) | 0 | ||||
-rwxr-xr-x | service/vehicle/positioning/server/src/Sensor/VehicleSens_Did_SnsCounter_l.cpp (renamed from vehicleservice/positioning/server/src/Sensor/VehicleSens_Did_SnsCounter_l.cpp) | 0 | ||||
-rwxr-xr-x | service/vehicle/positioning/server/src/Sensor/VehicleSens_Did_SpeedKmph.cpp (renamed from vehicleservice/positioning/server/src/Sensor/VehicleSens_Did_SpeedKmph.cpp) | 0 | ||||
-rwxr-xr-x | service/vehicle/positioning/server/src/Sensor/VehicleSens_Did_SpeedKmph_l.cpp (renamed from vehicleservice/positioning/server/src/Sensor/VehicleSens_Did_SpeedKmph_l.cpp) | 0 | ||||
-rwxr-xr-x | service/vehicle/positioning/server/src/Sensor/VehicleSens_Did_SpeedPulse.cpp (renamed from vehicleservice/positioning/server/src/Sensor/VehicleSens_Did_SpeedPulse.cpp) | 0 | ||||
-rwxr-xr-x | service/vehicle/positioning/server/src/Sensor/VehicleSens_Did_SpeedPulseExt_l.cpp (renamed from vehicleservice/positioning/server/src/Sensor/VehicleSens_Did_SpeedPulseExt_l.cpp) | 0 | ||||
-rwxr-xr-x | service/vehicle/positioning/server/src/Sensor/VehicleSens_Did_SpeedPulseFlag.cpp (renamed from vehicleservice/positioning/server/src/Sensor/VehicleSens_Did_SpeedPulseFlag.cpp) | 0 | ||||
-rwxr-xr-x | service/vehicle/positioning/server/src/Sensor/VehicleSens_Did_SpeedPulseFlagFst_l.cpp (renamed from vehicleservice/positioning/server/src/Sensor/VehicleSens_Did_SpeedPulseFlagFst_l.cpp) | 0 | ||||
-rwxr-xr-x | service/vehicle/positioning/server/src/Sensor/VehicleSens_Did_SpeedPulseFst_l.cpp (renamed from vehicleservice/positioning/server/src/Sensor/VehicleSens_Did_SpeedPulseFst_l.cpp) | 0 | ||||
-rwxr-xr-x | service/vehicle/positioning/server/src/Sensor/VehicleSens_Did_SpeedPulse_l.cpp (renamed from vehicleservice/positioning/server/src/Sensor/VehicleSens_Did_SpeedPulse_l.cpp) | 0 | ||||
-rwxr-xr-x | service/vehicle/positioning/server/src/Sensor/VehicleSens_Did_SysGpsInterruptSignal.cpp (renamed from vehicleservice/positioning/server/src/Sensor/VehicleSens_Did_SysGpsInterruptSignal.cpp) | 0 | ||||
-rwxr-xr-x | service/vehicle/positioning/server/src/Sensor/VehicleSens_Did_WknRollover.cpp (renamed from vehicleservice/positioning/server/src/Sensor/VehicleSens_Did_WknRollover.cpp) | 0 | ||||
-rwxr-xr-x | service/vehicle/positioning/server/src/Sensor/VehicleSens_Did_WknRollover_g.cpp (renamed from vehicleservice/positioning/server/src/Sensor/VehicleSens_Did_WknRollover_g.cpp) | 0 | ||||
-rwxr-xr-x | service/vehicle/positioning/server/src/Sensor/VehicleSens_FromAccess.cpp (renamed from vehicleservice/positioning/server/src/Sensor/VehicleSens_FromAccess.cpp) | 0 | ||||
-rwxr-xr-x | service/vehicle/positioning/server/src/Sensor/VehicleSens_SelectionItemList.cpp (renamed from vehicleservice/positioning/server/src/Sensor/VehicleSens_SelectionItemList.cpp) | 0 | ||||
-rwxr-xr-x | service/vehicle/positioning/server/src/Sensor/VehicleSens_SharedMemory.cpp (renamed from vehicleservice/positioning/server/src/Sensor/VehicleSens_SharedMemory.cpp) | 0 | ||||
-rwxr-xr-x | service/vehicle/positioning/server/src/Sensor/VehicleSens_Thread.cpp (renamed from vehicleservice/positioning/server/src/Sensor/VehicleSens_Thread.cpp) | 0 | ||||
-rwxr-xr-x | service/vehicle/positioning/server/src/Sensor/VehicleUtility.cpp (renamed from vehicleservice/positioning/server/src/Sensor/VehicleUtility.cpp) | 0 | ||||
-rwxr-xr-x | service/vehicle/positioning/server/src/ServiceInterface/BackupMgrIf.cpp (renamed from vehicleservice/positioning/server/src/ServiceInterface/BackupMgrIf.cpp) | 0 | ||||
-rwxr-xr-x | service/vehicle/positioning/server/src/ServiceInterface/ClockIf.cpp (renamed from vehicleservice/positioning/server/src/ServiceInterface/ClockIf.cpp) | 0 | ||||
-rwxr-xr-x | service/vehicle/positioning/server/src/ServiceInterface/CommUsbIf.cpp (renamed from vehicleservice/positioning/server/src/ServiceInterface/CommUsbIf.cpp) | 0 | ||||
-rwxr-xr-x | service/vehicle/positioning/server/src/ServiceInterface/DevDetectSrvIf.cpp (renamed from vehicleservice/positioning/server/src/ServiceInterface/DevDetectSrvIf.cpp) | 0 | ||||
-rwxr-xr-x | service/vehicle/positioning/server/src/ServiceInterface/DiagSrvIf.cpp (renamed from vehicleservice/positioning/server/src/ServiceInterface/DiagSrvIf.cpp) | 0 | ||||
-rwxr-xr-x | service/vehicle/positioning/server/src/ServiceInterface/Makefile (renamed from vehicleservice/positioning/server/src/ServiceInterface/Makefile) | 0 | ||||
-rwxr-xr-x | service/vehicle/positioning/server/src/ServiceInterface/PSMShadowIf.cpp (renamed from vehicleservice/positioning/server/src/ServiceInterface/PSMShadowIf.cpp) | 0 | ||||
-rwxr-xr-x | service/vehicle/positioning/server/src/ServiceInterface/VehicleIf.cpp (renamed from vehicleservice/positioning/server/src/ServiceInterface/VehicleIf.cpp) | 0 | ||||
-rwxr-xr-x | service/vehicle/positioning/server/src/nsfw/Makefile (renamed from vehicleservice/positioning/server/src/nsfw/Makefile) | 0 | ||||
-rwxr-xr-x | service/vehicle/positioning/server/src/nsfw/positioning_application.cpp (renamed from vehicleservice/positioning/server/src/nsfw/positioning_application.cpp) | 0 | ||||
-rwxr-xr-x | service/vehicle/positioning/server/src/nsfw/ps_main.cpp (renamed from vehicleservice/positioning/server/src/nsfw/ps_main.cpp) | 0 | ||||
-rwxr-xr-x | service/vehicle/positioning_base_library/LICENSE (renamed from video_in_hal/LICENSE) | 0 | ||||
-rwxr-xr-x | service/vehicle/positioning_base_library/Makefile.client (renamed from vehicleservice/positioning_base_library/Makefile.client) | 0 | ||||
-rwxr-xr-x | service/vehicle/positioning_base_library/library/Makefile (renamed from vehicleservice/positioning_base_library/library/Makefile) | 0 | ||||
-rwxr-xr-x | service/vehicle/positioning_base_library/library/include/DEV_TimerEntryDrv_if.h (renamed from vehicleservice/positioning_base_library/library/include/DEV_TimerEntryDrv_if.h) | 0 | ||||
-rwxr-xr-x | service/vehicle/positioning_base_library/library/include/TimerEntryDrv_If.h (renamed from vehicleservice/positioning_base_library/library/include/TimerEntryDrv_If.h) | 0 | ||||
-rwxr-xr-x | service/vehicle/positioning_base_library/library/include/WPF_STD_private.h (renamed from vehicleservice/positioning_base_library/library/include/WPF_STD_private.h) | 0 | ||||
-rwxr-xr-x | service/vehicle/positioning_base_library/library/include/_pbCommon.h (renamed from vehicleservice/positioning_base_library/library/include/_pbCommon.h) | 0 | ||||
-rwxr-xr-x | service/vehicle/positioning_base_library/library/include/_pbEvent_Internal.h (renamed from vehicleservice/positioning_base_library/library/include/_pbEvent_Internal.h) | 0 | ||||
-rwxr-xr-x | service/vehicle/positioning_base_library/library/include/_pbInternalProc.h (renamed from vehicleservice/positioning_base_library/library/include/_pbInternalProc.h) | 0 | ||||
-rwxr-xr-x | service/vehicle/positioning_base_library/library/include/_pbSerial.h (renamed from vehicleservice/positioning_base_library/library/include/_pbSerial.h) | 0 | ||||
-rwxr-xr-x | service/vehicle/positioning_base_library/library/include/_pbWaitforsingleobject.h (renamed from vehicleservice/positioning_base_library/library/include/_pbWaitforsingleobject.h) | 0 | ||||
-rwxr-xr-x | service/vehicle/positioning_base_library/library/include/sysup.h (renamed from vehicleservice/positioning_base_library/library/include/sysup.h) | 0 | ||||
-rwxr-xr-x | service/vehicle/positioning_base_library/library/include/sysup_addr.h (renamed from vehicleservice/positioning_base_library/library/include/sysup_addr.h) | 0 | ||||
-rwxr-xr-x | service/vehicle/positioning_base_library/library/include/tchar.h (renamed from vehicleservice/positioning_base_library/library/include/tchar.h) | 0 | ||||
-rwxr-xr-x | service/vehicle/positioning_base_library/library/include/vehicle_service/WPF_STD.h (renamed from vehicleservice/positioning_base_library/library/include/vehicle_service/WPF_STD.h) | 0 | ||||
-rwxr-xr-x | service/vehicle/positioning_base_library/library/include/vehicle_service/pos_message_header.h (renamed from vehicleservice/positioning_base_library/library/include/vehicle_service/pos_message_header.h) | 0 | ||||
-rwxr-xr-x | service/vehicle/positioning_base_library/library/include/vehicle_service/positioning_base_library.h (renamed from vehicleservice/positioning_base_library/library/include/vehicle_service/positioning_base_library.h) | 0 | ||||
-rwxr-xr-x | service/vehicle/positioning_base_library/library/include/vehicle_service/positioning_positioningbaselibrarylog.h (renamed from vehicleservice/positioning_base_library/library/include/vehicle_service/positioning_positioningbaselibrarylog.h) | 0 | ||||
-rwxr-xr-x | service/vehicle/positioning_base_library/library/include/vehicle_service/std_types.h (renamed from vehicleservice/positioning_base_library/library/include/vehicle_service/std_types.h) | 0 | ||||
-rwxr-xr-x | service/vehicle/positioning_base_library/library/include/vehicle_service/sys_timerapi.h (renamed from vehicleservice/positioning_base_library/library/include/vehicle_service/sys_timerapi.h) | 0 | ||||
-rwxr-xr-x | service/vehicle/positioning_base_library/library/libPOS_base_API.ver (renamed from vehicleservice/positioning_base_library/library/libPOS_base_API.ver) | 0 | ||||
-rwxr-xr-x | service/vehicle/positioning_base_library/library/src/MsgBapi.cpp (renamed from vehicleservice/positioning_base_library/library/src/MsgBapi.cpp) | 0 | ||||
-rwxr-xr-x | service/vehicle/positioning_base_library/library/src/_CWORD64_api.cpp (renamed from vehicleservice/positioning_base_library/library/src/_CWORD64_api.cpp) | 0 | ||||
-rwxr-xr-x | service/vehicle/positioning_base_library/library/src/_pbCSection.cpp (renamed from vehicleservice/positioning_base_library/library/src/_pbCSection.cpp) | 0 | ||||
-rwxr-xr-x | service/vehicle/positioning_base_library/library/src/_pbCommon.cpp (renamed from vehicleservice/positioning_base_library/library/src/_pbCommon.cpp) | 0 | ||||
-rwxr-xr-x | service/vehicle/positioning_base_library/library/src/_pbDram.cpp (renamed from vehicleservice/positioning_base_library/library/src/_pbDram.cpp) | 0 | ||||
-rwxr-xr-x | service/vehicle/positioning_base_library/library/src/_pbEvent.cpp (renamed from vehicleservice/positioning_base_library/library/src/_pbEvent.cpp) | 0 | ||||
-rwxr-xr-x | service/vehicle/positioning_base_library/library/src/_pbFsys.cpp (renamed from vehicleservice/positioning_base_library/library/src/_pbFsys.cpp) | 0 | ||||
-rwxr-xr-x | service/vehicle/positioning_base_library/library/src/_pbMem.cpp (renamed from vehicleservice/positioning_base_library/library/src/_pbMem.cpp) | 0 | ||||
-rwxr-xr-x | service/vehicle/positioning_base_library/library/src/_pbMisc.cpp (renamed from vehicleservice/positioning_base_library/library/src/_pbMisc.cpp) | 0 | ||||
-rwxr-xr-x | service/vehicle/positioning_base_library/library/src/_pbMsg.cpp (renamed from vehicleservice/positioning_base_library/library/src/_pbMsg.cpp) | 0 | ||||
-rwxr-xr-x | service/vehicle/positioning_base_library/library/src/_pbMutex.cpp (renamed from vehicleservice/positioning_base_library/library/src/_pbMutex.cpp) | 0 | ||||
-rwxr-xr-x | service/vehicle/positioning_base_library/library/src/_pbOSCtrl.cpp (renamed from vehicleservice/positioning_base_library/library/src/_pbOSCtrl.cpp) | 0 | ||||
-rwxr-xr-x | service/vehicle/positioning_base_library/library/src/_pbOther.cpp (renamed from vehicleservice/positioning_base_library/library/src/_pbOther.cpp) | 0 | ||||
-rwxr-xr-x | service/vehicle/positioning_base_library/library/src/_pbProcMng.cpp (renamed from vehicleservice/positioning_base_library/library/src/_pbProcMng.cpp) | 0 | ||||
-rwxr-xr-x | service/vehicle/positioning_base_library/library/src/_pbSem.cpp (renamed from vehicleservice/positioning_base_library/library/src/_pbSem.cpp) | 0 | ||||
-rwxr-xr-x | service/vehicle/positioning_base_library/library/src/_pbSerial.cpp (renamed from vehicleservice/positioning_base_library/library/src/_pbSerial.cpp) | 0 | ||||
-rwxr-xr-x | service/vehicle/positioning_base_library/library/src/_pbSram.cpp (renamed from vehicleservice/positioning_base_library/library/src/_pbSram.cpp) | 0 | ||||
-rwxr-xr-x | service/vehicle/positioning_base_library/library/src/_pbSum.cpp (renamed from vehicleservice/positioning_base_library/library/src/_pbSum.cpp) | 0 | ||||
-rwxr-xr-x | service/vehicle/positioning_base_library/library/src/_pbTimer.cpp (renamed from vehicleservice/positioning_base_library/library/src/_pbTimer.cpp) | 0 | ||||
-rwxr-xr-x | service/vehicle/positioning_base_library/library/src/_pbWaitforsingleobject.cpp (renamed from vehicleservice/positioning_base_library/library/src/_pbWaitforsingleobject.cpp) | 0 | ||||
-rwxr-xr-x | service/vehicle/positioning_base_library/library/src/memcpy_64p_sync.cpp (renamed from vehicleservice/positioning_base_library/library/src/memcpy_64p_sync.cpp) | 0 | ||||
-rwxr-xr-x | service/vehicle/positioning_base_library/library/src/memset_64p_sync.cpp (renamed from vehicleservice/positioning_base_library/library/src/memset_64p_sync.cpp) | 0 | ||||
-rwxr-xr-x | service/vehicle/vehicle_service.mk (renamed from vehicleservice/vehicle_service.mk) | 0 |
1206 files changed, 0 insertions, 0 deletions
diff --git a/boot_hal/LICENSE b/hal/boot_hal/LICENSE index f433b1a..f433b1a 100755 --- a/boot_hal/LICENSE +++ b/hal/boot_hal/LICENSE diff --git a/boot_hal/Makefile b/hal/boot_hal/Makefile index d184316..d184316 100755 --- a/boot_hal/Makefile +++ b/hal/boot_hal/Makefile diff --git a/boot_hal/hal_api/boot_hal.h b/hal/boot_hal/hal_api/boot_hal.h index 783db97..783db97 100755 --- a/boot_hal/hal_api/boot_hal.h +++ b/hal/boot_hal/hal_api/boot_hal.h diff --git a/boot_hal/inc/boot_hal_boothallog.h b/hal/boot_hal/inc/boot_hal_boothallog.h index 4a037ee..4a037ee 100755 --- a/boot_hal/inc/boot_hal_boothallog.h +++ b/hal/boot_hal/inc/boot_hal_boothallog.h diff --git a/boot_hal/src/boot_hal.cpp b/hal/boot_hal/src/boot_hal.cpp index d4d5581..d4d5581 100755 --- a/boot_hal/src/boot_hal.cpp +++ b/hal/boot_hal/src/boot_hal.cpp diff --git a/can_hal/LICENSE b/hal/can_hal/LICENSE index f433b1a..f433b1a 100755 --- a/can_hal/LICENSE +++ b/hal/can_hal/LICENSE diff --git a/can_hal/Makefile b/hal/can_hal/Makefile index 61e5cc2..61e5cc2 100755 --- a/can_hal/Makefile +++ b/hal/can_hal/Makefile diff --git a/can_hal/README.md b/hal/can_hal/README.md index e1a5e84..e1a5e84 100755 --- a/can_hal/README.md +++ b/hal/can_hal/README.md diff --git a/can_hal/can_hal.mk b/hal/can_hal/can_hal.mk index 19a824d..19a824d 100755 --- a/can_hal/can_hal.mk +++ b/hal/can_hal/can_hal.mk diff --git a/can_hal/hal_api/can_hal.h b/hal/can_hal/hal_api/can_hal.h index 5f3ef4f..5f3ef4f 100755 --- a/can_hal/hal_api/can_hal.h +++ b/hal/can_hal/hal_api/can_hal.h diff --git a/can_hal/src/Makefile b/hal/can_hal/src/Makefile index f34eb75..f34eb75 100755 --- a/can_hal/src/Makefile +++ b/hal/can_hal/src/Makefile diff --git a/can_hal/src/can_hal_api.cpp b/hal/can_hal/src/can_hal_api.cpp index 86a0104..86a0104 100755 --- a/can_hal/src/can_hal_api.cpp +++ b/hal/can_hal/src/can_hal_api.cpp diff --git a/can_hal/src/can_hal_core.cpp b/hal/can_hal/src/can_hal_core.cpp index bdbdbbc..bdbdbbc 100755 --- a/can_hal/src/can_hal_core.cpp +++ b/hal/can_hal/src/can_hal_core.cpp diff --git a/can_hal/src/can_hal_stm.cpp b/hal/can_hal/src/can_hal_stm.cpp index fc24964..fc24964 100755 --- a/can_hal/src/can_hal_stm.cpp +++ b/hal/can_hal/src/can_hal_stm.cpp diff --git a/can_hal/src/driver_can__CWORD31_.c b/hal/can_hal/src/driver_can__CWORD31_.c index bd9cb29..bd9cb29 100755 --- a/can_hal/src/driver_can__CWORD31_.c +++ b/hal/can_hal/src/driver_can__CWORD31_.c diff --git a/can_hal/src/inc/can_hal_core.h b/hal/can_hal/src/inc/can_hal_core.h index 57a9c9d..57a9c9d 100755 --- a/can_hal/src/inc/can_hal_core.h +++ b/hal/can_hal/src/inc/can_hal_core.h diff --git a/can_hal/src/inc/can_hal_frameworkunifiedlog.h b/hal/can_hal/src/inc/can_hal_frameworkunifiedlog.h index f3a5f50..f3a5f50 100755 --- a/can_hal/src/inc/can_hal_frameworkunifiedlog.h +++ b/hal/can_hal/src/inc/can_hal_frameworkunifiedlog.h diff --git a/can_hal/src/inc/can_hal_internal.h b/hal/can_hal/src/inc/can_hal_internal.h index f42a73f..f42a73f 100755 --- a/can_hal/src/inc/can_hal_internal.h +++ b/hal/can_hal/src/inc/can_hal_internal.h diff --git a/can_hal/src/inc/can_hal_stm.h b/hal/can_hal/src/inc/can_hal_stm.h index cd07814..cd07814 100755 --- a/can_hal/src/inc/can_hal_stm.h +++ b/hal/can_hal/src/inc/can_hal_stm.h diff --git a/can_hal/src/inc/can_mng_api.h b/hal/can_hal/src/inc/can_mng_api.h index ef03750..ef03750 100755 --- a/can_hal/src/inc/can_mng_api.h +++ b/hal/can_hal/src/inc/can_mng_api.h diff --git a/clock_hal/LICENSE b/hal/clock_hal/LICENSE index f433b1a..f433b1a 100755 --- a/clock_hal/LICENSE +++ b/hal/clock_hal/LICENSE diff --git a/clock_hal/Makefile b/hal/clock_hal/Makefile index e417a15..e417a15 100755 --- a/clock_hal/Makefile +++ b/hal/clock_hal/Makefile diff --git a/clock_hal/README.md b/hal/clock_hal/README.md index 0443f95..0443f95 100755 --- a/clock_hal/README.md +++ b/hal/clock_hal/README.md diff --git a/clock_hal/hal_api/clock_hal.h b/hal/clock_hal/hal_api/clock_hal.h index 8006b32..8006b32 100755 --- a/clock_hal/hal_api/clock_hal.h +++ b/hal/clock_hal/hal_api/clock_hal.h diff --git a/clock_hal/inc/clock_hal_clockhallog.h b/hal/clock_hal/inc/clock_hal_clockhallog.h index 6ed5de5..6ed5de5 100755 --- a/clock_hal/inc/clock_hal_clockhallog.h +++ b/hal/clock_hal/inc/clock_hal_clockhallog.h diff --git a/clock_hal/src/clock_hal.cpp b/hal/clock_hal/src/clock_hal.cpp index cccbd5b..cccbd5b 100755 --- a/clock_hal/src/clock_hal.cpp +++ b/hal/clock_hal/src/clock_hal.cpp diff --git a/deck_hal/LICENSE b/hal/deck_hal/LICENSE index f433b1a..f433b1a 100755 --- a/deck_hal/LICENSE +++ b/hal/deck_hal/LICENSE diff --git a/deck_hal/Makefile b/hal/deck_hal/Makefile index fbe4ddf..fbe4ddf 100755 --- a/deck_hal/Makefile +++ b/hal/deck_hal/Makefile diff --git a/deck_hal/hal_api/deck_hal.h b/hal/deck_hal/hal_api/deck_hal.h index 74aa19a..74aa19a 100755 --- a/deck_hal/hal_api/deck_hal.h +++ b/hal/deck_hal/hal_api/deck_hal.h diff --git a/deck_hal/inc/deck_hal_deckhallog.h b/hal/deck_hal/inc/deck_hal_deckhallog.h index 9aa4624..9aa4624 100755 --- a/deck_hal/inc/deck_hal_deckhallog.h +++ b/hal/deck_hal/inc/deck_hal_deckhallog.h diff --git a/deck_hal/src/deck_hal.cpp b/hal/deck_hal/src/deck_hal.cpp index a116e6c..a116e6c 100755 --- a/deck_hal/src/deck_hal.cpp +++ b/hal/deck_hal/src/deck_hal.cpp diff --git a/input_hal/LICENSE b/hal/input_hal/LICENSE index f433b1a..f433b1a 100755 --- a/input_hal/LICENSE +++ b/hal/input_hal/LICENSE diff --git a/input_hal/Makefile b/hal/input_hal/Makefile index 35dfefd..35dfefd 100755 --- a/input_hal/Makefile +++ b/hal/input_hal/Makefile diff --git a/input_hal/README.md b/hal/input_hal/README.md index 4a69113..4a69113 100755 --- a/input_hal/README.md +++ b/hal/input_hal/README.md diff --git a/input_hal/hal_api/input_hal.h b/hal/input_hal/hal_api/input_hal.h index bfc9d59..bfc9d59 100755 --- a/input_hal/hal_api/input_hal.h +++ b/hal/input_hal/hal_api/input_hal.h diff --git a/input_hal/hal_api/peripheral_service/aglinput.h b/hal/input_hal/hal_api/peripheral_service/aglinput.h index aa5f6ed..aa5f6ed 100755 --- a/input_hal/hal_api/peripheral_service/aglinput.h +++ b/hal/input_hal/hal_api/peripheral_service/aglinput.h diff --git a/input_hal/hal_api/peripheral_service/extinput.h b/hal/input_hal/hal_api/peripheral_service/extinput.h index 0265a2d..0265a2d 100755 --- a/input_hal/hal_api/peripheral_service/extinput.h +++ b/hal/input_hal/hal_api/peripheral_service/extinput.h diff --git a/input_hal/inc/input_drm.h b/hal/input_hal/inc/input_drm.h index 11ffc32..11ffc32 100755 --- a/input_hal/inc/input_drm.h +++ b/hal/input_hal/inc/input_drm.h diff --git a/input_hal/inc/input_hal_debug.h b/hal/input_hal/inc/input_hal_debug.h index 2fb7d86..2fb7d86 100755 --- a/input_hal/inc/input_hal_debug.h +++ b/hal/input_hal/inc/input_hal_debug.h diff --git a/input_hal/inc/input_hal_frameworkunifiedlog.h b/hal/input_hal/inc/input_hal_frameworkunifiedlog.h index c54f16a..c54f16a 100755 --- a/input_hal/inc/input_hal_frameworkunifiedlog.h +++ b/hal/input_hal/inc/input_hal_frameworkunifiedlog.h diff --git a/input_hal/inc/input_hal_internal.h b/hal/input_hal/inc/input_hal_internal.h index 4e57aed..4e57aed 100755 --- a/input_hal/inc/input_hal_internal.h +++ b/hal/input_hal/inc/input_hal_internal.h diff --git a/input_hal/inc/input_touch_ilitek.h b/hal/input_hal/inc/input_touch_ilitek.h index 6d76d83..6d76d83 100755 --- a/input_hal/inc/input_touch_ilitek.h +++ b/hal/input_hal/inc/input_touch_ilitek.h diff --git a/input_hal/inc/input_udev_monitor.h b/hal/input_hal/inc/input_udev_monitor.h index 0391f6f..0391f6f 100755 --- a/input_hal/inc/input_udev_monitor.h +++ b/hal/input_hal/inc/input_udev_monitor.h diff --git a/input_hal/inc/input_util.h b/hal/input_hal/inc/input_util.h index 6d6a400..6d6a400 100755 --- a/input_hal/inc/input_util.h +++ b/hal/input_hal/inc/input_util.h diff --git a/input_hal/src/input_drm.cpp b/hal/input_hal/src/input_drm.cpp index 20adf79..20adf79 100755 --- a/input_hal/src/input_drm.cpp +++ b/hal/input_hal/src/input_drm.cpp diff --git a/input_hal/src/input_hal.cpp b/hal/input_hal/src/input_hal.cpp index b5f4916..b5f4916 100755 --- a/input_hal/src/input_hal.cpp +++ b/hal/input_hal/src/input_hal.cpp diff --git a/input_hal/src/input_touch_ilitek.cpp b/hal/input_hal/src/input_touch_ilitek.cpp index 9d1822a..9d1822a 100755 --- a/input_hal/src/input_touch_ilitek.cpp +++ b/hal/input_hal/src/input_touch_ilitek.cpp diff --git a/input_hal/src/input_udev_monitor.cpp b/hal/input_hal/src/input_udev_monitor.cpp index 5d8cc6b..5d8cc6b 100755 --- a/input_hal/src/input_udev_monitor.cpp +++ b/hal/input_hal/src/input_udev_monitor.cpp diff --git a/input_hal/src/input_util.cpp b/hal/input_hal/src/input_util.cpp index bb349eb..bb349eb 100755 --- a/input_hal/src/input_util.cpp +++ b/hal/input_hal/src/input_util.cpp diff --git a/nsframework/backup_manager/LICENSE b/hal/nv_hal/LICENSE index f433b1a..f433b1a 100755 --- a/nsframework/backup_manager/LICENSE +++ b/hal/nv_hal/LICENSE diff --git a/nv_hal/Makefile b/hal/nv_hal/Makefile index 2f2d89f..2f2d89f 100755 --- a/nv_hal/Makefile +++ b/hal/nv_hal/Makefile diff --git a/nv_hal/hal_api/nv_hal.h b/hal/nv_hal/hal_api/nv_hal.h index 2014754..2014754 100755 --- a/nv_hal/hal_api/nv_hal.h +++ b/hal/nv_hal/hal_api/nv_hal.h diff --git a/nv_hal/inc/nv_hal_nvhallog.h b/hal/nv_hal/inc/nv_hal_nvhallog.h index d62bd88..d62bd88 100755 --- a/nv_hal/inc/nv_hal_nvhallog.h +++ b/hal/nv_hal/inc/nv_hal_nvhallog.h diff --git a/nv_hal/src/nv_hal.cpp b/hal/nv_hal/src/nv_hal.cpp index d746ea0..d746ea0 100755 --- a/nv_hal/src/nv_hal.cpp +++ b/hal/nv_hal/src/nv_hal.cpp diff --git a/nsframework/common_library/LICENSE b/hal/positioning_hal/LICENSE index f433b1a..f433b1a 100755 --- a/nsframework/common_library/LICENSE +++ b/hal/positioning_hal/LICENSE diff --git a/positioning_hal/Makefile b/hal/positioning_hal/Makefile index 0b5a74d..0b5a74d 100755 --- a/positioning_hal/Makefile +++ b/hal/positioning_hal/Makefile diff --git a/positioning_hal/README.md b/hal/positioning_hal/README.md index 2d46d42..2d46d42 100755 --- a/positioning_hal/README.md +++ b/hal/positioning_hal/README.md diff --git a/positioning_hal/hal_api/gps_hal.h b/hal/positioning_hal/hal_api/gps_hal.h index 3321275..3321275 100755 --- a/positioning_hal/hal_api/gps_hal.h +++ b/hal/positioning_hal/hal_api/gps_hal.h diff --git a/positioning_hal/hal_api/positioning_hal.h b/hal/positioning_hal/hal_api/positioning_hal.h index 8a74b81..8a74b81 100755 --- a/positioning_hal/hal_api/positioning_hal.h +++ b/hal/positioning_hal/hal_api/positioning_hal.h diff --git a/positioning_hal/inc/Common/LineSensDrv_Api.h b/hal/positioning_hal/inc/Common/LineSensDrv_Api.h index 24c7f55..24c7f55 100755 --- a/positioning_hal/inc/Common/LineSensDrv_Api.h +++ b/hal/positioning_hal/inc/Common/LineSensDrv_Api.h diff --git a/positioning_hal/inc/Common/MDev_Gps_API.h b/hal/positioning_hal/inc/Common/MDev_Gps_API.h index d165a1e..d165a1e 100755 --- a/positioning_hal/inc/Common/MDev_Gps_API.h +++ b/hal/positioning_hal/inc/Common/MDev_Gps_API.h diff --git a/positioning_hal/inc/Common/positioning_common.h b/hal/positioning_hal/inc/Common/positioning_common.h index dad0272..dad0272 100755 --- a/positioning_hal/inc/Common/positioning_common.h +++ b/hal/positioning_hal/inc/Common/positioning_common.h diff --git a/positioning_hal/inc/Common/positioning_def.h b/hal/positioning_hal/inc/Common/positioning_def.h index df95cb3..df95cb3 100755 --- a/positioning_hal/inc/Common/positioning_def.h +++ b/hal/positioning_hal/inc/Common/positioning_def.h diff --git a/positioning_hal/inc/Common/positioning_log.h b/hal/positioning_hal/inc/Common/positioning_log.h index 6ca4c96..6ca4c96 100755 --- a/positioning_hal/inc/Common/positioning_log.h +++ b/hal/positioning_hal/inc/Common/positioning_log.h diff --git a/positioning_hal/inc/GpsCommon/MDev_GpsRecv.h b/hal/positioning_hal/inc/GpsCommon/MDev_GpsRecv.h index 6ea4787..6ea4787 100755 --- a/positioning_hal/inc/GpsCommon/MDev_GpsRecv.h +++ b/hal/positioning_hal/inc/GpsCommon/MDev_GpsRecv.h diff --git a/positioning_hal/inc/GpsCommon/MDev_GpsRollOver.h b/hal/positioning_hal/inc/GpsCommon/MDev_GpsRollOver.h index 22da3c9..22da3c9 100755 --- a/positioning_hal/inc/GpsCommon/MDev_GpsRollOver.h +++ b/hal/positioning_hal/inc/GpsCommon/MDev_GpsRollOver.h diff --git a/positioning_hal/inc/GpsCommon/MDev_Gps_Common.h b/hal/positioning_hal/inc/GpsCommon/MDev_Gps_Common.h index 7812858..7812858 100755 --- a/positioning_hal/inc/GpsCommon/MDev_Gps_Common.h +++ b/hal/positioning_hal/inc/GpsCommon/MDev_Gps_Common.h diff --git a/positioning_hal/inc/GpsCommon/MDev_Gps_Main.h b/hal/positioning_hal/inc/GpsCommon/MDev_Gps_Main.h index d40cb0c..d40cb0c 100755 --- a/positioning_hal/inc/GpsCommon/MDev_Gps_Main.h +++ b/hal/positioning_hal/inc/GpsCommon/MDev_Gps_Main.h diff --git a/positioning_hal/inc/GpsCommon/MDev_Gps_Mtrx.h b/hal/positioning_hal/inc/GpsCommon/MDev_Gps_Mtrx.h index 610b8d4..610b8d4 100755 --- a/positioning_hal/inc/GpsCommon/MDev_Gps_Mtrx.h +++ b/hal/positioning_hal/inc/GpsCommon/MDev_Gps_Mtrx.h diff --git a/positioning_hal/inc/GpsCommon/MDev_Gps_Nmea.h b/hal/positioning_hal/inc/GpsCommon/MDev_Gps_Nmea.h index a19e3d9..a19e3d9 100755 --- a/positioning_hal/inc/GpsCommon/MDev_Gps_Nmea.h +++ b/hal/positioning_hal/inc/GpsCommon/MDev_Gps_Nmea.h diff --git a/positioning_hal/inc/GpsCommon/MDev_Gps_TimerCtrl.h b/hal/positioning_hal/inc/GpsCommon/MDev_Gps_TimerCtrl.h index 96616ef..96616ef 100755 --- a/positioning_hal/inc/GpsCommon/MDev_Gps_TimerCtrl.h +++ b/hal/positioning_hal/inc/GpsCommon/MDev_Gps_TimerCtrl.h diff --git a/positioning_hal/inc/LineSensDrv/LineSensDrv_Sensor.h b/hal/positioning_hal/inc/LineSensDrv/LineSensDrv_Sensor.h index 1b996b7..1b996b7 100755 --- a/positioning_hal/inc/LineSensDrv/LineSensDrv_Sensor.h +++ b/hal/positioning_hal/inc/LineSensDrv/LineSensDrv_Sensor.h diff --git a/positioning_hal/inc/LineSensDrv/LineSensDrv_Thread.h b/hal/positioning_hal/inc/LineSensDrv/LineSensDrv_Thread.h index 54a01dc..54a01dc 100755 --- a/positioning_hal/inc/LineSensDrv/LineSensDrv_Thread.h +++ b/hal/positioning_hal/inc/LineSensDrv/LineSensDrv_Thread.h diff --git a/positioning_hal/src/Common/positioning_common.cpp b/hal/positioning_hal/src/Common/positioning_common.cpp index 00b3a8b..00b3a8b 100755 --- a/positioning_hal/src/Common/positioning_common.cpp +++ b/hal/positioning_hal/src/Common/positioning_common.cpp diff --git a/positioning_hal/src/Common/positioning_hal.cpp b/hal/positioning_hal/src/Common/positioning_hal.cpp index 94f79c4..94f79c4 100755 --- a/positioning_hal/src/Common/positioning_hal.cpp +++ b/hal/positioning_hal/src/Common/positioning_hal.cpp diff --git a/positioning_hal/src/GpsCommon/MDev_GpsRecv.cpp b/hal/positioning_hal/src/GpsCommon/MDev_GpsRecv.cpp index 13159b4..13159b4 100755 --- a/positioning_hal/src/GpsCommon/MDev_GpsRecv.cpp +++ b/hal/positioning_hal/src/GpsCommon/MDev_GpsRecv.cpp diff --git a/positioning_hal/src/GpsCommon/MDev_GpsRollOver.cpp b/hal/positioning_hal/src/GpsCommon/MDev_GpsRollOver.cpp index 62227c2..62227c2 100755 --- a/positioning_hal/src/GpsCommon/MDev_GpsRollOver.cpp +++ b/hal/positioning_hal/src/GpsCommon/MDev_GpsRollOver.cpp diff --git a/positioning_hal/src/GpsCommon/MDev_Gps_API.cpp b/hal/positioning_hal/src/GpsCommon/MDev_Gps_API.cpp index 35f5201..35f5201 100755 --- a/positioning_hal/src/GpsCommon/MDev_Gps_API.cpp +++ b/hal/positioning_hal/src/GpsCommon/MDev_Gps_API.cpp diff --git a/positioning_hal/src/GpsCommon/MDev_Gps_Common.cpp b/hal/positioning_hal/src/GpsCommon/MDev_Gps_Common.cpp index c8b5c9a..c8b5c9a 100755 --- a/positioning_hal/src/GpsCommon/MDev_Gps_Common.cpp +++ b/hal/positioning_hal/src/GpsCommon/MDev_Gps_Common.cpp diff --git a/positioning_hal/src/GpsCommon/MDev_Gps_Main.cpp b/hal/positioning_hal/src/GpsCommon/MDev_Gps_Main.cpp index 0b9a4be..0b9a4be 100755 --- a/positioning_hal/src/GpsCommon/MDev_Gps_Main.cpp +++ b/hal/positioning_hal/src/GpsCommon/MDev_Gps_Main.cpp diff --git a/positioning_hal/src/GpsCommon/MDev_Gps_Mtrx.cpp b/hal/positioning_hal/src/GpsCommon/MDev_Gps_Mtrx.cpp index b36a617..b36a617 100755 --- a/positioning_hal/src/GpsCommon/MDev_Gps_Mtrx.cpp +++ b/hal/positioning_hal/src/GpsCommon/MDev_Gps_Mtrx.cpp diff --git a/positioning_hal/src/GpsCommon/MDev_Gps_Nmea.cpp b/hal/positioning_hal/src/GpsCommon/MDev_Gps_Nmea.cpp index 60fa1d8..60fa1d8 100755 --- a/positioning_hal/src/GpsCommon/MDev_Gps_Nmea.cpp +++ b/hal/positioning_hal/src/GpsCommon/MDev_Gps_Nmea.cpp diff --git a/positioning_hal/src/GpsCommon/MDev_Gps_TimerCtrl.cpp b/hal/positioning_hal/src/GpsCommon/MDev_Gps_TimerCtrl.cpp index 8dbf8dc..8dbf8dc 100755 --- a/positioning_hal/src/GpsCommon/MDev_Gps_TimerCtrl.cpp +++ b/hal/positioning_hal/src/GpsCommon/MDev_Gps_TimerCtrl.cpp diff --git a/positioning_hal/src/LineSensDrv/LineSensDrv_Api.cpp b/hal/positioning_hal/src/LineSensDrv/LineSensDrv_Api.cpp index d363a4b..d363a4b 100755 --- a/positioning_hal/src/LineSensDrv/LineSensDrv_Api.cpp +++ b/hal/positioning_hal/src/LineSensDrv/LineSensDrv_Api.cpp diff --git a/positioning_hal/src/LineSensDrv/LineSensDrv_Sensor.cpp b/hal/positioning_hal/src/LineSensDrv/LineSensDrv_Sensor.cpp index 78ae488..78ae488 100755 --- a/positioning_hal/src/LineSensDrv/LineSensDrv_Sensor.cpp +++ b/hal/positioning_hal/src/LineSensDrv/LineSensDrv_Sensor.cpp diff --git a/positioning_hal/src/LineSensDrv/LineSensDrv_Thread.cpp b/hal/positioning_hal/src/LineSensDrv/LineSensDrv_Thread.cpp index 9fb1c29..9fb1c29 100755 --- a/positioning_hal/src/LineSensDrv/LineSensDrv_Thread.cpp +++ b/hal/positioning_hal/src/LineSensDrv/LineSensDrv_Thread.cpp diff --git a/nsframework/framework_unified/LICENSE b/hal/power_hal/LICENSE index f433b1a..f433b1a 100755 --- a/nsframework/framework_unified/LICENSE +++ b/hal/power_hal/LICENSE diff --git a/power_hal/Makefile b/hal/power_hal/Makefile index b0a0c28..b0a0c28 100755 --- a/power_hal/Makefile +++ b/hal/power_hal/Makefile diff --git a/power_hal/README.md b/hal/power_hal/README.md index 6841186..6841186 100755 --- a/power_hal/README.md +++ b/hal/power_hal/README.md diff --git a/power_hal/hal_api/power_hal.h b/hal/power_hal/hal_api/power_hal.h index f1acc42..f1acc42 100755 --- a/power_hal/hal_api/power_hal.h +++ b/hal/power_hal/hal_api/power_hal.h diff --git a/power_hal/src/power_hal.cpp b/hal/power_hal/src/power_hal.cpp index aba2d1e..aba2d1e 100755 --- a/power_hal/src/power_hal.cpp +++ b/hal/power_hal/src/power_hal.cpp diff --git a/nsframework/log_library/LICENSE b/hal/security_hal/LICENSE index f433b1a..f433b1a 100755 --- a/nsframework/log_library/LICENSE +++ b/hal/security_hal/LICENSE diff --git a/security_hal/Makefile b/hal/security_hal/Makefile index 5435be7..5435be7 100755 --- a/security_hal/Makefile +++ b/hal/security_hal/Makefile diff --git a/security_hal/hal_api/security_hal.h b/hal/security_hal/hal_api/security_hal.h index 5d2bf90..5d2bf90 100755 --- a/security_hal/hal_api/security_hal.h +++ b/hal/security_hal/hal_api/security_hal.h diff --git a/security_hal/inc/security_hal_securityhallog.h b/hal/security_hal/inc/security_hal_securityhallog.h index 44de2ac..44de2ac 100755 --- a/security_hal/inc/security_hal_securityhallog.h +++ b/hal/security_hal/inc/security_hal_securityhallog.h diff --git a/security_hal/src/security_hal.cpp b/hal/security_hal/src/security_hal.cpp index ee9f7ea..ee9f7ea 100755 --- a/security_hal/src/security_hal.cpp +++ b/hal/security_hal/src/security_hal.cpp diff --git a/nsframework/notification_persistent_service/LICENSE b/hal/soc_temperature_hal/LICENSE index f433b1a..f433b1a 100755 --- a/nsframework/notification_persistent_service/LICENSE +++ b/hal/soc_temperature_hal/LICENSE diff --git a/soc_temperature_hal/Makefile b/hal/soc_temperature_hal/Makefile index fa30b35..fa30b35 100755 --- a/soc_temperature_hal/Makefile +++ b/hal/soc_temperature_hal/Makefile diff --git a/soc_temperature_hal/hal_api/soc_temperature_hal.h b/hal/soc_temperature_hal/hal_api/soc_temperature_hal.h index 16c5f6d..16c5f6d 100755 --- a/soc_temperature_hal/hal_api/soc_temperature_hal.h +++ b/hal/soc_temperature_hal/hal_api/soc_temperature_hal.h diff --git a/soc_temperature_hal/inc/soc_temperature_hal_soctemperaturehallog.h b/hal/soc_temperature_hal/inc/soc_temperature_hal_soctemperaturehallog.h index 6e256e8..6e256e8 100755 --- a/soc_temperature_hal/inc/soc_temperature_hal_soctemperaturehallog.h +++ b/hal/soc_temperature_hal/inc/soc_temperature_hal_soctemperaturehallog.h diff --git a/soc_temperature_hal/src/soc_temperature_hal.cpp b/hal/soc_temperature_hal/src/soc_temperature_hal.cpp index 33b96ee..33b96ee 100755 --- a/soc_temperature_hal/src/soc_temperature_hal.cpp +++ b/hal/soc_temperature_hal/src/soc_temperature_hal.cpp diff --git a/nv_hal/LICENSE b/hal/update_hal/LICENSE index f433b1a..f433b1a 100755 --- a/nv_hal/LICENSE +++ b/hal/update_hal/LICENSE diff --git a/update_hal/Makefile b/hal/update_hal/Makefile index 8accb94..8accb94 100755 --- a/update_hal/Makefile +++ b/hal/update_hal/Makefile diff --git a/update_hal/hal_api/update_hal.h b/hal/update_hal/hal_api/update_hal.h index 92da9d7..92da9d7 100755 --- a/update_hal/hal_api/update_hal.h +++ b/hal/update_hal/hal_api/update_hal.h diff --git a/update_hal/include/update_hal.h b/hal/update_hal/include/update_hal.h index 92da9d7..92da9d7 100755 --- a/update_hal/include/update_hal.h +++ b/hal/update_hal/include/update_hal.h diff --git a/otherservice/event_library/LICENSE b/hal/usb_hal/LICENSE index f433b1a..f433b1a 100755 --- a/otherservice/event_library/LICENSE +++ b/hal/usb_hal/LICENSE diff --git a/usb_hal/Makefile b/hal/usb_hal/Makefile index 1a107ce..1a107ce 100755 --- a/usb_hal/Makefile +++ b/hal/usb_hal/Makefile diff --git a/usb_hal/hal_api/usb_hal.h b/hal/usb_hal/hal_api/usb_hal.h index 9f93d9b..9f93d9b 100755 --- a/usb_hal/hal_api/usb_hal.h +++ b/hal/usb_hal/hal_api/usb_hal.h diff --git a/usb_hal/inc/usb_hal_debug.h b/hal/usb_hal/inc/usb_hal_debug.h index 15b307a..15b307a 100755 --- a/usb_hal/inc/usb_hal_debug.h +++ b/hal/usb_hal/inc/usb_hal_debug.h diff --git a/usb_hal/inc/usb_hal_internal.h b/hal/usb_hal/inc/usb_hal_internal.h index 86c3905..86c3905 100755 --- a/usb_hal/inc/usb_hal_internal.h +++ b/hal/usb_hal/inc/usb_hal_internal.h diff --git a/usb_hal/inc/usb_hal_usbhallog.h b/hal/usb_hal/inc/usb_hal_usbhallog.h index 53c0a6b..53c0a6b 100755 --- a/usb_hal/inc/usb_hal_usbhallog.h +++ b/hal/usb_hal/inc/usb_hal_usbhallog.h diff --git a/usb_hal/src/usb_hal.cpp b/hal/usb_hal/src/usb_hal.cpp index 7e09ad4..7e09ad4 100755 --- a/usb_hal/src/usb_hal.cpp +++ b/hal/usb_hal/src/usb_hal.cpp diff --git a/otherservice/posix_based_os001_legacy_library/LICENSE b/hal/vehicle_hal/LICENSE index f433b1a..f433b1a 100755 --- a/otherservice/posix_based_os001_legacy_library/LICENSE +++ b/hal/vehicle_hal/LICENSE diff --git a/vehicle_hal/Makefile b/hal/vehicle_hal/Makefile index d009b13..d009b13 100755 --- a/vehicle_hal/Makefile +++ b/hal/vehicle_hal/Makefile diff --git a/vehicle_hal/README.md b/hal/vehicle_hal/README.md index 6636a4f..6636a4f 100755 --- a/vehicle_hal/README.md +++ b/hal/vehicle_hal/README.md diff --git a/vehicle_hal/hal_api/vehicle_hal.h b/hal/vehicle_hal/hal_api/vehicle_hal.h index 4e6cc89..4e6cc89 100755 --- a/vehicle_hal/hal_api/vehicle_hal.h +++ b/hal/vehicle_hal/hal_api/vehicle_hal.h diff --git a/vehicle_hal/inc/vehicle_hal_frameworkunifiedlog.h b/hal/vehicle_hal/inc/vehicle_hal_frameworkunifiedlog.h index 2cee8eb..2cee8eb 100755 --- a/vehicle_hal/inc/vehicle_hal_frameworkunifiedlog.h +++ b/hal/vehicle_hal/inc/vehicle_hal_frameworkunifiedlog.h diff --git a/vehicle_hal/src/vehicle_hal.cpp b/hal/vehicle_hal/src/vehicle_hal.cpp index 258c51a..258c51a 100755 --- a/vehicle_hal/src/vehicle_hal.cpp +++ b/hal/vehicle_hal/src/vehicle_hal.cpp diff --git a/otherservice/rpc_library/LICENSE b/hal/video_in_hal/LICENSE index f433b1a..f433b1a 100755 --- a/otherservice/rpc_library/LICENSE +++ b/hal/video_in_hal/LICENSE diff --git a/video_in_hal/Makefile b/hal/video_in_hal/Makefile index 25ebaab..25ebaab 100755 --- a/video_in_hal/Makefile +++ b/hal/video_in_hal/Makefile diff --git a/video_in_hal/README.md b/hal/video_in_hal/README.md index bb50e72..bb50e72 100755 --- a/video_in_hal/README.md +++ b/hal/video_in_hal/README.md diff --git a/video_in_hal/hal_api/video_in_hal.h b/hal/video_in_hal/hal_api/video_in_hal.h index 20b45a0..20b45a0 100755 --- a/video_in_hal/hal_api/video_in_hal.h +++ b/hal/video_in_hal/hal_api/video_in_hal.h diff --git a/video_in_hal/src/video_in_hal.c b/hal/video_in_hal/src/video_in_hal.c index b639a83..b639a83 100755 --- a/video_in_hal/src/video_in_hal.c +++ b/hal/video_in_hal/src/video_in_hal.c diff --git a/kernel-module-evklib/Makefile b/module/kernel-module-evklib/Makefile index 2c37667..2c37667 100755 --- a/kernel-module-evklib/Makefile +++ b/module/kernel-module-evklib/Makefile diff --git a/kernel-module-evklib/agldd/agldd.h b/module/kernel-module-evklib/agldd/agldd.h index 112dbae..112dbae 100755 --- a/kernel-module-evklib/agldd/agldd.h +++ b/module/kernel-module-evklib/agldd/agldd.h diff --git a/kernel-module-evklib/agldd/ev_common.h b/module/kernel-module-evklib/agldd/ev_common.h index 0cc1183..0cc1183 100755 --- a/kernel-module-evklib/agldd/ev_common.h +++ b/module/kernel-module-evklib/agldd/ev_common.h diff --git a/kernel-module-evklib/agldd/ev_id.h b/module/kernel-module-evklib/agldd/ev_id.h index 2026ef7..2026ef7 100755 --- a/kernel-module-evklib/agldd/ev_id.h +++ b/module/kernel-module-evklib/agldd/ev_id.h diff --git a/kernel-module-evklib/agldd/evk_lib.h b/module/kernel-module-evklib/agldd/evk_lib.h index 416fb0f..416fb0f 100755 --- a/kernel-module-evklib/agldd/evk_lib.h +++ b/module/kernel-module-evklib/agldd/evk_lib.h diff --git a/kernel-module-evklib/agldd/moduleid.h b/module/kernel-module-evklib/agldd/moduleid.h index b18c1a1..b18c1a1 100755 --- a/kernel-module-evklib/agldd/moduleid.h +++ b/module/kernel-module-evklib/agldd/moduleid.h diff --git a/kernel-module-evklib/evk_lib.c b/module/kernel-module-evklib/evk_lib.c index 05d881a..05d881a 100755 --- a/kernel-module-evklib/evk_lib.c +++ b/module/kernel-module-evklib/evk_lib.c diff --git a/otherservice/vehicle_parameter_library/LICENSE b/service/native/backup_manager/LICENSE index f433b1a..f433b1a 100755 --- a/otherservice/vehicle_parameter_library/LICENSE +++ b/service/native/backup_manager/LICENSE diff --git a/nsframework/backup_manager/Makefile.client b/service/native/backup_manager/Makefile.client index 07bada3..07bada3 100755 --- a/nsframework/backup_manager/Makefile.client +++ b/service/native/backup_manager/Makefile.client diff --git a/nsframework/backup_manager/Makefile.server b/service/native/backup_manager/Makefile.server index 62bd0d6..62bd0d6 100755 --- a/nsframework/backup_manager/Makefile.server +++ b/service/native/backup_manager/Makefile.server diff --git a/nsframework/backup_manager/client/Makefile b/service/native/backup_manager/client/Makefile index 41d2bf7..41d2bf7 100755 --- a/nsframework/backup_manager/client/Makefile +++ b/service/native/backup_manager/client/Makefile diff --git a/nsframework/backup_manager/client/include/bkup_api.h b/service/native/backup_manager/client/include/bkup_api.h index d5b0d2b..d5b0d2b 100755 --- a/nsframework/backup_manager/client/include/bkup_api.h +++ b/service/native/backup_manager/client/include/bkup_api.h diff --git a/nsframework/backup_manager/client/include/native_service/backup_manager.h b/service/native/backup_manager/client/include/native_service/backup_manager.h index 636c38c..636c38c 100755 --- a/nsframework/backup_manager/client/include/native_service/backup_manager.h +++ b/service/native/backup_manager/client/include/native_service/backup_manager.h diff --git a/nsframework/backup_manager/client/include/native_service/ns_backup.h b/service/native/backup_manager/client/include/native_service/ns_backup.h index 5655ae3..5655ae3 100755 --- a/nsframework/backup_manager/client/include/native_service/ns_backup.h +++ b/service/native/backup_manager/client/include/native_service/ns_backup.h diff --git a/nsframework/backup_manager/client/libns_backup.ver b/service/native/backup_manager/client/libns_backup.ver index 55003a8..55003a8 100755 --- a/nsframework/backup_manager/client/libns_backup.ver +++ b/service/native/backup_manager/client/libns_backup.ver diff --git a/nsframework/backup_manager/client/src/bkup_api.cpp b/service/native/backup_manager/client/src/bkup_api.cpp index 2c085c0..2c085c0 100755 --- a/nsframework/backup_manager/client/src/bkup_api.cpp +++ b/service/native/backup_manager/client/src/bkup_api.cpp diff --git a/nsframework/backup_manager/config/Makefile b/service/native/backup_manager/config/Makefile index b307a66..b307a66 100755 --- a/nsframework/backup_manager/config/Makefile +++ b/service/native/backup_manager/config/Makefile diff --git a/nsframework/backup_manager/config/backup.rng b/service/native/backup_manager/config/backup.rng index 6c9822b..6c9822b 100755 --- a/nsframework/backup_manager/config/backup.rng +++ b/service/native/backup_manager/config/backup.rng diff --git a/nsframework/backup_manager/config/conf/backup/ALL_.xml b/service/native/backup_manager/config/conf/backup/ALL_.xml index bb42b63..bb42b63 100755 --- a/nsframework/backup_manager/config/conf/backup/ALL_.xml +++ b/service/native/backup_manager/config/conf/backup/ALL_.xml diff --git a/nsframework/backup_manager/config/conf/backup/backup_AREA1_L.xml b/service/native/backup_manager/config/conf/backup/backup_AREA1_L.xml index a9d523a..a9d523a 100755 --- a/nsframework/backup_manager/config/conf/backup/backup_AREA1_L.xml +++ b/service/native/backup_manager/config/conf/backup/backup_AREA1_L.xml diff --git a/nsframework/backup_manager/config/conf/backup/backup_AREA1_TE.xml b/service/native/backup_manager/config/conf/backup/backup_AREA1_TE.xml index a9d523a..a9d523a 100755 --- a/nsframework/backup_manager/config/conf/backup/backup_AREA1_TE.xml +++ b/service/native/backup_manager/config/conf/backup/backup_AREA1_TE.xml diff --git a/nsframework/backup_manager/config/conf/backup/backup_AREA2_T.xml b/service/native/backup_manager/config/conf/backup/backup_AREA2_T.xml index ec028ea..ec028ea 100755 --- a/nsframework/backup_manager/config/conf/backup/backup_AREA2_T.xml +++ b/service/native/backup_manager/config/conf/backup/backup_AREA2_T.xml diff --git a/nsframework/backup_manager/config/conf/backup/backup_AREA2_TE.xml b/service/native/backup_manager/config/conf/backup/backup_AREA2_TE.xml index f80637c..f80637c 100755 --- a/nsframework/backup_manager/config/conf/backup/backup_AREA2_TE.xml +++ b/service/native/backup_manager/config/conf/backup/backup_AREA2_TE.xml diff --git a/nsframework/backup_manager/config/createhdr.pl b/service/native/backup_manager/config/createhdr.pl index c282f7b..c282f7b 100755 --- a/nsframework/backup_manager/config/createhdr.pl +++ b/service/native/backup_manager/config/createhdr.pl diff --git a/nsframework/backup_manager/config/sample.xml b/service/native/backup_manager/config/sample.xml index cbf6c7a..cbf6c7a 100755 --- a/nsframework/backup_manager/config/sample.xml +++ b/service/native/backup_manager/config/sample.xml diff --git a/nsframework/backup_manager/config/uniqcheck.pl b/service/native/backup_manager/config/uniqcheck.pl index 1470d7c..1470d7c 100755 --- a/nsframework/backup_manager/config/uniqcheck.pl +++ b/service/native/backup_manager/config/uniqcheck.pl diff --git a/nsframework/backup_manager/server/Makefile b/service/native/backup_manager/server/Makefile index 7f9fa39..7f9fa39 100755 --- a/nsframework/backup_manager/server/Makefile +++ b/service/native/backup_manager/server/Makefile diff --git a/nsframework/backup_manager/server/include/bkup_backupmanagerlog.h b/service/native/backup_manager/server/include/bkup_backupmanagerlog.h index 9df4a1c..9df4a1c 100755 --- a/nsframework/backup_manager/server/include/bkup_backupmanagerlog.h +++ b/service/native/backup_manager/server/include/bkup_backupmanagerlog.h diff --git a/nsframework/backup_manager/server/include/bkup_crc32.h b/service/native/backup_manager/server/include/bkup_crc32.h index 132ffdc..132ffdc 100755 --- a/nsframework/backup_manager/server/include/bkup_crc32.h +++ b/service/native/backup_manager/server/include/bkup_crc32.h diff --git a/nsframework/backup_manager/server/include/bkup_param.h b/service/native/backup_manager/server/include/bkup_param.h index 0a2dbb1..0a2dbb1 100755 --- a/nsframework/backup_manager/server/include/bkup_param.h +++ b/service/native/backup_manager/server/include/bkup_param.h diff --git a/nsframework/backup_manager/server/include/bkup_process.h b/service/native/backup_manager/server/include/bkup_process.h index 72ac7e1..72ac7e1 100755 --- a/nsframework/backup_manager/server/include/bkup_process.h +++ b/service/native/backup_manager/server/include/bkup_process.h diff --git a/nsframework/backup_manager/server/include/bkup_util.h b/service/native/backup_manager/server/include/bkup_util.h index 78494fa..78494fa 100755 --- a/nsframework/backup_manager/server/include/bkup_util.h +++ b/service/native/backup_manager/server/include/bkup_util.h diff --git a/nsframework/backup_manager/server/src/backupmanager_application.cpp b/service/native/backup_manager/server/src/backupmanager_application.cpp index c08e725..c08e725 100755 --- a/nsframework/backup_manager/server/src/backupmanager_application.cpp +++ b/service/native/backup_manager/server/src/backupmanager_application.cpp diff --git a/nsframework/backup_manager/server/src/backupmanager_main.cpp b/service/native/backup_manager/server/src/backupmanager_main.cpp index f225524..f225524 100755 --- a/nsframework/backup_manager/server/src/backupmanager_main.cpp +++ b/service/native/backup_manager/server/src/backupmanager_main.cpp diff --git a/nsframework/backup_manager/server/src/bkup_crc32.cpp b/service/native/backup_manager/server/src/bkup_crc32.cpp index f1d8449..f1d8449 100755 --- a/nsframework/backup_manager/server/src/bkup_crc32.cpp +++ b/service/native/backup_manager/server/src/bkup_crc32.cpp diff --git a/nsframework/backup_manager/server/src/bkup_param.cpp b/service/native/backup_manager/server/src/bkup_param.cpp index 900779b..900779b 100755 --- a/nsframework/backup_manager/server/src/bkup_param.cpp +++ b/service/native/backup_manager/server/src/bkup_param.cpp diff --git a/nsframework/backup_manager/server/src/bkup_process.cpp b/service/native/backup_manager/server/src/bkup_process.cpp index f8032ef..f8032ef 100755 --- a/nsframework/backup_manager/server/src/bkup_process.cpp +++ b/service/native/backup_manager/server/src/bkup_process.cpp diff --git a/peripheralservice/communication/LICENSE b/service/native/common_library/LICENSE index f433b1a..f433b1a 100755 --- a/peripheralservice/communication/LICENSE +++ b/service/native/common_library/LICENSE diff --git a/nsframework/common_library/Makefile.client b/service/native/common_library/Makefile.client index e6210c4..e6210c4 100755 --- a/nsframework/common_library/Makefile.client +++ b/service/native/common_library/Makefile.client diff --git a/nsframework/common_library/client/Makefile b/service/native/common_library/client/Makefile index 4bda2aa..4bda2aa 100755 --- a/nsframework/common_library/client/Makefile +++ b/service/native/common_library/client/Makefile diff --git a/nsframework/common_library/client/include/cl_cgroup.h b/service/native/common_library/client/include/cl_cgroup.h index 10a7179..10a7179 100755 --- a/nsframework/common_library/client/include/cl_cgroup.h +++ b/service/native/common_library/client/include/cl_cgroup.h diff --git a/nsframework/common_library/client/include/cl_error.h b/service/native/common_library/client/include/cl_error.h index 1441262..1441262 100755 --- a/nsframework/common_library/client/include/cl_error.h +++ b/service/native/common_library/client/include/cl_error.h diff --git a/nsframework/common_library/client/include/cl_lock_internal.h b/service/native/common_library/client/include/cl_lock_internal.h index 7a2f623..7a2f623 100755 --- a/nsframework/common_library/client/include/cl_lock_internal.h +++ b/service/native/common_library/client/include/cl_lock_internal.h diff --git a/nsframework/common_library/client/include/cl_monitor_internal.h b/service/native/common_library/client/include/cl_monitor_internal.h index 0a864a2..0a864a2 100755 --- a/nsframework/common_library/client/include/cl_monitor_internal.h +++ b/service/native/common_library/client/include/cl_monitor_internal.h diff --git a/nsframework/common_library/client/include/cl_process_internal.h b/service/native/common_library/client/include/cl_process_internal.h index ce001de..ce001de 100755 --- a/nsframework/common_library/client/include/cl_process_internal.h +++ b/service/native/common_library/client/include/cl_process_internal.h diff --git a/nsframework/common_library/client/include/native_service/cl_lock.h b/service/native/common_library/client/include/native_service/cl_lock.h index d974540..d974540 100755 --- a/nsframework/common_library/client/include/native_service/cl_lock.h +++ b/service/native/common_library/client/include/native_service/cl_lock.h diff --git a/nsframework/common_library/client/include/native_service/cl_lockid.h b/service/native/common_library/client/include/native_service/cl_lockid.h index a790a4b..a790a4b 100755 --- a/nsframework/common_library/client/include/native_service/cl_lockid.h +++ b/service/native/common_library/client/include/native_service/cl_lockid.h diff --git a/nsframework/common_library/client/include/native_service/cl_monitor.h b/service/native/common_library/client/include/native_service/cl_monitor.h index 650492c..650492c 100755 --- a/nsframework/common_library/client/include/native_service/cl_monitor.h +++ b/service/native/common_library/client/include/native_service/cl_monitor.h diff --git a/nsframework/common_library/client/include/native_service/cl_process.h b/service/native/common_library/client/include/native_service/cl_process.h index 6a9adbf..6a9adbf 100755 --- a/nsframework/common_library/client/include/native_service/cl_process.h +++ b/service/native/common_library/client/include/native_service/cl_process.h diff --git a/nsframework/common_library/client/include/native_service/cl_region.h b/service/native/common_library/client/include/native_service/cl_region.h index c9eec5f..c9eec5f 100755 --- a/nsframework/common_library/client/include/native_service/cl_region.h +++ b/service/native/common_library/client/include/native_service/cl_region.h diff --git a/nsframework/common_library/client/include/native_service/cl_sem.h b/service/native/common_library/client/include/native_service/cl_sem.h index 9dbe54e..9dbe54e 100755 --- a/nsframework/common_library/client/include/native_service/cl_sem.h +++ b/service/native/common_library/client/include/native_service/cl_sem.h diff --git a/nsframework/common_library/client/include/native_service/common_library.h b/service/native/common_library/client/include/native_service/common_library.h index 929d04d..929d04d 100755 --- a/nsframework/common_library/client/include/native_service/common_library.h +++ b/service/native/common_library/client/include/native_service/common_library.h diff --git a/nsframework/common_library/client/libcommon.ver b/service/native/common_library/client/libcommon.ver index f89c9ba..f89c9ba 100755 --- a/nsframework/common_library/client/libcommon.ver +++ b/service/native/common_library/client/libcommon.ver diff --git a/nsframework/common_library/client/src/cl_cgroup.c b/service/native/common_library/client/src/cl_cgroup.c index 812ccaa..812ccaa 100755 --- a/nsframework/common_library/client/src/cl_cgroup.c +++ b/service/native/common_library/client/src/cl_cgroup.c diff --git a/nsframework/common_library/client/src/cl_lock.c b/service/native/common_library/client/src/cl_lock.c index 6add2a5..6add2a5 100755 --- a/nsframework/common_library/client/src/cl_lock.c +++ b/service/native/common_library/client/src/cl_lock.c diff --git a/nsframework/common_library/client/src/cl_monitor.c b/service/native/common_library/client/src/cl_monitor.c index 26d8e2e..26d8e2e 100755 --- a/nsframework/common_library/client/src/cl_monitor.c +++ b/service/native/common_library/client/src/cl_monitor.c diff --git a/nsframework/common_library/client/src/cl_process.c b/service/native/common_library/client/src/cl_process.c index 5c9f5a4..5c9f5a4 100755 --- a/nsframework/common_library/client/src/cl_process.c +++ b/service/native/common_library/client/src/cl_process.c diff --git a/nsframework/common_library/client/src/cl_region.c b/service/native/common_library/client/src/cl_region.c index 0f6d470..0f6d470 100755 --- a/nsframework/common_library/client/src/cl_region.c +++ b/service/native/common_library/client/src/cl_region.c diff --git a/nsframework/common_library/client/src/cl_sem.c b/service/native/common_library/client/src/cl_sem.c index 911daff..911daff 100755 --- a/nsframework/common_library/client/src/cl_sem.c +++ b/service/native/common_library/client/src/cl_sem.c diff --git a/positioning_hal/LICENSE b/service/native/framework_unified/LICENSE index f433b1a..f433b1a 100755 --- a/positioning_hal/LICENSE +++ b/service/native/framework_unified/LICENSE diff --git a/nsframework/framework_unified/Makefile.client b/service/native/framework_unified/Makefile.client index 69ea68d..69ea68d 100755 --- a/nsframework/framework_unified/Makefile.client +++ b/service/native/framework_unified/Makefile.client diff --git a/nsframework/framework_unified/client/Makefile b/service/native/framework_unified/client/Makefile index 29ed628..29ed628 100755 --- a/nsframework/framework_unified/client/Makefile +++ b/service/native/framework_unified/client/Makefile diff --git a/nsframework/framework_unified/client/NS_ConfigParser/cfg/depends.mk b/service/native/framework_unified/client/NS_ConfigParser/cfg/depends.mk index 93b9f97..93b9f97 100755 --- a/nsframework/framework_unified/client/NS_ConfigParser/cfg/depends.mk +++ b/service/native/framework_unified/client/NS_ConfigParser/cfg/depends.mk diff --git a/nsframework/framework_unified/client/NS_ConfigParser/include/ns_cfg_internal.h b/service/native/framework_unified/client/NS_ConfigParser/include/ns_cfg_internal.h index 64aad8b..64aad8b 100755 --- a/nsframework/framework_unified/client/NS_ConfigParser/include/ns_cfg_internal.h +++ b/service/native/framework_unified/client/NS_ConfigParser/include/ns_cfg_internal.h diff --git a/nsframework/framework_unified/client/NS_ConfigParser/include/ns_cfg_parser.h b/service/native/framework_unified/client/NS_ConfigParser/include/ns_cfg_parser.h index 8d7a47f..8d7a47f 100755 --- a/nsframework/framework_unified/client/NS_ConfigParser/include/ns_cfg_parser.h +++ b/service/native/framework_unified/client/NS_ConfigParser/include/ns_cfg_parser.h diff --git a/nsframework/framework_unified/client/NS_ConfigParser/include/ns_cfg_reader.h b/service/native/framework_unified/client/NS_ConfigParser/include/ns_cfg_reader.h index d47c04b..d47c04b 100755 --- a/nsframework/framework_unified/client/NS_ConfigParser/include/ns_cfg_reader.h +++ b/service/native/framework_unified/client/NS_ConfigParser/include/ns_cfg_reader.h diff --git a/nsframework/framework_unified/client/NS_ConfigParser/include/ns_cfg_writer.h b/service/native/framework_unified/client/NS_ConfigParser/include/ns_cfg_writer.h index 58d1639..58d1639 100755 --- a/nsframework/framework_unified/client/NS_ConfigParser/include/ns_cfg_writer.h +++ b/service/native/framework_unified/client/NS_ConfigParser/include/ns_cfg_writer.h diff --git a/nsframework/framework_unified/client/NS_ConfigParser/include/ns_config_parser_frameworkunifiedlog.h b/service/native/framework_unified/client/NS_ConfigParser/include/ns_config_parser_frameworkunifiedlog.h index c48f09d..c48f09d 100755 --- a/nsframework/framework_unified/client/NS_ConfigParser/include/ns_config_parser_frameworkunifiedlog.h +++ b/service/native/framework_unified/client/NS_ConfigParser/include/ns_config_parser_frameworkunifiedlog.h diff --git a/nsframework/framework_unified/client/NS_ConfigParser/src/makefile_PosixBasedOS001 b/service/native/framework_unified/client/NS_ConfigParser/src/makefile_PosixBasedOS001 index 1e6e556..1e6e556 100755 --- a/nsframework/framework_unified/client/NS_ConfigParser/src/makefile_PosixBasedOS001 +++ b/service/native/framework_unified/client/NS_ConfigParser/src/makefile_PosixBasedOS001 diff --git a/nsframework/framework_unified/client/NS_ConfigParser/src/ns_cfg_parser.cpp b/service/native/framework_unified/client/NS_ConfigParser/src/ns_cfg_parser.cpp index a2abd78..a2abd78 100755 --- a/nsframework/framework_unified/client/NS_ConfigParser/src/ns_cfg_parser.cpp +++ b/service/native/framework_unified/client/NS_ConfigParser/src/ns_cfg_parser.cpp diff --git a/nsframework/framework_unified/client/NS_ConfigParser/src/ns_cfg_reader.cpp b/service/native/framework_unified/client/NS_ConfigParser/src/ns_cfg_reader.cpp index 9eeb3c0..9eeb3c0 100755 --- a/nsframework/framework_unified/client/NS_ConfigParser/src/ns_cfg_reader.cpp +++ b/service/native/framework_unified/client/NS_ConfigParser/src/ns_cfg_reader.cpp diff --git a/nsframework/framework_unified/client/NS_ConfigParser/src/ns_cfg_writer.cpp b/service/native/framework_unified/client/NS_ConfigParser/src/ns_cfg_writer.cpp index 4bf16d5..4bf16d5 100755 --- a/nsframework/framework_unified/client/NS_ConfigParser/src/ns_cfg_writer.cpp +++ b/service/native/framework_unified/client/NS_ConfigParser/src/ns_cfg_writer.cpp diff --git a/nsframework/framework_unified/client/NS_ConfigParser/src/ns_config_reader.cpp b/service/native/framework_unified/client/NS_ConfigParser/src/ns_config_reader.cpp index 839053a..839053a 100755 --- a/nsframework/framework_unified/client/NS_ConfigParser/src/ns_config_reader.cpp +++ b/service/native/framework_unified/client/NS_ConfigParser/src/ns_config_reader.cpp diff --git a/nsframework/framework_unified/client/NS_ConfigParser/src/ns_config_reader_writer.cpp b/service/native/framework_unified/client/NS_ConfigParser/src/ns_config_reader_writer.cpp index 6c2b2d6..6c2b2d6 100755 --- a/nsframework/framework_unified/client/NS_ConfigParser/src/ns_config_reader_writer.cpp +++ b/service/native/framework_unified/client/NS_ConfigParser/src/ns_config_reader_writer.cpp diff --git a/nsframework/framework_unified/client/NS_ConfigParser/src/ns_config_writer.cpp b/service/native/framework_unified/client/NS_ConfigParser/src/ns_config_writer.cpp index 601500d..601500d 100755 --- a/nsframework/framework_unified/client/NS_ConfigParser/src/ns_config_writer.cpp +++ b/service/native/framework_unified/client/NS_ConfigParser/src/ns_config_writer.cpp diff --git a/nsframework/framework_unified/client/NS_ConfigParser/src/ns_reader.cpp b/service/native/framework_unified/client/NS_ConfigParser/src/ns_reader.cpp index ff3cc7a..ff3cc7a 100755 --- a/nsframework/framework_unified/client/NS_ConfigParser/src/ns_reader.cpp +++ b/service/native/framework_unified/client/NS_ConfigParser/src/ns_reader.cpp diff --git a/nsframework/framework_unified/client/NS_ConfigParser/src/ns_writer.cpp b/service/native/framework_unified/client/NS_ConfigParser/src/ns_writer.cpp index b2b52f0..b2b52f0 100755 --- a/nsframework/framework_unified/client/NS_ConfigParser/src/ns_writer.cpp +++ b/service/native/framework_unified/client/NS_ConfigParser/src/ns_writer.cpp diff --git a/nsframework/framework_unified/client/NS_FrameworkCore/cfg/depends.mk b/service/native/framework_unified/client/NS_FrameworkCore/cfg/depends.mk index 93b9f97..93b9f97 100755 --- a/nsframework/framework_unified/client/NS_FrameworkCore/cfg/depends.mk +++ b/service/native/framework_unified/client/NS_FrameworkCore/cfg/depends.mk diff --git a/nsframework/framework_unified/client/NS_FrameworkCore/include/frameworkunified_framework_core.h b/service/native/framework_unified/client/NS_FrameworkCore/include/frameworkunified_framework_core.h index cb8bcee..cb8bcee 100755 --- a/nsframework/framework_unified/client/NS_FrameworkCore/include/frameworkunified_framework_core.h +++ b/service/native/framework_unified/client/NS_FrameworkCore/include/frameworkunified_framework_core.h diff --git a/nsframework/framework_unified/client/NS_FrameworkCore/include/frameworkunified_framework_error_internal.hpp b/service/native/framework_unified/client/NS_FrameworkCore/include/frameworkunified_framework_error_internal.hpp index 8599fb2..8599fb2 100755 --- a/nsframework/framework_unified/client/NS_FrameworkCore/include/frameworkunified_framework_error_internal.hpp +++ b/service/native/framework_unified/client/NS_FrameworkCore/include/frameworkunified_framework_error_internal.hpp diff --git a/nsframework/framework_unified/client/NS_FrameworkCore/include/frameworkunified_framework_internal.h b/service/native/framework_unified/client/NS_FrameworkCore/include/frameworkunified_framework_internal.h index 4d38828..4d38828 100755 --- a/nsframework/framework_unified/client/NS_FrameworkCore/include/frameworkunified_framework_internal.h +++ b/service/native/framework_unified/client/NS_FrameworkCore/include/frameworkunified_framework_internal.h diff --git a/nsframework/framework_unified/client/NS_FrameworkCore/include/frameworkunified_framework_utility.h b/service/native/framework_unified/client/NS_FrameworkCore/include/frameworkunified_framework_utility.h index b78297e..b78297e 100755 --- a/nsframework/framework_unified/client/NS_FrameworkCore/include/frameworkunified_framework_utility.h +++ b/service/native/framework_unified/client/NS_FrameworkCore/include/frameworkunified_framework_utility.h diff --git a/nsframework/framework_unified/client/NS_FrameworkCore/include/frameworkunified_msgprofiler.h b/service/native/framework_unified/client/NS_FrameworkCore/include/frameworkunified_msgprofiler.h index f512e76..f512e76 100755 --- a/nsframework/framework_unified/client/NS_FrameworkCore/include/frameworkunified_msgprofiler.h +++ b/service/native/framework_unified/client/NS_FrameworkCore/include/frameworkunified_msgprofiler.h diff --git a/nsframework/framework_unified/client/NS_FrameworkCore/include/statemachine/frameworkunified_sm_finalstate.h b/service/native/framework_unified/client/NS_FrameworkCore/include/statemachine/frameworkunified_sm_finalstate.h index 20ed3f6..20ed3f6 100755 --- a/nsframework/framework_unified/client/NS_FrameworkCore/include/statemachine/frameworkunified_sm_finalstate.h +++ b/service/native/framework_unified/client/NS_FrameworkCore/include/statemachine/frameworkunified_sm_finalstate.h diff --git a/nsframework/framework_unified/client/NS_FrameworkCore/include/statemachine/frameworkunified_sm_framework_core.h b/service/native/framework_unified/client/NS_FrameworkCore/include/statemachine/frameworkunified_sm_framework_core.h index ea564df..ea564df 100755 --- a/nsframework/framework_unified/client/NS_FrameworkCore/include/statemachine/frameworkunified_sm_framework_core.h +++ b/service/native/framework_unified/client/NS_FrameworkCore/include/statemachine/frameworkunified_sm_framework_core.h diff --git a/nsframework/framework_unified/client/NS_FrameworkCore/include/statemachine/frameworkunified_sm_multithreading_internal.h b/service/native/framework_unified/client/NS_FrameworkCore/include/statemachine/frameworkunified_sm_multithreading_internal.h index ff67029..ff67029 100755 --- a/nsframework/framework_unified/client/NS_FrameworkCore/include/statemachine/frameworkunified_sm_multithreading_internal.h +++ b/service/native/framework_unified/client/NS_FrameworkCore/include/statemachine/frameworkunified_sm_multithreading_internal.h diff --git a/nsframework/framework_unified/client/NS_FrameworkCore/src/frameworkunified_dispatcher.cpp b/service/native/framework_unified/client/NS_FrameworkCore/src/frameworkunified_dispatcher.cpp index 250edce..250edce 100755 --- a/nsframework/framework_unified/client/NS_FrameworkCore/src/frameworkunified_dispatcher.cpp +++ b/service/native/framework_unified/client/NS_FrameworkCore/src/frameworkunified_dispatcher.cpp diff --git a/nsframework/framework_unified/client/NS_FrameworkCore/src/frameworkunified_framework_dispatch.cpp b/service/native/framework_unified/client/NS_FrameworkCore/src/frameworkunified_framework_dispatch.cpp index cb573c9..cb573c9 100755 --- a/nsframework/framework_unified/client/NS_FrameworkCore/src/frameworkunified_framework_dispatch.cpp +++ b/service/native/framework_unified/client/NS_FrameworkCore/src/frameworkunified_framework_dispatch.cpp diff --git a/nsframework/framework_unified/client/NS_FrameworkCore/src/frameworkunified_framework_error.cpp b/service/native/framework_unified/client/NS_FrameworkCore/src/frameworkunified_framework_error.cpp index cf07922..cf07922 100755 --- a/nsframework/framework_unified/client/NS_FrameworkCore/src/frameworkunified_framework_error.cpp +++ b/service/native/framework_unified/client/NS_FrameworkCore/src/frameworkunified_framework_error.cpp diff --git a/nsframework/framework_unified/client/NS_FrameworkCore/src/frameworkunified_framework_logger.cpp b/service/native/framework_unified/client/NS_FrameworkCore/src/frameworkunified_framework_logger.cpp index 2912527..2912527 100755 --- a/nsframework/framework_unified/client/NS_FrameworkCore/src/frameworkunified_framework_logger.cpp +++ b/service/native/framework_unified/client/NS_FrameworkCore/src/frameworkunified_framework_logger.cpp diff --git a/nsframework/framework_unified/client/NS_FrameworkCore/src/frameworkunified_framework_message_center.cpp b/service/native/framework_unified/client/NS_FrameworkCore/src/frameworkunified_framework_message_center.cpp index ea953c9..ea953c9 100755 --- a/nsframework/framework_unified/client/NS_FrameworkCore/src/frameworkunified_framework_message_center.cpp +++ b/service/native/framework_unified/client/NS_FrameworkCore/src/frameworkunified_framework_message_center.cpp diff --git a/nsframework/framework_unified/client/NS_FrameworkCore/src/frameworkunified_framework_npservice.cpp b/service/native/framework_unified/client/NS_FrameworkCore/src/frameworkunified_framework_npservice.cpp index 063e357..063e357 100755 --- a/nsframework/framework_unified/client/NS_FrameworkCore/src/frameworkunified_framework_npservice.cpp +++ b/service/native/framework_unified/client/NS_FrameworkCore/src/frameworkunified_framework_npservice.cpp diff --git a/nsframework/framework_unified/client/NS_FrameworkCore/src/frameworkunified_framework_session.cpp b/service/native/framework_unified/client/NS_FrameworkCore/src/frameworkunified_framework_session.cpp index 7c9935b..7c9935b 100755 --- a/nsframework/framework_unified/client/NS_FrameworkCore/src/frameworkunified_framework_session.cpp +++ b/service/native/framework_unified/client/NS_FrameworkCore/src/frameworkunified_framework_session.cpp diff --git a/nsframework/framework_unified/client/NS_FrameworkCore/src/frameworkunified_framework_sync.cpp b/service/native/framework_unified/client/NS_FrameworkCore/src/frameworkunified_framework_sync.cpp index 80eec1f..80eec1f 100755 --- a/nsframework/framework_unified/client/NS_FrameworkCore/src/frameworkunified_framework_sync.cpp +++ b/service/native/framework_unified/client/NS_FrameworkCore/src/frameworkunified_framework_sync.cpp diff --git a/nsframework/framework_unified/client/NS_FrameworkCore/src/frameworkunified_framework_system.cpp b/service/native/framework_unified/client/NS_FrameworkCore/src/frameworkunified_framework_system.cpp index 3a2d434..3a2d434 100755 --- a/nsframework/framework_unified/client/NS_FrameworkCore/src/frameworkunified_framework_system.cpp +++ b/service/native/framework_unified/client/NS_FrameworkCore/src/frameworkunified_framework_system.cpp diff --git a/nsframework/framework_unified/client/NS_FrameworkCore/src/frameworkunified_msgprofiler.cpp b/service/native/framework_unified/client/NS_FrameworkCore/src/frameworkunified_msgprofiler.cpp index 468478c..468478c 100755 --- a/nsframework/framework_unified/client/NS_FrameworkCore/src/frameworkunified_msgprofiler.cpp +++ b/service/native/framework_unified/client/NS_FrameworkCore/src/frameworkunified_msgprofiler.cpp diff --git a/nsframework/framework_unified/client/NS_FrameworkCore/src/frameworkunified_multithreading.cpp b/service/native/framework_unified/client/NS_FrameworkCore/src/frameworkunified_multithreading.cpp index 986f3b3..986f3b3 100755 --- a/nsframework/framework_unified/client/NS_FrameworkCore/src/frameworkunified_multithreading.cpp +++ b/service/native/framework_unified/client/NS_FrameworkCore/src/frameworkunified_multithreading.cpp diff --git a/nsframework/framework_unified/client/NS_FrameworkCore/src/frameworkunified_service_if.cpp b/service/native/framework_unified/client/NS_FrameworkCore/src/frameworkunified_service_if.cpp index dccffa8..dccffa8 100755 --- a/nsframework/framework_unified/client/NS_FrameworkCore/src/frameworkunified_service_if.cpp +++ b/service/native/framework_unified/client/NS_FrameworkCore/src/frameworkunified_service_if.cpp diff --git a/nsframework/framework_unified/client/NS_FrameworkCore/src/frameworkunified_thread_priority.cpp b/service/native/framework_unified/client/NS_FrameworkCore/src/frameworkunified_thread_priority.cpp index 88b5c50..88b5c50 100755 --- a/nsframework/framework_unified/client/NS_FrameworkCore/src/frameworkunified_thread_priority.cpp +++ b/service/native/framework_unified/client/NS_FrameworkCore/src/frameworkunified_thread_priority.cpp diff --git a/nsframework/framework_unified/client/NS_FrameworkCore/src/frameworkunified_timer.cpp b/service/native/framework_unified/client/NS_FrameworkCore/src/frameworkunified_timer.cpp index 0663b85..0663b85 100755 --- a/nsframework/framework_unified/client/NS_FrameworkCore/src/frameworkunified_timer.cpp +++ b/service/native/framework_unified/client/NS_FrameworkCore/src/frameworkunified_timer.cpp diff --git a/nsframework/framework_unified/client/NS_FrameworkCore/src/makefile_PosixBasedOS001 b/service/native/framework_unified/client/NS_FrameworkCore/src/makefile_PosixBasedOS001 index 025ec70..025ec70 100755 --- a/nsframework/framework_unified/client/NS_FrameworkCore/src/makefile_PosixBasedOS001 +++ b/service/native/framework_unified/client/NS_FrameworkCore/src/makefile_PosixBasedOS001 diff --git a/nsframework/framework_unified/client/NS_FrameworkCore/src/statemachine/frameworkunified_sm_action.cpp b/service/native/framework_unified/client/NS_FrameworkCore/src/statemachine/frameworkunified_sm_action.cpp index 0cb4d67..0cb4d67 100755 --- a/nsframework/framework_unified/client/NS_FrameworkCore/src/statemachine/frameworkunified_sm_action.cpp +++ b/service/native/framework_unified/client/NS_FrameworkCore/src/statemachine/frameworkunified_sm_action.cpp diff --git a/nsframework/framework_unified/client/NS_FrameworkCore/src/statemachine/frameworkunified_sm_compositestate.cpp b/service/native/framework_unified/client/NS_FrameworkCore/src/statemachine/frameworkunified_sm_compositestate.cpp index d975e93..d975e93 100755 --- a/nsframework/framework_unified/client/NS_FrameworkCore/src/statemachine/frameworkunified_sm_compositestate.cpp +++ b/service/native/framework_unified/client/NS_FrameworkCore/src/statemachine/frameworkunified_sm_compositestate.cpp diff --git a/nsframework/framework_unified/client/NS_FrameworkCore/src/statemachine/frameworkunified_sm_conditionconnector.cpp b/service/native/framework_unified/client/NS_FrameworkCore/src/statemachine/frameworkunified_sm_conditionconnector.cpp index 6f27319..6f27319 100755 --- a/nsframework/framework_unified/client/NS_FrameworkCore/src/statemachine/frameworkunified_sm_conditionconnector.cpp +++ b/service/native/framework_unified/client/NS_FrameworkCore/src/statemachine/frameworkunified_sm_conditionconnector.cpp diff --git a/nsframework/framework_unified/client/NS_FrameworkCore/src/statemachine/frameworkunified_sm_deephistorystate.cpp b/service/native/framework_unified/client/NS_FrameworkCore/src/statemachine/frameworkunified_sm_deephistorystate.cpp index baac0d4..baac0d4 100755 --- a/nsframework/framework_unified/client/NS_FrameworkCore/src/statemachine/frameworkunified_sm_deephistorystate.cpp +++ b/service/native/framework_unified/client/NS_FrameworkCore/src/statemachine/frameworkunified_sm_deephistorystate.cpp diff --git a/nsframework/framework_unified/client/NS_FrameworkCore/src/statemachine/frameworkunified_sm_dispatcher.cpp b/service/native/framework_unified/client/NS_FrameworkCore/src/statemachine/frameworkunified_sm_dispatcher.cpp index a73408a..a73408a 100755 --- a/nsframework/framework_unified/client/NS_FrameworkCore/src/statemachine/frameworkunified_sm_dispatcher.cpp +++ b/service/native/framework_unified/client/NS_FrameworkCore/src/statemachine/frameworkunified_sm_dispatcher.cpp diff --git a/nsframework/framework_unified/client/NS_FrameworkCore/src/statemachine/frameworkunified_sm_externaltransition.cpp b/service/native/framework_unified/client/NS_FrameworkCore/src/statemachine/frameworkunified_sm_externaltransition.cpp index 294dcf5..294dcf5 100755 --- a/nsframework/framework_unified/client/NS_FrameworkCore/src/statemachine/frameworkunified_sm_externaltransition.cpp +++ b/service/native/framework_unified/client/NS_FrameworkCore/src/statemachine/frameworkunified_sm_externaltransition.cpp diff --git a/nsframework/framework_unified/client/NS_FrameworkCore/src/statemachine/frameworkunified_sm_finalstate.cpp b/service/native/framework_unified/client/NS_FrameworkCore/src/statemachine/frameworkunified_sm_finalstate.cpp index 8b361fa..8b361fa 100755 --- a/nsframework/framework_unified/client/NS_FrameworkCore/src/statemachine/frameworkunified_sm_finalstate.cpp +++ b/service/native/framework_unified/client/NS_FrameworkCore/src/statemachine/frameworkunified_sm_finalstate.cpp diff --git a/nsframework/framework_unified/client/NS_FrameworkCore/src/statemachine/frameworkunified_sm_framework_dispatch.cpp b/service/native/framework_unified/client/NS_FrameworkCore/src/statemachine/frameworkunified_sm_framework_dispatch.cpp index dfb2d5c..dfb2d5c 100755 --- a/nsframework/framework_unified/client/NS_FrameworkCore/src/statemachine/frameworkunified_sm_framework_dispatch.cpp +++ b/service/native/framework_unified/client/NS_FrameworkCore/src/statemachine/frameworkunified_sm_framework_dispatch.cpp diff --git a/nsframework/framework_unified/client/NS_FrameworkCore/src/statemachine/frameworkunified_sm_guard.cpp b/service/native/framework_unified/client/NS_FrameworkCore/src/statemachine/frameworkunified_sm_guard.cpp index 7afabdb..7afabdb 100755 --- a/nsframework/framework_unified/client/NS_FrameworkCore/src/statemachine/frameworkunified_sm_guard.cpp +++ b/service/native/framework_unified/client/NS_FrameworkCore/src/statemachine/frameworkunified_sm_guard.cpp diff --git a/nsframework/framework_unified/client/NS_FrameworkCore/src/statemachine/frameworkunified_sm_historystate.cpp b/service/native/framework_unified/client/NS_FrameworkCore/src/statemachine/frameworkunified_sm_historystate.cpp index 9640276..9640276 100755 --- a/nsframework/framework_unified/client/NS_FrameworkCore/src/statemachine/frameworkunified_sm_historystate.cpp +++ b/service/native/framework_unified/client/NS_FrameworkCore/src/statemachine/frameworkunified_sm_historystate.cpp diff --git a/nsframework/framework_unified/client/NS_FrameworkCore/src/statemachine/frameworkunified_sm_hsm.cpp b/service/native/framework_unified/client/NS_FrameworkCore/src/statemachine/frameworkunified_sm_hsm.cpp index f6cdb09..f6cdb09 100755 --- a/nsframework/framework_unified/client/NS_FrameworkCore/src/statemachine/frameworkunified_sm_hsm.cpp +++ b/service/native/framework_unified/client/NS_FrameworkCore/src/statemachine/frameworkunified_sm_hsm.cpp diff --git a/nsframework/framework_unified/client/NS_FrameworkCore/src/statemachine/frameworkunified_sm_hsmframework.cpp b/service/native/framework_unified/client/NS_FrameworkCore/src/statemachine/frameworkunified_sm_hsmframework.cpp index da060f2..da060f2 100755 --- a/nsframework/framework_unified/client/NS_FrameworkCore/src/statemachine/frameworkunified_sm_hsmframework.cpp +++ b/service/native/framework_unified/client/NS_FrameworkCore/src/statemachine/frameworkunified_sm_hsmframework.cpp diff --git a/nsframework/framework_unified/client/NS_FrameworkCore/src/statemachine/frameworkunified_sm_leafstate.cpp b/service/native/framework_unified/client/NS_FrameworkCore/src/statemachine/frameworkunified_sm_leafstate.cpp index 6c44ebb..6c44ebb 100755 --- a/nsframework/framework_unified/client/NS_FrameworkCore/src/statemachine/frameworkunified_sm_leafstate.cpp +++ b/service/native/framework_unified/client/NS_FrameworkCore/src/statemachine/frameworkunified_sm_leafstate.cpp diff --git a/nsframework/framework_unified/client/NS_FrameworkCore/src/statemachine/frameworkunified_sm_localtransition.cpp b/service/native/framework_unified/client/NS_FrameworkCore/src/statemachine/frameworkunified_sm_localtransition.cpp index b5f9c0a..b5f9c0a 100755 --- a/nsframework/framework_unified/client/NS_FrameworkCore/src/statemachine/frameworkunified_sm_localtransition.cpp +++ b/service/native/framework_unified/client/NS_FrameworkCore/src/statemachine/frameworkunified_sm_localtransition.cpp diff --git a/nsframework/framework_unified/client/NS_FrameworkCore/src/statemachine/frameworkunified_sm_multithreading.cpp b/service/native/framework_unified/client/NS_FrameworkCore/src/statemachine/frameworkunified_sm_multithreading.cpp index 33dab56..33dab56 100755 --- a/nsframework/framework_unified/client/NS_FrameworkCore/src/statemachine/frameworkunified_sm_multithreading.cpp +++ b/service/native/framework_unified/client/NS_FrameworkCore/src/statemachine/frameworkunified_sm_multithreading.cpp diff --git a/nsframework/framework_unified/client/NS_FrameworkCore/src/statemachine/frameworkunified_sm_orthogonalstate.cpp b/service/native/framework_unified/client/NS_FrameworkCore/src/statemachine/frameworkunified_sm_orthogonalstate.cpp index a8289a0..a8289a0 100755 --- a/nsframework/framework_unified/client/NS_FrameworkCore/src/statemachine/frameworkunified_sm_orthogonalstate.cpp +++ b/service/native/framework_unified/client/NS_FrameworkCore/src/statemachine/frameworkunified_sm_orthogonalstate.cpp diff --git a/nsframework/framework_unified/client/NS_FrameworkCore/src/statemachine/frameworkunified_sm_shallowhistorystate.cpp b/service/native/framework_unified/client/NS_FrameworkCore/src/statemachine/frameworkunified_sm_shallowhistorystate.cpp index 97b6e3b..97b6e3b 100755 --- a/nsframework/framework_unified/client/NS_FrameworkCore/src/statemachine/frameworkunified_sm_shallowhistorystate.cpp +++ b/service/native/framework_unified/client/NS_FrameworkCore/src/statemachine/frameworkunified_sm_shallowhistorystate.cpp diff --git a/nsframework/framework_unified/client/NS_FrameworkCore/src/statemachine/frameworkunified_sm_state.cpp b/service/native/framework_unified/client/NS_FrameworkCore/src/statemachine/frameworkunified_sm_state.cpp index af90583..af90583 100755 --- a/nsframework/framework_unified/client/NS_FrameworkCore/src/statemachine/frameworkunified_sm_state.cpp +++ b/service/native/framework_unified/client/NS_FrameworkCore/src/statemachine/frameworkunified_sm_state.cpp diff --git a/nsframework/framework_unified/client/NS_FrameworkCore/src/statemachine/frameworkunified_sm_transition.cpp b/service/native/framework_unified/client/NS_FrameworkCore/src/statemachine/frameworkunified_sm_transition.cpp index 1162f61..1162f61 100755 --- a/nsframework/framework_unified/client/NS_FrameworkCore/src/statemachine/frameworkunified_sm_transition.cpp +++ b/service/native/framework_unified/client/NS_FrameworkCore/src/statemachine/frameworkunified_sm_transition.cpp diff --git a/nsframework/framework_unified/client/NS_FrameworkCore/src/statemachine/makefile b/service/native/framework_unified/client/NS_FrameworkCore/src/statemachine/makefile index 964a1f5..964a1f5 100755 --- a/nsframework/framework_unified/client/NS_FrameworkCore/src/statemachine/makefile +++ b/service/native/framework_unified/client/NS_FrameworkCore/src/statemachine/makefile diff --git a/nsframework/framework_unified/client/NS_Logger/cfg/depends.mk b/service/native/framework_unified/client/NS_Logger/cfg/depends.mk index 93b9f97..93b9f97 100755 --- a/nsframework/framework_unified/client/NS_Logger/cfg/depends.mk +++ b/service/native/framework_unified/client/NS_Logger/cfg/depends.mk diff --git a/nsframework/framework_unified/client/NS_Logger/include/frameworkunified_stub.h b/service/native/framework_unified/client/NS_Logger/include/frameworkunified_stub.h index 2263038..2263038 100755 --- a/nsframework/framework_unified/client/NS_Logger/include/frameworkunified_stub.h +++ b/service/native/framework_unified/client/NS_Logger/include/frameworkunified_stub.h diff --git a/nsframework/framework_unified/client/NS_Logger/include/ns_logger_internal.h b/service/native/framework_unified/client/NS_Logger/include/ns_logger_internal.h index 97bde91..97bde91 100755 --- a/nsframework/framework_unified/client/NS_Logger/include/ns_logger_internal.h +++ b/service/native/framework_unified/client/NS_Logger/include/ns_logger_internal.h diff --git a/nsframework/framework_unified/client/NS_Logger/src/makefile_PosixBasedOS001 b/service/native/framework_unified/client/NS_Logger/src/makefile_PosixBasedOS001 index 25318be..25318be 100755 --- a/nsframework/framework_unified/client/NS_Logger/src/makefile_PosixBasedOS001 +++ b/service/native/framework_unified/client/NS_Logger/src/makefile_PosixBasedOS001 diff --git a/nsframework/framework_unified/client/NS_Logger/src/ns_logger.cpp b/service/native/framework_unified/client/NS_Logger/src/ns_logger.cpp index 94f775c..94f775c 100755 --- a/nsframework/framework_unified/client/NS_Logger/src/ns_logger.cpp +++ b/service/native/framework_unified/client/NS_Logger/src/ns_logger.cpp diff --git a/nsframework/framework_unified/client/NS_Logger/tool/nslogsw.cpp b/service/native/framework_unified/client/NS_Logger/tool/nslogsw.cpp index b81b4a6..b81b4a6 100755 --- a/nsframework/framework_unified/client/NS_Logger/tool/nslogsw.cpp +++ b/service/native/framework_unified/client/NS_Logger/tool/nslogsw.cpp diff --git a/nsframework/framework_unified/client/NS_MessageCenter/cfg/depends.mk b/service/native/framework_unified/client/NS_MessageCenter/cfg/depends.mk index 93b9f97..93b9f97 100755 --- a/nsframework/framework_unified/client/NS_MessageCenter/cfg/depends.mk +++ b/service/native/framework_unified/client/NS_MessageCenter/cfg/depends.mk diff --git a/nsframework/framework_unified/client/NS_MessageCenter/include/ns_mc_internal.h b/service/native/framework_unified/client/NS_MessageCenter/include/ns_mc_internal.h index 2b6dae8..2b6dae8 100755 --- a/nsframework/framework_unified/client/NS_MessageCenter/include/ns_mc_internal.h +++ b/service/native/framework_unified/client/NS_MessageCenter/include/ns_mc_internal.h diff --git a/nsframework/framework_unified/client/NS_MessageCenter/include/ns_message_center_internal.h b/service/native/framework_unified/client/NS_MessageCenter/include/ns_message_center_internal.h index a99e811..a99e811 100755 --- a/nsframework/framework_unified/client/NS_MessageCenter/include/ns_message_center_internal.h +++ b/service/native/framework_unified/client/NS_MessageCenter/include/ns_message_center_internal.h diff --git a/nsframework/framework_unified/client/NS_MessageCenter/src/makefile_PosixBasedOS001 b/service/native/framework_unified/client/NS_MessageCenter/src/makefile_PosixBasedOS001 index c654ef7..c654ef7 100755 --- a/nsframework/framework_unified/client/NS_MessageCenter/src/makefile_PosixBasedOS001 +++ b/service/native/framework_unified/client/NS_MessageCenter/src/makefile_PosixBasedOS001 diff --git a/nsframework/framework_unified/client/NS_MessageCenter/src/ns_message_center.c b/service/native/framework_unified/client/NS_MessageCenter/src/ns_message_center.c index fe84128..fe84128 100755 --- a/nsframework/framework_unified/client/NS_MessageCenter/src/ns_message_center.c +++ b/service/native/framework_unified/client/NS_MessageCenter/src/ns_message_center.c diff --git a/nsframework/framework_unified/client/NS_MessageQueue/cfg/depends.mk b/service/native/framework_unified/client/NS_MessageQueue/cfg/depends.mk index 93b9f97..93b9f97 100755 --- a/nsframework/framework_unified/client/NS_MessageQueue/cfg/depends.mk +++ b/service/native/framework_unified/client/NS_MessageQueue/cfg/depends.mk diff --git a/nsframework/framework_unified/client/NS_MessageQueue/include/ns_mq_anomaly.h b/service/native/framework_unified/client/NS_MessageQueue/include/ns_mq_anomaly.h index 5b02e2b..5b02e2b 100755 --- a/nsframework/framework_unified/client/NS_MessageQueue/include/ns_mq_anomaly.h +++ b/service/native/framework_unified/client/NS_MessageQueue/include/ns_mq_anomaly.h diff --git a/nsframework/framework_unified/client/NS_MessageQueue/include/ns_mq_internal.h b/service/native/framework_unified/client/NS_MessageQueue/include/ns_mq_internal.h index ca02218..ca02218 100755 --- a/nsframework/framework_unified/client/NS_MessageQueue/include/ns_mq_internal.h +++ b/service/native/framework_unified/client/NS_MessageQueue/include/ns_mq_internal.h diff --git a/nsframework/framework_unified/client/NS_MessageQueue/include/ns_msg_queue.h b/service/native/framework_unified/client/NS_MessageQueue/include/ns_msg_queue.h index 111b5be..111b5be 100755 --- a/nsframework/framework_unified/client/NS_MessageQueue/include/ns_msg_queue.h +++ b/service/native/framework_unified/client/NS_MessageQueue/include/ns_msg_queue.h diff --git a/nsframework/framework_unified/client/NS_MessageQueue/src/makefile_PosixBasedOS001 b/service/native/framework_unified/client/NS_MessageQueue/src/makefile_PosixBasedOS001 index 054db6d..054db6d 100755 --- a/nsframework/framework_unified/client/NS_MessageQueue/src/makefile_PosixBasedOS001 +++ b/service/native/framework_unified/client/NS_MessageQueue/src/makefile_PosixBasedOS001 diff --git a/nsframework/framework_unified/client/NS_MessageQueue/src/ns_mq_string.c b/service/native/framework_unified/client/NS_MessageQueue/src/ns_mq_string.c index 8749a99..8749a99 100755 --- a/nsframework/framework_unified/client/NS_MessageQueue/src/ns_mq_string.c +++ b/service/native/framework_unified/client/NS_MessageQueue/src/ns_mq_string.c diff --git a/nsframework/framework_unified/client/NS_MessageQueue/src/ns_msg_queue.c b/service/native/framework_unified/client/NS_MessageQueue/src/ns_msg_queue.c index 1990061..1990061 100755 --- a/nsframework/framework_unified/client/NS_MessageQueue/src/ns_msg_queue.c +++ b/service/native/framework_unified/client/NS_MessageQueue/src/ns_msg_queue.c diff --git a/nsframework/framework_unified/client/NS_NPServiceIf/cfg/depends.mk b/service/native/framework_unified/client/NS_NPServiceIf/cfg/depends.mk index 93b9f97..93b9f97 100755 --- a/nsframework/framework_unified/client/NS_NPServiceIf/cfg/depends.mk +++ b/service/native/framework_unified/client/NS_NPServiceIf/cfg/depends.mk diff --git a/nsframework/framework_unified/client/NS_NPServiceIf/include/ns_np_service_internal.h b/service/native/framework_unified/client/NS_NPServiceIf/include/ns_np_service_internal.h index 469b4c0..469b4c0 100755 --- a/nsframework/framework_unified/client/NS_NPServiceIf/include/ns_np_service_internal.h +++ b/service/native/framework_unified/client/NS_NPServiceIf/include/ns_np_service_internal.h diff --git a/nsframework/framework_unified/client/NS_NPServiceIf/src/makefile_PosixBasedOS001 b/service/native/framework_unified/client/NS_NPServiceIf/src/makefile_PosixBasedOS001 index cbfc140..cbfc140 100755 --- a/nsframework/framework_unified/client/NS_NPServiceIf/src/makefile_PosixBasedOS001 +++ b/service/native/framework_unified/client/NS_NPServiceIf/src/makefile_PosixBasedOS001 diff --git a/nsframework/framework_unified/client/NS_NPServiceIf/src/ns_np_service_api.c b/service/native/framework_unified/client/NS_NPServiceIf/src/ns_np_service_api.c index d41514d..d41514d 100755 --- a/nsframework/framework_unified/client/NS_NPServiceIf/src/ns_np_service_api.c +++ b/service/native/framework_unified/client/NS_NPServiceIf/src/ns_np_service_api.c diff --git a/nsframework/framework_unified/client/NS_NPServiceIf/src/ns_np_service_nor_persistence.cpp b/service/native/framework_unified/client/NS_NPServiceIf/src/ns_np_service_nor_persistence.cpp index a777743..a777743 100755 --- a/nsframework/framework_unified/client/NS_NPServiceIf/src/ns_np_service_nor_persistence.cpp +++ b/service/native/framework_unified/client/NS_NPServiceIf/src/ns_np_service_nor_persistence.cpp diff --git a/nsframework/framework_unified/client/NS_ResourceControler/src/ns_resource_controler.cpp b/service/native/framework_unified/client/NS_ResourceControler/src/ns_resource_controler.cpp index 5122e39..5122e39 100755 --- a/nsframework/framework_unified/client/NS_ResourceControler/src/ns_resource_controler.cpp +++ b/service/native/framework_unified/client/NS_ResourceControler/src/ns_resource_controler.cpp diff --git a/nsframework/framework_unified/client/NS_RingBuffer/src/ns_ringbuffer.cpp b/service/native/framework_unified/client/NS_RingBuffer/src/ns_ringbuffer.cpp index 1fbc5b5..1fbc5b5 100755 --- a/nsframework/framework_unified/client/NS_RingBuffer/src/ns_ringbuffer.cpp +++ b/service/native/framework_unified/client/NS_RingBuffer/src/ns_ringbuffer.cpp diff --git a/nsframework/framework_unified/client/NS_SharedMemIf/api/nsapi_sharedmem.cpp b/service/native/framework_unified/client/NS_SharedMemIf/api/nsapi_sharedmem.cpp index 89c7421..89c7421 100755 --- a/nsframework/framework_unified/client/NS_SharedMemIf/api/nsapi_sharedmem.cpp +++ b/service/native/framework_unified/client/NS_SharedMemIf/api/nsapi_sharedmem.cpp diff --git a/nsframework/framework_unified/client/NS_SharedMemIf/cfg/depends.mk b/service/native/framework_unified/client/NS_SharedMemIf/cfg/depends.mk index 93b9f97..93b9f97 100755 --- a/nsframework/framework_unified/client/NS_SharedMemIf/cfg/depends.mk +++ b/service/native/framework_unified/client/NS_SharedMemIf/cfg/depends.mk diff --git a/nsframework/framework_unified/client/NS_SharedMemIf/src/makefile_PosixBasedOS001 b/service/native/framework_unified/client/NS_SharedMemIf/src/makefile_PosixBasedOS001 index dc225c4..dc225c4 100755 --- a/nsframework/framework_unified/client/NS_SharedMemIf/src/makefile_PosixBasedOS001 +++ b/service/native/framework_unified/client/NS_SharedMemIf/src/makefile_PosixBasedOS001 diff --git a/nsframework/framework_unified/client/NS_SharedMemIf/src/ns_shared_mem_if.cpp b/service/native/framework_unified/client/NS_SharedMemIf/src/ns_shared_mem_if.cpp index e60a404..e60a404 100755 --- a/nsframework/framework_unified/client/NS_SharedMemIf/src/ns_shared_mem_if.cpp +++ b/service/native/framework_unified/client/NS_SharedMemIf/src/ns_shared_mem_if.cpp diff --git a/nsframework/framework_unified/client/NS_SharedMemIf/src/ns_sharedmem.cpp b/service/native/framework_unified/client/NS_SharedMemIf/src/ns_sharedmem.cpp index fe1e9bc..fe1e9bc 100755 --- a/nsframework/framework_unified/client/NS_SharedMemIf/src/ns_sharedmem.cpp +++ b/service/native/framework_unified/client/NS_SharedMemIf/src/ns_sharedmem.cpp diff --git a/nsframework/framework_unified/client/NS_SharedMemIf/src/ns_sharedmem_reader.cpp b/service/native/framework_unified/client/NS_SharedMemIf/src/ns_sharedmem_reader.cpp index 79f9f54..79f9f54 100755 --- a/nsframework/framework_unified/client/NS_SharedMemIf/src/ns_sharedmem_reader.cpp +++ b/service/native/framework_unified/client/NS_SharedMemIf/src/ns_sharedmem_reader.cpp diff --git a/nsframework/framework_unified/client/NS_SharedMemIf/src/ns_sharedmem_writer.cpp b/service/native/framework_unified/client/NS_SharedMemIf/src/ns_sharedmem_writer.cpp index 2561415..2561415 100755 --- a/nsframework/framework_unified/client/NS_SharedMemIf/src/ns_sharedmem_writer.cpp +++ b/service/native/framework_unified/client/NS_SharedMemIf/src/ns_sharedmem_writer.cpp diff --git a/nsframework/framework_unified/client/NS_Timer/cfg/depends.mk b/service/native/framework_unified/client/NS_Timer/cfg/depends.mk index 93b9f97..93b9f97 100755 --- a/nsframework/framework_unified/client/NS_Timer/cfg/depends.mk +++ b/service/native/framework_unified/client/NS_Timer/cfg/depends.mk diff --git a/nsframework/framework_unified/client/NS_Timer/include/ns_timer_handle.h b/service/native/framework_unified/client/NS_Timer/include/ns_timer_handle.h index 7d082e7..7d082e7 100755 --- a/nsframework/framework_unified/client/NS_Timer/include/ns_timer_handle.h +++ b/service/native/framework_unified/client/NS_Timer/include/ns_timer_handle.h diff --git a/nsframework/framework_unified/client/NS_Timer/include/ns_timer_internal.h b/service/native/framework_unified/client/NS_Timer/include/ns_timer_internal.h index 43418a2..43418a2 100755 --- a/nsframework/framework_unified/client/NS_Timer/include/ns_timer_internal.h +++ b/service/native/framework_unified/client/NS_Timer/include/ns_timer_internal.h diff --git a/nsframework/framework_unified/client/NS_Timer/src/makefile_PosixBasedOS001 b/service/native/framework_unified/client/NS_Timer/src/makefile_PosixBasedOS001 index b3eb74d..b3eb74d 100755 --- a/nsframework/framework_unified/client/NS_Timer/src/makefile_PosixBasedOS001 +++ b/service/native/framework_unified/client/NS_Timer/src/makefile_PosixBasedOS001 diff --git a/nsframework/framework_unified/client/NS_Timer/src/mod_version.c b/service/native/framework_unified/client/NS_Timer/src/mod_version.c index c6e28eb..c6e28eb 100755 --- a/nsframework/framework_unified/client/NS_Timer/src/mod_version.c +++ b/service/native/framework_unified/client/NS_Timer/src/mod_version.c diff --git a/nsframework/framework_unified/client/NS_Timer/src/ns_timer.c b/service/native/framework_unified/client/NS_Timer/src/ns_timer.c index d24264b..d24264b 100755 --- a/nsframework/framework_unified/client/NS_Timer/src/ns_timer.c +++ b/service/native/framework_unified/client/NS_Timer/src/ns_timer.c diff --git a/nsframework/framework_unified/client/NS_Timer/src/ns_timer_class.cpp b/service/native/framework_unified/client/NS_Timer/src/ns_timer_class.cpp index 47b41e9..47b41e9 100755 --- a/nsframework/framework_unified/client/NS_Timer/src/ns_timer_class.cpp +++ b/service/native/framework_unified/client/NS_Timer/src/ns_timer_class.cpp diff --git a/nsframework/framework_unified/client/NS_Utility/Makefile b/service/native/framework_unified/client/NS_Utility/Makefile index 2f4dfef..2f4dfef 100755 --- a/nsframework/framework_unified/client/NS_Utility/Makefile +++ b/service/native/framework_unified/client/NS_Utility/Makefile diff --git a/nsframework/framework_unified/client/NS_Utility/buildversioncheck/Makefile b/service/native/framework_unified/client/NS_Utility/buildversioncheck/Makefile index 03ca87c..03ca87c 100755 --- a/nsframework/framework_unified/client/NS_Utility/buildversioncheck/Makefile +++ b/service/native/framework_unified/client/NS_Utility/buildversioncheck/Makefile diff --git a/nsframework/framework_unified/client/NS_Utility/buildversioncheck/library/Makefile b/service/native/framework_unified/client/NS_Utility/buildversioncheck/library/Makefile index e1b0a6d..e1b0a6d 100755 --- a/nsframework/framework_unified/client/NS_Utility/buildversioncheck/library/Makefile +++ b/service/native/framework_unified/client/NS_Utility/buildversioncheck/library/Makefile diff --git a/nsframework/framework_unified/client/NS_Utility/buildversioncheck/library/src/NS_BuildVersionCheck.cpp b/service/native/framework_unified/client/NS_Utility/buildversioncheck/library/src/NS_BuildVersionCheck.cpp index 633797b..633797b 100755 --- a/nsframework/framework_unified/client/NS_Utility/buildversioncheck/library/src/NS_BuildVersionCheck.cpp +++ b/service/native/framework_unified/client/NS_Utility/buildversioncheck/library/src/NS_BuildVersionCheck.cpp diff --git a/nsframework/framework_unified/client/NS_UtilityCenter/cfg/depends.mk b/service/native/framework_unified/client/NS_UtilityCenter/cfg/depends.mk index 93b9f97..93b9f97 100755 --- a/nsframework/framework_unified/client/NS_UtilityCenter/cfg/depends.mk +++ b/service/native/framework_unified/client/NS_UtilityCenter/cfg/depends.mk diff --git a/nsframework/framework_unified/client/NS_UtilityCenter/include/ns_utility_if_internal.h b/service/native/framework_unified/client/NS_UtilityCenter/include/ns_utility_if_internal.h index fc0b761..fc0b761 100755 --- a/nsframework/framework_unified/client/NS_UtilityCenter/include/ns_utility_if_internal.h +++ b/service/native/framework_unified/client/NS_UtilityCenter/include/ns_utility_if_internal.h diff --git a/nsframework/framework_unified/client/NS_UtilityCenter/include/ns_utility_sys_internal.hpp b/service/native/framework_unified/client/NS_UtilityCenter/include/ns_utility_sys_internal.hpp index 8c71ace..8c71ace 100755 --- a/nsframework/framework_unified/client/NS_UtilityCenter/include/ns_utility_sys_internal.hpp +++ b/service/native/framework_unified/client/NS_UtilityCenter/include/ns_utility_sys_internal.hpp diff --git a/nsframework/framework_unified/client/NS_UtilityCenter/src/frameworkunified_version.cpp b/service/native/framework_unified/client/NS_UtilityCenter/src/frameworkunified_version.cpp index 3ee907f..3ee907f 100755 --- a/nsframework/framework_unified/client/NS_UtilityCenter/src/frameworkunified_version.cpp +++ b/service/native/framework_unified/client/NS_UtilityCenter/src/frameworkunified_version.cpp diff --git a/nsframework/framework_unified/client/NS_UtilityCenter/src/makefile_PosixBasedOS001 b/service/native/framework_unified/client/NS_UtilityCenter/src/makefile_PosixBasedOS001 index 14ad4d8..14ad4d8 100755 --- a/nsframework/framework_unified/client/NS_UtilityCenter/src/makefile_PosixBasedOS001 +++ b/service/native/framework_unified/client/NS_UtilityCenter/src/makefile_PosixBasedOS001 diff --git a/nsframework/framework_unified/client/NS_UtilityCenter/src/ns_endianess.cpp b/service/native/framework_unified/client/NS_UtilityCenter/src/ns_endianess.cpp index 3dea53c..3dea53c 100755 --- a/nsframework/framework_unified/client/NS_UtilityCenter/src/ns_endianess.cpp +++ b/service/native/framework_unified/client/NS_UtilityCenter/src/ns_endianess.cpp diff --git a/nsframework/framework_unified/client/NS_UtilityCenter/src/ns_util_crc.cpp b/service/native/framework_unified/client/NS_UtilityCenter/src/ns_util_crc.cpp index af82364..af82364 100755 --- a/nsframework/framework_unified/client/NS_UtilityCenter/src/ns_util_crc.cpp +++ b/service/native/framework_unified/client/NS_UtilityCenter/src/ns_util_crc.cpp diff --git a/nsframework/framework_unified/client/NS_UtilityCenter/src/ns_util_directory.cpp b/service/native/framework_unified/client/NS_UtilityCenter/src/ns_util_directory.cpp index a8b4263..a8b4263 100755 --- a/nsframework/framework_unified/client/NS_UtilityCenter/src/ns_util_directory.cpp +++ b/service/native/framework_unified/client/NS_UtilityCenter/src/ns_util_directory.cpp diff --git a/nsframework/framework_unified/client/NS_UtilityCenter/src/ns_utility.cpp b/service/native/framework_unified/client/NS_UtilityCenter/src/ns_utility.cpp index d9e6776..d9e6776 100755 --- a/nsframework/framework_unified/client/NS_UtilityCenter/src/ns_utility.cpp +++ b/service/native/framework_unified/client/NS_UtilityCenter/src/ns_utility.cpp diff --git a/nsframework/framework_unified/client/NS_XMLConfigeParser/Makefile b/service/native/framework_unified/client/NS_XMLConfigeParser/Makefile index 1cc5e18..1cc5e18 100755 --- a/nsframework/framework_unified/client/NS_XMLConfigeParser/Makefile +++ b/service/native/framework_unified/client/NS_XMLConfigeParser/Makefile diff --git a/nsframework/framework_unified/client/NS_XMLConfigeParser/library/Makefile b/service/native/framework_unified/client/NS_XMLConfigeParser/library/Makefile index 520b5f7..520b5f7 100755 --- a/nsframework/framework_unified/client/NS_XMLConfigeParser/library/Makefile +++ b/service/native/framework_unified/client/NS_XMLConfigeParser/library/Makefile diff --git a/nsframework/framework_unified/client/NS_XMLConfigeParser/library/cfg/depends.mk b/service/native/framework_unified/client/NS_XMLConfigeParser/library/cfg/depends.mk index 93b9f97..93b9f97 100755 --- a/nsframework/framework_unified/client/NS_XMLConfigeParser/library/cfg/depends.mk +++ b/service/native/framework_unified/client/NS_XMLConfigeParser/library/cfg/depends.mk diff --git a/nsframework/framework_unified/client/NS_XMLConfigeParser/library/include/ns_config_parser_XML.h b/service/native/framework_unified/client/NS_XMLConfigeParser/library/include/ns_config_parser_XML.h index 4186f09..4186f09 100755 --- a/nsframework/framework_unified/client/NS_XMLConfigeParser/library/include/ns_config_parser_XML.h +++ b/service/native/framework_unified/client/NS_XMLConfigeParser/library/include/ns_config_parser_XML.h diff --git a/nsframework/framework_unified/client/NS_XMLConfigeParser/library/include/ns_config_parser_cfg.h b/service/native/framework_unified/client/NS_XMLConfigeParser/library/include/ns_config_parser_cfg.h index 6dcf11a..6dcf11a 100755 --- a/nsframework/framework_unified/client/NS_XMLConfigeParser/library/include/ns_config_parser_cfg.h +++ b/service/native/framework_unified/client/NS_XMLConfigeParser/library/include/ns_config_parser_cfg.h diff --git a/nsframework/framework_unified/client/NS_XMLConfigeParser/library/include/ns_config_parser_internal.h b/service/native/framework_unified/client/NS_XMLConfigeParser/library/include/ns_config_parser_internal.h index 97c9be6..97c9be6 100755 --- a/nsframework/framework_unified/client/NS_XMLConfigeParser/library/include/ns_config_parser_internal.h +++ b/service/native/framework_unified/client/NS_XMLConfigeParser/library/include/ns_config_parser_internal.h diff --git a/nsframework/framework_unified/client/NS_XMLConfigeParser/library/include/ns_xmlconfig_parser_frameworkunifiedlog.h b/service/native/framework_unified/client/NS_XMLConfigeParser/library/include/ns_xmlconfig_parser_frameworkunifiedlog.h index 0587489..0587489 100755 --- a/nsframework/framework_unified/client/NS_XMLConfigeParser/library/include/ns_xmlconfig_parser_frameworkunifiedlog.h +++ b/service/native/framework_unified/client/NS_XMLConfigeParser/library/include/ns_xmlconfig_parser_frameworkunifiedlog.h diff --git a/nsframework/framework_unified/client/NS_XMLConfigeParser/library/src/Makefile b/service/native/framework_unified/client/NS_XMLConfigeParser/library/src/Makefile index 9ec700c..9ec700c 100755 --- a/nsframework/framework_unified/client/NS_XMLConfigeParser/library/src/Makefile +++ b/service/native/framework_unified/client/NS_XMLConfigeParser/library/src/Makefile diff --git a/nsframework/framework_unified/client/NS_XMLConfigeParser/library/src/makefile_PosixBasedOS001 b/service/native/framework_unified/client/NS_XMLConfigeParser/library/src/makefile_PosixBasedOS001 index cdf3238..cdf3238 100755 --- a/nsframework/framework_unified/client/NS_XMLConfigeParser/library/src/makefile_PosixBasedOS001 +++ b/service/native/framework_unified/client/NS_XMLConfigeParser/library/src/makefile_PosixBasedOS001 diff --git a/nsframework/framework_unified/client/NS_XMLConfigeParser/library/src/ns_xml_reader.cpp b/service/native/framework_unified/client/NS_XMLConfigeParser/library/src/ns_xml_reader.cpp index 01abb97..01abb97 100755 --- a/nsframework/framework_unified/client/NS_XMLConfigeParser/library/src/ns_xml_reader.cpp +++ b/service/native/framework_unified/client/NS_XMLConfigeParser/library/src/ns_xml_reader.cpp diff --git a/nsframework/framework_unified/client/NS_XMLConfigeParser/library/src/ns_xml_writer.cpp b/service/native/framework_unified/client/NS_XMLConfigeParser/library/src/ns_xml_writer.cpp index 2876e22..2876e22 100755 --- a/nsframework/framework_unified/client/NS_XMLConfigeParser/library/src/ns_xml_writer.cpp +++ b/service/native/framework_unified/client/NS_XMLConfigeParser/library/src/ns_xml_writer.cpp diff --git a/nsframework/framework_unified/client/NS_XMLConfigeParser/library/src/ns_xmlparser.cpp b/service/native/framework_unified/client/NS_XMLConfigeParser/library/src/ns_xmlparser.cpp index cb05865..cb05865 100755 --- a/nsframework/framework_unified/client/NS_XMLConfigeParser/library/src/ns_xmlparser.cpp +++ b/service/native/framework_unified/client/NS_XMLConfigeParser/library/src/ns_xmlparser.cpp diff --git a/nsframework/framework_unified/client/NS_XMLConfigeParser/library/src/ns_xmlparser_attributes.cpp b/service/native/framework_unified/client/NS_XMLConfigeParser/library/src/ns_xmlparser_attributes.cpp index 27b6bad..27b6bad 100755 --- a/nsframework/framework_unified/client/NS_XMLConfigeParser/library/src/ns_xmlparser_attributes.cpp +++ b/service/native/framework_unified/client/NS_XMLConfigeParser/library/src/ns_xmlparser_attributes.cpp diff --git a/nsframework/framework_unified/client/NS_XMLConfigeParser/library/src/ns_xmlparser_node.cpp b/service/native/framework_unified/client/NS_XMLConfigeParser/library/src/ns_xmlparser_node.cpp index 47f6caa..47f6caa 100755 --- a/nsframework/framework_unified/client/NS_XMLConfigeParser/library/src/ns_xmlparser_node.cpp +++ b/service/native/framework_unified/client/NS_XMLConfigeParser/library/src/ns_xmlparser_node.cpp diff --git a/nsframework/framework_unified/client/NS__CWORD77__ServiceIf/cfg/depends.mk b/service/native/framework_unified/client/NS__CWORD77__ServiceIf/cfg/depends.mk index 93b9f97..93b9f97 100755 --- a/nsframework/framework_unified/client/NS__CWORD77__ServiceIf/cfg/depends.mk +++ b/service/native/framework_unified/client/NS__CWORD77__ServiceIf/cfg/depends.mk diff --git a/nsframework/framework_unified/client/NS__CWORD77__ServiceIf/src/frameworkunified__CWORD77__service_if.cpp b/service/native/framework_unified/client/NS__CWORD77__ServiceIf/src/frameworkunified__CWORD77__service_if.cpp index 3965783..3965783 100755 --- a/nsframework/framework_unified/client/NS__CWORD77__ServiceIf/src/frameworkunified__CWORD77__service_if.cpp +++ b/service/native/framework_unified/client/NS__CWORD77__ServiceIf/src/frameworkunified__CWORD77__service_if.cpp diff --git a/nsframework/framework_unified/client/NS__CWORD77__ServiceIf/src/frameworkunified__CWORD77__session_if.cpp b/service/native/framework_unified/client/NS__CWORD77__ServiceIf/src/frameworkunified__CWORD77__session_if.cpp index 1211f91..1211f91 100755 --- a/nsframework/framework_unified/client/NS__CWORD77__ServiceIf/src/frameworkunified__CWORD77__session_if.cpp +++ b/service/native/framework_unified/client/NS__CWORD77__ServiceIf/src/frameworkunified__CWORD77__session_if.cpp diff --git a/nsframework/framework_unified/client/NS__CWORD77__ServiceIf/src/frameworkunified_stub.h b/service/native/framework_unified/client/NS__CWORD77__ServiceIf/src/frameworkunified_stub.h index 68efb44..68efb44 100755 --- a/nsframework/framework_unified/client/NS__CWORD77__ServiceIf/src/frameworkunified_stub.h +++ b/service/native/framework_unified/client/NS__CWORD77__ServiceIf/src/frameworkunified_stub.h diff --git a/nsframework/framework_unified/client/NS__CWORD77__ServiceIf/src/makefile_PosixBasedOS001 b/service/native/framework_unified/client/NS__CWORD77__ServiceIf/src/makefile_PosixBasedOS001 index 88693cd..88693cd 100755 --- a/nsframework/framework_unified/client/NS__CWORD77__ServiceIf/src/makefile_PosixBasedOS001 +++ b/service/native/framework_unified/client/NS__CWORD77__ServiceIf/src/makefile_PosixBasedOS001 diff --git a/nsframework/framework_unified/client/NS__CWORD77__ServiceIf/src/ns__CWORD77__common_internal.h b/service/native/framework_unified/client/NS__CWORD77__ServiceIf/src/ns__CWORD77__common_internal.h index 78f96a7..78f96a7 100755 --- a/nsframework/framework_unified/client/NS__CWORD77__ServiceIf/src/ns__CWORD77__common_internal.h +++ b/service/native/framework_unified/client/NS__CWORD77__ServiceIf/src/ns__CWORD77__common_internal.h diff --git a/nsframework/framework_unified/client/NS__CWORD77__ServiceIf/src/ns__CWORD77__data_pool_internal.h b/service/native/framework_unified/client/NS__CWORD77__ServiceIf/src/ns__CWORD77__data_pool_internal.h index 1ad792e..1ad792e 100755 --- a/nsframework/framework_unified/client/NS__CWORD77__ServiceIf/src/ns__CWORD77__data_pool_internal.h +++ b/service/native/framework_unified/client/NS__CWORD77__ServiceIf/src/ns__CWORD77__data_pool_internal.h diff --git a/nsframework/framework_unified/client/NS__CWORD77__ServiceIf/src/ns__CWORD77__data_pool_table.cpp b/service/native/framework_unified/client/NS__CWORD77__ServiceIf/src/ns__CWORD77__data_pool_table.cpp index b48062a..b48062a 100755 --- a/nsframework/framework_unified/client/NS__CWORD77__ServiceIf/src/ns__CWORD77__data_pool_table.cpp +++ b/service/native/framework_unified/client/NS__CWORD77__ServiceIf/src/ns__CWORD77__data_pool_table.cpp diff --git a/nsframework/framework_unified/client/NativeServices/Makefile b/service/native/framework_unified/client/NativeServices/Makefile index c346b28..c346b28 100755 --- a/nsframework/framework_unified/client/NativeServices/Makefile +++ b/service/native/framework_unified/client/NativeServices/Makefile diff --git a/nsframework/framework_unified/client/NativeServices/cfg/PosixBasedOS001_arm.mk b/service/native/framework_unified/client/NativeServices/cfg/PosixBasedOS001_arm.mk index 3baa0f2..3baa0f2 100755 --- a/nsframework/framework_unified/client/NativeServices/cfg/PosixBasedOS001_arm.mk +++ b/service/native/framework_unified/client/NativeServices/cfg/PosixBasedOS001_arm.mk diff --git a/nsframework/framework_unified/client/NativeServices/cfg/PosixBasedOS001_armv7.mk b/service/native/framework_unified/client/NativeServices/cfg/PosixBasedOS001_armv7.mk index 68d15da..68d15da 100755 --- a/nsframework/framework_unified/client/NativeServices/cfg/PosixBasedOS001_armv7.mk +++ b/service/native/framework_unified/client/NativeServices/cfg/PosixBasedOS001_armv7.mk diff --git a/nsframework/framework_unified/client/NativeServices/cfg/PosixBasedOS001_x86.mk b/service/native/framework_unified/client/NativeServices/cfg/PosixBasedOS001_x86.mk index 528e7ea..528e7ea 100755 --- a/nsframework/framework_unified/client/NativeServices/cfg/PosixBasedOS001_x86.mk +++ b/service/native/framework_unified/client/NativeServices/cfg/PosixBasedOS001_x86.mk diff --git a/nsframework/framework_unified/client/NativeServices/cfg/analysis.mk b/service/native/framework_unified/client/NativeServices/cfg/analysis.mk index c1e14fd..c1e14fd 100755 --- a/nsframework/framework_unified/client/NativeServices/cfg/analysis.mk +++ b/service/native/framework_unified/client/NativeServices/cfg/analysis.mk diff --git a/nsframework/framework_unified/client/NativeServices/cfg/common.mk b/service/native/framework_unified/client/NativeServices/cfg/common.mk index 10a9a6b..10a9a6b 100755 --- a/nsframework/framework_unified/client/NativeServices/cfg/common.mk +++ b/service/native/framework_unified/client/NativeServices/cfg/common.mk diff --git a/nsframework/framework_unified/client/NativeServices/cfg/config.mk b/service/native/framework_unified/client/NativeServices/cfg/config.mk index 5eb23f4..5eb23f4 100755 --- a/nsframework/framework_unified/client/NativeServices/cfg/config.mk +++ b/service/native/framework_unified/client/NativeServices/cfg/config.mk diff --git a/nsframework/framework_unified/client/NativeServices/cfg/depends.mk b/service/native/framework_unified/client/NativeServices/cfg/depends.mk index 57ecd9b..57ecd9b 100755 --- a/nsframework/framework_unified/client/NativeServices/cfg/depends.mk +++ b/service/native/framework_unified/client/NativeServices/cfg/depends.mk diff --git a/nsframework/framework_unified/client/NativeServices/cfg/nativeserviceslibraries.mk b/service/native/framework_unified/client/NativeServices/cfg/nativeserviceslibraries.mk index 67205f1..67205f1 100755 --- a/nsframework/framework_unified/client/NativeServices/cfg/nativeserviceslibraries.mk +++ b/service/native/framework_unified/client/NativeServices/cfg/nativeserviceslibraries.mk diff --git a/nsframework/framework_unified/client/NativeServices/makefile_PosixBasedOS001 b/service/native/framework_unified/client/NativeServices/makefile_PosixBasedOS001 index 9b512f4..9b512f4 100755 --- a/nsframework/framework_unified/client/NativeServices/makefile_PosixBasedOS001 +++ b/service/native/framework_unified/client/NativeServices/makefile_PosixBasedOS001 diff --git a/nsframework/framework_unified/client/NativeServices/scfg/ns_filestorage.sql b/service/native/framework_unified/client/NativeServices/scfg/ns_filestorage.sql index b6aa172..b6aa172 100755 --- a/nsframework/framework_unified/client/NativeServices/scfg/ns_filestorage.sql +++ b/service/native/framework_unified/client/NativeServices/scfg/ns_filestorage.sql diff --git a/nsframework/framework_unified/client/NativeServices/scfg/ns_logger_frameworkunifiedlog.cfg b/service/native/framework_unified/client/NativeServices/scfg/ns_logger_frameworkunifiedlog.cfg index 729fe2f..729fe2f 100755 --- a/nsframework/framework_unified/client/NativeServices/scfg/ns_logger_frameworkunifiedlog.cfg +++ b/service/native/framework_unified/client/NativeServices/scfg/ns_logger_frameworkunifiedlog.cfg diff --git a/nsframework/framework_unified/client/NativeServices/scfg/ns_logger_frameworkunifiedlog__CWORD84_.cfg b/service/native/framework_unified/client/NativeServices/scfg/ns_logger_frameworkunifiedlog__CWORD84_.cfg index 0ca29e5..0ca29e5 100755 --- a/nsframework/framework_unified/client/NativeServices/scfg/ns_logger_frameworkunifiedlog__CWORD84_.cfg +++ b/service/native/framework_unified/client/NativeServices/scfg/ns_logger_frameworkunifiedlog__CWORD84_.cfg diff --git a/nsframework/framework_unified/client/include/native_service/XMLParser.h b/service/native/framework_unified/client/include/native_service/XMLParser.h index 36467ba..36467ba 100755 --- a/nsframework/framework_unified/client/include/native_service/XMLParser.h +++ b/service/native/framework_unified/client/include/native_service/XMLParser.h diff --git a/nsframework/framework_unified/client/include/native_service/framework_unified.h b/service/native/framework_unified/client/include/native_service/framework_unified.h index b3c2f29..b3c2f29 100755 --- a/nsframework/framework_unified/client/include/native_service/framework_unified.h +++ b/service/native/framework_unified/client/include/native_service/framework_unified.h diff --git a/nsframework/framework_unified/client/include/native_service/frameworkunified__CWORD77__service_if.h b/service/native/framework_unified/client/include/native_service/frameworkunified__CWORD77__service_if.h index 823257f..823257f 100755 --- a/nsframework/framework_unified/client/include/native_service/frameworkunified__CWORD77__service_if.h +++ b/service/native/framework_unified/client/include/native_service/frameworkunified__CWORD77__service_if.h diff --git a/nsframework/framework_unified/client/include/native_service/frameworkunified__CWORD77__session_if.h b/service/native/framework_unified/client/include/native_service/frameworkunified__CWORD77__session_if.h index 2c189a7..2c189a7 100755 --- a/nsframework/framework_unified/client/include/native_service/frameworkunified__CWORD77__session_if.h +++ b/service/native/framework_unified/client/include/native_service/frameworkunified__CWORD77__session_if.h diff --git a/nsframework/framework_unified/client/include/native_service/frameworkunified_application.h b/service/native/framework_unified/client/include/native_service/frameworkunified_application.h index 9d96751..9d96751 100755 --- a/nsframework/framework_unified/client/include/native_service/frameworkunified_application.h +++ b/service/native/framework_unified/client/include/native_service/frameworkunified_application.h diff --git a/nsframework/framework_unified/client/include/native_service/frameworkunified_dispatcher.h b/service/native/framework_unified/client/include/native_service/frameworkunified_dispatcher.h index 8aa4572..8aa4572 100755 --- a/nsframework/framework_unified/client/include/native_service/frameworkunified_dispatcher.h +++ b/service/native/framework_unified/client/include/native_service/frameworkunified_dispatcher.h diff --git a/nsframework/framework_unified/client/include/native_service/frameworkunified_framework_error.hpp b/service/native/framework_unified/client/include/native_service/frameworkunified_framework_error.hpp index 8c8e3f5..8c8e3f5 100755 --- a/nsframework/framework_unified/client/include/native_service/frameworkunified_framework_error.hpp +++ b/service/native/framework_unified/client/include/native_service/frameworkunified_framework_error.hpp diff --git a/nsframework/framework_unified/client/include/native_service/frameworkunified_framework_if.h b/service/native/framework_unified/client/include/native_service/frameworkunified_framework_if.h index 44ef854..44ef854 100755 --- a/nsframework/framework_unified/client/include/native_service/frameworkunified_framework_if.h +++ b/service/native/framework_unified/client/include/native_service/frameworkunified_framework_if.h diff --git a/nsframework/framework_unified/client/include/native_service/frameworkunified_framework_sync.h b/service/native/framework_unified/client/include/native_service/frameworkunified_framework_sync.h index 3573e8c..3573e8c 100755 --- a/nsframework/framework_unified/client/include/native_service/frameworkunified_framework_sync.h +++ b/service/native/framework_unified/client/include/native_service/frameworkunified_framework_sync.h diff --git a/nsframework/framework_unified/client/include/native_service/frameworkunified_framework_system_if.h b/service/native/framework_unified/client/include/native_service/frameworkunified_framework_system_if.h index af7a4f9..af7a4f9 100755 --- a/nsframework/framework_unified/client/include/native_service/frameworkunified_framework_system_if.h +++ b/service/native/framework_unified/client/include/native_service/frameworkunified_framework_system_if.h diff --git a/nsframework/framework_unified/client/include/native_service/frameworkunified_framework_types.h b/service/native/framework_unified/client/include/native_service/frameworkunified_framework_types.h index aa4119d..aa4119d 100755 --- a/nsframework/framework_unified/client/include/native_service/frameworkunified_framework_types.h +++ b/service/native/framework_unified/client/include/native_service/frameworkunified_framework_types.h diff --git a/nsframework/framework_unified/client/include/native_service/frameworkunified_multithreading.h b/service/native/framework_unified/client/include/native_service/frameworkunified_multithreading.h index b943596..b943596 100755 --- a/nsframework/framework_unified/client/include/native_service/frameworkunified_multithreading.h +++ b/service/native/framework_unified/client/include/native_service/frameworkunified_multithreading.h diff --git a/nsframework/framework_unified/client/include/native_service/frameworkunified_service_if.h b/service/native/framework_unified/client/include/native_service/frameworkunified_service_if.h index b142d11..b142d11 100755 --- a/nsframework/framework_unified/client/include/native_service/frameworkunified_service_if.h +++ b/service/native/framework_unified/client/include/native_service/frameworkunified_service_if.h diff --git a/nsframework/framework_unified/client/include/native_service/frameworkunified_service_protocol.h b/service/native/framework_unified/client/include/native_service/frameworkunified_service_protocol.h index e66119e..e66119e 100755 --- a/nsframework/framework_unified/client/include/native_service/frameworkunified_service_protocol.h +++ b/service/native/framework_unified/client/include/native_service/frameworkunified_service_protocol.h diff --git a/nsframework/framework_unified/client/include/native_service/frameworkunified_sm_action.h b/service/native/framework_unified/client/include/native_service/frameworkunified_sm_action.h index 58dbf22..58dbf22 100755 --- a/nsframework/framework_unified/client/include/native_service/frameworkunified_sm_action.h +++ b/service/native/framework_unified/client/include/native_service/frameworkunified_sm_action.h diff --git a/nsframework/framework_unified/client/include/native_service/frameworkunified_sm_compositestate.h b/service/native/framework_unified/client/include/native_service/frameworkunified_sm_compositestate.h index 72ac640..72ac640 100755 --- a/nsframework/framework_unified/client/include/native_service/frameworkunified_sm_compositestate.h +++ b/service/native/framework_unified/client/include/native_service/frameworkunified_sm_compositestate.h diff --git a/nsframework/framework_unified/client/include/native_service/frameworkunified_sm_conditionconnector.h b/service/native/framework_unified/client/include/native_service/frameworkunified_sm_conditionconnector.h index 110c151..110c151 100755 --- a/nsframework/framework_unified/client/include/native_service/frameworkunified_sm_conditionconnector.h +++ b/service/native/framework_unified/client/include/native_service/frameworkunified_sm_conditionconnector.h diff --git a/nsframework/framework_unified/client/include/native_service/frameworkunified_sm_deephistorystate.h b/service/native/framework_unified/client/include/native_service/frameworkunified_sm_deephistorystate.h index fbb74ee..fbb74ee 100755 --- a/nsframework/framework_unified/client/include/native_service/frameworkunified_sm_deephistorystate.h +++ b/service/native/framework_unified/client/include/native_service/frameworkunified_sm_deephistorystate.h diff --git a/nsframework/framework_unified/client/include/native_service/frameworkunified_sm_dispatcher.h b/service/native/framework_unified/client/include/native_service/frameworkunified_sm_dispatcher.h index 2f392ba..2f392ba 100755 --- a/nsframework/framework_unified/client/include/native_service/frameworkunified_sm_dispatcher.h +++ b/service/native/framework_unified/client/include/native_service/frameworkunified_sm_dispatcher.h diff --git a/nsframework/framework_unified/client/include/native_service/frameworkunified_sm_eventdata.h b/service/native/framework_unified/client/include/native_service/frameworkunified_sm_eventdata.h index e54d095..e54d095 100755 --- a/nsframework/framework_unified/client/include/native_service/frameworkunified_sm_eventdata.h +++ b/service/native/framework_unified/client/include/native_service/frameworkunified_sm_eventdata.h diff --git a/nsframework/framework_unified/client/include/native_service/frameworkunified_sm_eventfactory.h b/service/native/framework_unified/client/include/native_service/frameworkunified_sm_eventfactory.h index 02a2b3b..02a2b3b 100755 --- a/nsframework/framework_unified/client/include/native_service/frameworkunified_sm_eventfactory.h +++ b/service/native/framework_unified/client/include/native_service/frameworkunified_sm_eventfactory.h diff --git a/nsframework/framework_unified/client/include/native_service/frameworkunified_sm_externaltransition.h b/service/native/framework_unified/client/include/native_service/frameworkunified_sm_externaltransition.h index a466806..a466806 100755 --- a/nsframework/framework_unified/client/include/native_service/frameworkunified_sm_externaltransition.h +++ b/service/native/framework_unified/client/include/native_service/frameworkunified_sm_externaltransition.h diff --git a/nsframework/framework_unified/client/include/native_service/frameworkunified_sm_framework_dispatch.h b/service/native/framework_unified/client/include/native_service/frameworkunified_sm_framework_dispatch.h index 70afea1..70afea1 100755 --- a/nsframework/framework_unified/client/include/native_service/frameworkunified_sm_framework_dispatch.h +++ b/service/native/framework_unified/client/include/native_service/frameworkunified_sm_framework_dispatch.h diff --git a/nsframework/framework_unified/client/include/native_service/frameworkunified_sm_framework_if.h b/service/native/framework_unified/client/include/native_service/frameworkunified_sm_framework_if.h index 8c90e59..8c90e59 100755 --- a/nsframework/framework_unified/client/include/native_service/frameworkunified_sm_framework_if.h +++ b/service/native/framework_unified/client/include/native_service/frameworkunified_sm_framework_if.h diff --git a/nsframework/framework_unified/client/include/native_service/frameworkunified_sm_framework_types.h b/service/native/framework_unified/client/include/native_service/frameworkunified_sm_framework_types.h index fb00ecd..fb00ecd 100755 --- a/nsframework/framework_unified/client/include/native_service/frameworkunified_sm_framework_types.h +++ b/service/native/framework_unified/client/include/native_service/frameworkunified_sm_framework_types.h diff --git a/nsframework/framework_unified/client/include/native_service/frameworkunified_sm_guard.h b/service/native/framework_unified/client/include/native_service/frameworkunified_sm_guard.h index 1792f72..1792f72 100755 --- a/nsframework/framework_unified/client/include/native_service/frameworkunified_sm_guard.h +++ b/service/native/framework_unified/client/include/native_service/frameworkunified_sm_guard.h diff --git a/nsframework/framework_unified/client/include/native_service/frameworkunified_sm_historystate.h b/service/native/framework_unified/client/include/native_service/frameworkunified_sm_historystate.h index 47d5914..47d5914 100755 --- a/nsframework/framework_unified/client/include/native_service/frameworkunified_sm_historystate.h +++ b/service/native/framework_unified/client/include/native_service/frameworkunified_sm_historystate.h diff --git a/nsframework/framework_unified/client/include/native_service/frameworkunified_sm_hsm.h b/service/native/framework_unified/client/include/native_service/frameworkunified_sm_hsm.h index 1a8e1d7..1a8e1d7 100755 --- a/nsframework/framework_unified/client/include/native_service/frameworkunified_sm_hsm.h +++ b/service/native/framework_unified/client/include/native_service/frameworkunified_sm_hsm.h diff --git a/nsframework/framework_unified/client/include/native_service/frameworkunified_sm_hsmframework.h b/service/native/framework_unified/client/include/native_service/frameworkunified_sm_hsmframework.h index fd61117..fd61117 100755 --- a/nsframework/framework_unified/client/include/native_service/frameworkunified_sm_hsmframework.h +++ b/service/native/framework_unified/client/include/native_service/frameworkunified_sm_hsmframework.h diff --git a/nsframework/framework_unified/client/include/native_service/frameworkunified_sm_internaltransition.h b/service/native/framework_unified/client/include/native_service/frameworkunified_sm_internaltransition.h index 71eebec..71eebec 100755 --- a/nsframework/framework_unified/client/include/native_service/frameworkunified_sm_internaltransition.h +++ b/service/native/framework_unified/client/include/native_service/frameworkunified_sm_internaltransition.h diff --git a/nsframework/framework_unified/client/include/native_service/frameworkunified_sm_leafstate.h b/service/native/framework_unified/client/include/native_service/frameworkunified_sm_leafstate.h index e1aa6bd..e1aa6bd 100755 --- a/nsframework/framework_unified/client/include/native_service/frameworkunified_sm_leafstate.h +++ b/service/native/framework_unified/client/include/native_service/frameworkunified_sm_leafstate.h diff --git a/nsframework/framework_unified/client/include/native_service/frameworkunified_sm_localtransition.h b/service/native/framework_unified/client/include/native_service/frameworkunified_sm_localtransition.h index 99975eb..99975eb 100755 --- a/nsframework/framework_unified/client/include/native_service/frameworkunified_sm_localtransition.h +++ b/service/native/framework_unified/client/include/native_service/frameworkunified_sm_localtransition.h diff --git a/nsframework/framework_unified/client/include/native_service/frameworkunified_sm_multithreading.h b/service/native/framework_unified/client/include/native_service/frameworkunified_sm_multithreading.h index 827b180..827b180 100755 --- a/nsframework/framework_unified/client/include/native_service/frameworkunified_sm_multithreading.h +++ b/service/native/framework_unified/client/include/native_service/frameworkunified_sm_multithreading.h diff --git a/nsframework/framework_unified/client/include/native_service/frameworkunified_sm_orthogonalstate.h b/service/native/framework_unified/client/include/native_service/frameworkunified_sm_orthogonalstate.h index c9ea8c7..c9ea8c7 100755 --- a/nsframework/framework_unified/client/include/native_service/frameworkunified_sm_orthogonalstate.h +++ b/service/native/framework_unified/client/include/native_service/frameworkunified_sm_orthogonalstate.h diff --git a/nsframework/framework_unified/client/include/native_service/frameworkunified_sm_reaction.h b/service/native/framework_unified/client/include/native_service/frameworkunified_sm_reaction.h index 83beea0..83beea0 100755 --- a/nsframework/framework_unified/client/include/native_service/frameworkunified_sm_reaction.h +++ b/service/native/framework_unified/client/include/native_service/frameworkunified_sm_reaction.h diff --git a/nsframework/framework_unified/client/include/native_service/frameworkunified_sm_shallowhistorystate.h b/service/native/framework_unified/client/include/native_service/frameworkunified_sm_shallowhistorystate.h index 945749d..945749d 100755 --- a/nsframework/framework_unified/client/include/native_service/frameworkunified_sm_shallowhistorystate.h +++ b/service/native/framework_unified/client/include/native_service/frameworkunified_sm_shallowhistorystate.h diff --git a/nsframework/framework_unified/client/include/native_service/frameworkunified_sm_state.h b/service/native/framework_unified/client/include/native_service/frameworkunified_sm_state.h index 438e2e5..438e2e5 100755 --- a/nsframework/framework_unified/client/include/native_service/frameworkunified_sm_state.h +++ b/service/native/framework_unified/client/include/native_service/frameworkunified_sm_state.h diff --git a/nsframework/framework_unified/client/include/native_service/frameworkunified_sm_transition.h b/service/native/framework_unified/client/include/native_service/frameworkunified_sm_transition.h index 232c91e..232c91e 100755 --- a/nsframework/framework_unified/client/include/native_service/frameworkunified_sm_transition.h +++ b/service/native/framework_unified/client/include/native_service/frameworkunified_sm_transition.h diff --git a/nsframework/framework_unified/client/include/native_service/frameworkunified_thread_priority.h b/service/native/framework_unified/client/include/native_service/frameworkunified_thread_priority.h index 2af26a3..2af26a3 100755 --- a/nsframework/framework_unified/client/include/native_service/frameworkunified_thread_priority.h +++ b/service/native/framework_unified/client/include/native_service/frameworkunified_thread_priority.h diff --git a/nsframework/framework_unified/client/include/native_service/frameworkunified_timer.h b/service/native/framework_unified/client/include/native_service/frameworkunified_timer.h index 7a3c762..7a3c762 100755 --- a/nsframework/framework_unified/client/include/native_service/frameworkunified_timer.h +++ b/service/native/framework_unified/client/include/native_service/frameworkunified_timer.h diff --git a/nsframework/framework_unified/client/include/native_service/frameworkunified_types.h b/service/native/framework_unified/client/include/native_service/frameworkunified_types.h index faaf3aa..faaf3aa 100755 --- a/nsframework/framework_unified/client/include/native_service/frameworkunified_types.h +++ b/service/native/framework_unified/client/include/native_service/frameworkunified_types.h diff --git a/nsframework/framework_unified/client/include/native_service/ns__CWORD77__common.h b/service/native/framework_unified/client/include/native_service/ns__CWORD77__common.h index e472b30..e472b30 100755 --- a/nsframework/framework_unified/client/include/native_service/ns__CWORD77__common.h +++ b/service/native/framework_unified/client/include/native_service/ns__CWORD77__common.h diff --git a/nsframework/framework_unified/client/include/native_service/ns__CWORD77__data_pool_if.h b/service/native/framework_unified/client/include/native_service/ns__CWORD77__data_pool_if.h index 0fab83b..0fab83b 100755 --- a/nsframework/framework_unified/client/include/native_service/ns__CWORD77__data_pool_if.h +++ b/service/native/framework_unified/client/include/native_service/ns__CWORD77__data_pool_if.h diff --git a/nsframework/framework_unified/client/include/native_service/ns__CWORD77__data_pool_key.h b/service/native/framework_unified/client/include/native_service/ns__CWORD77__data_pool_key.h index 6e3fbc1..6e3fbc1 100755 --- a/nsframework/framework_unified/client/include/native_service/ns__CWORD77__data_pool_key.h +++ b/service/native/framework_unified/client/include/native_service/ns__CWORD77__data_pool_key.h diff --git a/nsframework/framework_unified/client/include/native_service/ns__CWORD77__data_pool_table.h b/service/native/framework_unified/client/include/native_service/ns__CWORD77__data_pool_table.h index 73f6a20..73f6a20 100755 --- a/nsframework/framework_unified/client/include/native_service/ns__CWORD77__data_pool_table.h +++ b/service/native/framework_unified/client/include/native_service/ns__CWORD77__data_pool_table.h diff --git a/nsframework/framework_unified/client/include/native_service/ns__CWORD77__notifications.h b/service/native/framework_unified/client/include/native_service/ns__CWORD77__notifications.h index 5d7e399..5d7e399 100755 --- a/nsframework/framework_unified/client/include/native_service/ns__CWORD77__notifications.h +++ b/service/native/framework_unified/client/include/native_service/ns__CWORD77__notifications.h diff --git a/nsframework/framework_unified/client/include/native_service/ns__CWORD77__types.h b/service/native/framework_unified/client/include/native_service/ns__CWORD77__types.h index ae6ce83..ae6ce83 100755 --- a/nsframework/framework_unified/client/include/native_service/ns__CWORD77__types.h +++ b/service/native/framework_unified/client/include/native_service/ns__CWORD77__types.h diff --git a/nsframework/framework_unified/client/include/native_service/ns_buildversioncheck.hpp b/service/native/framework_unified/client/include/native_service/ns_buildversioncheck.hpp index d7f702c..d7f702c 100755 --- a/nsframework/framework_unified/client/include/native_service/ns_buildversioncheck.hpp +++ b/service/native/framework_unified/client/include/native_service/ns_buildversioncheck.hpp diff --git a/nsframework/framework_unified/client/include/native_service/ns_config_parser_if.h b/service/native/framework_unified/client/include/native_service/ns_config_parser_if.h index b40c01e..b40c01e 100755 --- a/nsframework/framework_unified/client/include/native_service/ns_config_parser_if.h +++ b/service/native/framework_unified/client/include/native_service/ns_config_parser_if.h diff --git a/nsframework/framework_unified/client/include/native_service/ns_endianess.h b/service/native/framework_unified/client/include/native_service/ns_endianess.h index 33fa858..33fa858 100755 --- a/nsframework/framework_unified/client/include/native_service/ns_endianess.h +++ b/service/native/framework_unified/client/include/native_service/ns_endianess.h diff --git a/nsframework/framework_unified/client/include/native_service/ns_eventlogger.h b/service/native/framework_unified/client/include/native_service/ns_eventlogger.h index ab96e11..ab96e11 100755 --- a/nsframework/framework_unified/client/include/native_service/ns_eventlogger.h +++ b/service/native/framework_unified/client/include/native_service/ns_eventlogger.h diff --git a/nsframework/framework_unified/client/include/native_service/ns_logger_if.h b/service/native/framework_unified/client/include/native_service/ns_logger_if.h index a1ca9ef..a1ca9ef 100755 --- a/nsframework/framework_unified/client/include/native_service/ns_logger_if.h +++ b/service/native/framework_unified/client/include/native_service/ns_logger_if.h diff --git a/nsframework/framework_unified/client/include/native_service/ns_mc_system_info.h b/service/native/framework_unified/client/include/native_service/ns_mc_system_info.h index b61268a..b61268a 100755 --- a/nsframework/framework_unified/client/include/native_service/ns_mc_system_info.h +++ b/service/native/framework_unified/client/include/native_service/ns_mc_system_info.h diff --git a/nsframework/framework_unified/client/include/native_service/ns_message_center_if.h b/service/native/framework_unified/client/include/native_service/ns_message_center_if.h index cfd350f..cfd350f 100755 --- a/nsframework/framework_unified/client/include/native_service/ns_message_center_if.h +++ b/service/native/framework_unified/client/include/native_service/ns_message_center_if.h diff --git a/nsframework/framework_unified/client/include/native_service/ns_msgs.h b/service/native/framework_unified/client/include/native_service/ns_msgs.h index 48c83e7..48c83e7 100755 --- a/nsframework/framework_unified/client/include/native_service/ns_msgs.h +++ b/service/native/framework_unified/client/include/native_service/ns_msgs.h diff --git a/nsframework/framework_unified/client/include/native_service/ns_np_service.h b/service/native/framework_unified/client/include/native_service/ns_np_service.h index e2a2deb..e2a2deb 100755 --- a/nsframework/framework_unified/client/include/native_service/ns_np_service.h +++ b/service/native/framework_unified/client/include/native_service/ns_np_service.h diff --git a/nsframework/framework_unified/client/include/native_service/ns_np_service_if.h b/service/native/framework_unified/client/include/native_service/ns_np_service_if.h index b188958..b188958 100755 --- a/nsframework/framework_unified/client/include/native_service/ns_np_service_if.h +++ b/service/native/framework_unified/client/include/native_service/ns_np_service_if.h diff --git a/nsframework/framework_unified/client/include/native_service/ns_np_service_nor_persistence.h b/service/native/framework_unified/client/include/native_service/ns_np_service_nor_persistence.h index 88daef7..88daef7 100755 --- a/nsframework/framework_unified/client/include/native_service/ns_np_service_nor_persistence.h +++ b/service/native/framework_unified/client/include/native_service/ns_np_service_nor_persistence.h diff --git a/nsframework/framework_unified/client/include/native_service/ns_np_service_nor_persistence_internal.h b/service/native/framework_unified/client/include/native_service/ns_np_service_nor_persistence_internal.h index ea149c5..ea149c5 100755 --- a/nsframework/framework_unified/client/include/native_service/ns_np_service_nor_persistence_internal.h +++ b/service/native/framework_unified/client/include/native_service/ns_np_service_nor_persistence_internal.h diff --git a/nsframework/framework_unified/client/include/native_service/ns_np_service_notification.h b/service/native/framework_unified/client/include/native_service/ns_np_service_notification.h index 5d389ec..5d389ec 100755 --- a/nsframework/framework_unified/client/include/native_service/ns_np_service_notification.h +++ b/service/native/framework_unified/client/include/native_service/ns_np_service_notification.h diff --git a/nsframework/framework_unified/client/include/native_service/ns_np_service_protocol.h b/service/native/framework_unified/client/include/native_service/ns_np_service_protocol.h index 475950b..475950b 100755 --- a/nsframework/framework_unified/client/include/native_service/ns_np_service_protocol.h +++ b/service/native/framework_unified/client/include/native_service/ns_np_service_protocol.h diff --git a/nsframework/framework_unified/client/include/native_service/ns_np_types.h b/service/native/framework_unified/client/include/native_service/ns_np_types.h index 01559d9..01559d9 100755 --- a/nsframework/framework_unified/client/include/native_service/ns_np_types.h +++ b/service/native/framework_unified/client/include/native_service/ns_np_types.h diff --git a/nsframework/framework_unified/client/include/native_service/ns_plogger_if.h b/service/native/framework_unified/client/include/native_service/ns_plogger_if.h index f926f38..f926f38 100755 --- a/nsframework/framework_unified/client/include/native_service/ns_plogger_if.h +++ b/service/native/framework_unified/client/include/native_service/ns_plogger_if.h diff --git a/nsframework/framework_unified/client/include/native_service/ns_rcs_data_handler.hpp b/service/native/framework_unified/client/include/native_service/ns_rcs_data_handler.hpp index 6f303f1..6f303f1 100755 --- a/nsframework/framework_unified/client/include/native_service/ns_rcs_data_handler.hpp +++ b/service/native/framework_unified/client/include/native_service/ns_rcs_data_handler.hpp diff --git a/nsframework/framework_unified/client/include/native_service/ns_rcs_logger_types.h b/service/native/framework_unified/client/include/native_service/ns_rcs_logger_types.h index cc28f7c..cc28f7c 100755 --- a/nsframework/framework_unified/client/include/native_service/ns_rcs_logger_types.h +++ b/service/native/framework_unified/client/include/native_service/ns_rcs_logger_types.h diff --git a/nsframework/framework_unified/client/include/native_service/ns_rcs_plugin.hpp b/service/native/framework_unified/client/include/native_service/ns_rcs_plugin.hpp index 617aa1d..617aa1d 100755 --- a/nsframework/framework_unified/client/include/native_service/ns_rcs_plugin.hpp +++ b/service/native/framework_unified/client/include/native_service/ns_rcs_plugin.hpp diff --git a/nsframework/framework_unified/client/include/native_service/ns_reader.h b/service/native/framework_unified/client/include/native_service/ns_reader.h index f306a52..f306a52 100755 --- a/nsframework/framework_unified/client/include/native_service/ns_reader.h +++ b/service/native/framework_unified/client/include/native_service/ns_reader.h diff --git a/nsframework/framework_unified/client/include/native_service/ns_resource_controler.h b/service/native/framework_unified/client/include/native_service/ns_resource_controler.h index 0cce23a..0cce23a 100755 --- a/nsframework/framework_unified/client/include/native_service/ns_resource_controler.h +++ b/service/native/framework_unified/client/include/native_service/ns_resource_controler.h diff --git a/nsframework/framework_unified/client/include/native_service/ns_ringbuffer.h b/service/native/framework_unified/client/include/native_service/ns_ringbuffer.h index b67cd17..b67cd17 100755 --- a/nsframework/framework_unified/client/include/native_service/ns_ringbuffer.h +++ b/service/native/framework_unified/client/include/native_service/ns_ringbuffer.h diff --git a/nsframework/framework_unified/client/include/native_service/ns_shared_mem.h b/service/native/framework_unified/client/include/native_service/ns_shared_mem.h index 981c1ad..981c1ad 100755 --- a/nsframework/framework_unified/client/include/native_service/ns_shared_mem.h +++ b/service/native/framework_unified/client/include/native_service/ns_shared_mem.h diff --git a/nsframework/framework_unified/client/include/native_service/ns_shared_mem_if.h b/service/native/framework_unified/client/include/native_service/ns_shared_mem_if.h index 25c5da1..25c5da1 100755 --- a/nsframework/framework_unified/client/include/native_service/ns_shared_mem_if.h +++ b/service/native/framework_unified/client/include/native_service/ns_shared_mem_if.h diff --git a/nsframework/framework_unified/client/include/native_service/ns_sharedmem.h b/service/native/framework_unified/client/include/native_service/ns_sharedmem.h index d8ac8b9..d8ac8b9 100755 --- a/nsframework/framework_unified/client/include/native_service/ns_sharedmem.h +++ b/service/native/framework_unified/client/include/native_service/ns_sharedmem.h diff --git a/nsframework/framework_unified/client/include/native_service/ns_sharedmem_reader.h b/service/native/framework_unified/client/include/native_service/ns_sharedmem_reader.h index 9a34909..9a34909 100755 --- a/nsframework/framework_unified/client/include/native_service/ns_sharedmem_reader.h +++ b/service/native/framework_unified/client/include/native_service/ns_sharedmem_reader.h diff --git a/nsframework/framework_unified/client/include/native_service/ns_sharedmem_writer.h b/service/native/framework_unified/client/include/native_service/ns_sharedmem_writer.h index de6e9f9..de6e9f9 100755 --- a/nsframework/framework_unified/client/include/native_service/ns_sharedmem_writer.h +++ b/service/native/framework_unified/client/include/native_service/ns_sharedmem_writer.h diff --git a/nsframework/framework_unified/client/include/native_service/ns_system_mode.h b/service/native/framework_unified/client/include/native_service/ns_system_mode.h index 9815904..9815904 100755 --- a/nsframework/framework_unified/client/include/native_service/ns_system_mode.h +++ b/service/native/framework_unified/client/include/native_service/ns_system_mode.h diff --git a/nsframework/framework_unified/client/include/native_service/ns_timer_if.h b/service/native/framework_unified/client/include/native_service/ns_timer_if.h index 549fc4c..549fc4c 100755 --- a/nsframework/framework_unified/client/include/native_service/ns_timer_if.h +++ b/service/native/framework_unified/client/include/native_service/ns_timer_if.h diff --git a/nsframework/framework_unified/client/include/native_service/ns_timer_if.hpp b/service/native/framework_unified/client/include/native_service/ns_timer_if.hpp index ffcd8c8..ffcd8c8 100755 --- a/nsframework/framework_unified/client/include/native_service/ns_timer_if.hpp +++ b/service/native/framework_unified/client/include/native_service/ns_timer_if.hpp diff --git a/nsframework/framework_unified/client/include/native_service/ns_transmit_log.h b/service/native/framework_unified/client/include/native_service/ns_transmit_log.h index e61ec7e..e61ec7e 100755 --- a/nsframework/framework_unified/client/include/native_service/ns_transmit_log.h +++ b/service/native/framework_unified/client/include/native_service/ns_transmit_log.h diff --git a/nsframework/framework_unified/client/include/native_service/ns_util_crc.h b/service/native/framework_unified/client/include/native_service/ns_util_crc.h index 5528007..5528007 100755 --- a/nsframework/framework_unified/client/include/native_service/ns_util_crc.h +++ b/service/native/framework_unified/client/include/native_service/ns_util_crc.h diff --git a/nsframework/framework_unified/client/include/native_service/ns_util_directory.h b/service/native/framework_unified/client/include/native_service/ns_util_directory.h index 945275c..945275c 100755 --- a/nsframework/framework_unified/client/include/native_service/ns_util_directory.h +++ b/service/native/framework_unified/client/include/native_service/ns_util_directory.h diff --git a/nsframework/framework_unified/client/include/native_service/ns_utility.hpp b/service/native/framework_unified/client/include/native_service/ns_utility.hpp index 07fe4f5..07fe4f5 100755 --- a/nsframework/framework_unified/client/include/native_service/ns_utility.hpp +++ b/service/native/framework_unified/client/include/native_service/ns_utility.hpp diff --git a/nsframework/framework_unified/client/include/native_service/ns_utility_if.h b/service/native/framework_unified/client/include/native_service/ns_utility_if.h index ee10337..ee10337 100755 --- a/nsframework/framework_unified/client/include/native_service/ns_utility_if.h +++ b/service/native/framework_unified/client/include/native_service/ns_utility_if.h diff --git a/nsframework/framework_unified/client/include/native_service/ns_utility_sys.hpp b/service/native/framework_unified/client/include/native_service/ns_utility_sys.hpp index 5780144..5780144 100755 --- a/nsframework/framework_unified/client/include/native_service/ns_utility_sys.hpp +++ b/service/native/framework_unified/client/include/native_service/ns_utility_sys.hpp diff --git a/nsframework/framework_unified/client/include/native_service/ns_version.h b/service/native/framework_unified/client/include/native_service/ns_version.h index fad7eff..fad7eff 100755 --- a/nsframework/framework_unified/client/include/native_service/ns_version.h +++ b/service/native/framework_unified/client/include/native_service/ns_version.h diff --git a/nsframework/framework_unified/client/include/native_service/ns_version_if.h b/service/native/framework_unified/client/include/native_service/ns_version_if.h index d0f5172..d0f5172 100755 --- a/nsframework/framework_unified/client/include/native_service/ns_version_if.h +++ b/service/native/framework_unified/client/include/native_service/ns_version_if.h diff --git a/nsframework/framework_unified/client/include/native_service/ns_writer.h b/service/native/framework_unified/client/include/native_service/ns_writer.h index 788b6a4..788b6a4 100755 --- a/nsframework/framework_unified/client/include/native_service/ns_writer.h +++ b/service/native/framework_unified/client/include/native_service/ns_writer.h diff --git a/nsframework/framework_unified/client/include/native_service/ns_xml_reader.h b/service/native/framework_unified/client/include/native_service/ns_xml_reader.h index 91e88c0..91e88c0 100755 --- a/nsframework/framework_unified/client/include/native_service/ns_xml_reader.h +++ b/service/native/framework_unified/client/include/native_service/ns_xml_reader.h diff --git a/nsframework/framework_unified/client/include/native_service/ns_xml_writer.h b/service/native/framework_unified/client/include/native_service/ns_xml_writer.h index 7686553..7686553 100755 --- a/nsframework/framework_unified/client/include/native_service/ns_xml_writer.h +++ b/service/native/framework_unified/client/include/native_service/ns_xml_writer.h diff --git a/nsframework/framework_unified/client/include/native_service/ns_xmlparser_if.h b/service/native/framework_unified/client/include/native_service/ns_xmlparser_if.h index f944ddd..f944ddd 100755 --- a/nsframework/framework_unified/client/include/native_service/ns_xmlparser_if.h +++ b/service/native/framework_unified/client/include/native_service/ns_xmlparser_if.h diff --git a/nsframework/framework_unified/client/include/native_service/nsfw_message.h b/service/native/framework_unified/client/include/native_service/nsfw_message.h index b5872c5..b5872c5 100755 --- a/nsframework/framework_unified/client/include/native_service/nsfw_message.h +++ b/service/native/framework_unified/client/include/native_service/nsfw_message.h diff --git a/nsframework/framework_unified/client/include/native_service/nslogutil_cmd_if.h b/service/native/framework_unified/client/include/native_service/nslogutil_cmd_if.h index 90f03b7..90f03b7 100755 --- a/nsframework/framework_unified/client/include/native_service/nslogutil_cmd_if.h +++ b/service/native/framework_unified/client/include/native_service/nslogutil_cmd_if.h diff --git a/nsframework/framework_unified/client/include/native_service/wpf_legacy.h b/service/native/framework_unified/client/include/native_service/wpf_legacy.h index 7553f91..7553f91 100755 --- a/nsframework/framework_unified/client/include/native_service/wpf_legacy.h +++ b/service/native/framework_unified/client/include/native_service/wpf_legacy.h diff --git a/nsframework/framework_unified/client/include/ns__CWORD77__template.h b/service/native/framework_unified/client/include/ns__CWORD77__template.h index e4069dd..e4069dd 100755 --- a/nsframework/framework_unified/client/include/ns__CWORD77__template.h +++ b/service/native/framework_unified/client/include/ns__CWORD77__template.h diff --git a/nsframework/framework_unified/client/include/ns_logger_additional_if.h b/service/native/framework_unified/client/include/ns_logger_additional_if.h index 4d67e18..4d67e18 100755 --- a/nsframework/framework_unified/client/include/ns_logger_additional_if.h +++ b/service/native/framework_unified/client/include/ns_logger_additional_if.h diff --git a/nsframework/framework_unified/client/include/nsverutil_cmd_if.h b/service/native/framework_unified/client/include/nsverutil_cmd_if.h index 70705e8..70705e8 100755 --- a/nsframework/framework_unified/client/include/nsverutil_cmd_if.h +++ b/service/native/framework_unified/client/include/nsverutil_cmd_if.h diff --git a/nsframework/framework_unified/client/libNS_FrameworkUnified.ver b/service/native/framework_unified/client/libNS_FrameworkUnified.ver index 764c5bb..764c5bb 100755 --- a/nsframework/framework_unified/client/libNS_FrameworkUnified.ver +++ b/service/native/framework_unified/client/libNS_FrameworkUnified.ver diff --git a/power_hal/LICENSE b/service/native/log_library/LICENSE index f433b1a..f433b1a 100755 --- a/power_hal/LICENSE +++ b/service/native/log_library/LICENSE diff --git a/nsframework/log_library/Makefile.client b/service/native/log_library/Makefile.client index fb995b3..fb995b3 100755 --- a/nsframework/log_library/Makefile.client +++ b/service/native/log_library/Makefile.client diff --git a/nsframework/log_library/client/Makefile b/service/native/log_library/client/Makefile index 2427927..2427927 100755 --- a/nsframework/log_library/client/Makefile +++ b/service/native/log_library/client/Makefile diff --git a/nsframework/log_library/client/include/loglibrarylog_internal.h b/service/native/log_library/client/include/loglibrarylog_internal.h index af6e7cf..af6e7cf 100755 --- a/nsframework/log_library/client/include/loglibrarylog_internal.h +++ b/service/native/log_library/client/include/loglibrarylog_internal.h diff --git a/nsframework/log_library/client/include/native_service/loglibrarylog_if.h b/service/native/log_library/client/include/native_service/loglibrarylog_if.h index 5bf90c3..5bf90c3 100755 --- a/nsframework/log_library/client/include/native_service/loglibrarylog_if.h +++ b/service/native/log_library/client/include/native_service/loglibrarylog_if.h diff --git a/nsframework/log_library/client/include/native_service/loglibrarylog_library.h b/service/native/log_library/client/include/native_service/loglibrarylog_library.h index 60edd01..60edd01 100755 --- a/nsframework/log_library/client/include/native_service/loglibrarylog_library.h +++ b/service/native/log_library/client/include/native_service/loglibrarylog_library.h diff --git a/nsframework/log_library/client/src/loglibrarylog.c b/service/native/log_library/client/src/loglibrarylog.c index 7aa7c2b..7aa7c2b 100755 --- a/nsframework/log_library/client/src/loglibrarylog.c +++ b/service/native/log_library/client/src/loglibrarylog.c diff --git a/nsframework/native_service.mk b/service/native/native_service.mk index 729362c..729362c 100755 --- a/nsframework/native_service.mk +++ b/service/native/native_service.mk diff --git a/security_hal/LICENSE b/service/native/notification_persistent_service/LICENSE index f433b1a..f433b1a 100755 --- a/security_hal/LICENSE +++ b/service/native/notification_persistent_service/LICENSE diff --git a/nsframework/notification_persistent_service/Makefile.server b/service/native/notification_persistent_service/Makefile.server index 1347519..1347519 100755 --- a/nsframework/notification_persistent_service/Makefile.server +++ b/service/native/notification_persistent_service/Makefile.server diff --git a/nsframework/notification_persistent_service/server/Makefile b/service/native/notification_persistent_service/server/Makefile index b5b80cb..b5b80cb 100755 --- a/nsframework/notification_persistent_service/server/Makefile +++ b/service/native/notification_persistent_service/server/Makefile diff --git a/nsframework/notification_persistent_service/server/include/app_states.h b/service/native/notification_persistent_service/server/include/app_states.h index a7f4b4a..a7f4b4a 100755 --- a/nsframework/notification_persistent_service/server/include/app_states.h +++ b/service/native/notification_persistent_service/server/include/app_states.h diff --git a/nsframework/notification_persistent_service/server/include/native_service/notification_persistent_service.h b/service/native/notification_persistent_service/server/include/native_service/notification_persistent_service.h index a7c9f8e..a7c9f8e 100755 --- a/nsframework/notification_persistent_service/server/include/native_service/notification_persistent_service.h +++ b/service/native/notification_persistent_service/server/include/native_service/notification_persistent_service.h diff --git a/nsframework/notification_persistent_service/server/include/ns_npp.h b/service/native/notification_persistent_service/server/include/ns_npp.h index f96dd75..f96dd75 100755 --- a/nsframework/notification_persistent_service/server/include/ns_npp.h +++ b/service/native/notification_persistent_service/server/include/ns_npp.h diff --git a/nsframework/notification_persistent_service/server/include/ns_npp_binary_accesser.h b/service/native/notification_persistent_service/server/include/ns_npp_binary_accesser.h index aed4d2a..aed4d2a 100755 --- a/nsframework/notification_persistent_service/server/include/ns_npp_binary_accesser.h +++ b/service/native/notification_persistent_service/server/include/ns_npp_binary_accesser.h diff --git a/nsframework/notification_persistent_service/server/include/ns_npp_copy_worker.h b/service/native/notification_persistent_service/server/include/ns_npp_copy_worker.h index 984296f..984296f 100755 --- a/nsframework/notification_persistent_service/server/include/ns_npp_copy_worker.h +++ b/service/native/notification_persistent_service/server/include/ns_npp_copy_worker.h diff --git a/nsframework/notification_persistent_service/server/include/ns_npp_fs_directory.h b/service/native/notification_persistent_service/server/include/ns_npp_fs_directory.h index 4f7876d..4f7876d 100755 --- a/nsframework/notification_persistent_service/server/include/ns_npp_fs_directory.h +++ b/service/native/notification_persistent_service/server/include/ns_npp_fs_directory.h diff --git a/nsframework/notification_persistent_service/server/include/ns_npp_handlelist.h b/service/native/notification_persistent_service/server/include/ns_npp_handlelist.h index 30c8a26..30c8a26 100755 --- a/nsframework/notification_persistent_service/server/include/ns_npp_handlelist.h +++ b/service/native/notification_persistent_service/server/include/ns_npp_handlelist.h diff --git a/nsframework/notification_persistent_service/server/include/ns_npp_nor_persistence_worker_thread.h b/service/native/notification_persistent_service/server/include/ns_npp_nor_persistence_worker_thread.h index a3994ca..a3994ca 100755 --- a/nsframework/notification_persistent_service/server/include/ns_npp_nor_persistence_worker_thread.h +++ b/service/native/notification_persistent_service/server/include/ns_npp_nor_persistence_worker_thread.h diff --git a/nsframework/notification_persistent_service/server/include/ns_npp_notification.h b/service/native/notification_persistent_service/server/include/ns_npp_notification.h index 673e54c..673e54c 100755 --- a/nsframework/notification_persistent_service/server/include/ns_npp_notification.h +++ b/service/native/notification_persistent_service/server/include/ns_npp_notification.h diff --git a/nsframework/notification_persistent_service/server/include/ns_npp_notification_manager.h b/service/native/notification_persistent_service/server/include/ns_npp_notification_manager.h index e730d02..e730d02 100755 --- a/nsframework/notification_persistent_service/server/include/ns_npp_notification_manager.h +++ b/service/native/notification_persistent_service/server/include/ns_npp_notification_manager.h diff --git a/nsframework/notification_persistent_service/server/include/ns_npp_notification_receiver.h b/service/native/notification_persistent_service/server/include/ns_npp_notification_receiver.h index 09f6b15..09f6b15 100755 --- a/nsframework/notification_persistent_service/server/include/ns_npp_notification_receiver.h +++ b/service/native/notification_persistent_service/server/include/ns_npp_notification_receiver.h diff --git a/nsframework/notification_persistent_service/server/include/ns_npp_notificationpersistentservicelog.h b/service/native/notification_persistent_service/server/include/ns_npp_notificationpersistentservicelog.h index e668af6..e668af6 100755 --- a/nsframework/notification_persistent_service/server/include/ns_npp_notificationpersistentservicelog.h +++ b/service/native/notification_persistent_service/server/include/ns_npp_notificationpersistentservicelog.h diff --git a/nsframework/notification_persistent_service/server/include/ns_npp_persist_file.h b/service/native/notification_persistent_service/server/include/ns_npp_persist_file.h index 04468be..04468be 100755 --- a/nsframework/notification_persistent_service/server/include/ns_npp_persist_file.h +++ b/service/native/notification_persistent_service/server/include/ns_npp_persist_file.h diff --git a/nsframework/notification_persistent_service/server/include/ns_npp_persist_folder.h b/service/native/notification_persistent_service/server/include/ns_npp_persist_folder.h index 39cf975..39cf975 100755 --- a/nsframework/notification_persistent_service/server/include/ns_npp_persist_folder.h +++ b/service/native/notification_persistent_service/server/include/ns_npp_persist_folder.h diff --git a/nsframework/notification_persistent_service/server/include/ns_npp_persistence.h b/service/native/notification_persistent_service/server/include/ns_npp_persistence.h index d84f9fb..d84f9fb 100755 --- a/nsframework/notification_persistent_service/server/include/ns_npp_persistence.h +++ b/service/native/notification_persistent_service/server/include/ns_npp_persistence.h diff --git a/nsframework/notification_persistent_service/server/include/ns_npp_persistence_manager.h b/service/native/notification_persistent_service/server/include/ns_npp_persistence_manager.h index 99f98d7..99f98d7 100755 --- a/nsframework/notification_persistent_service/server/include/ns_npp_persistence_manager.h +++ b/service/native/notification_persistent_service/server/include/ns_npp_persistence_manager.h diff --git a/nsframework/notification_persistent_service/server/include/ns_npp_persistent_accesser.h b/service/native/notification_persistent_service/server/include/ns_npp_persistent_accesser.h index bfb1538..bfb1538 100755 --- a/nsframework/notification_persistent_service/server/include/ns_npp_persistent_accesser.h +++ b/service/native/notification_persistent_service/server/include/ns_npp_persistent_accesser.h diff --git a/nsframework/notification_persistent_service/server/include/ns_npp_persistent_data.h b/service/native/notification_persistent_service/server/include/ns_npp_persistent_data.h index 84e2b43..84e2b43 100755 --- a/nsframework/notification_persistent_service/server/include/ns_npp_persistent_data.h +++ b/service/native/notification_persistent_service/server/include/ns_npp_persistent_data.h diff --git a/nsframework/notification_persistent_service/server/include/ns_npp_personality.h b/service/native/notification_persistent_service/server/include/ns_npp_personality.h index 9ac052f..9ac052f 100755 --- a/nsframework/notification_persistent_service/server/include/ns_npp_personality.h +++ b/service/native/notification_persistent_service/server/include/ns_npp_personality.h diff --git a/nsframework/notification_persistent_service/server/include/ns_npp_personalization_manager.h b/service/native/notification_persistent_service/server/include/ns_npp_personalization_manager.h index b1042fb..b1042fb 100755 --- a/nsframework/notification_persistent_service/server/include/ns_npp_personalization_manager.h +++ b/service/native/notification_persistent_service/server/include/ns_npp_personalization_manager.h diff --git a/nsframework/notification_persistent_service/server/include/ns_npp_profiling_protocols_internal.h b/service/native/notification_persistent_service/server/include/ns_npp_profiling_protocols_internal.h index 13b96a2..13b96a2 100755 --- a/nsframework/notification_persistent_service/server/include/ns_npp_profiling_protocols_internal.h +++ b/service/native/notification_persistent_service/server/include/ns_npp_profiling_protocols_internal.h diff --git a/nsframework/notification_persistent_service/server/include/ns_npp_registry_entry.h b/service/native/notification_persistent_service/server/include/ns_npp_registry_entry.h index 3cb475e..3cb475e 100755 --- a/nsframework/notification_persistent_service/server/include/ns_npp_registry_entry.h +++ b/service/native/notification_persistent_service/server/include/ns_npp_registry_entry.h diff --git a/nsframework/notification_persistent_service/server/include/ns_npp_regular_notification.h b/service/native/notification_persistent_service/server/include/ns_npp_regular_notification.h index da5427d..da5427d 100755 --- a/nsframework/notification_persistent_service/server/include/ns_npp_regular_notification.h +++ b/service/native/notification_persistent_service/server/include/ns_npp_regular_notification.h diff --git a/nsframework/notification_persistent_service/server/include/ns_npp_state_nor_persistence_notification.h b/service/native/notification_persistent_service/server/include/ns_npp_state_nor_persistence_notification.h index 26edf73..26edf73 100755 --- a/nsframework/notification_persistent_service/server/include/ns_npp_state_nor_persistence_notification.h +++ b/service/native/notification_persistent_service/server/include/ns_npp_state_nor_persistence_notification.h diff --git a/nsframework/notification_persistent_service/server/include/ns_npp_state_notification.h b/service/native/notification_persistent_service/server/include/ns_npp_state_notification.h index aaa6992..aaa6992 100755 --- a/nsframework/notification_persistent_service/server/include/ns_npp_state_notification.h +++ b/service/native/notification_persistent_service/server/include/ns_npp_state_notification.h diff --git a/nsframework/notification_persistent_service/server/include/ns_npp_state_persistence_notification.h b/service/native/notification_persistent_service/server/include/ns_npp_state_persistence_notification.h index 1123941..1123941 100755 --- a/nsframework/notification_persistent_service/server/include/ns_npp_state_persistence_notification.h +++ b/service/native/notification_persistent_service/server/include/ns_npp_state_persistence_notification.h diff --git a/nsframework/notification_persistent_service/server/include/ns_npp_state_persistence_user_notification.h b/service/native/notification_persistent_service/server/include/ns_npp_state_persistence_user_notification.h index 8423e3e..8423e3e 100755 --- a/nsframework/notification_persistent_service/server/include/ns_npp_state_persistence_user_notification.h +++ b/service/native/notification_persistent_service/server/include/ns_npp_state_persistence_user_notification.h diff --git a/nsframework/notification_persistent_service/server/include/ns_npp_threads.h b/service/native/notification_persistent_service/server/include/ns_npp_threads.h index 042e857..042e857 100755 --- a/nsframework/notification_persistent_service/server/include/ns_npp_threads.h +++ b/service/native/notification_persistent_service/server/include/ns_npp_threads.h diff --git a/nsframework/notification_persistent_service/server/include/ns_npp_types.h b/service/native/notification_persistent_service/server/include/ns_npp_types.h index 79a44d7..79a44d7 100755 --- a/nsframework/notification_persistent_service/server/include/ns_npp_types.h +++ b/service/native/notification_persistent_service/server/include/ns_npp_types.h diff --git a/nsframework/notification_persistent_service/server/src/app_states.cpp b/service/native/notification_persistent_service/server/src/app_states.cpp index c54508b..c54508b 100755 --- a/nsframework/notification_persistent_service/server/src/app_states.cpp +++ b/service/native/notification_persistent_service/server/src/app_states.cpp diff --git a/nsframework/notification_persistent_service/server/src/notificationpersistentservice_application.cpp b/service/native/notification_persistent_service/server/src/notificationpersistentservice_application.cpp index c1b97f9..c1b97f9 100755 --- a/nsframework/notification_persistent_service/server/src/notificationpersistentservice_application.cpp +++ b/service/native/notification_persistent_service/server/src/notificationpersistentservice_application.cpp diff --git a/nsframework/notification_persistent_service/server/src/notificationpersistentservice_main.cpp b/service/native/notification_persistent_service/server/src/notificationpersistentservice_main.cpp index fd963c5..fd963c5 100755 --- a/nsframework/notification_persistent_service/server/src/notificationpersistentservice_main.cpp +++ b/service/native/notification_persistent_service/server/src/notificationpersistentservice_main.cpp diff --git a/nsframework/notification_persistent_service/server/src/ns_npp.cpp b/service/native/notification_persistent_service/server/src/ns_npp.cpp index 25b6443..25b6443 100755 --- a/nsframework/notification_persistent_service/server/src/ns_npp.cpp +++ b/service/native/notification_persistent_service/server/src/ns_npp.cpp diff --git a/nsframework/notification_persistent_service/server/src/ns_npp_archive.cpp b/service/native/notification_persistent_service/server/src/ns_npp_archive.cpp index b54faeb..b54faeb 100755 --- a/nsframework/notification_persistent_service/server/src/ns_npp_archive.cpp +++ b/service/native/notification_persistent_service/server/src/ns_npp_archive.cpp diff --git a/nsframework/notification_persistent_service/server/src/ns_npp_binary_accesser.cpp b/service/native/notification_persistent_service/server/src/ns_npp_binary_accesser.cpp index e0a749f..e0a749f 100755 --- a/nsframework/notification_persistent_service/server/src/ns_npp_binary_accesser.cpp +++ b/service/native/notification_persistent_service/server/src/ns_npp_binary_accesser.cpp diff --git a/nsframework/notification_persistent_service/server/src/ns_npp_copy_worker.cpp b/service/native/notification_persistent_service/server/src/ns_npp_copy_worker.cpp index 4638a7d..4638a7d 100755 --- a/nsframework/notification_persistent_service/server/src/ns_npp_copy_worker.cpp +++ b/service/native/notification_persistent_service/server/src/ns_npp_copy_worker.cpp diff --git a/nsframework/notification_persistent_service/server/src/ns_npp_fs_directory.cpp b/service/native/notification_persistent_service/server/src/ns_npp_fs_directory.cpp index 8f4f98a..8f4f98a 100755 --- a/nsframework/notification_persistent_service/server/src/ns_npp_fs_directory.cpp +++ b/service/native/notification_persistent_service/server/src/ns_npp_fs_directory.cpp diff --git a/nsframework/notification_persistent_service/server/src/ns_npp_handlelist.cpp b/service/native/notification_persistent_service/server/src/ns_npp_handlelist.cpp index c9e88a8..c9e88a8 100755 --- a/nsframework/notification_persistent_service/server/src/ns_npp_handlelist.cpp +++ b/service/native/notification_persistent_service/server/src/ns_npp_handlelist.cpp diff --git a/nsframework/notification_persistent_service/server/src/ns_npp_nor_persistence_worker_thread.cpp b/service/native/notification_persistent_service/server/src/ns_npp_nor_persistence_worker_thread.cpp index d4b1604..d4b1604 100755 --- a/nsframework/notification_persistent_service/server/src/ns_npp_nor_persistence_worker_thread.cpp +++ b/service/native/notification_persistent_service/server/src/ns_npp_nor_persistence_worker_thread.cpp diff --git a/nsframework/notification_persistent_service/server/src/ns_npp_notification.cpp b/service/native/notification_persistent_service/server/src/ns_npp_notification.cpp index 8e2bb2d..8e2bb2d 100755 --- a/nsframework/notification_persistent_service/server/src/ns_npp_notification.cpp +++ b/service/native/notification_persistent_service/server/src/ns_npp_notification.cpp diff --git a/nsframework/notification_persistent_service/server/src/ns_npp_notification_manager.cpp b/service/native/notification_persistent_service/server/src/ns_npp_notification_manager.cpp index 73ce838..73ce838 100755 --- a/nsframework/notification_persistent_service/server/src/ns_npp_notification_manager.cpp +++ b/service/native/notification_persistent_service/server/src/ns_npp_notification_manager.cpp diff --git a/nsframework/notification_persistent_service/server/src/ns_npp_notification_receiver.cpp b/service/native/notification_persistent_service/server/src/ns_npp_notification_receiver.cpp index 53b9eab..53b9eab 100755 --- a/nsframework/notification_persistent_service/server/src/ns_npp_notification_receiver.cpp +++ b/service/native/notification_persistent_service/server/src/ns_npp_notification_receiver.cpp diff --git a/nsframework/notification_persistent_service/server/src/ns_npp_persist_file.cpp b/service/native/notification_persistent_service/server/src/ns_npp_persist_file.cpp index 4b0e452..4b0e452 100755 --- a/nsframework/notification_persistent_service/server/src/ns_npp_persist_file.cpp +++ b/service/native/notification_persistent_service/server/src/ns_npp_persist_file.cpp diff --git a/nsframework/notification_persistent_service/server/src/ns_npp_persist_folder.cpp b/service/native/notification_persistent_service/server/src/ns_npp_persist_folder.cpp index 87b1ed4..87b1ed4 100755 --- a/nsframework/notification_persistent_service/server/src/ns_npp_persist_folder.cpp +++ b/service/native/notification_persistent_service/server/src/ns_npp_persist_folder.cpp diff --git a/nsframework/notification_persistent_service/server/src/ns_npp_persistence.cpp b/service/native/notification_persistent_service/server/src/ns_npp_persistence.cpp index a39b836..a39b836 100755 --- a/nsframework/notification_persistent_service/server/src/ns_npp_persistence.cpp +++ b/service/native/notification_persistent_service/server/src/ns_npp_persistence.cpp diff --git a/nsframework/notification_persistent_service/server/src/ns_npp_persistence_manager.cpp b/service/native/notification_persistent_service/server/src/ns_npp_persistence_manager.cpp index 7f5d292..7f5d292 100755 --- a/nsframework/notification_persistent_service/server/src/ns_npp_persistence_manager.cpp +++ b/service/native/notification_persistent_service/server/src/ns_npp_persistence_manager.cpp diff --git a/nsframework/notification_persistent_service/server/src/ns_npp_persistent_data.cpp b/service/native/notification_persistent_service/server/src/ns_npp_persistent_data.cpp index 8a9127e..8a9127e 100755 --- a/nsframework/notification_persistent_service/server/src/ns_npp_persistent_data.cpp +++ b/service/native/notification_persistent_service/server/src/ns_npp_persistent_data.cpp diff --git a/nsframework/notification_persistent_service/server/src/ns_npp_personalization_manager.cpp b/service/native/notification_persistent_service/server/src/ns_npp_personalization_manager.cpp index 4371465..4371465 100755 --- a/nsframework/notification_persistent_service/server/src/ns_npp_personalization_manager.cpp +++ b/service/native/notification_persistent_service/server/src/ns_npp_personalization_manager.cpp diff --git a/nsframework/notification_persistent_service/server/src/ns_npp_registry_entry.cpp b/service/native/notification_persistent_service/server/src/ns_npp_registry_entry.cpp index dc74580..dc74580 100755 --- a/nsframework/notification_persistent_service/server/src/ns_npp_registry_entry.cpp +++ b/service/native/notification_persistent_service/server/src/ns_npp_registry_entry.cpp diff --git a/nsframework/notification_persistent_service/server/src/ns_npp_regular_notification.cpp b/service/native/notification_persistent_service/server/src/ns_npp_regular_notification.cpp index 6d75091..6d75091 100755 --- a/nsframework/notification_persistent_service/server/src/ns_npp_regular_notification.cpp +++ b/service/native/notification_persistent_service/server/src/ns_npp_regular_notification.cpp diff --git a/nsframework/notification_persistent_service/server/src/ns_npp_state_nor_persistence_notification.cpp b/service/native/notification_persistent_service/server/src/ns_npp_state_nor_persistence_notification.cpp index 7898f38..7898f38 100755 --- a/nsframework/notification_persistent_service/server/src/ns_npp_state_nor_persistence_notification.cpp +++ b/service/native/notification_persistent_service/server/src/ns_npp_state_nor_persistence_notification.cpp diff --git a/nsframework/notification_persistent_service/server/src/ns_npp_state_notification.cpp b/service/native/notification_persistent_service/server/src/ns_npp_state_notification.cpp index ff8f054..ff8f054 100755 --- a/nsframework/notification_persistent_service/server/src/ns_npp_state_notification.cpp +++ b/service/native/notification_persistent_service/server/src/ns_npp_state_notification.cpp diff --git a/nsframework/notification_persistent_service/server/src/ns_npp_state_persistence_notification.cpp b/service/native/notification_persistent_service/server/src/ns_npp_state_persistence_notification.cpp index 1bb9dd1..1bb9dd1 100755 --- a/nsframework/notification_persistent_service/server/src/ns_npp_state_persistence_notification.cpp +++ b/service/native/notification_persistent_service/server/src/ns_npp_state_persistence_notification.cpp diff --git a/nsframework/notification_persistent_service/server/src/ns_npp_state_persistence_user_notification.cpp b/service/native/notification_persistent_service/server/src/ns_npp_state_persistence_user_notification.cpp index 222ada3..222ada3 100755 --- a/nsframework/notification_persistent_service/server/src/ns_npp_state_persistence_user_notification.cpp +++ b/service/native/notification_persistent_service/server/src/ns_npp_state_persistence_user_notification.cpp diff --git a/soc_temperature_hal/LICENSE b/service/other/event_library/LICENSE index f433b1a..f433b1a 100755 --- a/soc_temperature_hal/LICENSE +++ b/service/other/event_library/LICENSE diff --git a/otherservice/event_library/Makefile.client b/service/other/event_library/Makefile.client index f00b09d..f00b09d 100755 --- a/otherservice/event_library/Makefile.client +++ b/service/other/event_library/Makefile.client diff --git a/otherservice/event_library/library/Makefile b/service/other/event_library/library/Makefile index 3127439..3127439 100755 --- a/otherservice/event_library/library/Makefile +++ b/service/other/event_library/library/Makefile diff --git a/otherservice/event_library/library/include/other_service/ev_lib.h b/service/other/event_library/library/include/other_service/ev_lib.h index 6b87ea2..6b87ea2 100755 --- a/otherservice/event_library/library/include/other_service/ev_lib.h +++ b/service/other/event_library/library/include/other_service/ev_lib.h diff --git a/otherservice/event_library/library/include/other_service/event_library.h b/service/other/event_library/library/include/other_service/event_library.h index ea6285c..ea6285c 100755 --- a/otherservice/event_library/library/include/other_service/event_library.h +++ b/service/other/event_library/library/include/other_service/event_library.h diff --git a/otherservice/event_library/library/libev.ver b/service/other/event_library/library/libev.ver index a361455..a361455 100755 --- a/otherservice/event_library/library/libev.ver +++ b/service/other/event_library/library/libev.ver diff --git a/otherservice/event_library/library/src/ev_lib.c b/service/other/event_library/library/src/ev_lib.c index f6b784a..f6b784a 100755 --- a/otherservice/event_library/library/src/ev_lib.c +++ b/service/other/event_library/library/src/ev_lib.c diff --git a/otherservice/other_service.mk b/service/other/other_service.mk index 85a2f2c..85a2f2c 100755 --- a/otherservice/other_service.mk +++ b/service/other/other_service.mk diff --git a/systemservice/config/LICENSE b/service/other/posix_based_os001_legacy_library/LICENSE index f433b1a..f433b1a 100755 --- a/systemservice/config/LICENSE +++ b/service/other/posix_based_os001_legacy_library/LICENSE diff --git a/otherservice/posix_based_os001_legacy_library/Makefile.client b/service/other/posix_based_os001_legacy_library/Makefile.client index 4192704..4192704 100755 --- a/otherservice/posix_based_os001_legacy_library/Makefile.client +++ b/service/other/posix_based_os001_legacy_library/Makefile.client diff --git a/otherservice/posix_based_os001_legacy_library/library/Makefile b/service/other/posix_based_os001_legacy_library/library/Makefile index 874a431..874a431 100755 --- a/otherservice/posix_based_os001_legacy_library/library/Makefile +++ b/service/other/posix_based_os001_legacy_library/library/Makefile diff --git a/otherservice/posix_based_os001_legacy_library/library/include/other_service/PosixBasedOS001ClockCycleApi.h b/service/other/posix_based_os001_legacy_library/library/include/other_service/PosixBasedOS001ClockCycleApi.h index 2c3fb44..2c3fb44 100755 --- a/otherservice/posix_based_os001_legacy_library/library/include/other_service/PosixBasedOS001ClockCycleApi.h +++ b/service/other/posix_based_os001_legacy_library/library/include/other_service/PosixBasedOS001ClockCycleApi.h diff --git a/otherservice/posix_based_os001_legacy_library/library/include/other_service/PosixBasedOS001TimeApi.h b/service/other/posix_based_os001_legacy_library/library/include/other_service/PosixBasedOS001TimeApi.h index 616bda4..616bda4 100755 --- a/otherservice/posix_based_os001_legacy_library/library/include/other_service/PosixBasedOS001TimeApi.h +++ b/service/other/posix_based_os001_legacy_library/library/include/other_service/PosixBasedOS001TimeApi.h diff --git a/otherservice/posix_based_os001_legacy_library/library/include/other_service/itoa.h b/service/other/posix_based_os001_legacy_library/library/include/other_service/itoa.h index 4f26634..4f26634 100755 --- a/otherservice/posix_based_os001_legacy_library/library/include/other_service/itoa.h +++ b/service/other/posix_based_os001_legacy_library/library/include/other_service/itoa.h diff --git a/otherservice/posix_based_os001_legacy_library/library/include/other_service/posix_based_os001_legacy_library.h b/service/other/posix_based_os001_legacy_library/library/include/other_service/posix_based_os001_legacy_library.h index 188cb01..188cb01 100755 --- a/otherservice/posix_based_os001_legacy_library/library/include/other_service/posix_based_os001_legacy_library.h +++ b/service/other/posix_based_os001_legacy_library/library/include/other_service/posix_based_os001_legacy_library.h diff --git a/otherservice/posix_based_os001_legacy_library/library/include/other_service/strlcat.h b/service/other/posix_based_os001_legacy_library/library/include/other_service/strlcat.h index d42c136..d42c136 100755 --- a/otherservice/posix_based_os001_legacy_library/library/include/other_service/strlcat.h +++ b/service/other/posix_based_os001_legacy_library/library/include/other_service/strlcat.h diff --git a/otherservice/posix_based_os001_legacy_library/library/include/other_service/strlcpy.h b/service/other/posix_based_os001_legacy_library/library/include/other_service/strlcpy.h index 14c51fe..14c51fe 100755 --- a/otherservice/posix_based_os001_legacy_library/library/include/other_service/strlcpy.h +++ b/service/other/posix_based_os001_legacy_library/library/include/other_service/strlcpy.h diff --git a/otherservice/posix_based_os001_legacy_library/library/include/other_service/ultoa.h b/service/other/posix_based_os001_legacy_library/library/include/other_service/ultoa.h index 2291f1a..2291f1a 100755 --- a/otherservice/posix_based_os001_legacy_library/library/include/other_service/ultoa.h +++ b/service/other/posix_based_os001_legacy_library/library/include/other_service/ultoa.h diff --git a/otherservice/posix_based_os001_legacy_library/library/src/PosixBasedOS001ClockCycleApi.c b/service/other/posix_based_os001_legacy_library/library/src/PosixBasedOS001ClockCycleApi.c index b4e73c5..b4e73c5 100755 --- a/otherservice/posix_based_os001_legacy_library/library/src/PosixBasedOS001ClockCycleApi.c +++ b/service/other/posix_based_os001_legacy_library/library/src/PosixBasedOS001ClockCycleApi.c diff --git a/otherservice/posix_based_os001_legacy_library/library/src/PosixBasedOS001TimeApi.c b/service/other/posix_based_os001_legacy_library/library/src/PosixBasedOS001TimeApi.c index 2a1dd72..2a1dd72 100755 --- a/otherservice/posix_based_os001_legacy_library/library/src/PosixBasedOS001TimeApi.c +++ b/service/other/posix_based_os001_legacy_library/library/src/PosixBasedOS001TimeApi.c diff --git a/otherservice/posix_based_os001_legacy_library/library/src/itoa.c b/service/other/posix_based_os001_legacy_library/library/src/itoa.c index 49a24bf..49a24bf 100755 --- a/otherservice/posix_based_os001_legacy_library/library/src/itoa.c +++ b/service/other/posix_based_os001_legacy_library/library/src/itoa.c diff --git a/otherservice/posix_based_os001_legacy_library/library/src/strlcat.c b/service/other/posix_based_os001_legacy_library/library/src/strlcat.c index 8d11eab..8d11eab 100755 --- a/otherservice/posix_based_os001_legacy_library/library/src/strlcat.c +++ b/service/other/posix_based_os001_legacy_library/library/src/strlcat.c diff --git a/otherservice/posix_based_os001_legacy_library/library/src/strlcpy.c b/service/other/posix_based_os001_legacy_library/library/src/strlcpy.c index f440c0e..f440c0e 100755 --- a/otherservice/posix_based_os001_legacy_library/library/src/strlcpy.c +++ b/service/other/posix_based_os001_legacy_library/library/src/strlcpy.c diff --git a/otherservice/posix_based_os001_legacy_library/library/src/ultoa.c b/service/other/posix_based_os001_legacy_library/library/src/ultoa.c index 1984246..1984246 100755 --- a/otherservice/posix_based_os001_legacy_library/library/src/ultoa.c +++ b/service/other/posix_based_os001_legacy_library/library/src/ultoa.c diff --git a/systemservice/interface_unified/LICENSE b/service/other/rpc_library/LICENSE index f433b1a..f433b1a 100755 --- a/systemservice/interface_unified/LICENSE +++ b/service/other/rpc_library/LICENSE diff --git a/otherservice/rpc_library/Makefile.client b/service/other/rpc_library/Makefile.client index 36a4dee..36a4dee 100755 --- a/otherservice/rpc_library/Makefile.client +++ b/service/other/rpc_library/Makefile.client diff --git a/otherservice/rpc_library/library/Makefile b/service/other/rpc_library/library/Makefile index 75c734a..75c734a 100755 --- a/otherservice/rpc_library/library/Makefile +++ b/service/other/rpc_library/library/Makefile diff --git a/otherservice/rpc_library/library/include/other_service/rpc.h b/service/other/rpc_library/library/include/other_service/rpc.h index f669331..f669331 100755 --- a/otherservice/rpc_library/library/include/other_service/rpc.h +++ b/service/other/rpc_library/library/include/other_service/rpc.h diff --git a/otherservice/rpc_library/library/include/other_service/rpc_id.h b/service/other/rpc_library/library/include/other_service/rpc_id.h index e43e03c..e43e03c 100755 --- a/otherservice/rpc_library/library/include/other_service/rpc_id.h +++ b/service/other/rpc_library/library/include/other_service/rpc_id.h diff --git a/otherservice/rpc_library/library/include/other_service/rpc_library.h b/service/other/rpc_library/library/include/other_service/rpc_library.h index 298f741..298f741 100755 --- a/otherservice/rpc_library/library/include/other_service/rpc_library.h +++ b/service/other/rpc_library/library/include/other_service/rpc_library.h diff --git a/otherservice/rpc_library/library/include/rpc_internal.h b/service/other/rpc_library/library/include/rpc_internal.h index 2b293ca..2b293ca 100755 --- a/otherservice/rpc_library/library/include/rpc_internal.h +++ b/service/other/rpc_library/library/include/rpc_internal.h diff --git a/otherservice/rpc_library/library/include/rpc_thread.h b/service/other/rpc_library/library/include/rpc_thread.h index 819e5a6..819e5a6 100755 --- a/otherservice/rpc_library/library/include/rpc_thread.h +++ b/service/other/rpc_library/library/include/rpc_thread.h diff --git a/otherservice/rpc_library/library/include/rpc_udp.h b/service/other/rpc_library/library/include/rpc_udp.h index 8c45ce6..8c45ce6 100755 --- a/otherservice/rpc_library/library/include/rpc_udp.h +++ b/service/other/rpc_library/library/include/rpc_udp.h diff --git a/otherservice/rpc_library/library/librpc.ver b/service/other/rpc_library/library/librpc.ver index 2fbb9dc..2fbb9dc 100755 --- a/otherservice/rpc_library/library/librpc.ver +++ b/service/other/rpc_library/library/librpc.ver diff --git a/otherservice/rpc_library/library/src/rpc_event.c b/service/other/rpc_library/library/src/rpc_event.c index 2e3fd38..2e3fd38 100755 --- a/otherservice/rpc_library/library/src/rpc_event.c +++ b/service/other/rpc_library/library/src/rpc_event.c diff --git a/otherservice/rpc_library/library/src/rpc_lib.c b/service/other/rpc_library/library/src/rpc_lib.c index 76f0d49..76f0d49 100755 --- a/otherservice/rpc_library/library/src/rpc_lib.c +++ b/service/other/rpc_library/library/src/rpc_lib.c diff --git a/otherservice/rpc_library/library/src/rpc_marshall.c b/service/other/rpc_library/library/src/rpc_marshall.c index 8a4a56a..8a4a56a 100755 --- a/otherservice/rpc_library/library/src/rpc_marshall.c +++ b/service/other/rpc_library/library/src/rpc_marshall.c diff --git a/otherservice/rpc_library/library/src/rpc_thread.c b/service/other/rpc_library/library/src/rpc_thread.c index df0f746..df0f746 100755 --- a/otherservice/rpc_library/library/src/rpc_thread.c +++ b/service/other/rpc_library/library/src/rpc_thread.c diff --git a/otherservice/rpc_library/library/src/rpc_udp.c b/service/other/rpc_library/library/src/rpc_udp.c index 0d4d59f..0d4d59f 100755 --- a/otherservice/rpc_library/library/src/rpc_udp.c +++ b/service/other/rpc_library/library/src/rpc_udp.c diff --git a/otherservice/rpc_library/tool/Makefile b/service/other/rpc_library/tool/Makefile index 8ffd816..8ffd816 100755 --- a/otherservice/rpc_library/tool/Makefile +++ b/service/other/rpc_library/tool/Makefile diff --git a/otherservice/rpc_library/tool/apidef.cc b/service/other/rpc_library/tool/apidef.cc index ec0a489..ec0a489 100755 --- a/otherservice/rpc_library/tool/apidef.cc +++ b/service/other/rpc_library/tool/apidef.cc diff --git a/otherservice/rpc_library/tool/apidef.h b/service/other/rpc_library/tool/apidef.h index b042a90..b042a90 100755 --- a/otherservice/rpc_library/tool/apidef.h +++ b/service/other/rpc_library/tool/apidef.h diff --git a/otherservice/rpc_library/tool/apidef.l b/service/other/rpc_library/tool/apidef.l index c2f246a..c2f246a 100755 --- a/otherservice/rpc_library/tool/apidef.l +++ b/service/other/rpc_library/tool/apidef.l diff --git a/otherservice/rpc_library/tool/apidef.y b/service/other/rpc_library/tool/apidef.y index ce20c9c..ce20c9c 100755 --- a/otherservice/rpc_library/tool/apidef.y +++ b/service/other/rpc_library/tool/apidef.y diff --git a/otherservice/rpc_library/tool_for_arm/Makefile b/service/other/rpc_library/tool_for_arm/Makefile index 67121b4..67121b4 100755 --- a/otherservice/rpc_library/tool_for_arm/Makefile +++ b/service/other/rpc_library/tool_for_arm/Makefile diff --git a/systemservice/logger_service/LICENSE b/service/other/vehicle_parameter_library/LICENSE index f433b1a..f433b1a 100755 --- a/systemservice/logger_service/LICENSE +++ b/service/other/vehicle_parameter_library/LICENSE diff --git a/otherservice/vehicle_parameter_library/Makefile.client b/service/other/vehicle_parameter_library/Makefile.client index 172da8f..172da8f 100755 --- a/otherservice/vehicle_parameter_library/Makefile.client +++ b/service/other/vehicle_parameter_library/Makefile.client diff --git a/otherservice/vehicle_parameter_library/library/Makefile b/service/other/vehicle_parameter_library/library/Makefile index ae99cfa..ae99cfa 100755 --- a/otherservice/vehicle_parameter_library/library/Makefile +++ b/service/other/vehicle_parameter_library/library/Makefile diff --git a/otherservice/vehicle_parameter_library/library/include/VP_FuncCheck_CanRcv_private.h b/service/other/vehicle_parameter_library/library/include/VP_FuncCheck_CanRcv_private.h index 193e54a..193e54a 100755 --- a/otherservice/vehicle_parameter_library/library/include/VP_FuncCheck_CanRcv_private.h +++ b/service/other/vehicle_parameter_library/library/include/VP_FuncCheck_CanRcv_private.h diff --git a/otherservice/vehicle_parameter_library/library/include/other_service/VP_FuncCheck_CanRcv.h b/service/other/vehicle_parameter_library/library/include/other_service/VP_FuncCheck_CanRcv.h index 17b4503..17b4503 100755 --- a/otherservice/vehicle_parameter_library/library/include/other_service/VP_FuncCheck_CanRcv.h +++ b/service/other/vehicle_parameter_library/library/include/other_service/VP_FuncCheck_CanRcv.h diff --git a/otherservice/vehicle_parameter_library/library/include/other_service/VP_GetEnv.h b/service/other/vehicle_parameter_library/library/include/other_service/VP_GetEnv.h index 69f6df2..69f6df2 100755 --- a/otherservice/vehicle_parameter_library/library/include/other_service/VP_GetEnv.h +++ b/service/other/vehicle_parameter_library/library/include/other_service/VP_GetEnv.h diff --git a/otherservice/vehicle_parameter_library/library/include/other_service/env_ext.h b/service/other/vehicle_parameter_library/library/include/other_service/env_ext.h index 266e510..266e510 100755 --- a/otherservice/vehicle_parameter_library/library/include/other_service/env_ext.h +++ b/service/other/vehicle_parameter_library/library/include/other_service/env_ext.h diff --git a/otherservice/vehicle_parameter_library/library/include/other_service/env_vehicle.h b/service/other/vehicle_parameter_library/library/include/other_service/env_vehicle.h index a0eaaf9..a0eaaf9 100755 --- a/otherservice/vehicle_parameter_library/library/include/other_service/env_vehicle.h +++ b/service/other/vehicle_parameter_library/library/include/other_service/env_vehicle.h diff --git a/otherservice/vehicle_parameter_library/library/include/other_service/env_vehicleparameterlibrary.h b/service/other/vehicle_parameter_library/library/include/other_service/env_vehicleparameterlibrary.h index 1c0020c..1c0020c 100755 --- a/otherservice/vehicle_parameter_library/library/include/other_service/env_vehicleparameterlibrary.h +++ b/service/other/vehicle_parameter_library/library/include/other_service/env_vehicleparameterlibrary.h diff --git a/otherservice/vehicle_parameter_library/library/include/other_service/env_vehicleparameterlibrary_serial.h b/service/other/vehicle_parameter_library/library/include/other_service/env_vehicleparameterlibrary_serial.h index 04ae10e..04ae10e 100755 --- a/otherservice/vehicle_parameter_library/library/include/other_service/env_vehicleparameterlibrary_serial.h +++ b/service/other/vehicle_parameter_library/library/include/other_service/env_vehicleparameterlibrary_serial.h diff --git a/otherservice/vehicle_parameter_library/library/include/other_service/vehicle_parameter_library.h b/service/other/vehicle_parameter_library/library/include/other_service/vehicle_parameter_library.h index 151bae5..151bae5 100755 --- a/otherservice/vehicle_parameter_library/library/include/other_service/vehicle_parameter_library.h +++ b/service/other/vehicle_parameter_library/library/include/other_service/vehicle_parameter_library.h diff --git a/otherservice/vehicle_parameter_library/library/src/VP_FuncCheck_CanRcv.c b/service/other/vehicle_parameter_library/library/src/VP_FuncCheck_CanRcv.c index 938ea7f..938ea7f 100755 --- a/otherservice/vehicle_parameter_library/library/src/VP_FuncCheck_CanRcv.c +++ b/service/other/vehicle_parameter_library/library/src/VP_FuncCheck_CanRcv.c diff --git a/otherservice/vehicle_parameter_library/library/src/VP_GetEnv.c b/service/other/vehicle_parameter_library/library/src/VP_GetEnv.c index c6cd6a7..c6cd6a7 100755 --- a/otherservice/vehicle_parameter_library/library/src/VP_GetEnv.c +++ b/service/other/vehicle_parameter_library/library/src/VP_GetEnv.c diff --git a/peripheralservice/.gitattributes b/service/peripheral/.gitattributes index 445b3c2..445b3c2 100755 --- a/peripheralservice/.gitattributes +++ b/service/peripheral/.gitattributes diff --git a/systemservice/power_service/LICENSE b/service/peripheral/communication/LICENSE index f433b1a..f433b1a 100755 --- a/systemservice/power_service/LICENSE +++ b/service/peripheral/communication/LICENSE diff --git a/peripheralservice/communication/Makefile.client b/service/peripheral/communication/Makefile.client index 8d25486..8d25486 100755 --- a/peripheralservice/communication/Makefile.client +++ b/service/peripheral/communication/Makefile.client diff --git a/peripheralservice/communication/Makefile.server b/service/peripheral/communication/Makefile.server index 6ebcc1a..6ebcc1a 100755 --- a/peripheralservice/communication/Makefile.server +++ b/service/peripheral/communication/Makefile.server diff --git a/peripheralservice/communication/client_can/Makefile b/service/peripheral/communication/client_can/Makefile index 49d5708..49d5708 100755 --- a/peripheralservice/communication/client_can/Makefile +++ b/service/peripheral/communication/client_can/Makefile diff --git a/peripheralservice/communication/client_can/include/API_Local_Common.h b/service/peripheral/communication/client_can/include/API_Local_Common.h index c5e3f78..c5e3f78 100755 --- a/peripheralservice/communication/client_can/include/API_Local_Common.h +++ b/service/peripheral/communication/client_can/include/API_Local_Common.h diff --git a/peripheralservice/communication/client_can/include/Canif_API_Local.h b/service/peripheral/communication/client_can/include/Canif_API_Local.h index d17fcc5..d17fcc5 100755 --- a/peripheralservice/communication/client_can/include/Canif_API_Local.h +++ b/service/peripheral/communication/client_can/include/Canif_API_Local.h diff --git a/peripheralservice/communication/client_can/include/Canif_TransmissionData.h b/service/peripheral/communication/client_can/include/Canif_TransmissionData.h index e9f82ac..e9f82ac 100755 --- a/peripheralservice/communication/client_can/include/Canif_TransmissionData.h +++ b/service/peripheral/communication/client_can/include/Canif_TransmissionData.h diff --git a/peripheralservice/communication/client_can/include/Canif_TransmissionData21PF.h b/service/peripheral/communication/client_can/include/Canif_TransmissionData21PF.h index e608ca5..e608ca5 100755 --- a/peripheralservice/communication/client_can/include/Canif_TransmissionData21PF.h +++ b/service/peripheral/communication/client_can/include/Canif_TransmissionData21PF.h diff --git a/peripheralservice/communication/client_can/include/peripheral_service/Canif_API.h b/service/peripheral/communication/client_can/include/peripheral_service/Canif_API.h index a68783c..a68783c 100755 --- a/peripheralservice/communication/client_can/include/peripheral_service/Canif_API.h +++ b/service/peripheral/communication/client_can/include/peripheral_service/Canif_API.h diff --git a/peripheralservice/communication/client_can/include/peripheral_service/communication_can.h b/service/peripheral/communication/client_can/include/peripheral_service/communication_can.h index 8b6119a..8b6119a 100755 --- a/peripheralservice/communication/client_can/include/peripheral_service/communication_can.h +++ b/service/peripheral/communication/client_can/include/peripheral_service/communication_can.h diff --git a/peripheralservice/communication/client_can/libCAN_API.ver b/service/peripheral/communication/client_can/libCAN_API.ver index 47e5e86..47e5e86 100755 --- a/peripheralservice/communication/client_can/libCAN_API.ver +++ b/service/peripheral/communication/client_can/libCAN_API.ver diff --git a/peripheralservice/communication/client_can/src/Canif_API.cpp b/service/peripheral/communication/client_can/src/Canif_API.cpp index 499d187..499d187 100755 --- a/peripheralservice/communication/client_can/src/Canif_API.cpp +++ b/service/peripheral/communication/client_can/src/Canif_API.cpp diff --git a/peripheralservice/communication/server/Makefile b/service/peripheral/communication/server/Makefile index 069c333..069c333 100755 --- a/peripheralservice/communication/server/Makefile +++ b/service/peripheral/communication/server/Makefile diff --git a/peripheralservice/communication/server/include/CAN/CommWatch/CAN_CommWatch.h b/service/peripheral/communication/server/include/CAN/CommWatch/CAN_CommWatch.h index 16aa54f..16aa54f 100755 --- a/peripheralservice/communication/server/include/CAN/CommWatch/CAN_CommWatch.h +++ b/service/peripheral/communication/server/include/CAN/CommWatch/CAN_CommWatch.h diff --git a/peripheralservice/communication/server/include/CAN/CommWatch/CommWatchCommon.h b/service/peripheral/communication/server/include/CAN/CommWatch/CommWatchCommon.h index 7306214..7306214 100755 --- a/peripheralservice/communication/server/include/CAN/CommWatch/CommWatchCommon.h +++ b/service/peripheral/communication/server/include/CAN/CommWatch/CommWatchCommon.h diff --git a/peripheralservice/communication/server/include/CAN/Command/CAN_Command.h b/service/peripheral/communication/server/include/CAN/Command/CAN_Command.h index 43abcdc..43abcdc 100755 --- a/peripheralservice/communication/server/include/CAN/Command/CAN_Command.h +++ b/service/peripheral/communication/server/include/CAN/Command/CAN_Command.h diff --git a/peripheralservice/communication/server/include/CAN/Delivery/CAN_Delivery.h b/service/peripheral/communication/server/include/CAN/Delivery/CAN_Delivery.h index 01f2e2f..01f2e2f 100755 --- a/peripheralservice/communication/server/include/CAN/Delivery/CAN_Delivery.h +++ b/service/peripheral/communication/server/include/CAN/Delivery/CAN_Delivery.h diff --git a/peripheralservice/communication/server/include/CAN/Delivery/CAN_DeliveryData.h b/service/peripheral/communication/server/include/CAN/Delivery/CAN_DeliveryData.h index ae0302c..ae0302c 100755 --- a/peripheralservice/communication/server/include/CAN/Delivery/CAN_DeliveryData.h +++ b/service/peripheral/communication/server/include/CAN/Delivery/CAN_DeliveryData.h diff --git a/peripheralservice/communication/server/include/CAN/TxMsg/CAN_TxMsg.h b/service/peripheral/communication/server/include/CAN/TxMsg/CAN_TxMsg.h index dc4f6e8..dc4f6e8 100755 --- a/peripheralservice/communication/server/include/CAN/TxMsg/CAN_TxMsg.h +++ b/service/peripheral/communication/server/include/CAN/TxMsg/CAN_TxMsg.h diff --git a/peripheralservice/communication/server/include/com_error_type.h b/service/peripheral/communication/server/include/com_error_type.h index 4d15f82..4d15f82 100755 --- a/peripheralservice/communication/server/include/com_error_type.h +++ b/service/peripheral/communication/server/include/com_error_type.h diff --git a/peripheralservice/communication/server/include/main/communication_cid.h b/service/peripheral/communication/server/include/main/communication_cid.h index d817624..d817624 100755 --- a/peripheralservice/communication/server/include/main/communication_cid.h +++ b/service/peripheral/communication/server/include/main/communication_cid.h diff --git a/peripheralservice/communication/server/include/main/communication_communicationlog.h b/service/peripheral/communication/server/include/main/communication_communicationlog.h index 37016ad..37016ad 100755 --- a/peripheralservice/communication/server/include/main/communication_communicationlog.h +++ b/service/peripheral/communication/server/include/main/communication_communicationlog.h diff --git a/peripheralservice/communication/server/include/main/communication_version.h b/service/peripheral/communication/server/include/main/communication_version.h index 7cd2c3b..7cd2c3b 100755 --- a/peripheralservice/communication/server/include/main/communication_version.h +++ b/service/peripheral/communication/server/include/main/communication_version.h diff --git a/peripheralservice/communication/server/include/peripheral_service/communication.h b/service/peripheral/communication/server/include/peripheral_service/communication.h index 94f5544..94f5544 100755 --- a/peripheralservice/communication/server/include/peripheral_service/communication.h +++ b/service/peripheral/communication/server/include/peripheral_service/communication.h diff --git a/peripheralservice/communication/server/include/peripheral_service/communication_notifications.h b/service/peripheral/communication/server/include/peripheral_service/communication_notifications.h index 9c207f3..9c207f3 100755 --- a/peripheralservice/communication/server/include/peripheral_service/communication_notifications.h +++ b/service/peripheral/communication/server/include/peripheral_service/communication_notifications.h diff --git a/peripheralservice/communication/server/include/peripheral_service/ps_services.h b/service/peripheral/communication/server/include/peripheral_service/ps_services.h index fd556d6..fd556d6 100755 --- a/peripheralservice/communication/server/include/peripheral_service/ps_services.h +++ b/service/peripheral/communication/server/include/peripheral_service/ps_services.h diff --git a/peripheralservice/communication/server/include/threads/CAN_Thread.h b/service/peripheral/communication/server/include/threads/CAN_Thread.h index b6960ef..b6960ef 100755 --- a/peripheralservice/communication/server/include/threads/CAN_Thread.h +++ b/service/peripheral/communication/server/include/threads/CAN_Thread.h diff --git a/peripheralservice/communication/server/include/threads/Thread_Common.h b/service/peripheral/communication/server/include/threads/Thread_Common.h index 6cda5aa..6cda5aa 100755 --- a/peripheralservice/communication/server/include/threads/Thread_Common.h +++ b/service/peripheral/communication/server/include/threads/Thread_Common.h diff --git a/peripheralservice/communication/server/src/CAN/CommWatch/CAN_CommWatch.cpp b/service/peripheral/communication/server/src/CAN/CommWatch/CAN_CommWatch.cpp index 2ece107..2ece107 100755 --- a/peripheralservice/communication/server/src/CAN/CommWatch/CAN_CommWatch.cpp +++ b/service/peripheral/communication/server/src/CAN/CommWatch/CAN_CommWatch.cpp diff --git a/peripheralservice/communication/server/src/CAN/Delivery/CAN_Delivery.cpp b/service/peripheral/communication/server/src/CAN/Delivery/CAN_Delivery.cpp index b991431..b991431 100755 --- a/peripheralservice/communication/server/src/CAN/Delivery/CAN_Delivery.cpp +++ b/service/peripheral/communication/server/src/CAN/Delivery/CAN_Delivery.cpp diff --git a/peripheralservice/communication/server/src/CAN/TxMsg/CAN_TxMsg.cpp b/service/peripheral/communication/server/src/CAN/TxMsg/CAN_TxMsg.cpp index fa5d61d..fa5d61d 100755 --- a/peripheralservice/communication/server/src/CAN/TxMsg/CAN_TxMsg.cpp +++ b/service/peripheral/communication/server/src/CAN/TxMsg/CAN_TxMsg.cpp diff --git a/peripheralservice/communication/server/src/main/communication_application.cpp b/service/peripheral/communication/server/src/main/communication_application.cpp index 7240cdb..7240cdb 100755 --- a/peripheralservice/communication/server/src/main/communication_application.cpp +++ b/service/peripheral/communication/server/src/main/communication_application.cpp diff --git a/peripheralservice/communication/server/src/main/communication_main.cpp b/service/peripheral/communication/server/src/main/communication_main.cpp index 39daae1..39daae1 100755 --- a/peripheralservice/communication/server/src/main/communication_main.cpp +++ b/service/peripheral/communication/server/src/main/communication_main.cpp diff --git a/peripheralservice/communication/server/src/threads/CAN_Thread.cpp b/service/peripheral/communication/server/src/threads/CAN_Thread.cpp index 1b327e7..1b327e7 100755 --- a/peripheralservice/communication/server/src/threads/CAN_Thread.cpp +++ b/service/peripheral/communication/server/src/threads/CAN_Thread.cpp diff --git a/peripheralservice/communication/server/src/threads/Thread_Common.cpp b/service/peripheral/communication/server/src/threads/Thread_Common.cpp index 718d948..718d948 100755 --- a/peripheralservice/communication/server/src/threads/Thread_Common.cpp +++ b/service/peripheral/communication/server/src/threads/Thread_Common.cpp diff --git a/peripheralservice/peripheral_service.mk b/service/peripheral/peripheral_service.mk index c054722..c054722 100755 --- a/peripheralservice/peripheral_service.mk +++ b/service/peripheral/peripheral_service.mk diff --git a/systemservice/resource_manager/LICENSE b/service/system/config/LICENSE index f433b1a..f433b1a 100755 --- a/systemservice/resource_manager/LICENSE +++ b/service/system/config/LICENSE diff --git a/systemservice/config/Makefile.client b/service/system/config/Makefile.client index 0a186c5..0a186c5 100755 --- a/systemservice/config/Makefile.client +++ b/service/system/config/Makefile.client diff --git a/systemservice/config/library/Makefile b/service/system/config/library/Makefile index f326127..f326127 100755 --- a/systemservice/config/library/Makefile +++ b/service/system/config/library/Makefile diff --git a/systemservice/config/library/system_manager_config/Makefile b/service/system/config/library/system_manager_config/Makefile index fbb09d7..fbb09d7 100755 --- a/systemservice/config/library/system_manager_config/Makefile +++ b/service/system/config/library/system_manager_config/Makefile diff --git a/systemservice/config/library/system_manager_config/include/system_service/ss_access_if_private.h b/service/system/config/library/system_manager_config/include/system_service/ss_access_if_private.h index 1753bf0..1753bf0 100755 --- a/systemservice/config/library/system_manager_config/include/system_service/ss_access_if_private.h +++ b/service/system/config/library/system_manager_config/include/system_service/ss_access_if_private.h diff --git a/systemservice/config/library/system_manager_config/include/system_service/ss_package.h b/service/system/config/library/system_manager_config/include/system_service/ss_package.h index 788fd2c..788fd2c 100755 --- a/systemservice/config/library/system_manager_config/include/system_service/ss_package.h +++ b/service/system/config/library/system_manager_config/include/system_service/ss_package.h diff --git a/systemservice/config/library/system_manager_config/include/system_service/ss_system_manager_conf.h b/service/system/config/library/system_manager_config/include/system_service/ss_system_manager_conf.h index 5354da8..5354da8 100755 --- a/systemservice/config/library/system_manager_config/include/system_service/ss_system_manager_conf.h +++ b/service/system/config/library/system_manager_config/include/system_service/ss_system_manager_conf.h diff --git a/systemservice/config/library/system_manager_config/include/system_service/system_manager_config.h b/service/system/config/library/system_manager_config/include/system_service/system_manager_config.h index 2f44f98..2f44f98 100755 --- a/systemservice/config/library/system_manager_config/include/system_service/system_manager_config.h +++ b/service/system/config/library/system_manager_config/include/system_service/system_manager_config.h diff --git a/systemservice/config/library/system_manager_config/last2order/Makefile b/service/system/config/library/system_manager_config/last2order/Makefile index f38ee77..f38ee77 100755 --- a/systemservice/config/library/system_manager_config/last2order/Makefile +++ b/service/system/config/library/system_manager_config/last2order/Makefile diff --git a/systemservice/config/library/system_manager_config/last2order/sm_last2order.cfo b/service/system/config/library/system_manager_config/last2order/sm_last2order.cfo Binary files differindex 2463eec..2463eec 100755 --- a/systemservice/config/library/system_manager_config/last2order/sm_last2order.cfo +++ b/service/system/config/library/system_manager_config/last2order/sm_last2order.cfo diff --git a/systemservice/config/library/system_manager_config/last2order/tool/mklast2ordertbl.pl b/service/system/config/library/system_manager_config/last2order/tool/mklast2ordertbl.pl index 9b7dcab..9b7dcab 100755 --- a/systemservice/config/library/system_manager_config/last2order/tool/mklast2ordertbl.pl +++ b/service/system/config/library/system_manager_config/last2order/tool/mklast2ordertbl.pl diff --git a/systemservice/config/library/system_manager_config/order/Makefile b/service/system/config/library/system_manager_config/order/Makefile index 38af0ee..38af0ee 100755 --- a/systemservice/config/library/system_manager_config/order/Makefile +++ b/service/system/config/library/system_manager_config/order/Makefile diff --git a/systemservice/config/library/system_manager_config/order/launch_order_body.xml b/service/system/config/library/system_manager_config/order/launch_order_body.xml index e69de29..e69de29 100755 --- a/systemservice/config/library/system_manager_config/order/launch_order_body.xml +++ b/service/system/config/library/system_manager_config/order/launch_order_body.xml diff --git a/systemservice/config/library/system_manager_config/order/launch_order_main.xml b/service/system/config/library/system_manager_config/order/launch_order_main.xml index ee22646..ee22646 100755 --- a/systemservice/config/library/system_manager_config/order/launch_order_main.xml +++ b/service/system/config/library/system_manager_config/order/launch_order_main.xml diff --git a/systemservice/config/library/system_manager_config/order/launch_order_xml2cfg.pl b/service/system/config/library/system_manager_config/order/launch_order_xml2cfg.pl index 1060107..1060107 100755 --- a/systemservice/config/library/system_manager_config/order/launch_order_xml2cfg.pl +++ b/service/system/config/library/system_manager_config/order/launch_order_xml2cfg.pl diff --git a/systemservice/config/library/system_manager_config/order/system_launcher_main.order.cfg b/service/system/config/library/system_manager_config/order/system_launcher_main.order.cfg index dc49cd7..dc49cd7 100755 --- a/systemservice/config/library/system_manager_config/order/system_launcher_main.order.cfg +++ b/service/system/config/library/system_manager_config/order/system_launcher_main.order.cfg diff --git a/systemservice/config/library/system_manager_config/order/system_launcher_main.xml b/service/system/config/library/system_manager_config/order/system_launcher_main.xml index 2dd97d9..2dd97d9 100755 --- a/systemservice/config/library/system_manager_config/order/system_launcher_main.xml +++ b/service/system/config/library/system_manager_config/order/system_launcher_main.xml diff --git a/systemservice/config/library/system_manager_config/src/Makefile b/service/system/config/library/system_manager_config/src/Makefile index 9fbc9cc..9fbc9cc 100755 --- a/systemservice/config/library/system_manager_config/src/Makefile +++ b/service/system/config/library/system_manager_config/src/Makefile diff --git a/systemservice/config/library/system_manager_config/src/libsssmcfg.ver b/service/system/config/library/system_manager_config/src/libsssmcfg.ver index 4d61996..4d61996 100755 --- a/systemservice/config/library/system_manager_config/src/libsssmcfg.ver +++ b/service/system/config/library/system_manager_config/src/libsssmcfg.ver diff --git a/systemservice/config/library/system_manager_config/src/ss_system_manager_conf.cpp b/service/system/config/library/system_manager_config/src/ss_system_manager_conf.cpp index 16ec02a..16ec02a 100755 --- a/systemservice/config/library/system_manager_config/src/ss_system_manager_conf.cpp +++ b/service/system/config/library/system_manager_config/src/ss_system_manager_conf.cpp diff --git a/systemservice/config/library/system_manager_config/xml/Makefile b/service/system/config/library/system_manager_config/xml/Makefile index e11288c..e11288c 100755 --- a/systemservice/config/library/system_manager_config/xml/Makefile +++ b/service/system/config/library/system_manager_config/xml/Makefile diff --git a/systemservice/config/library/system_manager_config/xml/launch_cfg2xml.sh b/service/system/config/library/system_manager_config/xml/launch_cfg2xml.sh index 57b6ee2..57b6ee2 100755 --- a/systemservice/config/library/system_manager_config/xml/launch_cfg2xml.sh +++ b/service/system/config/library/system_manager_config/xml/launch_cfg2xml.sh diff --git a/systemservice/config/library/system_manager_config/xml/launch_xml2cfg.sh b/service/system/config/library/system_manager_config/xml/launch_xml2cfg.sh index 20fa097..20fa097 100755 --- a/systemservice/config/library/system_manager_config/xml/launch_xml2cfg.sh +++ b/service/system/config/library/system_manager_config/xml/launch_xml2cfg.sh diff --git a/systemservice/config/library/system_manager_config/xml/sm_launch_agl.cfg b/service/system/config/library/system_manager_config/xml/sm_launch_agl.cfg index 876ab41..876ab41 100755 --- a/systemservice/config/library/system_manager_config/xml/sm_launch_agl.cfg +++ b/service/system/config/library/system_manager_config/xml/sm_launch_agl.cfg diff --git a/systemservice/config/library/system_manager_config/xml/sm_launch_agl.xml b/service/system/config/library/system_manager_config/xml/sm_launch_agl.xml index a433be3..a433be3 100755 --- a/systemservice/config/library/system_manager_config/xml/sm_launch_agl.xml +++ b/service/system/config/library/system_manager_config/xml/sm_launch_agl.xml diff --git a/systemservice/rom_access_library/LICENSE b/service/system/interface_unified/LICENSE index f433b1a..f433b1a 100755 --- a/systemservice/rom_access_library/LICENSE +++ b/service/system/interface_unified/LICENSE diff --git a/systemservice/interface_unified/Makefile.client b/service/system/interface_unified/Makefile.client index de16e15..de16e15 100755 --- a/systemservice/interface_unified/Makefile.client +++ b/service/system/interface_unified/Makefile.client diff --git a/systemservice/interface_unified/library/Makefile b/service/system/interface_unified/library/Makefile index e784550..e784550 100755 --- a/systemservice/interface_unified/library/Makefile +++ b/service/system/interface_unified/library/Makefile diff --git a/systemservice/interface_unified/library/include/ss_devicedetection_service_if_interfaceunifiedlog.h b/service/system/interface_unified/library/include/ss_devicedetection_service_if_interfaceunifiedlog.h index 62f32b9..62f32b9 100755 --- a/systemservice/interface_unified/library/include/ss_devicedetection_service_if_interfaceunifiedlog.h +++ b/service/system/interface_unified/library/include/ss_devicedetection_service_if_interfaceunifiedlog.h diff --git a/systemservice/interface_unified/library/include/ss_last_to_order_local.h b/service/system/interface_unified/library/include/ss_last_to_order_local.h index 889a733..889a733 100755 --- a/systemservice/interface_unified/library/include/ss_last_to_order_local.h +++ b/service/system/interface_unified/library/include/ss_last_to_order_local.h diff --git a/systemservice/interface_unified/library/include/ss_logger_service_if_interfaceunifiedlog.h b/service/system/interface_unified/library/include/ss_logger_service_if_interfaceunifiedlog.h index 8989bf6..8989bf6 100755 --- a/systemservice/interface_unified/library/include/ss_logger_service_if_interfaceunifiedlog.h +++ b/service/system/interface_unified/library/include/ss_logger_service_if_interfaceunifiedlog.h diff --git a/systemservice/interface_unified/library/include/ss_power_if_interfaceunifiedlog.h b/service/system/interface_unified/library/include/ss_power_if_interfaceunifiedlog.h index d198030..d198030 100755 --- a/systemservice/interface_unified/library/include/ss_power_if_interfaceunifiedlog.h +++ b/service/system/interface_unified/library/include/ss_power_if_interfaceunifiedlog.h diff --git a/systemservice/interface_unified/library/include/ss_system_if_interfaceunifiedlog.h b/service/system/interface_unified/library/include/ss_system_if_interfaceunifiedlog.h index 81ef016..81ef016 100755 --- a/systemservice/interface_unified/library/include/ss_system_if_interfaceunifiedlog.h +++ b/service/system/interface_unified/library/include/ss_system_if_interfaceunifiedlog.h diff --git a/systemservice/interface_unified/library/include/ss_system_timer_local.h b/service/system/interface_unified/library/include/ss_system_timer_local.h index d694bdd..d694bdd 100755 --- a/systemservice/interface_unified/library/include/ss_system_timer_local.h +++ b/service/system/interface_unified/library/include/ss_system_timer_local.h diff --git a/systemservice/interface_unified/library/include/system_service/interface_unified.h b/service/system/interface_unified/library/include/system_service/interface_unified.h index a25423a..a25423a 100755 --- a/systemservice/interface_unified/library/include/system_service/interface_unified.h +++ b/service/system/interface_unified/library/include/system_service/interface_unified.h diff --git a/systemservice/interface_unified/library/include/system_service/interfaceunified_system_application.h b/service/system/interface_unified/library/include/system_service/interfaceunified_system_application.h index fe5224e..fe5224e 100755 --- a/systemservice/interface_unified/library/include/system_service/interfaceunified_system_application.h +++ b/service/system/interface_unified/library/include/system_service/interfaceunified_system_application.h diff --git a/systemservice/interface_unified/library/include/system_service/interfaceunified_system_types.h b/service/system/interface_unified/library/include/system_service/interfaceunified_system_types.h index d3d3abd..d3d3abd 100755 --- a/systemservice/interface_unified/library/include/system_service/interfaceunified_system_types.h +++ b/service/system/interface_unified/library/include/system_service/interfaceunified_system_types.h diff --git a/systemservice/interface_unified/library/include/system_service/ss_boot_map.h b/service/system/interface_unified/library/include/system_service/ss_boot_map.h index 364d5ed..364d5ed 100755 --- a/systemservice/interface_unified/library/include/system_service/ss_boot_map.h +++ b/service/system/interface_unified/library/include/system_service/ss_boot_map.h diff --git a/systemservice/interface_unified/library/include/system_service/ss_client_names.h b/service/system/interface_unified/library/include/system_service/ss_client_names.h index 23604a1..23604a1 100755 --- a/systemservice/interface_unified/library/include/system_service/ss_client_names.h +++ b/service/system/interface_unified/library/include/system_service/ss_client_names.h diff --git a/systemservice/interface_unified/library/include/system_service/ss_devicedetection_service.h b/service/system/interface_unified/library/include/system_service/ss_devicedetection_service.h index 134ab1f..134ab1f 100755 --- a/systemservice/interface_unified/library/include/system_service/ss_devicedetection_service.h +++ b/service/system/interface_unified/library/include/system_service/ss_devicedetection_service.h diff --git a/systemservice/interface_unified/library/include/system_service/ss_devicedetection_service_ifc.h b/service/system/interface_unified/library/include/system_service/ss_devicedetection_service_ifc.h index 1ad7e67..1ad7e67 100755 --- a/systemservice/interface_unified/library/include/system_service/ss_devicedetection_service_ifc.h +++ b/service/system/interface_unified/library/include/system_service/ss_devicedetection_service_ifc.h diff --git a/systemservice/interface_unified/library/include/system_service/ss_devicedetection_service_local.h b/service/system/interface_unified/library/include/system_service/ss_devicedetection_service_local.h index c85e6b3..c85e6b3 100755 --- a/systemservice/interface_unified/library/include/system_service/ss_devicedetection_service_local.h +++ b/service/system/interface_unified/library/include/system_service/ss_devicedetection_service_local.h diff --git a/systemservice/interface_unified/library/include/system_service/ss_devicedetection_service_notifications.h b/service/system/interface_unified/library/include/system_service/ss_devicedetection_service_notifications.h index 7de03b9..7de03b9 100755 --- a/systemservice/interface_unified/library/include/system_service/ss_devicedetection_service_notifications.h +++ b/service/system/interface_unified/library/include/system_service/ss_devicedetection_service_notifications.h diff --git a/systemservice/interface_unified/library/include/system_service/ss_devicedetection_service_protocol.h b/service/system/interface_unified/library/include/system_service/ss_devicedetection_service_protocol.h index cb54ee5..cb54ee5 100755 --- a/systemservice/interface_unified/library/include/system_service/ss_devicedetection_service_protocol.h +++ b/service/system/interface_unified/library/include/system_service/ss_devicedetection_service_protocol.h diff --git a/systemservice/interface_unified/library/include/system_service/ss_devicedetection_service_protocol_local.h b/service/system/interface_unified/library/include/system_service/ss_devicedetection_service_protocol_local.h index 4b7be37..4b7be37 100755 --- a/systemservice/interface_unified/library/include/system_service/ss_devicedetection_service_protocol_local.h +++ b/service/system/interface_unified/library/include/system_service/ss_devicedetection_service_protocol_local.h diff --git a/systemservice/interface_unified/library/include/system_service/ss_devicedetection_service_types.h b/service/system/interface_unified/library/include/system_service/ss_devicedetection_service_types.h index c5ab1c3..c5ab1c3 100755 --- a/systemservice/interface_unified/library/include/system_service/ss_devicedetection_service_types.h +++ b/service/system/interface_unified/library/include/system_service/ss_devicedetection_service_types.h diff --git a/systemservice/interface_unified/library/include/system_service/ss_devicedetection_service_types_local.h b/service/system/interface_unified/library/include/system_service/ss_devicedetection_service_types_local.h index dafd4d4..dafd4d4 100755 --- a/systemservice/interface_unified/library/include/system_service/ss_devicedetection_service_types_local.h +++ b/service/system/interface_unified/library/include/system_service/ss_devicedetection_service_types_local.h diff --git a/systemservice/interface_unified/library/include/system_service/ss_error_event_common.h b/service/system/interface_unified/library/include/system_service/ss_error_event_common.h index ce7677f..ce7677f 100755 --- a/systemservice/interface_unified/library/include/system_service/ss_error_event_common.h +++ b/service/system/interface_unified/library/include/system_service/ss_error_event_common.h diff --git a/systemservice/interface_unified/library/include/system_service/ss_error_event_common_local.h b/service/system/interface_unified/library/include/system_service/ss_error_event_common_local.h index 47da0d3..47da0d3 100755 --- a/systemservice/interface_unified/library/include/system_service/ss_error_event_common_local.h +++ b/service/system/interface_unified/library/include/system_service/ss_error_event_common_local.h diff --git a/systemservice/interface_unified/library/include/system_service/ss_error_message.h b/service/system/interface_unified/library/include/system_service/ss_error_message.h index e810d7b..e810d7b 100755 --- a/systemservice/interface_unified/library/include/system_service/ss_error_message.h +++ b/service/system/interface_unified/library/include/system_service/ss_error_message.h diff --git a/systemservice/interface_unified/library/include/system_service/ss_heartbeat_if.h b/service/system/interface_unified/library/include/system_service/ss_heartbeat_if.h index e5a94e5..e5a94e5 100755 --- a/systemservice/interface_unified/library/include/system_service/ss_heartbeat_if.h +++ b/service/system/interface_unified/library/include/system_service/ss_heartbeat_if.h diff --git a/systemservice/interface_unified/library/include/system_service/ss_heartbeat_notifications.h b/service/system/interface_unified/library/include/system_service/ss_heartbeat_notifications.h index 8b25fe1..8b25fe1 100755 --- a/systemservice/interface_unified/library/include/system_service/ss_heartbeat_notifications.h +++ b/service/system/interface_unified/library/include/system_service/ss_heartbeat_notifications.h diff --git a/systemservice/interface_unified/library/include/system_service/ss_heartbeat_service_protocol.h b/service/system/interface_unified/library/include/system_service/ss_heartbeat_service_protocol.h index 6d31d04..6d31d04 100755 --- a/systemservice/interface_unified/library/include/system_service/ss_heartbeat_service_protocol.h +++ b/service/system/interface_unified/library/include/system_service/ss_heartbeat_service_protocol.h diff --git a/systemservice/interface_unified/library/include/system_service/ss_last_to_order.h b/service/system/interface_unified/library/include/system_service/ss_last_to_order.h index 5a3b8b0..5a3b8b0 100755 --- a/systemservice/interface_unified/library/include/system_service/ss_last_to_order.h +++ b/service/system/interface_unified/library/include/system_service/ss_last_to_order.h diff --git a/systemservice/interface_unified/library/include/system_service/ss_logger_service.h b/service/system/interface_unified/library/include/system_service/ss_logger_service.h index 67ecb08..67ecb08 100755 --- a/systemservice/interface_unified/library/include/system_service/ss_logger_service.h +++ b/service/system/interface_unified/library/include/system_service/ss_logger_service.h diff --git a/systemservice/interface_unified/library/include/system_service/ss_logger_service_ifc.h b/service/system/interface_unified/library/include/system_service/ss_logger_service_ifc.h index 2646c73..2646c73 100755 --- a/systemservice/interface_unified/library/include/system_service/ss_logger_service_ifc.h +++ b/service/system/interface_unified/library/include/system_service/ss_logger_service_ifc.h diff --git a/systemservice/interface_unified/library/include/system_service/ss_logger_service_local.h b/service/system/interface_unified/library/include/system_service/ss_logger_service_local.h index 0261f2e..0261f2e 100755 --- a/systemservice/interface_unified/library/include/system_service/ss_logger_service_local.h +++ b/service/system/interface_unified/library/include/system_service/ss_logger_service_local.h diff --git a/systemservice/interface_unified/library/include/system_service/ss_logger_service_notifications.h b/service/system/interface_unified/library/include/system_service/ss_logger_service_notifications.h index 7a5fc3d..7a5fc3d 100755 --- a/systemservice/interface_unified/library/include/system_service/ss_logger_service_notifications.h +++ b/service/system/interface_unified/library/include/system_service/ss_logger_service_notifications.h diff --git a/systemservice/interface_unified/library/include/system_service/ss_logger_service_protocol.h b/service/system/interface_unified/library/include/system_service/ss_logger_service_protocol.h index 36c602c..36c602c 100755 --- a/systemservice/interface_unified/library/include/system_service/ss_logger_service_protocol.h +++ b/service/system/interface_unified/library/include/system_service/ss_logger_service_protocol.h diff --git a/systemservice/interface_unified/library/include/system_service/ss_logger_store_logs.h b/service/system/interface_unified/library/include/system_service/ss_logger_store_logs.h index 7c68fd9..7c68fd9 100755 --- a/systemservice/interface_unified/library/include/system_service/ss_logger_store_logs.h +++ b/service/system/interface_unified/library/include/system_service/ss_logger_store_logs.h diff --git a/systemservice/interface_unified/library/include/system_service/ss_power_service.h b/service/system/interface_unified/library/include/system_service/ss_power_service.h index 15ba033..15ba033 100755 --- a/systemservice/interface_unified/library/include/system_service/ss_power_service.h +++ b/service/system/interface_unified/library/include/system_service/ss_power_service.h diff --git a/systemservice/interface_unified/library/include/system_service/ss_power_service_if.h b/service/system/interface_unified/library/include/system_service/ss_power_service_if.h index d0ace60..d0ace60 100755 --- a/systemservice/interface_unified/library/include/system_service/ss_power_service_if.h +++ b/service/system/interface_unified/library/include/system_service/ss_power_service_if.h diff --git a/systemservice/interface_unified/library/include/system_service/ss_power_service_local.h b/service/system/interface_unified/library/include/system_service/ss_power_service_local.h index 51a284a..51a284a 100755 --- a/systemservice/interface_unified/library/include/system_service/ss_power_service_local.h +++ b/service/system/interface_unified/library/include/system_service/ss_power_service_local.h diff --git a/systemservice/interface_unified/library/include/system_service/ss_power_service_notifications.h b/service/system/interface_unified/library/include/system_service/ss_power_service_notifications.h index b25172d..b25172d 100755 --- a/systemservice/interface_unified/library/include/system_service/ss_power_service_notifications.h +++ b/service/system/interface_unified/library/include/system_service/ss_power_service_notifications.h diff --git a/systemservice/interface_unified/library/include/system_service/ss_power_service_notifications_local.h b/service/system/interface_unified/library/include/system_service/ss_power_service_notifications_local.h index a06c030..a06c030 100755 --- a/systemservice/interface_unified/library/include/system_service/ss_power_service_notifications_local.h +++ b/service/system/interface_unified/library/include/system_service/ss_power_service_notifications_local.h diff --git a/systemservice/interface_unified/library/include/system_service/ss_power_service_protocol.h b/service/system/interface_unified/library/include/system_service/ss_power_service_protocol.h index 92860e8..92860e8 100755 --- a/systemservice/interface_unified/library/include/system_service/ss_power_service_protocol.h +++ b/service/system/interface_unified/library/include/system_service/ss_power_service_protocol.h diff --git a/systemservice/interface_unified/library/include/system_service/ss_services.h b/service/system/interface_unified/library/include/system_service/ss_services.h index d414670..d414670 100755 --- a/systemservice/interface_unified/library/include/system_service/ss_services.h +++ b/service/system/interface_unified/library/include/system_service/ss_services.h diff --git a/systemservice/interface_unified/library/include/system_service/ss_sm_client_if.h b/service/system/interface_unified/library/include/system_service/ss_sm_client_if.h index 70b9425..70b9425 100755 --- a/systemservice/interface_unified/library/include/system_service/ss_sm_client_if.h +++ b/service/system/interface_unified/library/include/system_service/ss_sm_client_if.h diff --git a/systemservice/interface_unified/library/include/system_service/ss_sm_client_if_local.h b/service/system/interface_unified/library/include/system_service/ss_sm_client_if_local.h index a4d0fa9..a4d0fa9 100755 --- a/systemservice/interface_unified/library/include/system_service/ss_sm_client_if_local.h +++ b/service/system/interface_unified/library/include/system_service/ss_sm_client_if_local.h diff --git a/systemservice/interface_unified/library/include/system_service/ss_sm_thread_names.h b/service/system/interface_unified/library/include/system_service/ss_sm_thread_names.h index 61ee275..61ee275 100755 --- a/systemservice/interface_unified/library/include/system_service/ss_sm_thread_names.h +++ b/service/system/interface_unified/library/include/system_service/ss_sm_thread_names.h diff --git a/systemservice/interface_unified/library/include/system_service/ss_sm_thread_names_local.h b/service/system/interface_unified/library/include/system_service/ss_sm_thread_names_local.h index 36dda06..36dda06 100755 --- a/systemservice/interface_unified/library/include/system_service/ss_sm_thread_names_local.h +++ b/service/system/interface_unified/library/include/system_service/ss_sm_thread_names_local.h diff --git a/systemservice/interface_unified/library/include/system_service/ss_string_maps.h b/service/system/interface_unified/library/include/system_service/ss_string_maps.h index 4001ed4..4001ed4 100755 --- a/systemservice/interface_unified/library/include/system_service/ss_string_maps.h +++ b/service/system/interface_unified/library/include/system_service/ss_string_maps.h diff --git a/systemservice/interface_unified/library/include/system_service/ss_sys_boot_area_map.h b/service/system/interface_unified/library/include/system_service/ss_sys_boot_area_map.h index 7df0c88..7df0c88 100755 --- a/systemservice/interface_unified/library/include/system_service/ss_sys_boot_area_map.h +++ b/service/system/interface_unified/library/include/system_service/ss_sys_boot_area_map.h diff --git a/systemservice/interface_unified/library/include/system_service/ss_system_if.h b/service/system/interface_unified/library/include/system_service/ss_system_if.h index 1e3ef14..1e3ef14 100755 --- a/systemservice/interface_unified/library/include/system_service/ss_system_if.h +++ b/service/system/interface_unified/library/include/system_service/ss_system_if.h diff --git a/systemservice/interface_unified/library/include/system_service/ss_system_manager_if.h b/service/system/interface_unified/library/include/system_service/ss_system_manager_if.h index e6b4f8d..e6b4f8d 100755 --- a/systemservice/interface_unified/library/include/system_service/ss_system_manager_if.h +++ b/service/system/interface_unified/library/include/system_service/ss_system_manager_if.h diff --git a/systemservice/interface_unified/library/include/system_service/ss_system_manager_if_local.h b/service/system/interface_unified/library/include/system_service/ss_system_manager_if_local.h index 5c67aa6..5c67aa6 100755 --- a/systemservice/interface_unified/library/include/system_service/ss_system_manager_if_local.h +++ b/service/system/interface_unified/library/include/system_service/ss_system_manager_if_local.h diff --git a/systemservice/interface_unified/library/include/system_service/ss_system_manager_notifications.h b/service/system/interface_unified/library/include/system_service/ss_system_manager_notifications.h index 008d4f3..008d4f3 100755 --- a/systemservice/interface_unified/library/include/system_service/ss_system_manager_notifications.h +++ b/service/system/interface_unified/library/include/system_service/ss_system_manager_notifications.h diff --git a/systemservice/interface_unified/library/include/system_service/ss_system_manager_notifications_local.h b/service/system/interface_unified/library/include/system_service/ss_system_manager_notifications_local.h index cbb743f..cbb743f 100755 --- a/systemservice/interface_unified/library/include/system_service/ss_system_manager_notifications_local.h +++ b/service/system/interface_unified/library/include/system_service/ss_system_manager_notifications_local.h diff --git a/systemservice/interface_unified/library/include/system_service/ss_system_manager_protocol.h b/service/system/interface_unified/library/include/system_service/ss_system_manager_protocol.h index 99d7e13..99d7e13 100755 --- a/systemservice/interface_unified/library/include/system_service/ss_system_manager_protocol.h +++ b/service/system/interface_unified/library/include/system_service/ss_system_manager_protocol.h diff --git a/systemservice/interface_unified/library/include/system_service/ss_system_manager_protocol_local.h b/service/system/interface_unified/library/include/system_service/ss_system_manager_protocol_local.h index 5f86820..5f86820 100755 --- a/systemservice/interface_unified/library/include/system_service/ss_system_manager_protocol_local.h +++ b/service/system/interface_unified/library/include/system_service/ss_system_manager_protocol_local.h diff --git a/systemservice/interface_unified/library/include/system_service/ss_system_process.h b/service/system/interface_unified/library/include/system_service/ss_system_process.h index a4ae743..a4ae743 100755 --- a/systemservice/interface_unified/library/include/system_service/ss_system_process.h +++ b/service/system/interface_unified/library/include/system_service/ss_system_process.h diff --git a/systemservice/interface_unified/library/include/system_service/ss_system_timer.h b/service/system/interface_unified/library/include/system_service/ss_system_timer.h index f95d1f9..f95d1f9 100755 --- a/systemservice/interface_unified/library/include/system_service/ss_system_timer.h +++ b/service/system/interface_unified/library/include/system_service/ss_system_timer.h diff --git a/systemservice/interface_unified/library/include/system_service/ss_system_types.h b/service/system/interface_unified/library/include/system_service/ss_system_types.h index adcaf2b..adcaf2b 100755 --- a/systemservice/interface_unified/library/include/system_service/ss_system_types.h +++ b/service/system/interface_unified/library/include/system_service/ss_system_types.h diff --git a/systemservice/interface_unified/library/include/system_service/ss_templates.h b/service/system/interface_unified/library/include/system_service/ss_templates.h index 581e616..581e616 100755 --- a/systemservice/interface_unified/library/include/system_service/ss_templates.h +++ b/service/system/interface_unified/library/include/system_service/ss_templates.h diff --git a/systemservice/interface_unified/library/include/system_service/ss_test_clients.h b/service/system/interface_unified/library/include/system_service/ss_test_clients.h index a50e61f..a50e61f 100755 --- a/systemservice/interface_unified/library/include/system_service/ss_test_clients.h +++ b/service/system/interface_unified/library/include/system_service/ss_test_clients.h diff --git a/systemservice/interface_unified/library/include/system_service/ss_version.h b/service/system/interface_unified/library/include/system_service/ss_version.h index 856f334..856f334 100755 --- a/systemservice/interface_unified/library/include/system_service/ss_version.h +++ b/service/system/interface_unified/library/include/system_service/ss_version.h diff --git a/systemservice/interface_unified/library/src/libSS_SystemIfUnified.ver b/service/system/interface_unified/library/src/libSS_SystemIfUnified.ver index 7a646f2..7a646f2 100755 --- a/systemservice/interface_unified/library/src/libSS_SystemIfUnified.ver +++ b/service/system/interface_unified/library/src/libSS_SystemIfUnified.ver diff --git a/systemservice/interface_unified/library/src/makefile_PosixBasedOS001 b/service/system/interface_unified/library/src/makefile_PosixBasedOS001 index 68fa52e..68fa52e 100755 --- a/systemservice/interface_unified/library/src/makefile_PosixBasedOS001 +++ b/service/system/interface_unified/library/src/makefile_PosixBasedOS001 diff --git a/systemservice/interface_unified/library/src/ss_devicedetection_service_ifc.cpp b/service/system/interface_unified/library/src/ss_devicedetection_service_ifc.cpp index 1f68df6..1f68df6 100755 --- a/systemservice/interface_unified/library/src/ss_devicedetection_service_ifc.cpp +++ b/service/system/interface_unified/library/src/ss_devicedetection_service_ifc.cpp diff --git a/systemservice/interface_unified/library/src/ss_framework_if.cpp b/service/system/interface_unified/library/src/ss_framework_if.cpp index 91d323a..91d323a 100755 --- a/systemservice/interface_unified/library/src/ss_framework_if.cpp +++ b/service/system/interface_unified/library/src/ss_framework_if.cpp diff --git a/systemservice/interface_unified/library/src/ss_heartbeat_client.cpp b/service/system/interface_unified/library/src/ss_heartbeat_client.cpp index a080e9a..a080e9a 100755 --- a/systemservice/interface_unified/library/src/ss_heartbeat_client.cpp +++ b/service/system/interface_unified/library/src/ss_heartbeat_client.cpp diff --git a/systemservice/interface_unified/library/src/ss_last_to_order.cpp b/service/system/interface_unified/library/src/ss_last_to_order.cpp index 140101f..140101f 100755 --- a/systemservice/interface_unified/library/src/ss_last_to_order.cpp +++ b/service/system/interface_unified/library/src/ss_last_to_order.cpp diff --git a/systemservice/interface_unified/library/src/ss_logger_service_ifc.cpp b/service/system/interface_unified/library/src/ss_logger_service_ifc.cpp index 1766bfa..1766bfa 100755 --- a/systemservice/interface_unified/library/src/ss_logger_service_ifc.cpp +++ b/service/system/interface_unified/library/src/ss_logger_service_ifc.cpp diff --git a/systemservice/interface_unified/library/src/ss_power_client.cpp b/service/system/interface_unified/library/src/ss_power_client.cpp index 30bdbaa..30bdbaa 100755 --- a/systemservice/interface_unified/library/src/ss_power_client.cpp +++ b/service/system/interface_unified/library/src/ss_power_client.cpp diff --git a/systemservice/interface_unified/library/src/ss_pwrsvc_if.cpp b/service/system/interface_unified/library/src/ss_pwrsvc_if.cpp index 86d8ebb..86d8ebb 100755 --- a/systemservice/interface_unified/library/src/ss_pwrsvc_if.cpp +++ b/service/system/interface_unified/library/src/ss_pwrsvc_if.cpp diff --git a/systemservice/interface_unified/library/src/ss_sm_client.cpp b/service/system/interface_unified/library/src/ss_sm_client.cpp index 664a98d..664a98d 100755 --- a/systemservice/interface_unified/library/src/ss_sm_client.cpp +++ b/service/system/interface_unified/library/src/ss_sm_client.cpp diff --git a/systemservice/interface_unified/library/src/ss_string_maps.cpp b/service/system/interface_unified/library/src/ss_string_maps.cpp index 629043a..629043a 100755 --- a/systemservice/interface_unified/library/src/ss_string_maps.cpp +++ b/service/system/interface_unified/library/src/ss_string_maps.cpp diff --git a/systemservice/interface_unified/library/src/ss_system_process.cpp b/service/system/interface_unified/library/src/ss_system_process.cpp index 71a969a..71a969a 100755 --- a/systemservice/interface_unified/library/src/ss_system_process.cpp +++ b/service/system/interface_unified/library/src/ss_system_process.cpp diff --git a/systemservice/interface_unified/library/src/ss_system_timer.cpp b/service/system/interface_unified/library/src/ss_system_timer.cpp index 24209fb..24209fb 100755 --- a/systemservice/interface_unified/library/src/ss_system_timer.cpp +++ b/service/system/interface_unified/library/src/ss_system_timer.cpp diff --git a/systemservice/interface_unified/scfg/gpf_ss_cpu_mon_config.cfg b/service/system/interface_unified/scfg/gpf_ss_cpu_mon_config.cfg index dcf4d02..dcf4d02 100755 --- a/systemservice/interface_unified/scfg/gpf_ss_cpu_mon_config.cfg +++ b/service/system/interface_unified/scfg/gpf_ss_cpu_mon_config.cfg diff --git a/systemservice/interface_unified/scfg/gpf_ss_ps_config.cfg b/service/system/interface_unified/scfg/gpf_ss_ps_config.cfg index 4d30809..4d30809 100755 --- a/systemservice/interface_unified/scfg/gpf_ss_ps_config.cfg +++ b/service/system/interface_unified/scfg/gpf_ss_ps_config.cfg diff --git a/systemservice/interface_unified/scfg/gpf_ss_showmem.cfg b/service/system/interface_unified/scfg/gpf_ss_showmem.cfg index 0067483..0067483 100755 --- a/systemservice/interface_unified/scfg/gpf_ss_showmem.cfg +++ b/service/system/interface_unified/scfg/gpf_ss_showmem.cfg diff --git a/systemservice/interface_unified/scfg/ss_cpu_high_load_monitor.cfg b/service/system/interface_unified/scfg/ss_cpu_high_load_monitor.cfg index 9ae63d6..9ae63d6 100755 --- a/systemservice/interface_unified/scfg/ss_cpu_high_load_monitor.cfg +++ b/service/system/interface_unified/scfg/ss_cpu_high_load_monitor.cfg diff --git a/systemservice/interface_unified/scfg/ss_logger.cfg b/service/system/interface_unified/scfg/ss_logger.cfg index ffb4c50..ffb4c50 100755 --- a/systemservice/interface_unified/scfg/ss_logger.cfg +++ b/service/system/interface_unified/scfg/ss_logger.cfg diff --git a/systemservice/interface_unified/scfg/system_launch_flashloader.cfg b/service/system/interface_unified/scfg/system_launch_flashloader.cfg index 49012de..49012de 100755 --- a/systemservice/interface_unified/scfg/system_launch_flashloader.cfg +++ b/service/system/interface_unified/scfg/system_launch_flashloader.cfg diff --git a/systemservice/interface_unified/scfg_pram/gpf_ss_sm_config_data.cfg b/service/system/interface_unified/scfg_pram/gpf_ss_sm_config_data.cfg index 9aef5b8..9aef5b8 100755 --- a/systemservice/interface_unified/scfg_pram/gpf_ss_sm_config_data.cfg +++ b/service/system/interface_unified/scfg_pram/gpf_ss_sm_config_data.cfg diff --git a/systemservice/system_manager/LICENSE b/service/system/logger_service/LICENSE index f433b1a..f433b1a 100755 --- a/systemservice/system_manager/LICENSE +++ b/service/system/logger_service/LICENSE diff --git a/systemservice/logger_service/Makefile.server b/service/system/logger_service/Makefile.server index 13612f8..13612f8 100755 --- a/systemservice/logger_service/Makefile.server +++ b/service/system/logger_service/Makefile.server diff --git a/systemservice/logger_service/server/Makefile b/service/system/logger_service/server/Makefile index 5292a18..5292a18 100755 --- a/systemservice/logger_service/server/Makefile +++ b/service/system/logger_service/server/Makefile diff --git a/systemservice/logger_service/server/SS_LoggerService.conf_bin b/service/system/logger_service/server/SS_LoggerService.conf_bin index 440d361..440d361 100755 --- a/systemservice/logger_service/server/SS_LoggerService.conf_bin +++ b/service/system/logger_service/server/SS_LoggerService.conf_bin diff --git a/systemservice/logger_service/server/include/loggerservicedebug_loggerservicelog.h b/service/system/logger_service/server/include/loggerservicedebug_loggerservicelog.h index 5a2f56e..5a2f56e 100755 --- a/systemservice/logger_service/server/include/loggerservicedebug_loggerservicelog.h +++ b/service/system/logger_service/server/include/loggerservicedebug_loggerservicelog.h diff --git a/systemservice/logger_service/server/include/loggerservicedebug_thread_if.h b/service/system/logger_service/server/include/loggerservicedebug_thread_if.h index 8a43511..8a43511 100755 --- a/systemservice/logger_service/server/include/loggerservicedebug_thread_if.h +++ b/service/system/logger_service/server/include/loggerservicedebug_thread_if.h diff --git a/systemservice/logger_service/server/include/loggerservicedebug_writer_Evntworker.h b/service/system/logger_service/server/include/loggerservicedebug_writer_Evntworker.h index cef5c18..cef5c18 100755 --- a/systemservice/logger_service/server/include/loggerservicedebug_writer_Evntworker.h +++ b/service/system/logger_service/server/include/loggerservicedebug_writer_Evntworker.h diff --git a/systemservice/logger_service/server/include/readerWriter/reader/mem_reader.h b/service/system/logger_service/server/include/readerWriter/reader/mem_reader.h index a5c65ec..a5c65ec 100755 --- a/systemservice/logger_service/server/include/readerWriter/reader/mem_reader.h +++ b/service/system/logger_service/server/include/readerWriter/reader/mem_reader.h diff --git a/systemservice/logger_service/server/include/readerWriter/reader/queue_reader.h b/service/system/logger_service/server/include/readerWriter/reader/queue_reader.h index 139796a..139796a 100755 --- a/systemservice/logger_service/server/include/readerWriter/reader/queue_reader.h +++ b/service/system/logger_service/server/include/readerWriter/reader/queue_reader.h diff --git a/systemservice/logger_service/server/include/readerWriter/reader/reader.h b/service/system/logger_service/server/include/readerWriter/reader/reader.h index 7b0141d..7b0141d 100755 --- a/systemservice/logger_service/server/include/readerWriter/reader/reader.h +++ b/service/system/logger_service/server/include/readerWriter/reader/reader.h diff --git a/systemservice/logger_service/server/include/readerWriter/reader_writer.h b/service/system/logger_service/server/include/readerWriter/reader_writer.h index b075472..b075472 100755 --- a/systemservice/logger_service/server/include/readerWriter/reader_writer.h +++ b/service/system/logger_service/server/include/readerWriter/reader_writer.h diff --git a/systemservice/logger_service/server/include/readerWriter/reader_writer_cfg.h b/service/system/logger_service/server/include/readerWriter/reader_writer_cfg.h index b39353b..b39353b 100755 --- a/systemservice/logger_service/server/include/readerWriter/reader_writer_cfg.h +++ b/service/system/logger_service/server/include/readerWriter/reader_writer_cfg.h diff --git a/systemservice/logger_service/server/include/readerWriter/writer/cached_file_writer.h b/service/system/logger_service/server/include/readerWriter/writer/cached_file_writer.h index ad28658..ad28658 100755 --- a/systemservice/logger_service/server/include/readerWriter/writer/cached_file_writer.h +++ b/service/system/logger_service/server/include/readerWriter/writer/cached_file_writer.h diff --git a/systemservice/logger_service/server/include/readerWriter/writer/file_writer.h b/service/system/logger_service/server/include/readerWriter/writer/file_writer.h index caf81c9..caf81c9 100755 --- a/systemservice/logger_service/server/include/readerWriter/writer/file_writer.h +++ b/service/system/logger_service/server/include/readerWriter/writer/file_writer.h diff --git a/systemservice/logger_service/server/include/readerWriter/writer/udp_file_writer.h b/service/system/logger_service/server/include/readerWriter/writer/udp_file_writer.h index 65e58e0..65e58e0 100755 --- a/systemservice/logger_service/server/include/readerWriter/writer/udp_file_writer.h +++ b/service/system/logger_service/server/include/readerWriter/writer/udp_file_writer.h diff --git a/systemservice/logger_service/server/include/readerWriter/writer/udp_writer.h b/service/system/logger_service/server/include/readerWriter/writer/udp_writer.h index cf0944a..cf0944a 100755 --- a/systemservice/logger_service/server/include/readerWriter/writer/udp_writer.h +++ b/service/system/logger_service/server/include/readerWriter/writer/udp_writer.h diff --git a/systemservice/logger_service/server/include/readerWriter/writer/writer.h b/service/system/logger_service/server/include/readerWriter/writer/writer.h index 15d93aa..15d93aa 100755 --- a/systemservice/logger_service/server/include/readerWriter/writer/writer.h +++ b/service/system/logger_service/server/include/readerWriter/writer/writer.h diff --git a/systemservice/logger_service/server/include/ss_logger_cfg.h b/service/system/logger_service/server/include/ss_logger_cfg.h index 93aaef9..93aaef9 100755 --- a/systemservice/logger_service/server/include/ss_logger_cfg.h +++ b/service/system/logger_service/server/include/ss_logger_cfg.h diff --git a/systemservice/logger_service/server/include/ss_logger_common.h b/service/system/logger_service/server/include/ss_logger_common.h index 80a56af..80a56af 100755 --- a/systemservice/logger_service/server/include/ss_logger_common.h +++ b/service/system/logger_service/server/include/ss_logger_common.h diff --git a/systemservice/logger_service/server/include/ss_logger_device_detection.h b/service/system/logger_service/server/include/ss_logger_device_detection.h index 5ee67c0..5ee67c0 100755 --- a/systemservice/logger_service/server/include/ss_logger_device_detection.h +++ b/service/system/logger_service/server/include/ss_logger_device_detection.h diff --git a/systemservice/logger_service/server/include/ss_logger_error_event.h b/service/system/logger_service/server/include/ss_logger_error_event.h index 177c074..177c074 100755 --- a/systemservice/logger_service/server/include/ss_logger_error_event.h +++ b/service/system/logger_service/server/include/ss_logger_error_event.h diff --git a/systemservice/logger_service/server/include/ss_logger_error_event_archive.h b/service/system/logger_service/server/include/ss_logger_error_event_archive.h index 2b5212d..2b5212d 100755 --- a/systemservice/logger_service/server/include/ss_logger_error_event_archive.h +++ b/service/system/logger_service/server/include/ss_logger_error_event_archive.h diff --git a/systemservice/logger_service/server/include/ss_logger_error_event_can_evt_reply.h b/service/system/logger_service/server/include/ss_logger_error_event_can_evt_reply.h index b976cdb..b976cdb 100755 --- a/systemservice/logger_service/server/include/ss_logger_error_event_can_evt_reply.h +++ b/service/system/logger_service/server/include/ss_logger_error_event_can_evt_reply.h diff --git a/systemservice/logger_service/server/include/ss_logger_error_event_cfg.h b/service/system/logger_service/server/include/ss_logger_error_event_cfg.h index 1a0e39e..1a0e39e 100755 --- a/systemservice/logger_service/server/include/ss_logger_error_event_cfg.h +++ b/service/system/logger_service/server/include/ss_logger_error_event_cfg.h diff --git a/systemservice/logger_service/server/include/ss_logger_error_event_storage.h b/service/system/logger_service/server/include/ss_logger_error_event_storage.h index 8a2cbd4..8a2cbd4 100755 --- a/systemservice/logger_service/server/include/ss_logger_error_event_storage.h +++ b/service/system/logger_service/server/include/ss_logger_error_event_storage.h diff --git a/systemservice/logger_service/server/include/ss_logger_fs_directory.h b/service/system/logger_service/server/include/ss_logger_fs_directory.h index 7e8da15..7e8da15 100755 --- a/systemservice/logger_service/server/include/ss_logger_fs_directory.h +++ b/service/system/logger_service/server/include/ss_logger_fs_directory.h diff --git a/systemservice/logger_service/server/include/ss_logger_popups.h b/service/system/logger_service/server/include/ss_logger_popups.h index b5b50e8..b5b50e8 100755 --- a/systemservice/logger_service/server/include/ss_logger_popups.h +++ b/service/system/logger_service/server/include/ss_logger_popups.h diff --git a/systemservice/logger_service/server/include/ss_logger_reader_writer_control.h b/service/system/logger_service/server/include/ss_logger_reader_writer_control.h index 04d1937..04d1937 100755 --- a/systemservice/logger_service/server/include/ss_logger_reader_writer_control.h +++ b/service/system/logger_service/server/include/ss_logger_reader_writer_control.h diff --git a/systemservice/logger_service/server/include/ss_logger_scrshot.h b/service/system/logger_service/server/include/ss_logger_scrshot.h index 5cc9dd9..5cc9dd9 100755 --- a/systemservice/logger_service/server/include/ss_logger_scrshot.h +++ b/service/system/logger_service/server/include/ss_logger_scrshot.h diff --git a/systemservice/logger_service/server/include/ss_logger_service_callbacks.h b/service/system/logger_service/server/include/ss_logger_service_callbacks.h index 786054c..786054c 100755 --- a/systemservice/logger_service/server/include/ss_logger_service_callbacks.h +++ b/service/system/logger_service/server/include/ss_logger_service_callbacks.h diff --git a/systemservice/logger_service/server/include/ss_logger_types.h b/service/system/logger_service/server/include/ss_logger_types.h index 11542a5..11542a5 100755 --- a/systemservice/logger_service/server/include/ss_logger_types.h +++ b/service/system/logger_service/server/include/ss_logger_types.h diff --git a/systemservice/logger_service/server/include/ss_logger_util.h b/service/system/logger_service/server/include/ss_logger_util.h index a49e022..a49e022 100755 --- a/systemservice/logger_service/server/include/ss_logger_util.h +++ b/service/system/logger_service/server/include/ss_logger_util.h diff --git a/systemservice/logger_service/server/lib/Makefile b/service/system/logger_service/server/lib/Makefile index fff8c36..fff8c36 100755 --- a/systemservice/logger_service/server/lib/Makefile +++ b/service/system/logger_service/server/lib/Makefile diff --git a/systemservice/logger_service/server/lib/ss_logger_store_logs.cpp b/service/system/logger_service/server/lib/ss_logger_store_logs.cpp index 2bd8b79..2bd8b79 100755 --- a/systemservice/logger_service/server/lib/ss_logger_store_logs.cpp +++ b/service/system/logger_service/server/lib/ss_logger_store_logs.cpp diff --git a/systemservice/logger_service/server/lib/ss_logger_store_logs_loggerservicelog.h b/service/system/logger_service/server/lib/ss_logger_store_logs_loggerservicelog.h index 31d1caa..31d1caa 100755 --- a/systemservice/logger_service/server/lib/ss_logger_store_logs_loggerservicelog.h +++ b/service/system/logger_service/server/lib/ss_logger_store_logs_loggerservicelog.h diff --git a/systemservice/logger_service/server/realtimeUsbLog/Makefile b/service/system/logger_service/server/realtimeUsbLog/Makefile index 420c13e..420c13e 100755 --- a/systemservice/logger_service/server/realtimeUsbLog/Makefile +++ b/service/system/logger_service/server/realtimeUsbLog/Makefile diff --git a/systemservice/logger_service/server/realtimeUsbLog/realtimeUsbLog.conf_bin b/service/system/logger_service/server/realtimeUsbLog/realtimeUsbLog.conf_bin index 440d361..440d361 100755 --- a/systemservice/logger_service/server/realtimeUsbLog/realtimeUsbLog.conf_bin +++ b/service/system/logger_service/server/realtimeUsbLog/realtimeUsbLog.conf_bin diff --git a/systemservice/logger_service/server/realtimeUsbLog/src/Makefile b/service/system/logger_service/server/realtimeUsbLog/src/Makefile index c3733b3..c3733b3 100755 --- a/systemservice/logger_service/server/realtimeUsbLog/src/Makefile +++ b/service/system/logger_service/server/realtimeUsbLog/src/Makefile diff --git a/systemservice/logger_service/server/realtimeUsbLog/src/loggerservice_main.cpp b/service/system/logger_service/server/realtimeUsbLog/src/loggerservice_main.cpp index d5dfd00..d5dfd00 100755 --- a/systemservice/logger_service/server/realtimeUsbLog/src/loggerservice_main.cpp +++ b/service/system/logger_service/server/realtimeUsbLog/src/loggerservice_main.cpp diff --git a/systemservice/logger_service/server/realtimeUsbLog/src/ss_logger_realtime_usb.cpp b/service/system/logger_service/server/realtimeUsbLog/src/ss_logger_realtime_usb.cpp index c318f1a..c318f1a 100755 --- a/systemservice/logger_service/server/realtimeUsbLog/src/ss_logger_realtime_usb.cpp +++ b/service/system/logger_service/server/realtimeUsbLog/src/ss_logger_realtime_usb.cpp diff --git a/systemservice/logger_service/server/realtimeUsbLog/work/Makefile b/service/system/logger_service/server/realtimeUsbLog/work/Makefile index ee9c7e8..ee9c7e8 100755 --- a/systemservice/logger_service/server/realtimeUsbLog/work/Makefile +++ b/service/system/logger_service/server/realtimeUsbLog/work/Makefile diff --git a/systemservice/logger_service/server/realtimeUsbLog/work_debug/Makefile b/service/system/logger_service/server/realtimeUsbLog/work_debug/Makefile index 8ad806a..8ad806a 100755 --- a/systemservice/logger_service/server/realtimeUsbLog/work_debug/Makefile +++ b/service/system/logger_service/server/realtimeUsbLog/work_debug/Makefile diff --git a/systemservice/logger_service/server/screenShot/Makefile b/service/system/logger_service/server/screenShot/Makefile index f52e40c..f52e40c 100755 --- a/systemservice/logger_service/server/screenShot/Makefile +++ b/service/system/logger_service/server/screenShot/Makefile diff --git a/systemservice/logger_service/server/screenShot/ss_logger_scrshot.cpp b/service/system/logger_service/server/screenShot/ss_logger_scrshot.cpp index db5bcba..db5bcba 100755 --- a/systemservice/logger_service/server/screenShot/ss_logger_scrshot.cpp +++ b/service/system/logger_service/server/screenShot/ss_logger_scrshot.cpp diff --git a/systemservice/logger_service/server/src/cached_file_writer.cpp b/service/system/logger_service/server/src/cached_file_writer.cpp index 92c02f5..92c02f5 100755 --- a/systemservice/logger_service/server/src/cached_file_writer.cpp +++ b/service/system/logger_service/server/src/cached_file_writer.cpp diff --git a/systemservice/logger_service/server/src/file_writer.cpp b/service/system/logger_service/server/src/file_writer.cpp index 221a1d4..221a1d4 100755 --- a/systemservice/logger_service/server/src/file_writer.cpp +++ b/service/system/logger_service/server/src/file_writer.cpp diff --git a/systemservice/logger_service/server/src/loggerservice_application.cpp b/service/system/logger_service/server/src/loggerservice_application.cpp index 2d39fb2..2d39fb2 100755 --- a/systemservice/logger_service/server/src/loggerservice_application.cpp +++ b/service/system/logger_service/server/src/loggerservice_application.cpp diff --git a/systemservice/logger_service/server/src/loggerservice_main.cpp b/service/system/logger_service/server/src/loggerservice_main.cpp index a7ee212..a7ee212 100755 --- a/systemservice/logger_service/server/src/loggerservice_main.cpp +++ b/service/system/logger_service/server/src/loggerservice_main.cpp diff --git a/systemservice/logger_service/server/src/loggerservicedebug_child_thread.cpp b/service/system/logger_service/server/src/loggerservicedebug_child_thread.cpp index 4a8668f..4a8668f 100755 --- a/systemservice/logger_service/server/src/loggerservicedebug_child_thread.cpp +++ b/service/system/logger_service/server/src/loggerservicedebug_child_thread.cpp diff --git a/systemservice/logger_service/server/src/loggerservicedebug_writer_Evntworker.cpp b/service/system/logger_service/server/src/loggerservicedebug_writer_Evntworker.cpp index 5d29a58..5d29a58 100755 --- a/systemservice/logger_service/server/src/loggerservicedebug_writer_Evntworker.cpp +++ b/service/system/logger_service/server/src/loggerservicedebug_writer_Evntworker.cpp diff --git a/systemservice/logger_service/server/src/mem_reader.cpp b/service/system/logger_service/server/src/mem_reader.cpp index 5ad6a6c..5ad6a6c 100755 --- a/systemservice/logger_service/server/src/mem_reader.cpp +++ b/service/system/logger_service/server/src/mem_reader.cpp diff --git a/systemservice/logger_service/server/src/mod_version.c b/service/system/logger_service/server/src/mod_version.c index 0594b74..0594b74 100755 --- a/systemservice/logger_service/server/src/mod_version.c +++ b/service/system/logger_service/server/src/mod_version.c diff --git a/systemservice/logger_service/server/src/queue_reader.cpp b/service/system/logger_service/server/src/queue_reader.cpp index 6c056c3..6c056c3 100755 --- a/systemservice/logger_service/server/src/queue_reader.cpp +++ b/service/system/logger_service/server/src/queue_reader.cpp diff --git a/systemservice/logger_service/server/src/reader.cpp b/service/system/logger_service/server/src/reader.cpp index 04880f0..04880f0 100755 --- a/systemservice/logger_service/server/src/reader.cpp +++ b/service/system/logger_service/server/src/reader.cpp diff --git a/systemservice/logger_service/server/src/reader_writer.cpp b/service/system/logger_service/server/src/reader_writer.cpp index ef32384..ef32384 100755 --- a/systemservice/logger_service/server/src/reader_writer.cpp +++ b/service/system/logger_service/server/src/reader_writer.cpp diff --git a/systemservice/logger_service/server/src/ss_logger_cfg.cpp b/service/system/logger_service/server/src/ss_logger_cfg.cpp index b353bbe..b353bbe 100755 --- a/systemservice/logger_service/server/src/ss_logger_cfg.cpp +++ b/service/system/logger_service/server/src/ss_logger_cfg.cpp diff --git a/systemservice/logger_service/server/src/ss_logger_device_detection.cpp b/service/system/logger_service/server/src/ss_logger_device_detection.cpp index 04bc4b5..04bc4b5 100755 --- a/systemservice/logger_service/server/src/ss_logger_device_detection.cpp +++ b/service/system/logger_service/server/src/ss_logger_device_detection.cpp diff --git a/systemservice/logger_service/server/src/ss_logger_error_event.cpp b/service/system/logger_service/server/src/ss_logger_error_event.cpp index 6e82da7..6e82da7 100755 --- a/systemservice/logger_service/server/src/ss_logger_error_event.cpp +++ b/service/system/logger_service/server/src/ss_logger_error_event.cpp diff --git a/systemservice/logger_service/server/src/ss_logger_error_event_archive.cpp b/service/system/logger_service/server/src/ss_logger_error_event_archive.cpp index b718705..b718705 100755 --- a/systemservice/logger_service/server/src/ss_logger_error_event_archive.cpp +++ b/service/system/logger_service/server/src/ss_logger_error_event_archive.cpp diff --git a/systemservice/logger_service/server/src/ss_logger_error_event_can_evt_reply.cpp b/service/system/logger_service/server/src/ss_logger_error_event_can_evt_reply.cpp index f400e83..f400e83 100755 --- a/systemservice/logger_service/server/src/ss_logger_error_event_can_evt_reply.cpp +++ b/service/system/logger_service/server/src/ss_logger_error_event_can_evt_reply.cpp diff --git a/systemservice/logger_service/server/src/ss_logger_error_event_cfg.cpp b/service/system/logger_service/server/src/ss_logger_error_event_cfg.cpp index fcd733e..fcd733e 100755 --- a/systemservice/logger_service/server/src/ss_logger_error_event_cfg.cpp +++ b/service/system/logger_service/server/src/ss_logger_error_event_cfg.cpp diff --git a/systemservice/logger_service/server/src/ss_logger_error_event_responses.cpp b/service/system/logger_service/server/src/ss_logger_error_event_responses.cpp index dc23d8b..dc23d8b 100755 --- a/systemservice/logger_service/server/src/ss_logger_error_event_responses.cpp +++ b/service/system/logger_service/server/src/ss_logger_error_event_responses.cpp diff --git a/systemservice/logger_service/server/src/ss_logger_error_event_storage.cpp b/service/system/logger_service/server/src/ss_logger_error_event_storage.cpp index ffdebe7..ffdebe7 100755 --- a/systemservice/logger_service/server/src/ss_logger_error_event_storage.cpp +++ b/service/system/logger_service/server/src/ss_logger_error_event_storage.cpp diff --git a/systemservice/logger_service/server/src/ss_logger_fs_directory.cpp b/service/system/logger_service/server/src/ss_logger_fs_directory.cpp index 4cb3996..4cb3996 100755 --- a/systemservice/logger_service/server/src/ss_logger_fs_directory.cpp +++ b/service/system/logger_service/server/src/ss_logger_fs_directory.cpp diff --git a/systemservice/logger_service/server/src/ss_logger_popups.cpp b/service/system/logger_service/server/src/ss_logger_popups.cpp index 92a5737..92a5737 100755 --- a/systemservice/logger_service/server/src/ss_logger_popups.cpp +++ b/service/system/logger_service/server/src/ss_logger_popups.cpp diff --git a/systemservice/logger_service/server/src/ss_logger_reader_writer_control.cpp b/service/system/logger_service/server/src/ss_logger_reader_writer_control.cpp index 692cab8..692cab8 100755 --- a/systemservice/logger_service/server/src/ss_logger_reader_writer_control.cpp +++ b/service/system/logger_service/server/src/ss_logger_reader_writer_control.cpp diff --git a/systemservice/logger_service/server/src/ss_logger_server_callbacks.cpp b/service/system/logger_service/server/src/ss_logger_server_callbacks.cpp index 82a677b..82a677b 100755 --- a/systemservice/logger_service/server/src/ss_logger_server_callbacks.cpp +++ b/service/system/logger_service/server/src/ss_logger_server_callbacks.cpp diff --git a/systemservice/logger_service/server/src/ss_logger_util.cpp b/service/system/logger_service/server/src/ss_logger_util.cpp index 6ac7225..6ac7225 100755 --- a/systemservice/logger_service/server/src/ss_logger_util.cpp +++ b/service/system/logger_service/server/src/ss_logger_util.cpp diff --git a/systemservice/logger_service/server/src/testapps/fopen b/service/system/logger_service/server/src/testapps/fopen index e69de29..e69de29 100755 --- a/systemservice/logger_service/server/src/testapps/fopen +++ b/service/system/logger_service/server/src/testapps/fopen diff --git a/systemservice/logger_service/server/src/testapps/testapps.log b/service/system/logger_service/server/src/testapps/testapps.log index e69de29..e69de29 100755 --- a/systemservice/logger_service/server/src/testapps/testapps.log +++ b/service/system/logger_service/server/src/testapps/testapps.log diff --git a/systemservice/logger_service/server/src/testapps/testapps.tar.gz b/service/system/logger_service/server/src/testapps/testapps.tar.gz index e69de29..e69de29 100755 --- a/systemservice/logger_service/server/src/testapps/testapps.tar.gz +++ b/service/system/logger_service/server/src/testapps/testapps.tar.gz diff --git a/systemservice/logger_service/server/src/udp_file_writer.cpp b/service/system/logger_service/server/src/udp_file_writer.cpp index c07db07..c07db07 100755 --- a/systemservice/logger_service/server/src/udp_file_writer.cpp +++ b/service/system/logger_service/server/src/udp_file_writer.cpp diff --git a/systemservice/logger_service/server/src/udp_writer.cpp b/service/system/logger_service/server/src/udp_writer.cpp index 8fc4d84..8fc4d84 100755 --- a/systemservice/logger_service/server/src/udp_writer.cpp +++ b/service/system/logger_service/server/src/udp_writer.cpp diff --git a/systemservice/logger_service/server/src/writer.cpp b/service/system/logger_service/server/src/writer.cpp index 907b202..907b202 100755 --- a/systemservice/logger_service/server/src/writer.cpp +++ b/service/system/logger_service/server/src/writer.cpp diff --git a/systemservice/logger_service/server/work/Makefile b/service/system/logger_service/server/work/Makefile index 79cef35..79cef35 100755 --- a/systemservice/logger_service/server/work/Makefile +++ b/service/system/logger_service/server/work/Makefile diff --git a/systemservice/task_manager/LICENSE b/service/system/power_service/LICENSE index f433b1a..f433b1a 100755 --- a/systemservice/task_manager/LICENSE +++ b/service/system/power_service/LICENSE diff --git a/systemservice/power_service/Makefile.server b/service/system/power_service/Makefile.server index b11e0d8..b11e0d8 100755 --- a/systemservice/power_service/Makefile.server +++ b/service/system/power_service/Makefile.server diff --git a/systemservice/power_service/server/Makefile b/service/system/power_service/server/Makefile index f81d2ba..f81d2ba 100755 --- a/systemservice/power_service/server/Makefile +++ b/service/system/power_service/server/Makefile diff --git a/systemservice/power_service/server/include/ss_power.h b/service/system/power_service/server/include/ss_power.h index b1e3de5..b1e3de5 100755 --- a/systemservice/power_service/server/include/ss_power.h +++ b/service/system/power_service/server/include/ss_power.h diff --git a/systemservice/power_service/server/include/ss_power_config.h b/service/system/power_service/server/include/ss_power_config.h index 09ca70d..09ca70d 100755 --- a/systemservice/power_service/server/include/ss_power_config.h +++ b/service/system/power_service/server/include/ss_power_config.h diff --git a/systemservice/power_service/server/include/ss_power_powerservicelog.h b/service/system/power_service/server/include/ss_power_powerservicelog.h index 3d912fa..3d912fa 100755 --- a/systemservice/power_service/server/include/ss_power_powerservicelog.h +++ b/service/system/power_service/server/include/ss_power_powerservicelog.h diff --git a/systemservice/power_service/server/include/ss_power_session.h b/service/system/power_service/server/include/ss_power_session.h index 47a4a4a..47a4a4a 100755 --- a/systemservice/power_service/server/include/ss_power_session.h +++ b/service/system/power_service/server/include/ss_power_session.h diff --git a/systemservice/power_service/server/include/ss_power_state_hysteresis.h b/service/system/power_service/server/include/ss_power_state_hysteresis.h index c136630..c136630 100755 --- a/systemservice/power_service/server/include/ss_power_state_hysteresis.h +++ b/service/system/power_service/server/include/ss_power_state_hysteresis.h diff --git a/systemservice/power_service/server/include/ss_power_state_machine.h b/service/system/power_service/server/include/ss_power_state_machine.h index 086f36c..086f36c 100755 --- a/systemservice/power_service/server/include/ss_power_state_machine.h +++ b/service/system/power_service/server/include/ss_power_state_machine.h diff --git a/systemservice/power_service/server/src/powerservice_application.cpp b/service/system/power_service/server/src/powerservice_application.cpp index 4c44459..4c44459 100755 --- a/systemservice/power_service/server/src/powerservice_application.cpp +++ b/service/system/power_service/server/src/powerservice_application.cpp diff --git a/systemservice/power_service/server/src/powerservice_main.cpp b/service/system/power_service/server/src/powerservice_main.cpp index 0b1ccfe..0b1ccfe 100755 --- a/systemservice/power_service/server/src/powerservice_main.cpp +++ b/service/system/power_service/server/src/powerservice_main.cpp diff --git a/systemservice/power_service/server/src/ss_power.cpp b/service/system/power_service/server/src/ss_power.cpp index 26e8881..26e8881 100755 --- a/systemservice/power_service/server/src/ss_power.cpp +++ b/service/system/power_service/server/src/ss_power.cpp diff --git a/systemservice/power_service/server/src/ss_power_config.cpp b/service/system/power_service/server/src/ss_power_config.cpp index 3975b56..3975b56 100755 --- a/systemservice/power_service/server/src/ss_power_config.cpp +++ b/service/system/power_service/server/src/ss_power_config.cpp diff --git a/systemservice/power_service/server/src/ss_power_session.cpp b/service/system/power_service/server/src/ss_power_session.cpp index 20db4a9..20db4a9 100755 --- a/systemservice/power_service/server/src/ss_power_session.cpp +++ b/service/system/power_service/server/src/ss_power_session.cpp diff --git a/systemservice/power_service/server/src/ss_power_state_machine.cpp b/service/system/power_service/server/src/ss_power_state_machine.cpp index 28291e5..28291e5 100755 --- a/systemservice/power_service/server/src/ss_power_state_machine.cpp +++ b/service/system/power_service/server/src/ss_power_state_machine.cpp diff --git a/systemservice/power_service/server/src/ss_pwr_test_client_handlers.cpp b/service/system/power_service/server/src/ss_pwr_test_client_handlers.cpp index 1542281..1542281 100755 --- a/systemservice/power_service/server/src/ss_pwr_test_client_handlers.cpp +++ b/service/system/power_service/server/src/ss_pwr_test_client_handlers.cpp diff --git a/systemservice/power_service/server/src/ss_supervisor_handlers.cpp b/service/system/power_service/server/src/ss_supervisor_handlers.cpp index 4bd88d9..4bd88d9 100755 --- a/systemservice/power_service/server/src/ss_supervisor_handlers.cpp +++ b/service/system/power_service/server/src/ss_supervisor_handlers.cpp diff --git a/systemservice/power_service/server/src/ss_system_handlers.cpp b/service/system/power_service/server/src/ss_system_handlers.cpp index 60a9980..60a9980 100755 --- a/systemservice/power_service/server/src/ss_system_handlers.cpp +++ b/service/system/power_service/server/src/ss_system_handlers.cpp diff --git a/systemservice/version_library/LICENSE b/service/system/resource_manager/LICENSE index f433b1a..f433b1a 100755 --- a/systemservice/version_library/LICENSE +++ b/service/system/resource_manager/LICENSE diff --git a/systemservice/resource_manager/Makefile.client b/service/system/resource_manager/Makefile.client index 2f9b64b..2f9b64b 100755 --- a/systemservice/resource_manager/Makefile.client +++ b/service/system/resource_manager/Makefile.client diff --git a/systemservice/resource_manager/Makefile.server b/service/system/resource_manager/Makefile.server index 2257507..2257507 100755 --- a/systemservice/resource_manager/Makefile.server +++ b/service/system/resource_manager/Makefile.server diff --git a/systemservice/resource_manager/client/Makefile b/service/system/resource_manager/client/Makefile index a2bde46..a2bde46 100755 --- a/systemservice/resource_manager/client/Makefile +++ b/service/system/resource_manager/client/Makefile diff --git a/systemservice/resource_manager/client/RESMGR.api b/service/system/resource_manager/client/RESMGR.api index 7bd9734..7bd9734 100755 --- a/systemservice/resource_manager/client/RESMGR.api +++ b/service/system/resource_manager/client/RESMGR.api diff --git a/systemservice/resource_manager/client/include/resmgr_api_resourcemanagerlog.h b/service/system/resource_manager/client/include/resmgr_api_resourcemanagerlog.h index b9d66fa..b9d66fa 100755 --- a/systemservice/resource_manager/client/include/resmgr_api_resourcemanagerlog.h +++ b/service/system/resource_manager/client/include/resmgr_api_resourcemanagerlog.h diff --git a/systemservice/resource_manager/client/libresm.ver b/service/system/resource_manager/client/libresm.ver index fc56632..fc56632 100755 --- a/systemservice/resource_manager/client/libresm.ver +++ b/service/system/resource_manager/client/libresm.ver diff --git a/systemservice/resource_manager/client/src/#resmgr_api_lib.c# b/service/system/resource_manager/client/src/#resmgr_api_lib.c# index 02e84e4..02e84e4 100755 --- a/systemservice/resource_manager/client/src/#resmgr_api_lib.c# +++ b/service/system/resource_manager/client/src/#resmgr_api_lib.c# diff --git a/systemservice/resource_manager/client/src/resmgr_api_lib.c b/service/system/resource_manager/client/src/resmgr_api_lib.c index 02e84e4..02e84e4 100755 --- a/systemservice/resource_manager/client/src/resmgr_api_lib.c +++ b/service/system/resource_manager/client/src/resmgr_api_lib.c diff --git a/systemservice/resource_manager/drop_caches/Makefile b/service/system/resource_manager/drop_caches/Makefile index 03b31cf..03b31cf 100755 --- a/systemservice/resource_manager/drop_caches/Makefile +++ b/service/system/resource_manager/drop_caches/Makefile diff --git a/systemservice/resource_manager/drop_caches/src/drop_caches.cpp b/service/system/resource_manager/drop_caches/src/drop_caches.cpp index d192705..d192705 100755 --- a/systemservice/resource_manager/drop_caches/src/drop_caches.cpp +++ b/service/system/resource_manager/drop_caches/src/drop_caches.cpp diff --git a/systemservice/resource_manager/server/Makefile b/service/system/resource_manager/server/Makefile index cae9191..cae9191 100755 --- a/systemservice/resource_manager/server/Makefile +++ b/service/system/resource_manager/server/Makefile diff --git a/systemservice/resource_manager/server/include/proc_watch.h b/service/system/resource_manager/server/include/proc_watch.h index 8a98afd..8a98afd 100755 --- a/systemservice/resource_manager/server/include/proc_watch.h +++ b/service/system/resource_manager/server/include/proc_watch.h diff --git a/systemservice/resource_manager/server/include/resm_cfg.h b/service/system/resource_manager/server/include/resm_cfg.h index e48cdce..e48cdce 100755 --- a/systemservice/resource_manager/server/include/resm_cfg.h +++ b/service/system/resource_manager/server/include/resm_cfg.h diff --git a/systemservice/resource_manager/server/include/resm_internal.h b/service/system/resource_manager/server/include/resm_internal.h index 090814e..090814e 100755 --- a/systemservice/resource_manager/server/include/resm_internal.h +++ b/service/system/resource_manager/server/include/resm_internal.h diff --git a/systemservice/resource_manager/server/include/ss_resm_resourcemanagerlog.h b/service/system/resource_manager/server/include/ss_resm_resourcemanagerlog.h index 94c16b3..94c16b3 100755 --- a/systemservice/resource_manager/server/include/ss_resm_resourcemanagerlog.h +++ b/service/system/resource_manager/server/include/ss_resm_resourcemanagerlog.h diff --git a/systemservice/resource_manager/server/include/system_service/resm.h b/service/system/resource_manager/server/include/system_service/resm.h index d3b8850..d3b8850 100755 --- a/systemservice/resource_manager/server/include/system_service/resm.h +++ b/service/system/resource_manager/server/include/system_service/resm.h diff --git a/systemservice/resource_manager/server/include/system_service/resm_type.h b/service/system/resource_manager/server/include/system_service/resm_type.h index 1adbf37..1adbf37 100755 --- a/systemservice/resource_manager/server/include/system_service/resm_type.h +++ b/service/system/resource_manager/server/include/system_service/resm_type.h diff --git a/systemservice/resource_manager/server/include/system_service/resource_manager.h b/service/system/resource_manager/server/include/system_service/resource_manager.h index 48c7a4c..48c7a4c 100755 --- a/systemservice/resource_manager/server/include/system_service/resource_manager.h +++ b/service/system/resource_manager/server/include/system_service/resource_manager.h diff --git a/systemservice/resource_manager/server/src/cpuload_custom.cpp b/service/system/resource_manager/server/src/cpuload_custom.cpp index c6a8e75..c6a8e75 100755 --- a/systemservice/resource_manager/server/src/cpuload_custom.cpp +++ b/service/system/resource_manager/server/src/cpuload_custom.cpp diff --git a/systemservice/resource_manager/server/src/proc_watch.cpp b/service/system/resource_manager/server/src/proc_watch.cpp index c432af1..c432af1 100755 --- a/systemservice/resource_manager/server/src/proc_watch.cpp +++ b/service/system/resource_manager/server/src/proc_watch.cpp diff --git a/systemservice/resource_manager/server/src/resm.cpp b/service/system/resource_manager/server/src/resm.cpp index 41caa19..41caa19 100755 --- a/systemservice/resource_manager/server/src/resm.cpp +++ b/service/system/resource_manager/server/src/resm.cpp diff --git a/systemservice/resource_manager/server/src/resourcemanager_application.cpp b/service/system/resource_manager/server/src/resourcemanager_application.cpp index 225160b..225160b 100755 --- a/systemservice/resource_manager/server/src/resourcemanager_application.cpp +++ b/service/system/resource_manager/server/src/resourcemanager_application.cpp diff --git a/update_hal/LICENSE b/service/system/rom_access_library/LICENSE index f433b1a..f433b1a 100755 --- a/update_hal/LICENSE +++ b/service/system/rom_access_library/LICENSE diff --git a/systemservice/rom_access_library/Makefile.client b/service/system/rom_access_library/Makefile.client index adb1845..adb1845 100755 --- a/systemservice/rom_access_library/Makefile.client +++ b/service/system/rom_access_library/Makefile.client diff --git a/systemservice/rom_access_library/library/Makefile b/service/system/rom_access_library/library/Makefile index e8c64b2..e8c64b2 100755 --- a/systemservice/rom_access_library/library/Makefile +++ b/service/system/rom_access_library/library/Makefile diff --git a/systemservice/rom_access_library/library/include/rom_access_library_nor.h b/service/system/rom_access_library/library/include/rom_access_library_nor.h index 417b78f..417b78f 100755 --- a/systemservice/rom_access_library/library/include/rom_access_library_nor.h +++ b/service/system/rom_access_library/library/include/rom_access_library_nor.h diff --git a/systemservice/rom_access_library/library/include/rom_access_library_rom.h b/service/system/rom_access_library/library/include/rom_access_library_rom.h index 1e02e6e..1e02e6e 100755 --- a/systemservice/rom_access_library/library/include/rom_access_library_rom.h +++ b/service/system/rom_access_library/library/include/rom_access_library_rom.h diff --git a/systemservice/rom_access_library/library/include/ss_rom_access_define.h b/service/system/rom_access_library/library/include/ss_rom_access_define.h index 689fea2..689fea2 100755 --- a/systemservice/rom_access_library/library/include/ss_rom_access_define.h +++ b/service/system/rom_access_library/library/include/ss_rom_access_define.h diff --git a/systemservice/rom_access_library/library/include/ss_rom_access_if_romaccesslibrarylog.h b/service/system/rom_access_library/library/include/ss_rom_access_if_romaccesslibrarylog.h index e62b5af..e62b5af 100755 --- a/systemservice/rom_access_library/library/include/ss_rom_access_if_romaccesslibrarylog.h +++ b/service/system/rom_access_library/library/include/ss_rom_access_if_romaccesslibrarylog.h diff --git a/systemservice/rom_access_library/library/include/ss_sm_checksum.h b/service/system/rom_access_library/library/include/ss_sm_checksum.h index 271964c..271964c 100755 --- a/systemservice/rom_access_library/library/include/ss_sm_checksum.h +++ b/service/system/rom_access_library/library/include/ss_sm_checksum.h diff --git a/systemservice/rom_access_library/library/include/system_service/nor_backup.h b/service/system/rom_access_library/library/include/system_service/nor_backup.h index 8c95a10..8c95a10 100755 --- a/systemservice/rom_access_library/library/include/system_service/nor_backup.h +++ b/service/system/rom_access_library/library/include/system_service/nor_backup.h diff --git a/systemservice/rom_access_library/library/include/system_service/rom_access_library.h b/service/system/rom_access_library/library/include/system_service/rom_access_library.h index 50e44b1..50e44b1 100755 --- a/systemservice/rom_access_library/library/include/system_service/rom_access_library.h +++ b/service/system/rom_access_library/library/include/system_service/rom_access_library.h diff --git a/systemservice/rom_access_library/library/include/system_service/ss_sm_boot_access.h b/service/system/rom_access_library/library/include/system_service/ss_sm_boot_access.h index bac051c..bac051c 100755 --- a/systemservice/rom_access_library/library/include/system_service/ss_sm_boot_access.h +++ b/service/system/rom_access_library/library/include/system_service/ss_sm_boot_access.h diff --git a/systemservice/rom_access_library/library/include/system_service/ss_sm_ram_access.h b/service/system/rom_access_library/library/include/system_service/ss_sm_ram_access.h index f96966b..f96966b 100755 --- a/systemservice/rom_access_library/library/include/system_service/ss_sm_ram_access.h +++ b/service/system/rom_access_library/library/include/system_service/ss_sm_ram_access.h diff --git a/systemservice/rom_access_library/library/include/system_service/ss_sm_rom_access.h b/service/system/rom_access_library/library/include/system_service/ss_sm_rom_access.h index 4ba1a76..4ba1a76 100755 --- a/systemservice/rom_access_library/library/include/system_service/ss_sm_rom_access.h +++ b/service/system/rom_access_library/library/include/system_service/ss_sm_rom_access.h diff --git a/systemservice/rom_access_library/library/nor/Makefile b/service/system/rom_access_library/library/nor/Makefile index f30c271..f30c271 100755 --- a/systemservice/rom_access_library/library/nor/Makefile +++ b/service/system/rom_access_library/library/nor/Makefile diff --git a/systemservice/rom_access_library/library/nor/libBlkDev_API.ver b/service/system/rom_access_library/library/nor/libBlkDev_API.ver index 5ebddcb..5ebddcb 100755 --- a/systemservice/rom_access_library/library/nor/libBlkDev_API.ver +++ b/service/system/rom_access_library/library/nor/libBlkDev_API.ver diff --git a/systemservice/rom_access_library/library/nor/libssaccess.ver b/service/system/rom_access_library/library/nor/libssaccess.ver index c4bd070..c4bd070 100755 --- a/systemservice/rom_access_library/library/nor/libssaccess.ver +++ b/service/system/rom_access_library/library/nor/libssaccess.ver diff --git a/systemservice/rom_access_library/library/nor/src/nor_backup.c b/service/system/rom_access_library/library/nor/src/nor_backup.c index 8a133b0..8a133b0 100755 --- a/systemservice/rom_access_library/library/nor/src/nor_backup.c +++ b/service/system/rom_access_library/library/nor/src/nor_backup.c diff --git a/systemservice/rom_access_library/library/rom/Makefile b/service/system/rom_access_library/library/rom/Makefile index 81acd8a..81acd8a 100755 --- a/systemservice/rom_access_library/library/rom/Makefile +++ b/service/system/rom_access_library/library/rom/Makefile diff --git a/systemservice/rom_access_library/library/rom/src/ss_sm_boot_access.cpp b/service/system/rom_access_library/library/rom/src/ss_sm_boot_access.cpp index 44e8a53..44e8a53 100755 --- a/systemservice/rom_access_library/library/rom/src/ss_sm_boot_access.cpp +++ b/service/system/rom_access_library/library/rom/src/ss_sm_boot_access.cpp diff --git a/systemservice/rom_access_library/library/rom/src/ss_sm_checksum.cpp b/service/system/rom_access_library/library/rom/src/ss_sm_checksum.cpp index 52cb114..52cb114 100755 --- a/systemservice/rom_access_library/library/rom/src/ss_sm_checksum.cpp +++ b/service/system/rom_access_library/library/rom/src/ss_sm_checksum.cpp diff --git a/systemservice/rom_access_library/library/rom/src/ss_sm_ram_access.cpp b/service/system/rom_access_library/library/rom/src/ss_sm_ram_access.cpp index b5cf244..b5cf244 100755 --- a/systemservice/rom_access_library/library/rom/src/ss_sm_ram_access.cpp +++ b/service/system/rom_access_library/library/rom/src/ss_sm_ram_access.cpp diff --git a/systemservice/rom_access_library/library/rom/src/ss_sm_rom_access.cpp b/service/system/rom_access_library/library/rom/src/ss_sm_rom_access.cpp index 53589c2..53589c2 100755 --- a/systemservice/rom_access_library/library/rom/src/ss_sm_rom_access.cpp +++ b/service/system/rom_access_library/library/rom/src/ss_sm_rom_access.cpp diff --git a/usb_hal/LICENSE b/service/system/system_manager/LICENSE index f433b1a..f433b1a 100755 --- a/usb_hal/LICENSE +++ b/service/system/system_manager/LICENSE diff --git a/systemservice/system_manager/Makefile.server b/service/system/system_manager/Makefile.server index 83bc39b..83bc39b 100755 --- a/systemservice/system_manager/Makefile.server +++ b/service/system/system_manager/Makefile.server diff --git a/systemservice/system_manager/server/Makefile b/service/system/system_manager/server/Makefile index 04185f9..04185f9 100755 --- a/systemservice/system_manager/server/Makefile +++ b/service/system/system_manager/server/Makefile diff --git a/systemservice/system_manager/server/PhaseInfo.txt b/service/system/system_manager/server/PhaseInfo.txt index 7ed792b..7ed792b 100755 --- a/systemservice/system_manager/server/PhaseInfo.txt +++ b/service/system/system_manager/server/PhaseInfo.txt diff --git a/systemservice/system_manager/server/include/crashdetector/ss_crashdetector.h b/service/system/system_manager/server/include/crashdetector/ss_crashdetector.h index ae05af4..ae05af4 100755 --- a/systemservice/system_manager/server/include/crashdetector/ss_crashdetector.h +++ b/service/system/system_manager/server/include/crashdetector/ss_crashdetector.h diff --git a/systemservice/system_manager/server/include/heartbeat/ss_hb_if.h b/service/system/system_manager/server/include/heartbeat/ss_hb_if.h index 8d6618f..8d6618f 100755 --- a/systemservice/system_manager/server/include/heartbeat/ss_hb_if.h +++ b/service/system/system_manager/server/include/heartbeat/ss_hb_if.h diff --git a/systemservice/system_manager/server/include/heartbeat/ss_hb_session.h b/service/system/system_manager/server/include/heartbeat/ss_hb_session.h index 5414f09..5414f09 100755 --- a/systemservice/system_manager/server/include/heartbeat/ss_hb_session.h +++ b/service/system/system_manager/server/include/heartbeat/ss_hb_session.h diff --git a/systemservice/system_manager/server/include/heartbeat/ss_hb_thread.h b/service/system/system_manager/server/include/heartbeat/ss_hb_thread.h index 7ca8e17..7ca8e17 100755 --- a/systemservice/system_manager/server/include/heartbeat/ss_hb_thread.h +++ b/service/system/system_manager/server/include/heartbeat/ss_hb_thread.h diff --git a/systemservice/system_manager/server/include/processlauncher/ProcessLauncher.h b/service/system/system_manager/server/include/processlauncher/ProcessLauncher.h index 409524f..409524f 100755 --- a/systemservice/system_manager/server/include/processlauncher/ProcessLauncher.h +++ b/service/system/system_manager/server/include/processlauncher/ProcessLauncher.h diff --git a/systemservice/system_manager/server/include/processlauncher/ProcessLauncher_if.h b/service/system/system_manager/server/include/processlauncher/ProcessLauncher_if.h index f8d047a..f8d047a 100755 --- a/systemservice/system_manager/server/include/processlauncher/ProcessLauncher_if.h +++ b/service/system/system_manager/server/include/processlauncher/ProcessLauncher_if.h diff --git a/systemservice/system_manager/server/include/processlauncher/ss_sm_process_launcher.h b/service/system/system_manager/server/include/processlauncher/ss_sm_process_launcher.h index 1ca177c..1ca177c 100755 --- a/systemservice/system_manager/server/include/processlauncher/ss_sm_process_launcher.h +++ b/service/system/system_manager/server/include/processlauncher/ss_sm_process_launcher.h diff --git a/systemservice/system_manager/server/include/processlauncher/ss_sm_process_launcher_protocol.h b/service/system/system_manager/server/include/processlauncher/ss_sm_process_launcher_protocol.h index cd69832..cd69832 100755 --- a/systemservice/system_manager/server/include/processlauncher/ss_sm_process_launcher_protocol.h +++ b/service/system/system_manager/server/include/processlauncher/ss_sm_process_launcher_protocol.h diff --git a/systemservice/system_manager/server/include/ss_sm_config.h b/service/system/system_manager/server/include/ss_sm_config.h index 19736f6..19736f6 100755 --- a/systemservice/system_manager/server/include/ss_sm_config.h +++ b/service/system/system_manager/server/include/ss_sm_config.h diff --git a/systemservice/system_manager/server/include/ss_sm_default_paths.h b/service/system/system_manager/server/include/ss_sm_default_paths.h index 8ffafd9..8ffafd9 100755 --- a/systemservice/system_manager/server/include/ss_sm_default_paths.h +++ b/service/system/system_manager/server/include/ss_sm_default_paths.h diff --git a/systemservice/system_manager/server/include/ss_sm_dynamic_launch_table.h b/service/system/system_manager/server/include/ss_sm_dynamic_launch_table.h index 685b43b..685b43b 100755 --- a/systemservice/system_manager/server/include/ss_sm_dynamic_launch_table.h +++ b/service/system/system_manager/server/include/ss_sm_dynamic_launch_table.h diff --git a/systemservice/system_manager/server/include/ss_sm_dynamic_launcher.h b/service/system/system_manager/server/include/ss_sm_dynamic_launcher.h index a6efb1f..a6efb1f 100755 --- a/systemservice/system_manager/server/include/ss_sm_dynamic_launcher.h +++ b/service/system/system_manager/server/include/ss_sm_dynamic_launcher.h diff --git a/systemservice/system_manager/server/include/ss_sm_launch_configuration.h b/service/system/system_manager/server/include/ss_sm_launch_configuration.h index 7296714..7296714 100755 --- a/systemservice/system_manager/server/include/ss_sm_launch_configuration.h +++ b/service/system/system_manager/server/include/ss_sm_launch_configuration.h diff --git a/systemservice/system_manager/server/include/ss_sm_signals.h b/service/system/system_manager/server/include/ss_sm_signals.h index 4c52b32..4c52b32 100755 --- a/systemservice/system_manager/server/include/ss_sm_signals.h +++ b/service/system/system_manager/server/include/ss_sm_signals.h diff --git a/systemservice/system_manager/server/include/ss_sm_systemmanagerlog.h b/service/system/system_manager/server/include/ss_sm_systemmanagerlog.h index 0499751..0499751 100755 --- a/systemservice/system_manager/server/include/ss_sm_systemmanagerlog.h +++ b/service/system/system_manager/server/include/ss_sm_systemmanagerlog.h diff --git a/systemservice/system_manager/server/include/ss_sm_version.h b/service/system/system_manager/server/include/ss_sm_version.h index ea0a775..ea0a775 100755 --- a/systemservice/system_manager/server/include/ss_sm_version.h +++ b/service/system/system_manager/server/include/ss_sm_version.h diff --git a/systemservice/system_manager/server/include/ss_system_manager.h b/service/system/system_manager/server/include/ss_system_manager.h index 12d5bad..12d5bad 100755 --- a/systemservice/system_manager/server/include/ss_system_manager.h +++ b/service/system/system_manager/server/include/ss_system_manager.h diff --git a/systemservice/system_manager/server/include/ss_system_manager_callbacks.h b/service/system/system_manager/server/include/ss_system_manager_callbacks.h index e9d5938..e9d5938 100755 --- a/systemservice/system_manager/server/include/ss_system_manager_callbacks.h +++ b/service/system/system_manager/server/include/ss_system_manager_callbacks.h diff --git a/systemservice/system_manager/server/include/ss_system_memory_monitor.h b/service/system/system_manager/server/include/ss_system_memory_monitor.h index 50cf857..50cf857 100755 --- a/systemservice/system_manager/server/include/ss_system_memory_monitor.h +++ b/service/system/system_manager/server/include/ss_system_memory_monitor.h diff --git a/systemservice/system_manager/server/include/ss_system_thread_info.h b/service/system/system_manager/server/include/ss_system_thread_info.h index f21ad5a..f21ad5a 100755 --- a/systemservice/system_manager/server/include/ss_system_thread_info.h +++ b/service/system/system_manager/server/include/ss_system_thread_info.h diff --git a/systemservice/system_manager/server/include/system_launcher_cfg_format.h b/service/system/system_manager/server/include/system_launcher_cfg_format.h index b30b21f..b30b21f 100755 --- a/systemservice/system_manager/server/include/system_launcher_cfg_format.h +++ b/service/system/system_manager/server/include/system_launcher_cfg_format.h diff --git a/systemservice/system_manager/server/sm_launch__CWORD84_.xml b/service/system/system_manager/server/sm_launch__CWORD84_.xml index 1392bbb..1392bbb 100755 --- a/systemservice/system_manager/server/sm_launch__CWORD84_.xml +++ b/service/system/system_manager/server/sm_launch__CWORD84_.xml diff --git a/systemservice/system_manager/server/src/heartbeat/ss_hb_if.cpp b/service/system/system_manager/server/src/heartbeat/ss_hb_if.cpp index a3c2777..a3c2777 100755 --- a/systemservice/system_manager/server/src/heartbeat/ss_hb_if.cpp +++ b/service/system/system_manager/server/src/heartbeat/ss_hb_if.cpp diff --git a/systemservice/system_manager/server/src/heartbeat/ss_hb_service_protocol.cpp b/service/system/system_manager/server/src/heartbeat/ss_hb_service_protocol.cpp index 5fb4e00..5fb4e00 100755 --- a/systemservice/system_manager/server/src/heartbeat/ss_hb_service_protocol.cpp +++ b/service/system/system_manager/server/src/heartbeat/ss_hb_service_protocol.cpp diff --git a/systemservice/system_manager/server/src/heartbeat/ss_hb_session.cpp b/service/system/system_manager/server/src/heartbeat/ss_hb_session.cpp index 8178e46..8178e46 100755 --- a/systemservice/system_manager/server/src/heartbeat/ss_hb_session.cpp +++ b/service/system/system_manager/server/src/heartbeat/ss_hb_session.cpp diff --git a/systemservice/system_manager/server/src/heartbeat/ss_hb_thread.cpp b/service/system/system_manager/server/src/heartbeat/ss_hb_thread.cpp index 19d124a..19d124a 100755 --- a/systemservice/system_manager/server/src/heartbeat/ss_hb_thread.cpp +++ b/service/system/system_manager/server/src/heartbeat/ss_hb_thread.cpp diff --git a/systemservice/system_manager/server/src/processlauncher/ProcessLauncher.cpp b/service/system/system_manager/server/src/processlauncher/ProcessLauncher.cpp index 6b709fe..6b709fe 100755 --- a/systemservice/system_manager/server/src/processlauncher/ProcessLauncher.cpp +++ b/service/system/system_manager/server/src/processlauncher/ProcessLauncher.cpp diff --git a/systemservice/system_manager/server/src/processlauncher/ProcessLauncher_if.cpp b/service/system/system_manager/server/src/processlauncher/ProcessLauncher_if.cpp index 3d9b2e9..3d9b2e9 100755 --- a/systemservice/system_manager/server/src/processlauncher/ProcessLauncher_if.cpp +++ b/service/system/system_manager/server/src/processlauncher/ProcessLauncher_if.cpp diff --git a/systemservice/system_manager/server/src/ss_sm_config.cpp b/service/system/system_manager/server/src/ss_sm_config.cpp index 2a8d11e..2a8d11e 100755 --- a/systemservice/system_manager/server/src/ss_sm_config.cpp +++ b/service/system/system_manager/server/src/ss_sm_config.cpp diff --git a/systemservice/system_manager/server/src/ss_sm_dynamic_launcher.cpp b/service/system/system_manager/server/src/ss_sm_dynamic_launcher.cpp index 6144fa4..6144fa4 100755 --- a/systemservice/system_manager/server/src/ss_sm_dynamic_launcher.cpp +++ b/service/system/system_manager/server/src/ss_sm_dynamic_launcher.cpp diff --git a/systemservice/system_manager/server/src/ss_sm_version.cpp b/service/system/system_manager/server/src/ss_sm_version.cpp index 9df970f..9df970f 100755 --- a/systemservice/system_manager/server/src/ss_sm_version.cpp +++ b/service/system/system_manager/server/src/ss_sm_version.cpp diff --git a/systemservice/system_manager/server/src/ss_system_manager.cpp b/service/system/system_manager/server/src/ss_system_manager.cpp index 8e26f23..8e26f23 100755 --- a/systemservice/system_manager/server/src/ss_system_manager.cpp +++ b/service/system/system_manager/server/src/ss_system_manager.cpp diff --git a/systemservice/system_manager/server/src/ss_system_manager_callbacks.cpp b/service/system/system_manager/server/src/ss_system_manager_callbacks.cpp index 2e597ce..2e597ce 100755 --- a/systemservice/system_manager/server/src/ss_system_manager_callbacks.cpp +++ b/service/system/system_manager/server/src/ss_system_manager_callbacks.cpp diff --git a/systemservice/system_manager/server/src/ss_system_manager_error_event.cpp b/service/system/system_manager/server/src/ss_system_manager_error_event.cpp index 131b86a..131b86a 100755 --- a/systemservice/system_manager/server/src/ss_system_manager_error_event.cpp +++ b/service/system/system_manager/server/src/ss_system_manager_error_event.cpp diff --git a/systemservice/system_manager/server/src/ss_system_manager_error_event_responses.cpp b/service/system/system_manager/server/src/ss_system_manager_error_event_responses.cpp index 28e8dbf..28e8dbf 100755 --- a/systemservice/system_manager/server/src/ss_system_manager_error_event_responses.cpp +++ b/service/system/system_manager/server/src/ss_system_manager_error_event_responses.cpp diff --git a/systemservice/system_manager/server/src/ss_system_manager_error_event_triggers.cpp b/service/system/system_manager/server/src/ss_system_manager_error_event_triggers.cpp index 385a628..385a628 100755 --- a/systemservice/system_manager/server/src/ss_system_manager_error_event_triggers.cpp +++ b/service/system/system_manager/server/src/ss_system_manager_error_event_triggers.cpp diff --git a/systemservice/system_manager/server/src/ss_system_memory_monitor.cpp b/service/system/system_manager/server/src/ss_system_memory_monitor.cpp index 7ea9b71..7ea9b71 100755 --- a/systemservice/system_manager/server/src/ss_system_memory_monitor.cpp +++ b/service/system/system_manager/server/src/ss_system_memory_monitor.cpp diff --git a/systemservice/system_manager/server/src/systemmanager_application.cpp b/service/system/system_manager/server/src/systemmanager_application.cpp index 506bb2c..506bb2c 100755 --- a/systemservice/system_manager/server/src/systemmanager_application.cpp +++ b/service/system/system_manager/server/src/systemmanager_application.cpp diff --git a/systemservice/system_manager/server/src/systemmanager_main.cpp b/service/system/system_manager/server/src/systemmanager_main.cpp index d12aecc..d12aecc 100755 --- a/systemservice/system_manager/server/src/systemmanager_main.cpp +++ b/service/system/system_manager/server/src/systemmanager_main.cpp diff --git a/systemservice/system_manager/server/version.txt b/service/system/system_manager/server/version.txt index 7fe8299..7fe8299 100755 --- a/systemservice/system_manager/server/version.txt +++ b/service/system/system_manager/server/version.txt diff --git a/systemservice/system_service.mk b/service/system/system_service.mk index 5444eb4..5444eb4 100755 --- a/systemservice/system_service.mk +++ b/service/system/system_service.mk diff --git a/vehicle_hal/LICENSE b/service/system/task_manager/LICENSE index f433b1a..f433b1a 100755 --- a/vehicle_hal/LICENSE +++ b/service/system/task_manager/LICENSE diff --git a/systemservice/task_manager/Makefile.client b/service/system/task_manager/Makefile.client index 2c1628d..2c1628d 100755 --- a/systemservice/task_manager/Makefile.client +++ b/service/system/task_manager/Makefile.client diff --git a/systemservice/task_manager/Makefile.server b/service/system/task_manager/Makefile.server index 245dcc5..245dcc5 100755 --- a/systemservice/task_manager/Makefile.server +++ b/service/system/task_manager/Makefile.server diff --git a/systemservice/task_manager/client/Makefile b/service/system/task_manager/client/Makefile index 7d90745..7d90745 100755 --- a/systemservice/task_manager/client/Makefile +++ b/service/system/task_manager/client/Makefile diff --git a/systemservice/task_manager/client/libprimary/Makefile b/service/system/task_manager/client/libprimary/Makefile index f58737c..f58737c 100755 --- a/systemservice/task_manager/client/libprimary/Makefile +++ b/service/system/task_manager/client/libprimary/Makefile diff --git a/systemservice/task_manager/client/libprimary/include/pri_main.h b/service/system/task_manager/client/libprimary/include/pri_main.h index c29a337..c29a337 100755 --- a/systemservice/task_manager/client/libprimary/include/pri_main.h +++ b/service/system/task_manager/client/libprimary/include/pri_main.h diff --git a/systemservice/task_manager/client/libprimary/libprimary.ver b/service/system/task_manager/client/libprimary/libprimary.ver index bebdc98..bebdc98 100755 --- a/systemservice/task_manager/client/libprimary/libprimary.ver +++ b/service/system/task_manager/client/libprimary/libprimary.ver diff --git a/systemservice/task_manager/client/libprimary/src/pri_api.cpp b/service/system/task_manager/client/libprimary/src/pri_api.cpp index ca1b40e..ca1b40e 100755 --- a/systemservice/task_manager/client/libprimary/src/pri_api.cpp +++ b/service/system/task_manager/client/libprimary/src/pri_api.cpp diff --git a/systemservice/task_manager/client/libprimary/src/pri_main.cpp b/service/system/task_manager/client/libprimary/src/pri_main.cpp index 9c0dd95..9c0dd95 100755 --- a/systemservice/task_manager/client/libprimary/src/pri_main.cpp +++ b/service/system/task_manager/client/libprimary/src/pri_main.cpp diff --git a/systemservice/task_manager/client/libtskm/Makefile b/service/system/task_manager/client/libtskm/Makefile index b0f7e2f..b0f7e2f 100755 --- a/systemservice/task_manager/client/libtskm/Makefile +++ b/service/system/task_manager/client/libtskm/Makefile diff --git a/systemservice/task_manager/client/libtskm/TSKM.api b/service/system/task_manager/client/libtskm/TSKM.api index 023f53b..023f53b 100755 --- a/systemservice/task_manager/client/libtskm/TSKM.api +++ b/service/system/task_manager/client/libtskm/TSKM.api diff --git a/systemservice/task_manager/client/libtskm/libtskm.ver b/service/system/task_manager/client/libtskm/libtskm.ver index 4d68cee..4d68cee 100755 --- a/systemservice/task_manager/client/libtskm/libtskm.ver +++ b/service/system/task_manager/client/libtskm/libtskm.ver diff --git a/systemservice/task_manager/client/libtskm/src/tskm_api_lib.cpp b/service/system/task_manager/client/libtskm/src/tskm_api_lib.cpp index 625b639..625b639 100755 --- a/systemservice/task_manager/client/libtskm/src/tskm_api_lib.cpp +++ b/service/system/task_manager/client/libtskm/src/tskm_api_lib.cpp diff --git a/systemservice/task_manager/client/libtskmcfg/Makefile b/service/system/task_manager/client/libtskmcfg/Makefile index 9fe2ed3..9fe2ed3 100755 --- a/systemservice/task_manager/client/libtskmcfg/Makefile +++ b/service/system/task_manager/client/libtskmcfg/Makefile diff --git a/systemservice/task_manager/client/libtskmcfg/conf/agl_thread.h b/service/system/task_manager/client/libtskmcfg/conf/agl_thread.h index 83ac087..83ac087 100755 --- a/systemservice/task_manager/client/libtskmcfg/conf/agl_thread.h +++ b/service/system/task_manager/client/libtskmcfg/conf/agl_thread.h diff --git a/systemservice/task_manager/client/libtskmcfg/conf/tskm_launch.xml b/service/system/task_manager/client/libtskmcfg/conf/tskm_launch.xml index d4ab06c..d4ab06c 100755 --- a/systemservice/task_manager/client/libtskmcfg/conf/tskm_launch.xml +++ b/service/system/task_manager/client/libtskmcfg/conf/tskm_launch.xml diff --git a/systemservice/task_manager/client/libtskmcfg/conf/tskm_shutdown.xml b/service/system/task_manager/client/libtskmcfg/conf/tskm_shutdown.xml index 4f724f7..4f724f7 100755 --- a/systemservice/task_manager/client/libtskmcfg/conf/tskm_shutdown.xml +++ b/service/system/task_manager/client/libtskmcfg/conf/tskm_shutdown.xml diff --git a/systemservice/task_manager/client/libtskmcfg/conf/tskm_shutdown_vup.xml b/service/system/task_manager/client/libtskmcfg/conf/tskm_shutdown_vup.xml index 71a30c8..71a30c8 100755 --- a/systemservice/task_manager/client/libtskmcfg/conf/tskm_shutdown_vup.xml +++ b/service/system/task_manager/client/libtskmcfg/conf/tskm_shutdown_vup.xml diff --git a/systemservice/task_manager/client/libtskmcfg/conf/tskm_wakeup.xml b/service/system/task_manager/client/libtskmcfg/conf/tskm_wakeup.xml index aeb3548..aeb3548 100755 --- a/systemservice/task_manager/client/libtskmcfg/conf/tskm_wakeup.xml +++ b/service/system/task_manager/client/libtskmcfg/conf/tskm_wakeup.xml diff --git a/systemservice/task_manager/client/libtskmcfg/conf/tskm_wakeup_vup.xml b/service/system/task_manager/client/libtskmcfg/conf/tskm_wakeup_vup.xml index 7162fdf..7162fdf 100755 --- a/systemservice/task_manager/client/libtskmcfg/conf/tskm_wakeup_vup.xml +++ b/service/system/task_manager/client/libtskmcfg/conf/tskm_wakeup_vup.xml diff --git a/systemservice/task_manager/client/libtskmcfg/include/system_service/task_manager_libtskmcfg.h b/service/system/task_manager/client/libtskmcfg/include/system_service/task_manager_libtskmcfg.h index c042fc8..c042fc8 100755 --- a/systemservice/task_manager/client/libtskmcfg/include/system_service/task_manager_libtskmcfg.h +++ b/service/system/task_manager/client/libtskmcfg/include/system_service/task_manager_libtskmcfg.h diff --git a/systemservice/task_manager/client/libtskmcfg/include/system_service/tskm_svcid.h b/service/system/task_manager/client/libtskmcfg/include/system_service/tskm_svcid.h index d8f3e3d..d8f3e3d 100755 --- a/systemservice/task_manager/client/libtskmcfg/include/system_service/tskm_svcid.h +++ b/service/system/task_manager/client/libtskmcfg/include/system_service/tskm_svcid.h diff --git a/systemservice/task_manager/client/libtskmcfg/include/system_service/tskm_xml_data.h b/service/system/task_manager/client/libtskmcfg/include/system_service/tskm_xml_data.h index 0c8b75b..0c8b75b 100755 --- a/systemservice/task_manager/client/libtskmcfg/include/system_service/tskm_xml_data.h +++ b/service/system/task_manager/client/libtskmcfg/include/system_service/tskm_xml_data.h diff --git a/systemservice/task_manager/client/libtskmcfg/libtskmcfg.ver b/service/system/task_manager/client/libtskmcfg/libtskmcfg.ver index c7bb97b..c7bb97b 100755 --- a/systemservice/task_manager/client/libtskmcfg/libtskmcfg.ver +++ b/service/system/task_manager/client/libtskmcfg/libtskmcfg.ver diff --git a/systemservice/task_manager/client/libtskmcfg/src/parsexml.c b/service/system/task_manager/client/libtskmcfg/src/parsexml.c index 7cb3929..7cb3929 100755 --- a/systemservice/task_manager/client/libtskmcfg/src/parsexml.c +++ b/service/system/task_manager/client/libtskmcfg/src/parsexml.c diff --git a/systemservice/task_manager/client/libtskmcfg/src/tskm_xml_data.cpp b/service/system/task_manager/client/libtskmcfg/src/tskm_xml_data.cpp index 531b701..531b701 100755 --- a/systemservice/task_manager/client/libtskmcfg/src/tskm_xml_data.cpp +++ b/service/system/task_manager/client/libtskmcfg/src/tskm_xml_data.cpp diff --git a/systemservice/task_manager/client/libtskmcfg/tskm_cfg.xml b/service/system/task_manager/client/libtskmcfg/tskm_cfg.xml index 2898f44..2898f44 100755 --- a/systemservice/task_manager/client/libtskmcfg/tskm_cfg.xml +++ b/service/system/task_manager/client/libtskmcfg/tskm_cfg.xml diff --git a/systemservice/task_manager/client/ss_data_init/Makefile b/service/system/task_manager/client/ss_data_init/Makefile index 920fbea..920fbea 100755 --- a/systemservice/task_manager/client/ss_data_init/Makefile +++ b/service/system/task_manager/client/ss_data_init/Makefile diff --git a/systemservice/task_manager/client/ss_data_init/include/libss_data_init_taskmanagerlog.h b/service/system/task_manager/client/ss_data_init/include/libss_data_init_taskmanagerlog.h index 39422e9..39422e9 100755 --- a/systemservice/task_manager/client/ss_data_init/include/libss_data_init_taskmanagerlog.h +++ b/service/system/task_manager/client/ss_data_init/include/libss_data_init_taskmanagerlog.h diff --git a/systemservice/task_manager/client/ss_data_init/include/system_service/task_manager_libss_data_init.h b/service/system/task_manager/client/ss_data_init/include/system_service/task_manager_libss_data_init.h index e3bdfc5..e3bdfc5 100755 --- a/systemservice/task_manager/client/ss_data_init/include/system_service/task_manager_libss_data_init.h +++ b/service/system/task_manager/client/ss_data_init/include/system_service/task_manager_libss_data_init.h diff --git a/systemservice/task_manager/client/ss_data_init/include/system_service/tskm_data_init.h b/service/system/task_manager/client/ss_data_init/include/system_service/tskm_data_init.h index 8cb49d6..8cb49d6 100755 --- a/systemservice/task_manager/client/ss_data_init/include/system_service/tskm_data_init.h +++ b/service/system/task_manager/client/ss_data_init/include/system_service/tskm_data_init.h diff --git a/systemservice/task_manager/client/ss_data_init/include/tskm_data_init_local.h b/service/system/task_manager/client/ss_data_init/include/tskm_data_init_local.h index 9d77d19..9d77d19 100755 --- a/systemservice/task_manager/client/ss_data_init/include/tskm_data_init_local.h +++ b/service/system/task_manager/client/ss_data_init/include/tskm_data_init_local.h diff --git a/systemservice/task_manager/client/ss_data_init/mkdatainit.sh b/service/system/task_manager/client/ss_data_init/mkdatainit.sh index 802fbd9..802fbd9 100755 --- a/systemservice/task_manager/client/ss_data_init/mkdatainit.sh +++ b/service/system/task_manager/client/ss_data_init/mkdatainit.sh diff --git a/systemservice/task_manager/client/ss_data_init/tskm_data_init.cpp.in b/service/system/task_manager/client/ss_data_init/tskm_data_init.cpp.in index 072a486..072a486 100755 --- a/systemservice/task_manager/client/ss_data_init/tskm_data_init.cpp.in +++ b/service/system/task_manager/client/ss_data_init/tskm_data_init.cpp.in diff --git a/systemservice/task_manager/include-share/tskm_gstep.h b/service/system/task_manager/include-share/tskm_gstep.h index e2af96d..e2af96d 100755 --- a/systemservice/task_manager/include-share/tskm_gstep.h +++ b/service/system/task_manager/include-share/tskm_gstep.h diff --git a/systemservice/task_manager/include-share/tskm_type_local.h b/service/system/task_manager/include-share/tskm_type_local.h index 8ead34e..8ead34e 100755 --- a/systemservice/task_manager/include-share/tskm_type_local.h +++ b/service/system/task_manager/include-share/tskm_type_local.h diff --git a/systemservice/task_manager/include-share/tskm_util.h b/service/system/task_manager/include-share/tskm_util.h index 83665aa..83665aa 100755 --- a/systemservice/task_manager/include-share/tskm_util.h +++ b/service/system/task_manager/include-share/tskm_util.h diff --git a/systemservice/task_manager/server/Makefile b/service/system/task_manager/server/Makefile index 7e7bfbd..7e7bfbd 100755 --- a/systemservice/task_manager/server/Makefile +++ b/service/system/task_manager/server/Makefile diff --git a/systemservice/task_manager/server/include/system_service/INI_API.h b/service/system/task_manager/server/include/system_service/INI_API.h index 871be5e..871be5e 100755 --- a/systemservice/task_manager/server/include/system_service/INI_API.h +++ b/service/system/task_manager/server/include/system_service/INI_API.h diff --git a/systemservice/task_manager/server/include/system_service/INI_API.hpp b/service/system/task_manager/server/include/system_service/INI_API.hpp index 00fe733..00fe733 100755 --- a/systemservice/task_manager/server/include/system_service/INI_API.hpp +++ b/service/system/task_manager/server/include/system_service/INI_API.hpp diff --git a/systemservice/task_manager/server/include/system_service/Primary_common.h b/service/system/task_manager/server/include/system_service/Primary_common.h index e0624bb..e0624bb 100755 --- a/systemservice/task_manager/server/include/system_service/Primary_common.h +++ b/service/system/task_manager/server/include/system_service/Primary_common.h diff --git a/systemservice/task_manager/server/include/system_service/sysup.h b/service/system/task_manager/server/include/system_service/sysup.h index ef930a4..ef930a4 100755 --- a/systemservice/task_manager/server/include/system_service/sysup.h +++ b/service/system/task_manager/server/include/system_service/sysup.h diff --git a/systemservice/task_manager/server/include/system_service/sysup_from.h b/service/system/task_manager/server/include/system_service/sysup_from.h index be7e0fe..be7e0fe 100755 --- a/systemservice/task_manager/server/include/system_service/sysup_from.h +++ b/service/system/task_manager/server/include/system_service/sysup_from.h diff --git a/systemservice/task_manager/server/include/system_service/task_manager.h b/service/system/task_manager/server/include/system_service/task_manager.h index 82d23fb..82d23fb 100755 --- a/systemservice/task_manager/server/include/system_service/task_manager.h +++ b/service/system/task_manager/server/include/system_service/task_manager.h diff --git a/systemservice/task_manager/server/include/system_service/tskm.h b/service/system/task_manager/server/include/system_service/tskm.h index 1a2f962..1a2f962 100755 --- a/systemservice/task_manager/server/include/system_service/tskm.h +++ b/service/system/task_manager/server/include/system_service/tskm.h diff --git a/systemservice/task_manager/server/include/system_service/tskm_local_type.h b/service/system/task_manager/server/include/system_service/tskm_local_type.h index 79831aa..79831aa 100755 --- a/systemservice/task_manager/server/include/system_service/tskm_local_type.h +++ b/service/system/task_manager/server/include/system_service/tskm_local_type.h diff --git a/systemservice/task_manager/server/include/system_service/tskm_svc.h b/service/system/task_manager/server/include/system_service/tskm_svc.h index 8b25581..8b25581 100755 --- a/systemservice/task_manager/server/include/system_service/tskm_svc.h +++ b/service/system/task_manager/server/include/system_service/tskm_svc.h diff --git a/systemservice/task_manager/server/include/system_service/tskm_type.h b/service/system/task_manager/server/include/system_service/tskm_type.h index 7d1f818..7d1f818 100755 --- a/systemservice/task_manager/server/include/system_service/tskm_type.h +++ b/service/system/task_manager/server/include/system_service/tskm_type.h diff --git a/systemservice/task_manager/server/include/tskm_comm.h b/service/system/task_manager/server/include/tskm_comm.h index c884be9..c884be9 100755 --- a/systemservice/task_manager/server/include/tskm_comm.h +++ b/service/system/task_manager/server/include/tskm_comm.h diff --git a/systemservice/task_manager/server/include/tskm_debug.h b/service/system/task_manager/server/include/tskm_debug.h index ae963a8..ae963a8 100755 --- a/systemservice/task_manager/server/include/tskm_debug.h +++ b/service/system/task_manager/server/include/tskm_debug.h diff --git a/systemservice/task_manager/server/include/tskm_main.h b/service/system/task_manager/server/include/tskm_main.h index 24ba5f1..24ba5f1 100755 --- a/systemservice/task_manager/server/include/tskm_main.h +++ b/service/system/task_manager/server/include/tskm_main.h diff --git a/systemservice/task_manager/server/include/tskm_port_pf.h b/service/system/task_manager/server/include/tskm_port_pf.h index 31da5ab..31da5ab 100755 --- a/systemservice/task_manager/server/include/tskm_port_pf.h +++ b/service/system/task_manager/server/include/tskm_port_pf.h diff --git a/systemservice/task_manager/server/include/tskm_port_subsys.h b/service/system/task_manager/server/include/tskm_port_subsys.h index 3dc3565..3dc3565 100755 --- a/systemservice/task_manager/server/include/tskm_port_subsys.h +++ b/service/system/task_manager/server/include/tskm_port_subsys.h diff --git a/systemservice/task_manager/server/include/tskm_shutdown.h b/service/system/task_manager/server/include/tskm_shutdown.h index bb76d3c..bb76d3c 100755 --- a/systemservice/task_manager/server/include/tskm_shutdown.h +++ b/service/system/task_manager/server/include/tskm_shutdown.h diff --git a/systemservice/task_manager/server/include/tskm_state.h b/service/system/task_manager/server/include/tskm_state.h index 748d25e..748d25e 100755 --- a/systemservice/task_manager/server/include/tskm_state.h +++ b/service/system/task_manager/server/include/tskm_state.h diff --git a/systemservice/task_manager/server/include/tskm_wakeup.h b/service/system/task_manager/server/include/tskm_wakeup.h index d4a1193..d4a1193 100755 --- a/systemservice/task_manager/server/include/tskm_wakeup.h +++ b/service/system/task_manager/server/include/tskm_wakeup.h diff --git a/systemservice/task_manager/server/include/tskm_watch.h b/service/system/task_manager/server/include/tskm_watch.h index d1aced5..d1aced5 100755 --- a/systemservice/task_manager/server/include/tskm_watch.h +++ b/service/system/task_manager/server/include/tskm_watch.h diff --git a/systemservice/task_manager/server/src/pri_main.cpp b/service/system/task_manager/server/src/pri_main.cpp index 2c87623..2c87623 100755 --- a/systemservice/task_manager/server/src/pri_main.cpp +++ b/service/system/task_manager/server/src/pri_main.cpp diff --git a/systemservice/task_manager/server/src/tskm_api.cpp b/service/system/task_manager/server/src/tskm_api.cpp index 94c8226..94c8226 100755 --- a/systemservice/task_manager/server/src/tskm_api.cpp +++ b/service/system/task_manager/server/src/tskm_api.cpp diff --git a/systemservice/task_manager/server/src/tskm_comm.cpp b/service/system/task_manager/server/src/tskm_comm.cpp index b177b9b..b177b9b 100755 --- a/systemservice/task_manager/server/src/tskm_comm.cpp +++ b/service/system/task_manager/server/src/tskm_comm.cpp diff --git a/systemservice/task_manager/server/src/tskm_debug.cpp b/service/system/task_manager/server/src/tskm_debug.cpp index 5881f9a..5881f9a 100755 --- a/systemservice/task_manager/server/src/tskm_debug.cpp +++ b/service/system/task_manager/server/src/tskm_debug.cpp diff --git a/systemservice/task_manager/server/src/tskm_main.cpp b/service/system/task_manager/server/src/tskm_main.cpp index 33c10fa..33c10fa 100755 --- a/systemservice/task_manager/server/src/tskm_main.cpp +++ b/service/system/task_manager/server/src/tskm_main.cpp diff --git a/systemservice/task_manager/server/src/tskm_port_pf.cpp b/service/system/task_manager/server/src/tskm_port_pf.cpp index f427255..f427255 100755 --- a/systemservice/task_manager/server/src/tskm_port_pf.cpp +++ b/service/system/task_manager/server/src/tskm_port_pf.cpp diff --git a/systemservice/task_manager/server/src/tskm_port_subsys.cpp b/service/system/task_manager/server/src/tskm_port_subsys.cpp index cfdec49..cfdec49 100755 --- a/systemservice/task_manager/server/src/tskm_port_subsys.cpp +++ b/service/system/task_manager/server/src/tskm_port_subsys.cpp diff --git a/systemservice/task_manager/server/src/tskm_shutdown.cpp b/service/system/task_manager/server/src/tskm_shutdown.cpp index 1699f90..1699f90 100755 --- a/systemservice/task_manager/server/src/tskm_shutdown.cpp +++ b/service/system/task_manager/server/src/tskm_shutdown.cpp diff --git a/systemservice/task_manager/server/src/tskm_state.cpp b/service/system/task_manager/server/src/tskm_state.cpp index b777090..b777090 100755 --- a/systemservice/task_manager/server/src/tskm_state.cpp +++ b/service/system/task_manager/server/src/tskm_state.cpp diff --git a/systemservice/task_manager/server/src/tskm_svc.cpp b/service/system/task_manager/server/src/tskm_svc.cpp index 2f9abc1..2f9abc1 100755 --- a/systemservice/task_manager/server/src/tskm_svc.cpp +++ b/service/system/task_manager/server/src/tskm_svc.cpp diff --git a/systemservice/task_manager/server/src/tskm_wakeup.cpp b/service/system/task_manager/server/src/tskm_wakeup.cpp index b5c6e89..b5c6e89 100755 --- a/systemservice/task_manager/server/src/tskm_wakeup.cpp +++ b/service/system/task_manager/server/src/tskm_wakeup.cpp diff --git a/systemservice/task_manager/server/src/tskm_watch.cpp b/service/system/task_manager/server/src/tskm_watch.cpp index 455de0b..455de0b 100755 --- a/systemservice/task_manager/server/src/tskm_watch.cpp +++ b/service/system/task_manager/server/src/tskm_watch.cpp diff --git a/vehicleservice/positioning/LICENSE b/service/system/version_library/LICENSE index f433b1a..f433b1a 100755 --- a/vehicleservice/positioning/LICENSE +++ b/service/system/version_library/LICENSE diff --git a/systemservice/version_library/Makefile.client b/service/system/version_library/Makefile.client index 38d4f60..38d4f60 100755 --- a/systemservice/version_library/Makefile.client +++ b/service/system/version_library/Makefile.client diff --git a/systemservice/version_library/library/Makefile b/service/system/version_library/library/Makefile index 79654a2..79654a2 100755 --- a/systemservice/version_library/library/Makefile +++ b/service/system/version_library/library/Makefile diff --git a/systemservice/version_library/library/include/system_service/ss_ver.h b/service/system/version_library/library/include/system_service/ss_ver.h index a78c5ff..a78c5ff 100755 --- a/systemservice/version_library/library/include/system_service/ss_ver.h +++ b/service/system/version_library/library/include/system_service/ss_ver.h diff --git a/systemservice/version_library/library/include/system_service/version_library.h b/service/system/version_library/library/include/system_service/version_library.h index f56a259..f56a259 100755 --- a/systemservice/version_library/library/include/system_service/version_library.h +++ b/service/system/version_library/library/include/system_service/version_library.h diff --git a/systemservice/version_library/library/src/ss_ver.cc b/service/system/version_library/library/src/ss_ver.cc index 70f120c..70f120c 100755 --- a/systemservice/version_library/library/src/ss_ver.cc +++ b/service/system/version_library/library/src/ss_ver.cc diff --git a/vehicleservice/.gitattributes b/service/vehicle/.gitattributes index 445b3c2..445b3c2 100755 --- a/vehicleservice/.gitattributes +++ b/service/vehicle/.gitattributes diff --git a/vehicleservice/positioning_base_library/LICENSE b/service/vehicle/positioning/LICENSE index f433b1a..f433b1a 100755 --- a/vehicleservice/positioning_base_library/LICENSE +++ b/service/vehicle/positioning/LICENSE diff --git a/vehicleservice/positioning/Makefile.client b/service/vehicle/positioning/Makefile.client index 7236c74..7236c74 100755 --- a/vehicleservice/positioning/Makefile.client +++ b/service/vehicle/positioning/Makefile.client diff --git a/vehicleservice/positioning/Makefile.server b/service/vehicle/positioning/Makefile.server index d0fda9c..d0fda9c 100755 --- a/vehicleservice/positioning/Makefile.server +++ b/service/vehicle/positioning/Makefile.server diff --git a/vehicleservice/positioning/client/Makefile b/service/vehicle/positioning/client/Makefile index d7fce28..d7fce28 100755 --- a/vehicleservice/positioning/client/Makefile +++ b/service/vehicle/positioning/client/Makefile diff --git a/vehicleservice/positioning/client/include/CanInput_API.h b/service/vehicle/positioning/client/include/CanInput_API.h index 1449b25..1449b25 100755 --- a/vehicleservice/positioning/client/include/CanInput_API.h +++ b/service/vehicle/positioning/client/include/CanInput_API.h diff --git a/vehicleservice/positioning/client/include/CanInput_API_private.h b/service/vehicle/positioning/client/include/CanInput_API_private.h index d7c8e8e..d7c8e8e 100755 --- a/vehicleservice/positioning/client/include/CanInput_API_private.h +++ b/service/vehicle/positioning/client/include/CanInput_API_private.h diff --git a/vehicleservice/positioning/client/include/Clock_API.h b/service/vehicle/positioning/client/include/Clock_API.h index 1987999..1987999 100755 --- a/vehicleservice/positioning/client/include/Clock_API.h +++ b/service/vehicle/positioning/client/include/Clock_API.h diff --git a/vehicleservice/positioning/client/include/CommonDefine.h b/service/vehicle/positioning/client/include/CommonDefine.h index 2e9e3e6..2e9e3e6 100755 --- a/vehicleservice/positioning/client/include/CommonDefine.h +++ b/service/vehicle/positioning/client/include/CommonDefine.h diff --git a/vehicleservice/positioning/client/include/DR_API.h b/service/vehicle/positioning/client/include/DR_API.h index 6362f8c..6362f8c 100755 --- a/vehicleservice/positioning/client/include/DR_API.h +++ b/service/vehicle/positioning/client/include/DR_API.h diff --git a/vehicleservice/positioning/client/include/DeadReckoning_DbgLogSim.h b/service/vehicle/positioning/client/include/DeadReckoning_DbgLogSim.h index bd57de7..bd57de7 100755 --- a/vehicleservice/positioning/client/include/DeadReckoning_DbgLogSim.h +++ b/service/vehicle/positioning/client/include/DeadReckoning_DbgLogSim.h diff --git a/vehicleservice/positioning/client/include/Dead_Reckoning_API.h b/service/vehicle/positioning/client/include/Dead_Reckoning_API.h index bd2e031..bd2e031 100755 --- a/vehicleservice/positioning/client/include/Dead_Reckoning_API.h +++ b/service/vehicle/positioning/client/include/Dead_Reckoning_API.h diff --git a/vehicleservice/positioning/client/include/Dead_Reckoning_Local_Api.h b/service/vehicle/positioning/client/include/Dead_Reckoning_Local_Api.h index c513e9b..c513e9b 100755 --- a/vehicleservice/positioning/client/include/Dead_Reckoning_Local_Api.h +++ b/service/vehicle/positioning/client/include/Dead_Reckoning_Local_Api.h diff --git a/vehicleservice/positioning/client/include/Gps_API_private.h b/service/vehicle/positioning/client/include/Gps_API_private.h index 7026ce9..7026ce9 100755 --- a/vehicleservice/positioning/client/include/Gps_API_private.h +++ b/service/vehicle/positioning/client/include/Gps_API_private.h diff --git a/vehicleservice/positioning/client/include/INI_API.h b/service/vehicle/positioning/client/include/INI_API.h index f16a4c6..f16a4c6 100755 --- a/vehicleservice/positioning/client/include/INI_API.h +++ b/service/vehicle/positioning/client/include/INI_API.h diff --git a/vehicleservice/positioning/client/include/Naviinfo_API.h b/service/vehicle/positioning/client/include/Naviinfo_API.h index 12caa84..12caa84 100755 --- a/vehicleservice/positioning/client/include/Naviinfo_API.h +++ b/service/vehicle/positioning/client/include/Naviinfo_API.h diff --git a/vehicleservice/positioning/client/include/POS_common_private.h b/service/vehicle/positioning/client/include/POS_common_private.h index 4dd98a2..4dd98a2 100755 --- a/vehicleservice/positioning/client/include/POS_common_private.h +++ b/service/vehicle/positioning/client/include/POS_common_private.h diff --git a/vehicleservice/positioning/client/include/POS_private.h b/service/vehicle/positioning/client/include/POS_private.h index 9f02202..9f02202 100755 --- a/vehicleservice/positioning/client/include/POS_private.h +++ b/service/vehicle/positioning/client/include/POS_private.h diff --git a/vehicleservice/positioning/client/include/POS_sensor_private.h b/service/vehicle/positioning/client/include/POS_sensor_private.h index 1e1497f..1e1497f 100755 --- a/vehicleservice/positioning/client/include/POS_sensor_private.h +++ b/service/vehicle/positioning/client/include/POS_sensor_private.h diff --git a/vehicleservice/positioning/client/include/SensorLocation_API.h b/service/vehicle/positioning/client/include/SensorLocation_API.h index ae7f20a..ae7f20a 100755 --- a/vehicleservice/positioning/client/include/SensorLocation_API.h +++ b/service/vehicle/positioning/client/include/SensorLocation_API.h diff --git a/vehicleservice/positioning/client/include/SensorLocation_API_private.h b/service/vehicle/positioning/client/include/SensorLocation_API_private.h index d37d9eb..d37d9eb 100755 --- a/vehicleservice/positioning/client/include/SensorLocation_API_private.h +++ b/service/vehicle/positioning/client/include/SensorLocation_API_private.h diff --git a/vehicleservice/positioning/client/include/SensorMotion_API.h b/service/vehicle/positioning/client/include/SensorMotion_API.h index 2db5511..2db5511 100755 --- a/vehicleservice/positioning/client/include/SensorMotion_API.h +++ b/service/vehicle/positioning/client/include/SensorMotion_API.h diff --git a/vehicleservice/positioning/client/include/Sensor_API.h b/service/vehicle/positioning/client/include/Sensor_API.h index b49b4ac..b49b4ac 100755 --- a/vehicleservice/positioning/client/include/Sensor_API.h +++ b/service/vehicle/positioning/client/include/Sensor_API.h diff --git a/vehicleservice/positioning/client/include/Sensor_API_private.h b/service/vehicle/positioning/client/include/Sensor_API_private.h index c3b5f54..c3b5f54 100755 --- a/vehicleservice/positioning/client/include/Sensor_API_private.h +++ b/service/vehicle/positioning/client/include/Sensor_API_private.h diff --git a/vehicleservice/positioning/client/include/Sensor_Common_API.h b/service/vehicle/positioning/client/include/Sensor_Common_API.h index 5631e83..5631e83 100755 --- a/vehicleservice/positioning/client/include/Sensor_Common_API.h +++ b/service/vehicle/positioning/client/include/Sensor_Common_API.h diff --git a/vehicleservice/positioning/client/include/VehicleDebug_API.h b/service/vehicle/positioning/client/include/VehicleDebug_API.h index e0c9ef2..e0c9ef2 100755 --- a/vehicleservice/positioning/client/include/VehicleDebug_API.h +++ b/service/vehicle/positioning/client/include/VehicleDebug_API.h diff --git a/vehicleservice/positioning/client/include/Vehicle_API.h b/service/vehicle/positioning/client/include/Vehicle_API.h index 78450c5..78450c5 100755 --- a/vehicleservice/positioning/client/include/Vehicle_API.h +++ b/service/vehicle/positioning/client/include/Vehicle_API.h diff --git a/vehicleservice/positioning/client/include/Vehicle_API_Dummy.h b/service/vehicle/positioning/client/include/Vehicle_API_Dummy.h index b242ac6..b242ac6 100755 --- a/vehicleservice/positioning/client/include/Vehicle_API_Dummy.h +++ b/service/vehicle/positioning/client/include/Vehicle_API_Dummy.h diff --git a/vehicleservice/positioning/client/include/Vehicle_API_private.h b/service/vehicle/positioning/client/include/Vehicle_API_private.h index ad92ddb..ad92ddb 100755 --- a/vehicleservice/positioning/client/include/Vehicle_API_private.h +++ b/service/vehicle/positioning/client/include/Vehicle_API_private.h diff --git a/vehicleservice/positioning/client/include/vehicle_service/POS_common_API.h b/service/vehicle/positioning/client/include/vehicle_service/POS_common_API.h index 5ee3005..5ee3005 100755 --- a/vehicleservice/positioning/client/include/vehicle_service/POS_common_API.h +++ b/service/vehicle/positioning/client/include/vehicle_service/POS_common_API.h diff --git a/vehicleservice/positioning/client/include/vehicle_service/POS_define.h b/service/vehicle/positioning/client/include/vehicle_service/POS_define.h index 2ea918d..2ea918d 100755 --- a/vehicleservice/positioning/client/include/vehicle_service/POS_define.h +++ b/service/vehicle/positioning/client/include/vehicle_service/POS_define.h diff --git a/vehicleservice/positioning/client/include/vehicle_service/POS_gps_API.h b/service/vehicle/positioning/client/include/vehicle_service/POS_gps_API.h index 41e8e01..41e8e01 100755 --- a/vehicleservice/positioning/client/include/vehicle_service/POS_gps_API.h +++ b/service/vehicle/positioning/client/include/vehicle_service/POS_gps_API.h diff --git a/vehicleservice/positioning/client/include/vehicle_service/POS_sensor_API.h b/service/vehicle/positioning/client/include/vehicle_service/POS_sensor_API.h index a7a35c4..a7a35c4 100755 --- a/vehicleservice/positioning/client/include/vehicle_service/POS_sensor_API.h +++ b/service/vehicle/positioning/client/include/vehicle_service/POS_sensor_API.h diff --git a/vehicleservice/positioning/client/include/vehicle_service/positioning.h b/service/vehicle/positioning/client/include/vehicle_service/positioning.h index a5a1e56..a5a1e56 100755 --- a/vehicleservice/positioning/client/include/vehicle_service/positioning.h +++ b/service/vehicle/positioning/client/include/vehicle_service/positioning.h diff --git a/vehicleservice/positioning/client/src/POS_common_API/Common_API.cpp b/service/vehicle/positioning/client/src/POS_common_API/Common_API.cpp index f266dec..f266dec 100755 --- a/vehicleservice/positioning/client/src/POS_common_API/Common_API.cpp +++ b/service/vehicle/positioning/client/src/POS_common_API/Common_API.cpp diff --git a/vehicleservice/positioning/client/src/POS_common_API/Makefile b/service/vehicle/positioning/client/src/POS_common_API/Makefile index 4d7a90f..4d7a90f 100755 --- a/vehicleservice/positioning/client/src/POS_common_API/Makefile +++ b/service/vehicle/positioning/client/src/POS_common_API/Makefile diff --git a/vehicleservice/positioning/client/src/POS_common_API/libPOS_common_API.ver b/service/vehicle/positioning/client/src/POS_common_API/libPOS_common_API.ver index afc7f3a..afc7f3a 100755 --- a/vehicleservice/positioning/client/src/POS_common_API/libPOS_common_API.ver +++ b/service/vehicle/positioning/client/src/POS_common_API/libPOS_common_API.ver diff --git a/vehicleservice/positioning/client/src/POS_gps_API/Gps_API.cpp b/service/vehicle/positioning/client/src/POS_gps_API/Gps_API.cpp index 7395f9d..7395f9d 100755 --- a/vehicleservice/positioning/client/src/POS_gps_API/Gps_API.cpp +++ b/service/vehicle/positioning/client/src/POS_gps_API/Gps_API.cpp diff --git a/vehicleservice/positioning/client/src/POS_gps_API/Makefile b/service/vehicle/positioning/client/src/POS_gps_API/Makefile index c6391a9..c6391a9 100755 --- a/vehicleservice/positioning/client/src/POS_gps_API/Makefile +++ b/service/vehicle/positioning/client/src/POS_gps_API/Makefile diff --git a/vehicleservice/positioning/client/src/POS_gps_API/Naviinfo_API.cpp b/service/vehicle/positioning/client/src/POS_gps_API/Naviinfo_API.cpp index cfe04ff..cfe04ff 100755 --- a/vehicleservice/positioning/client/src/POS_gps_API/Naviinfo_API.cpp +++ b/service/vehicle/positioning/client/src/POS_gps_API/Naviinfo_API.cpp diff --git a/vehicleservice/positioning/client/src/POS_gps_API/libPOS_gps_API.ver b/service/vehicle/positioning/client/src/POS_gps_API/libPOS_gps_API.ver index 038c99e..038c99e 100755 --- a/vehicleservice/positioning/client/src/POS_gps_API/libPOS_gps_API.ver +++ b/service/vehicle/positioning/client/src/POS_gps_API/libPOS_gps_API.ver diff --git a/vehicleservice/positioning/client/src/POS_sensor_API/Makefile b/service/vehicle/positioning/client/src/POS_sensor_API/Makefile index a4f627f..a4f627f 100755 --- a/vehicleservice/positioning/client/src/POS_sensor_API/Makefile +++ b/service/vehicle/positioning/client/src/POS_sensor_API/Makefile diff --git a/vehicleservice/positioning/client/src/POS_sensor_API/Sensor_API.cpp b/service/vehicle/positioning/client/src/POS_sensor_API/Sensor_API.cpp index 179eb92..179eb92 100755 --- a/vehicleservice/positioning/client/src/POS_sensor_API/Sensor_API.cpp +++ b/service/vehicle/positioning/client/src/POS_sensor_API/Sensor_API.cpp diff --git a/vehicleservice/positioning/client/src/POS_sensor_API/Vehicle_API.cpp b/service/vehicle/positioning/client/src/POS_sensor_API/Vehicle_API.cpp index 3cd97f8..3cd97f8 100755 --- a/vehicleservice/positioning/client/src/POS_sensor_API/Vehicle_API.cpp +++ b/service/vehicle/positioning/client/src/POS_sensor_API/Vehicle_API.cpp diff --git a/vehicleservice/positioning/client/src/POS_sensor_API/libPOS_sensor_API.ver b/service/vehicle/positioning/client/src/POS_sensor_API/libPOS_sensor_API.ver index 10fd95b..10fd95b 100755 --- a/vehicleservice/positioning/client/src/POS_sensor_API/libPOS_sensor_API.ver +++ b/service/vehicle/positioning/client/src/POS_sensor_API/libPOS_sensor_API.ver diff --git a/vehicleservice/positioning/server/Makefile b/service/vehicle/positioning/server/Makefile index 6ef1082..6ef1082 100755 --- a/vehicleservice/positioning/server/Makefile +++ b/service/vehicle/positioning/server/Makefile diff --git a/vehicleservice/positioning/server/include/Sensor/ClockDataMng.h b/service/vehicle/positioning/server/include/Sensor/ClockDataMng.h index 69a96c2..69a96c2 100755 --- a/vehicleservice/positioning/server/include/Sensor/ClockDataMng.h +++ b/service/vehicle/positioning/server/include/Sensor/ClockDataMng.h diff --git a/vehicleservice/positioning/server/include/Sensor/ClockGPS_Process_Proto.h b/service/vehicle/positioning/server/include/Sensor/ClockGPS_Process_Proto.h index 5f20c33..5f20c33 100755 --- a/vehicleservice/positioning/server/include/Sensor/ClockGPS_Process_Proto.h +++ b/service/vehicle/positioning/server/include/Sensor/ClockGPS_Process_Proto.h diff --git a/vehicleservice/positioning/server/include/Sensor/ClockUtility.h b/service/vehicle/positioning/server/include/Sensor/ClockUtility.h index 8924975..8924975 100755 --- a/vehicleservice/positioning/server/include/Sensor/ClockUtility.h +++ b/service/vehicle/positioning/server/include/Sensor/ClockUtility.h diff --git a/vehicleservice/positioning/server/include/Sensor/ClockUtility_private.h b/service/vehicle/positioning/server/include/Sensor/ClockUtility_private.h index 8c322ae..8c322ae 100755 --- a/vehicleservice/positioning/server/include/Sensor/ClockUtility_private.h +++ b/service/vehicle/positioning/server/include/Sensor/ClockUtility_private.h diff --git a/vehicleservice/positioning/server/include/Sensor/DeadReckoning_Common.h b/service/vehicle/positioning/server/include/Sensor/DeadReckoning_Common.h index 1c6e060..1c6e060 100755 --- a/vehicleservice/positioning/server/include/Sensor/DeadReckoning_Common.h +++ b/service/vehicle/positioning/server/include/Sensor/DeadReckoning_Common.h diff --git a/vehicleservice/positioning/server/include/Sensor/DeadReckoning_DataMaster.h b/service/vehicle/positioning/server/include/Sensor/DeadReckoning_DataMaster.h index 00c056a..00c056a 100755 --- a/vehicleservice/positioning/server/include/Sensor/DeadReckoning_DataMaster.h +++ b/service/vehicle/positioning/server/include/Sensor/DeadReckoning_DataMaster.h diff --git a/vehicleservice/positioning/server/include/Sensor/DeadReckoning_DeliveryCtrl.h b/service/vehicle/positioning/server/include/Sensor/DeadReckoning_DeliveryCtrl.h index a555a47..a555a47 100755 --- a/vehicleservice/positioning/server/include/Sensor/DeadReckoning_DeliveryCtrl.h +++ b/service/vehicle/positioning/server/include/Sensor/DeadReckoning_DeliveryCtrl.h diff --git a/vehicleservice/positioning/server/include/Sensor/DeadReckoning_main.h b/service/vehicle/positioning/server/include/Sensor/DeadReckoning_main.h index 3e2e9d4..3e2e9d4 100755 --- a/vehicleservice/positioning/server/include/Sensor/DeadReckoning_main.h +++ b/service/vehicle/positioning/server/include/Sensor/DeadReckoning_main.h diff --git a/vehicleservice/positioning/server/include/Sensor/GpsInt.h b/service/vehicle/positioning/server/include/Sensor/GpsInt.h index fbb69de..fbb69de 100755 --- a/vehicleservice/positioning/server/include/Sensor/GpsInt.h +++ b/service/vehicle/positioning/server/include/Sensor/GpsInt.h diff --git a/vehicleservice/positioning/server/include/Sensor/SensorLog.h b/service/vehicle/positioning/server/include/Sensor/SensorLog.h index 9b6a49a..9b6a49a 100755 --- a/vehicleservice/positioning/server/include/Sensor/SensorLog.h +++ b/service/vehicle/positioning/server/include/Sensor/SensorLog.h diff --git a/vehicleservice/positioning/server/include/Sensor/VehicleSens_Common.h b/service/vehicle/positioning/server/include/Sensor/VehicleSens_Common.h index 7b47268..7b47268 100755 --- a/vehicleservice/positioning/server/include/Sensor/VehicleSens_Common.h +++ b/service/vehicle/positioning/server/include/Sensor/VehicleSens_Common.h diff --git a/vehicleservice/positioning/server/include/Sensor/VehicleSens_DataMaster.h b/service/vehicle/positioning/server/include/Sensor/VehicleSens_DataMaster.h index a180764..a180764 100755 --- a/vehicleservice/positioning/server/include/Sensor/VehicleSens_DataMaster.h +++ b/service/vehicle/positioning/server/include/Sensor/VehicleSens_DataMaster.h diff --git a/vehicleservice/positioning/server/include/Sensor/VehicleSens_DeliveryCtrl.h b/service/vehicle/positioning/server/include/Sensor/VehicleSens_DeliveryCtrl.h index 3fb7056..3fb7056 100755 --- a/vehicleservice/positioning/server/include/Sensor/VehicleSens_DeliveryCtrl.h +++ b/service/vehicle/positioning/server/include/Sensor/VehicleSens_DeliveryCtrl.h diff --git a/vehicleservice/positioning/server/include/Sensor/VehicleSens_FromAccess.h b/service/vehicle/positioning/server/include/Sensor/VehicleSens_FromAccess.h index e58b059..e58b059 100755 --- a/vehicleservice/positioning/server/include/Sensor/VehicleSens_FromAccess.h +++ b/service/vehicle/positioning/server/include/Sensor/VehicleSens_FromAccess.h diff --git a/vehicleservice/positioning/server/include/Sensor/VehicleSens_SelectionItemList.h b/service/vehicle/positioning/server/include/Sensor/VehicleSens_SelectionItemList.h index 15004e8..15004e8 100755 --- a/vehicleservice/positioning/server/include/Sensor/VehicleSens_SelectionItemList.h +++ b/service/vehicle/positioning/server/include/Sensor/VehicleSens_SelectionItemList.h diff --git a/vehicleservice/positioning/server/include/Sensor/VehicleSens_SharedMemory.h b/service/vehicle/positioning/server/include/Sensor/VehicleSens_SharedMemory.h index 54878ec..54878ec 100755 --- a/vehicleservice/positioning/server/include/Sensor/VehicleSens_SharedMemory.h +++ b/service/vehicle/positioning/server/include/Sensor/VehicleSens_SharedMemory.h diff --git a/vehicleservice/positioning/server/include/Sensor/VehicleSens_Thread.h b/service/vehicle/positioning/server/include/Sensor/VehicleSens_Thread.h index 17a342d..17a342d 100755 --- a/vehicleservice/positioning/server/include/Sensor/VehicleSens_Thread.h +++ b/service/vehicle/positioning/server/include/Sensor/VehicleSens_Thread.h diff --git a/vehicleservice/positioning/server/include/Sensor/VehicleSensor_Thread.h b/service/vehicle/positioning/server/include/Sensor/VehicleSensor_Thread.h index f40f2a7..f40f2a7 100755 --- a/vehicleservice/positioning/server/include/Sensor/VehicleSensor_Thread.h +++ b/service/vehicle/positioning/server/include/Sensor/VehicleSensor_Thread.h diff --git a/vehicleservice/positioning/server/include/Sensor/VehicleUtility.h b/service/vehicle/positioning/server/include/Sensor/VehicleUtility.h index e7ebef0..e7ebef0 100755 --- a/vehicleservice/positioning/server/include/Sensor/VehicleUtility.h +++ b/service/vehicle/positioning/server/include/Sensor/VehicleUtility.h diff --git a/vehicleservice/positioning/server/include/ServiceInterface/BackupMgrIf.h b/service/vehicle/positioning/server/include/ServiceInterface/BackupMgrIf.h index 3e2e5e5..3e2e5e5 100755 --- a/vehicleservice/positioning/server/include/ServiceInterface/BackupMgrIf.h +++ b/service/vehicle/positioning/server/include/ServiceInterface/BackupMgrIf.h diff --git a/vehicleservice/positioning/server/include/ServiceInterface/ClockIf.h b/service/vehicle/positioning/server/include/ServiceInterface/ClockIf.h index 5a2e976..5a2e976 100755 --- a/vehicleservice/positioning/server/include/ServiceInterface/ClockIf.h +++ b/service/vehicle/positioning/server/include/ServiceInterface/ClockIf.h diff --git a/vehicleservice/positioning/server/include/ServiceInterface/CommUsbIf.h b/service/vehicle/positioning/server/include/ServiceInterface/CommUsbIf.h index cbc947c..cbc947c 100755 --- a/vehicleservice/positioning/server/include/ServiceInterface/CommUsbIf.h +++ b/service/vehicle/positioning/server/include/ServiceInterface/CommUsbIf.h diff --git a/vehicleservice/positioning/server/include/ServiceInterface/DevDetectSrvIf.h b/service/vehicle/positioning/server/include/ServiceInterface/DevDetectSrvIf.h index 8829123..8829123 100755 --- a/vehicleservice/positioning/server/include/ServiceInterface/DevDetectSrvIf.h +++ b/service/vehicle/positioning/server/include/ServiceInterface/DevDetectSrvIf.h diff --git a/vehicleservice/positioning/server/include/ServiceInterface/DiagSrvIf.h b/service/vehicle/positioning/server/include/ServiceInterface/DiagSrvIf.h index a6bcd77..a6bcd77 100755 --- a/vehicleservice/positioning/server/include/ServiceInterface/DiagSrvIf.h +++ b/service/vehicle/positioning/server/include/ServiceInterface/DiagSrvIf.h diff --git a/vehicleservice/positioning/server/include/ServiceInterface/PSMShadowIf.h b/service/vehicle/positioning/server/include/ServiceInterface/PSMShadowIf.h index 8cdb1f8..8cdb1f8 100755 --- a/vehicleservice/positioning/server/include/ServiceInterface/PSMShadowIf.h +++ b/service/vehicle/positioning/server/include/ServiceInterface/PSMShadowIf.h diff --git a/vehicleservice/positioning/server/include/ServiceInterface/VehicleIf.h b/service/vehicle/positioning/server/include/ServiceInterface/VehicleIf.h index 28c05fb..28c05fb 100755 --- a/vehicleservice/positioning/server/include/ServiceInterface/VehicleIf.h +++ b/service/vehicle/positioning/server/include/ServiceInterface/VehicleIf.h diff --git a/vehicleservice/positioning/server/include/ServiceInterface/ps_psmshadow_notifications.h b/service/vehicle/positioning/server/include/ServiceInterface/ps_psmshadow_notifications.h index 24a513a..24a513a 100755 --- a/vehicleservice/positioning/server/include/ServiceInterface/ps_psmshadow_notifications.h +++ b/service/vehicle/positioning/server/include/ServiceInterface/ps_psmshadow_notifications.h diff --git a/vehicleservice/positioning/server/include/ServiceInterface/ps_version.h b/service/vehicle/positioning/server/include/ServiceInterface/ps_version.h index f28982f..f28982f 100755 --- a/vehicleservice/positioning/server/include/ServiceInterface/ps_version.h +++ b/service/vehicle/positioning/server/include/ServiceInterface/ps_version.h diff --git a/vehicleservice/positioning/server/include/nsfw/positioning_common.h b/service/vehicle/positioning/server/include/nsfw/positioning_common.h index 538630d..538630d 100755 --- a/vehicleservice/positioning/server/include/nsfw/positioning_common.h +++ b/service/vehicle/positioning/server/include/nsfw/positioning_common.h diff --git a/vehicleservice/positioning/server/include/nsfw/vehicle_version.h b/service/vehicle/positioning/server/include/nsfw/vehicle_version.h index b397b68..b397b68 100755 --- a/vehicleservice/positioning/server/include/nsfw/vehicle_version.h +++ b/service/vehicle/positioning/server/include/nsfw/vehicle_version.h diff --git a/vehicleservice/positioning/server/src/Sensor/ClockUtility.cpp b/service/vehicle/positioning/server/src/Sensor/ClockUtility.cpp index 2e9639a..2e9639a 100755 --- a/vehicleservice/positioning/server/src/Sensor/ClockUtility.cpp +++ b/service/vehicle/positioning/server/src/Sensor/ClockUtility.cpp diff --git a/vehicleservice/positioning/server/src/Sensor/DeadReckoning_Common.cpp b/service/vehicle/positioning/server/src/Sensor/DeadReckoning_Common.cpp index 9503b34..9503b34 100755 --- a/vehicleservice/positioning/server/src/Sensor/DeadReckoning_Common.cpp +++ b/service/vehicle/positioning/server/src/Sensor/DeadReckoning_Common.cpp diff --git a/vehicleservice/positioning/server/src/Sensor/DeadReckoning_DataMasterMain.cpp b/service/vehicle/positioning/server/src/Sensor/DeadReckoning_DataMasterMain.cpp index 93adda0..93adda0 100755 --- a/vehicleservice/positioning/server/src/Sensor/DeadReckoning_DataMasterMain.cpp +++ b/service/vehicle/positioning/server/src/Sensor/DeadReckoning_DataMasterMain.cpp diff --git a/vehicleservice/positioning/server/src/Sensor/DeadReckoning_DeliveryCtrl.cpp b/service/vehicle/positioning/server/src/Sensor/DeadReckoning_DeliveryCtrl.cpp index 0a08f5f..0a08f5f 100755 --- a/vehicleservice/positioning/server/src/Sensor/DeadReckoning_DeliveryCtrl.cpp +++ b/service/vehicle/positioning/server/src/Sensor/DeadReckoning_DeliveryCtrl.cpp diff --git a/vehicleservice/positioning/server/src/Sensor/DeadReckoning_Did_Altitude_dr.cpp b/service/vehicle/positioning/server/src/Sensor/DeadReckoning_Did_Altitude_dr.cpp index acd5f6d..acd5f6d 100755 --- a/vehicleservice/positioning/server/src/Sensor/DeadReckoning_Did_Altitude_dr.cpp +++ b/service/vehicle/positioning/server/src/Sensor/DeadReckoning_Did_Altitude_dr.cpp diff --git a/vehicleservice/positioning/server/src/Sensor/DeadReckoning_Did_GyroOffset_dr.cpp b/service/vehicle/positioning/server/src/Sensor/DeadReckoning_Did_GyroOffset_dr.cpp index f295f8d..f295f8d 100755 --- a/vehicleservice/positioning/server/src/Sensor/DeadReckoning_Did_GyroOffset_dr.cpp +++ b/service/vehicle/positioning/server/src/Sensor/DeadReckoning_Did_GyroOffset_dr.cpp diff --git a/vehicleservice/positioning/server/src/Sensor/DeadReckoning_Did_GyroScaleFactorLevel_dr.cpp b/service/vehicle/positioning/server/src/Sensor/DeadReckoning_Did_GyroScaleFactorLevel_dr.cpp index dff0913..dff0913 100755 --- a/vehicleservice/positioning/server/src/Sensor/DeadReckoning_Did_GyroScaleFactorLevel_dr.cpp +++ b/service/vehicle/positioning/server/src/Sensor/DeadReckoning_Did_GyroScaleFactorLevel_dr.cpp diff --git a/vehicleservice/positioning/server/src/Sensor/DeadReckoning_Did_GyroScaleFactor_dr.cpp b/service/vehicle/positioning/server/src/Sensor/DeadReckoning_Did_GyroScaleFactor_dr.cpp index d05ef5c..d05ef5c 100755 --- a/vehicleservice/positioning/server/src/Sensor/DeadReckoning_Did_GyroScaleFactor_dr.cpp +++ b/service/vehicle/positioning/server/src/Sensor/DeadReckoning_Did_GyroScaleFactor_dr.cpp diff --git a/vehicleservice/positioning/server/src/Sensor/DeadReckoning_Did_Heading_dr.cpp b/service/vehicle/positioning/server/src/Sensor/DeadReckoning_Did_Heading_dr.cpp index 451b133..451b133 100755 --- a/vehicleservice/positioning/server/src/Sensor/DeadReckoning_Did_Heading_dr.cpp +++ b/service/vehicle/positioning/server/src/Sensor/DeadReckoning_Did_Heading_dr.cpp diff --git a/vehicleservice/positioning/server/src/Sensor/DeadReckoning_Did_Latitude_dr.cpp b/service/vehicle/positioning/server/src/Sensor/DeadReckoning_Did_Latitude_dr.cpp index 9d06e7a..9d06e7a 100755 --- a/vehicleservice/positioning/server/src/Sensor/DeadReckoning_Did_Latitude_dr.cpp +++ b/service/vehicle/positioning/server/src/Sensor/DeadReckoning_Did_Latitude_dr.cpp diff --git a/vehicleservice/positioning/server/src/Sensor/DeadReckoning_Did_Longitude_dr.cpp b/service/vehicle/positioning/server/src/Sensor/DeadReckoning_Did_Longitude_dr.cpp index 38a6351..38a6351 100755 --- a/vehicleservice/positioning/server/src/Sensor/DeadReckoning_Did_Longitude_dr.cpp +++ b/service/vehicle/positioning/server/src/Sensor/DeadReckoning_Did_Longitude_dr.cpp diff --git a/vehicleservice/positioning/server/src/Sensor/DeadReckoning_Did_SnsCounter.cpp b/service/vehicle/positioning/server/src/Sensor/DeadReckoning_Did_SnsCounter.cpp index 6bf3ed7..6bf3ed7 100755 --- a/vehicleservice/positioning/server/src/Sensor/DeadReckoning_Did_SnsCounter.cpp +++ b/service/vehicle/positioning/server/src/Sensor/DeadReckoning_Did_SnsCounter.cpp diff --git a/vehicleservice/positioning/server/src/Sensor/DeadReckoning_Did_SpeedPulseScaleFactorLevel_dr.cpp b/service/vehicle/positioning/server/src/Sensor/DeadReckoning_Did_SpeedPulseScaleFactorLevel_dr.cpp index dc7022f..dc7022f 100755 --- a/vehicleservice/positioning/server/src/Sensor/DeadReckoning_Did_SpeedPulseScaleFactorLevel_dr.cpp +++ b/service/vehicle/positioning/server/src/Sensor/DeadReckoning_Did_SpeedPulseScaleFactorLevel_dr.cpp diff --git a/vehicleservice/positioning/server/src/Sensor/DeadReckoning_Did_SpeedPulseScaleFactor_dr.cpp b/service/vehicle/positioning/server/src/Sensor/DeadReckoning_Did_SpeedPulseScaleFactor_dr.cpp index cd27141..cd27141 100755 --- a/vehicleservice/positioning/server/src/Sensor/DeadReckoning_Did_SpeedPulseScaleFactor_dr.cpp +++ b/service/vehicle/positioning/server/src/Sensor/DeadReckoning_Did_SpeedPulseScaleFactor_dr.cpp diff --git a/vehicleservice/positioning/server/src/Sensor/DeadReckoning_Did_Speed_dr.cpp b/service/vehicle/positioning/server/src/Sensor/DeadReckoning_Did_Speed_dr.cpp index b2b1f88..b2b1f88 100755 --- a/vehicleservice/positioning/server/src/Sensor/DeadReckoning_Did_Speed_dr.cpp +++ b/service/vehicle/positioning/server/src/Sensor/DeadReckoning_Did_Speed_dr.cpp diff --git a/vehicleservice/positioning/server/src/Sensor/DeadReckoning_main.cpp b/service/vehicle/positioning/server/src/Sensor/DeadReckoning_main.cpp index 1d956b7..1d956b7 100755 --- a/vehicleservice/positioning/server/src/Sensor/DeadReckoning_main.cpp +++ b/service/vehicle/positioning/server/src/Sensor/DeadReckoning_main.cpp diff --git a/vehicleservice/positioning/server/src/Sensor/GpsInt.cpp b/service/vehicle/positioning/server/src/Sensor/GpsInt.cpp index 75fb890..75fb890 100755 --- a/vehicleservice/positioning/server/src/Sensor/GpsInt.cpp +++ b/service/vehicle/positioning/server/src/Sensor/GpsInt.cpp diff --git a/vehicleservice/positioning/server/src/Sensor/Makefile b/service/vehicle/positioning/server/src/Sensor/Makefile index bb70229..bb70229 100755 --- a/vehicleservice/positioning/server/src/Sensor/Makefile +++ b/service/vehicle/positioning/server/src/Sensor/Makefile diff --git a/vehicleservice/positioning/server/src/Sensor/SensorLog.cpp b/service/vehicle/positioning/server/src/Sensor/SensorLog.cpp index eed514f..eed514f 100755 --- a/vehicleservice/positioning/server/src/Sensor/SensorLog.cpp +++ b/service/vehicle/positioning/server/src/Sensor/SensorLog.cpp diff --git a/vehicleservice/positioning/server/src/Sensor/VehicleSens_CanDeliveryEntry.cpp b/service/vehicle/positioning/server/src/Sensor/VehicleSens_CanDeliveryEntry.cpp index f1cd695..f1cd695 100755 --- a/vehicleservice/positioning/server/src/Sensor/VehicleSens_CanDeliveryEntry.cpp +++ b/service/vehicle/positioning/server/src/Sensor/VehicleSens_CanDeliveryEntry.cpp diff --git a/vehicleservice/positioning/server/src/Sensor/VehicleSens_Common.cpp b/service/vehicle/positioning/server/src/Sensor/VehicleSens_Common.cpp index aeb180e..aeb180e 100755 --- a/vehicleservice/positioning/server/src/Sensor/VehicleSens_Common.cpp +++ b/service/vehicle/positioning/server/src/Sensor/VehicleSens_Common.cpp diff --git a/vehicleservice/positioning/server/src/Sensor/VehicleSens_DataMasterMain.cpp b/service/vehicle/positioning/server/src/Sensor/VehicleSens_DataMasterMain.cpp index 7bf40d1..7bf40d1 100755 --- a/vehicleservice/positioning/server/src/Sensor/VehicleSens_DataMasterMain.cpp +++ b/service/vehicle/positioning/server/src/Sensor/VehicleSens_DataMasterMain.cpp diff --git a/vehicleservice/positioning/server/src/Sensor/VehicleSens_DeliveryCtrl.cpp b/service/vehicle/positioning/server/src/Sensor/VehicleSens_DeliveryCtrl.cpp index 15aabff..15aabff 100755 --- a/vehicleservice/positioning/server/src/Sensor/VehicleSens_DeliveryCtrl.cpp +++ b/service/vehicle/positioning/server/src/Sensor/VehicleSens_DeliveryCtrl.cpp diff --git a/vehicleservice/positioning/server/src/Sensor/VehicleSens_Did_GPSInterruptFlag.cpp b/service/vehicle/positioning/server/src/Sensor/VehicleSens_Did_GPSInterruptFlag.cpp index eefbc51..eefbc51 100755 --- a/vehicleservice/positioning/server/src/Sensor/VehicleSens_Did_GPSInterruptFlag.cpp +++ b/service/vehicle/positioning/server/src/Sensor/VehicleSens_Did_GPSInterruptFlag.cpp diff --git a/vehicleservice/positioning/server/src/Sensor/VehicleSens_Did_GpsAntenna.cpp b/service/vehicle/positioning/server/src/Sensor/VehicleSens_Did_GpsAntenna.cpp index bbf4965..bbf4965 100755 --- a/vehicleservice/positioning/server/src/Sensor/VehicleSens_Did_GpsAntenna.cpp +++ b/service/vehicle/positioning/server/src/Sensor/VehicleSens_Did_GpsAntenna.cpp diff --git a/vehicleservice/positioning/server/src/Sensor/VehicleSens_Did_GpsAntennaStatus.cpp b/service/vehicle/positioning/server/src/Sensor/VehicleSens_Did_GpsAntennaStatus.cpp index dc950cc..dc950cc 100755 --- a/vehicleservice/positioning/server/src/Sensor/VehicleSens_Did_GpsAntennaStatus.cpp +++ b/service/vehicle/positioning/server/src/Sensor/VehicleSens_Did_GpsAntennaStatus.cpp diff --git a/vehicleservice/positioning/server/src/Sensor/VehicleSens_Did_GpsAntenna_l.cpp b/service/vehicle/positioning/server/src/Sensor/VehicleSens_Did_GpsAntenna_l.cpp index 00db159..00db159 100755 --- a/vehicleservice/positioning/server/src/Sensor/VehicleSens_Did_GpsAntenna_l.cpp +++ b/service/vehicle/positioning/server/src/Sensor/VehicleSens_Did_GpsAntenna_l.cpp diff --git a/vehicleservice/positioning/server/src/Sensor/VehicleSens_Did_GpsClockDrift.cpp b/service/vehicle/positioning/server/src/Sensor/VehicleSens_Did_GpsClockDrift.cpp index 955e161..955e161 100755 --- a/vehicleservice/positioning/server/src/Sensor/VehicleSens_Did_GpsClockDrift.cpp +++ b/service/vehicle/positioning/server/src/Sensor/VehicleSens_Did_GpsClockDrift.cpp diff --git a/vehicleservice/positioning/server/src/Sensor/VehicleSens_Did_GpsClockDrift_g.cpp b/service/vehicle/positioning/server/src/Sensor/VehicleSens_Did_GpsClockDrift_g.cpp index ecfbb4f..ecfbb4f 100755 --- a/vehicleservice/positioning/server/src/Sensor/VehicleSens_Did_GpsClockDrift_g.cpp +++ b/service/vehicle/positioning/server/src/Sensor/VehicleSens_Did_GpsClockDrift_g.cpp diff --git a/vehicleservice/positioning/server/src/Sensor/VehicleSens_Did_GpsClockFreq.cpp b/service/vehicle/positioning/server/src/Sensor/VehicleSens_Did_GpsClockFreq.cpp index 39fac42..39fac42 100755 --- a/vehicleservice/positioning/server/src/Sensor/VehicleSens_Did_GpsClockFreq.cpp +++ b/service/vehicle/positioning/server/src/Sensor/VehicleSens_Did_GpsClockFreq.cpp diff --git a/vehicleservice/positioning/server/src/Sensor/VehicleSens_Did_GpsClockFreq_g.cpp b/service/vehicle/positioning/server/src/Sensor/VehicleSens_Did_GpsClockFreq_g.cpp index 85cbdd6..85cbdd6 100755 --- a/vehicleservice/positioning/server/src/Sensor/VehicleSens_Did_GpsClockFreq_g.cpp +++ b/service/vehicle/positioning/server/src/Sensor/VehicleSens_Did_GpsClockFreq_g.cpp diff --git a/vehicleservice/positioning/server/src/Sensor/VehicleSens_Did_GpsCounter_g.cpp b/service/vehicle/positioning/server/src/Sensor/VehicleSens_Did_GpsCounter_g.cpp index d4aba14..d4aba14 100755 --- a/vehicleservice/positioning/server/src/Sensor/VehicleSens_Did_GpsCounter_g.cpp +++ b/service/vehicle/positioning/server/src/Sensor/VehicleSens_Did_GpsCounter_g.cpp diff --git a/vehicleservice/positioning/server/src/Sensor/VehicleSens_Did_GpsNmea_g.cpp b/service/vehicle/positioning/server/src/Sensor/VehicleSens_Did_GpsNmea_g.cpp index a7b733e..a7b733e 100755 --- a/vehicleservice/positioning/server/src/Sensor/VehicleSens_Did_GpsNmea_g.cpp +++ b/service/vehicle/positioning/server/src/Sensor/VehicleSens_Did_GpsNmea_g.cpp diff --git a/vehicleservice/positioning/server/src/Sensor/VehicleSens_Did_GpsTime.cpp b/service/vehicle/positioning/server/src/Sensor/VehicleSens_Did_GpsTime.cpp index 8c23e3e..8c23e3e 100755 --- a/vehicleservice/positioning/server/src/Sensor/VehicleSens_Did_GpsTime.cpp +++ b/service/vehicle/positioning/server/src/Sensor/VehicleSens_Did_GpsTime.cpp diff --git a/vehicleservice/positioning/server/src/Sensor/VehicleSens_Did_GpsTimeRaw.cpp b/service/vehicle/positioning/server/src/Sensor/VehicleSens_Did_GpsTimeRaw.cpp index 9637b72..9637b72 100755 --- a/vehicleservice/positioning/server/src/Sensor/VehicleSens_Did_GpsTimeRaw.cpp +++ b/service/vehicle/positioning/server/src/Sensor/VehicleSens_Did_GpsTimeRaw.cpp diff --git a/vehicleservice/positioning/server/src/Sensor/VehicleSens_Did_GpsTimeRaw_g.cpp b/service/vehicle/positioning/server/src/Sensor/VehicleSens_Did_GpsTimeRaw_g.cpp index 52cda83..52cda83 100755 --- a/vehicleservice/positioning/server/src/Sensor/VehicleSens_Did_GpsTimeRaw_g.cpp +++ b/service/vehicle/positioning/server/src/Sensor/VehicleSens_Did_GpsTimeRaw_g.cpp diff --git a/vehicleservice/positioning/server/src/Sensor/VehicleSens_Did_GpsTime_g.cpp b/service/vehicle/positioning/server/src/Sensor/VehicleSens_Did_GpsTime_g.cpp index 404e60e..404e60e 100755 --- a/vehicleservice/positioning/server/src/Sensor/VehicleSens_Did_GpsTime_g.cpp +++ b/service/vehicle/positioning/server/src/Sensor/VehicleSens_Did_GpsTime_g.cpp diff --git a/vehicleservice/positioning/server/src/Sensor/VehicleSens_Did_Gps_CWORD82_FullBinary_g.cpp b/service/vehicle/positioning/server/src/Sensor/VehicleSens_Did_Gps_CWORD82_FullBinary_g.cpp index 8f84200..8f84200 100755 --- a/vehicleservice/positioning/server/src/Sensor/VehicleSens_Did_Gps_CWORD82_FullBinary_g.cpp +++ b/service/vehicle/positioning/server/src/Sensor/VehicleSens_Did_Gps_CWORD82_FullBinary_g.cpp diff --git a/vehicleservice/positioning/server/src/Sensor/VehicleSens_Did_Gps_CWORD82_Nmea_g.cpp b/service/vehicle/positioning/server/src/Sensor/VehicleSens_Did_Gps_CWORD82_Nmea_g.cpp index 9f69054..9f69054 100755 --- a/vehicleservice/positioning/server/src/Sensor/VehicleSens_Did_Gps_CWORD82_Nmea_g.cpp +++ b/service/vehicle/positioning/server/src/Sensor/VehicleSens_Did_Gps_CWORD82_Nmea_g.cpp diff --git a/vehicleservice/positioning/server/src/Sensor/VehicleSens_Did_Gps_CWORD82__CWORD44_Gp4_g.cpp b/service/vehicle/positioning/server/src/Sensor/VehicleSens_Did_Gps_CWORD82__CWORD44_Gp4_g.cpp index 4ce8678..4ce8678 100755 --- a/vehicleservice/positioning/server/src/Sensor/VehicleSens_Did_Gps_CWORD82__CWORD44_Gp4_g.cpp +++ b/service/vehicle/positioning/server/src/Sensor/VehicleSens_Did_Gps_CWORD82__CWORD44_Gp4_g.cpp diff --git a/vehicleservice/positioning/server/src/Sensor/VehicleSens_Did_GsnsX.cpp b/service/vehicle/positioning/server/src/Sensor/VehicleSens_Did_GsnsX.cpp index e68edc6..e68edc6 100755 --- a/vehicleservice/positioning/server/src/Sensor/VehicleSens_Did_GsnsX.cpp +++ b/service/vehicle/positioning/server/src/Sensor/VehicleSens_Did_GsnsX.cpp diff --git a/vehicleservice/positioning/server/src/Sensor/VehicleSens_Did_GsnsXExt_l.cpp b/service/vehicle/positioning/server/src/Sensor/VehicleSens_Did_GsnsXExt_l.cpp index 4a481bb..4a481bb 100755 --- a/vehicleservice/positioning/server/src/Sensor/VehicleSens_Did_GsnsXExt_l.cpp +++ b/service/vehicle/positioning/server/src/Sensor/VehicleSens_Did_GsnsXExt_l.cpp diff --git a/vehicleservice/positioning/server/src/Sensor/VehicleSens_Did_GsnsXFst_l.cpp b/service/vehicle/positioning/server/src/Sensor/VehicleSens_Did_GsnsXFst_l.cpp index 61ee990..61ee990 100755 --- a/vehicleservice/positioning/server/src/Sensor/VehicleSens_Did_GsnsXFst_l.cpp +++ b/service/vehicle/positioning/server/src/Sensor/VehicleSens_Did_GsnsXFst_l.cpp diff --git a/vehicleservice/positioning/server/src/Sensor/VehicleSens_Did_GsnsX_l.cpp b/service/vehicle/positioning/server/src/Sensor/VehicleSens_Did_GsnsX_l.cpp index 90d16ce..90d16ce 100755 --- a/vehicleservice/positioning/server/src/Sensor/VehicleSens_Did_GsnsX_l.cpp +++ b/service/vehicle/positioning/server/src/Sensor/VehicleSens_Did_GsnsX_l.cpp diff --git a/vehicleservice/positioning/server/src/Sensor/VehicleSens_Did_GsnsY.cpp b/service/vehicle/positioning/server/src/Sensor/VehicleSens_Did_GsnsY.cpp index 0ab4b67..0ab4b67 100755 --- a/vehicleservice/positioning/server/src/Sensor/VehicleSens_Did_GsnsY.cpp +++ b/service/vehicle/positioning/server/src/Sensor/VehicleSens_Did_GsnsY.cpp diff --git a/vehicleservice/positioning/server/src/Sensor/VehicleSens_Did_GsnsYExt_l.cpp b/service/vehicle/positioning/server/src/Sensor/VehicleSens_Did_GsnsYExt_l.cpp index 947da7f..947da7f 100755 --- a/vehicleservice/positioning/server/src/Sensor/VehicleSens_Did_GsnsYExt_l.cpp +++ b/service/vehicle/positioning/server/src/Sensor/VehicleSens_Did_GsnsYExt_l.cpp diff --git a/vehicleservice/positioning/server/src/Sensor/VehicleSens_Did_GsnsYFst_l.cpp b/service/vehicle/positioning/server/src/Sensor/VehicleSens_Did_GsnsYFst_l.cpp index 1fc1b92..1fc1b92 100755 --- a/vehicleservice/positioning/server/src/Sensor/VehicleSens_Did_GsnsYFst_l.cpp +++ b/service/vehicle/positioning/server/src/Sensor/VehicleSens_Did_GsnsYFst_l.cpp diff --git a/vehicleservice/positioning/server/src/Sensor/VehicleSens_Did_GsnsY_l.cpp b/service/vehicle/positioning/server/src/Sensor/VehicleSens_Did_GsnsY_l.cpp index 1bf2e30..1bf2e30 100755 --- a/vehicleservice/positioning/server/src/Sensor/VehicleSens_Did_GsnsY_l.cpp +++ b/service/vehicle/positioning/server/src/Sensor/VehicleSens_Did_GsnsY_l.cpp diff --git a/vehicleservice/positioning/server/src/Sensor/VehicleSens_Did_GsnsZ.cpp b/service/vehicle/positioning/server/src/Sensor/VehicleSens_Did_GsnsZ.cpp index ec865c3..ec865c3 100755 --- a/vehicleservice/positioning/server/src/Sensor/VehicleSens_Did_GsnsZ.cpp +++ b/service/vehicle/positioning/server/src/Sensor/VehicleSens_Did_GsnsZ.cpp diff --git a/vehicleservice/positioning/server/src/Sensor/VehicleSens_Did_GsnsZExt_l.cpp b/service/vehicle/positioning/server/src/Sensor/VehicleSens_Did_GsnsZExt_l.cpp index 9dc1e39..9dc1e39 100755 --- a/vehicleservice/positioning/server/src/Sensor/VehicleSens_Did_GsnsZExt_l.cpp +++ b/service/vehicle/positioning/server/src/Sensor/VehicleSens_Did_GsnsZExt_l.cpp diff --git a/vehicleservice/positioning/server/src/Sensor/VehicleSens_Did_GsnsZFst_l.cpp b/service/vehicle/positioning/server/src/Sensor/VehicleSens_Did_GsnsZFst_l.cpp index a69bb87..a69bb87 100755 --- a/vehicleservice/positioning/server/src/Sensor/VehicleSens_Did_GsnsZFst_l.cpp +++ b/service/vehicle/positioning/server/src/Sensor/VehicleSens_Did_GsnsZFst_l.cpp diff --git a/vehicleservice/positioning/server/src/Sensor/VehicleSens_Did_GsnsZ_l.cpp b/service/vehicle/positioning/server/src/Sensor/VehicleSens_Did_GsnsZ_l.cpp index 8614535..8614535 100755 --- a/vehicleservice/positioning/server/src/Sensor/VehicleSens_Did_GsnsZ_l.cpp +++ b/service/vehicle/positioning/server/src/Sensor/VehicleSens_Did_GsnsZ_l.cpp diff --git a/vehicleservice/positioning/server/src/Sensor/VehicleSens_Did_GyroConnectStatus.cpp b/service/vehicle/positioning/server/src/Sensor/VehicleSens_Did_GyroConnectStatus.cpp index d6fee30..d6fee30 100755 --- a/vehicleservice/positioning/server/src/Sensor/VehicleSens_Did_GyroConnectStatus.cpp +++ b/service/vehicle/positioning/server/src/Sensor/VehicleSens_Did_GyroConnectStatus.cpp diff --git a/vehicleservice/positioning/server/src/Sensor/VehicleSens_Did_GyroExt_l.cpp b/service/vehicle/positioning/server/src/Sensor/VehicleSens_Did_GyroExt_l.cpp index 0470c9f..0470c9f 100755 --- a/vehicleservice/positioning/server/src/Sensor/VehicleSens_Did_GyroExt_l.cpp +++ b/service/vehicle/positioning/server/src/Sensor/VehicleSens_Did_GyroExt_l.cpp diff --git a/vehicleservice/positioning/server/src/Sensor/VehicleSens_Did_GyroTemp.cpp b/service/vehicle/positioning/server/src/Sensor/VehicleSens_Did_GyroTemp.cpp index d6debe6..d6debe6 100755 --- a/vehicleservice/positioning/server/src/Sensor/VehicleSens_Did_GyroTemp.cpp +++ b/service/vehicle/positioning/server/src/Sensor/VehicleSens_Did_GyroTemp.cpp diff --git a/vehicleservice/positioning/server/src/Sensor/VehicleSens_Did_GyroTempExt_l.cpp b/service/vehicle/positioning/server/src/Sensor/VehicleSens_Did_GyroTempExt_l.cpp index aee750d..aee750d 100755 --- a/vehicleservice/positioning/server/src/Sensor/VehicleSens_Did_GyroTempExt_l.cpp +++ b/service/vehicle/positioning/server/src/Sensor/VehicleSens_Did_GyroTempExt_l.cpp diff --git a/vehicleservice/positioning/server/src/Sensor/VehicleSens_Did_GyroTempFst_l.cpp b/service/vehicle/positioning/server/src/Sensor/VehicleSens_Did_GyroTempFst_l.cpp index 3c2906d..3c2906d 100755 --- a/vehicleservice/positioning/server/src/Sensor/VehicleSens_Did_GyroTempFst_l.cpp +++ b/service/vehicle/positioning/server/src/Sensor/VehicleSens_Did_GyroTempFst_l.cpp diff --git a/vehicleservice/positioning/server/src/Sensor/VehicleSens_Did_GyroTemp_l.cpp b/service/vehicle/positioning/server/src/Sensor/VehicleSens_Did_GyroTemp_l.cpp index 002cf02..002cf02 100755 --- a/vehicleservice/positioning/server/src/Sensor/VehicleSens_Did_GyroTemp_l.cpp +++ b/service/vehicle/positioning/server/src/Sensor/VehicleSens_Did_GyroTemp_l.cpp diff --git a/vehicleservice/positioning/server/src/Sensor/VehicleSens_Did_GyroTrouble.cpp b/service/vehicle/positioning/server/src/Sensor/VehicleSens_Did_GyroTrouble.cpp index e588c39..e588c39 100755 --- a/vehicleservice/positioning/server/src/Sensor/VehicleSens_Did_GyroTrouble.cpp +++ b/service/vehicle/positioning/server/src/Sensor/VehicleSens_Did_GyroTrouble.cpp diff --git a/vehicleservice/positioning/server/src/Sensor/VehicleSens_Did_GyroX.cpp b/service/vehicle/positioning/server/src/Sensor/VehicleSens_Did_GyroX.cpp index 3cda53a..3cda53a 100755 --- a/vehicleservice/positioning/server/src/Sensor/VehicleSens_Did_GyroX.cpp +++ b/service/vehicle/positioning/server/src/Sensor/VehicleSens_Did_GyroX.cpp diff --git a/vehicleservice/positioning/server/src/Sensor/VehicleSens_Did_GyroXFst_l.cpp b/service/vehicle/positioning/server/src/Sensor/VehicleSens_Did_GyroXFst_l.cpp index e9997ac..e9997ac 100755 --- a/vehicleservice/positioning/server/src/Sensor/VehicleSens_Did_GyroXFst_l.cpp +++ b/service/vehicle/positioning/server/src/Sensor/VehicleSens_Did_GyroXFst_l.cpp diff --git a/vehicleservice/positioning/server/src/Sensor/VehicleSens_Did_GyroX_l.cpp b/service/vehicle/positioning/server/src/Sensor/VehicleSens_Did_GyroX_l.cpp index af90e25..af90e25 100755 --- a/vehicleservice/positioning/server/src/Sensor/VehicleSens_Did_GyroX_l.cpp +++ b/service/vehicle/positioning/server/src/Sensor/VehicleSens_Did_GyroX_l.cpp diff --git a/vehicleservice/positioning/server/src/Sensor/VehicleSens_Did_GyroY.cpp b/service/vehicle/positioning/server/src/Sensor/VehicleSens_Did_GyroY.cpp index b7d0e5a..b7d0e5a 100755 --- a/vehicleservice/positioning/server/src/Sensor/VehicleSens_Did_GyroY.cpp +++ b/service/vehicle/positioning/server/src/Sensor/VehicleSens_Did_GyroY.cpp diff --git a/vehicleservice/positioning/server/src/Sensor/VehicleSens_Did_GyroYExt_l.cpp b/service/vehicle/positioning/server/src/Sensor/VehicleSens_Did_GyroYExt_l.cpp index 898dafb..898dafb 100755 --- a/vehicleservice/positioning/server/src/Sensor/VehicleSens_Did_GyroYExt_l.cpp +++ b/service/vehicle/positioning/server/src/Sensor/VehicleSens_Did_GyroYExt_l.cpp diff --git a/vehicleservice/positioning/server/src/Sensor/VehicleSens_Did_GyroYFst_l.cpp b/service/vehicle/positioning/server/src/Sensor/VehicleSens_Did_GyroYFst_l.cpp index 164cf4d..164cf4d 100755 --- a/vehicleservice/positioning/server/src/Sensor/VehicleSens_Did_GyroYFst_l.cpp +++ b/service/vehicle/positioning/server/src/Sensor/VehicleSens_Did_GyroYFst_l.cpp diff --git a/vehicleservice/positioning/server/src/Sensor/VehicleSens_Did_GyroY_l.cpp b/service/vehicle/positioning/server/src/Sensor/VehicleSens_Did_GyroY_l.cpp index 9799b29..9799b29 100755 --- a/vehicleservice/positioning/server/src/Sensor/VehicleSens_Did_GyroY_l.cpp +++ b/service/vehicle/positioning/server/src/Sensor/VehicleSens_Did_GyroY_l.cpp diff --git a/vehicleservice/positioning/server/src/Sensor/VehicleSens_Did_GyroZ.cpp b/service/vehicle/positioning/server/src/Sensor/VehicleSens_Did_GyroZ.cpp index 1b84af7..1b84af7 100755 --- a/vehicleservice/positioning/server/src/Sensor/VehicleSens_Did_GyroZ.cpp +++ b/service/vehicle/positioning/server/src/Sensor/VehicleSens_Did_GyroZ.cpp diff --git a/vehicleservice/positioning/server/src/Sensor/VehicleSens_Did_GyroZExt_l.cpp b/service/vehicle/positioning/server/src/Sensor/VehicleSens_Did_GyroZExt_l.cpp index 9ef9996..9ef9996 100755 --- a/vehicleservice/positioning/server/src/Sensor/VehicleSens_Did_GyroZExt_l.cpp +++ b/service/vehicle/positioning/server/src/Sensor/VehicleSens_Did_GyroZExt_l.cpp diff --git a/vehicleservice/positioning/server/src/Sensor/VehicleSens_Did_GyroZFst_l.cpp b/service/vehicle/positioning/server/src/Sensor/VehicleSens_Did_GyroZFst_l.cpp index 587f565..587f565 100755 --- a/vehicleservice/positioning/server/src/Sensor/VehicleSens_Did_GyroZFst_l.cpp +++ b/service/vehicle/positioning/server/src/Sensor/VehicleSens_Did_GyroZFst_l.cpp diff --git a/vehicleservice/positioning/server/src/Sensor/VehicleSens_Did_GyroZ_l.cpp b/service/vehicle/positioning/server/src/Sensor/VehicleSens_Did_GyroZ_l.cpp index 8296dab..8296dab 100755 --- a/vehicleservice/positioning/server/src/Sensor/VehicleSens_Did_GyroZ_l.cpp +++ b/service/vehicle/positioning/server/src/Sensor/VehicleSens_Did_GyroZ_l.cpp diff --git a/vehicleservice/positioning/server/src/Sensor/VehicleSens_Did_LocationAltitude.cpp b/service/vehicle/positioning/server/src/Sensor/VehicleSens_Did_LocationAltitude.cpp index 167fa0a..167fa0a 100755 --- a/vehicleservice/positioning/server/src/Sensor/VehicleSens_Did_LocationAltitude.cpp +++ b/service/vehicle/positioning/server/src/Sensor/VehicleSens_Did_LocationAltitude.cpp diff --git a/vehicleservice/positioning/server/src/Sensor/VehicleSens_Did_LocationAltitude_g.cpp b/service/vehicle/positioning/server/src/Sensor/VehicleSens_Did_LocationAltitude_g.cpp index cae429c..cae429c 100755 --- a/vehicleservice/positioning/server/src/Sensor/VehicleSens_Did_LocationAltitude_g.cpp +++ b/service/vehicle/positioning/server/src/Sensor/VehicleSens_Did_LocationAltitude_g.cpp diff --git a/vehicleservice/positioning/server/src/Sensor/VehicleSens_Did_LocationAltitude_n.cpp b/service/vehicle/positioning/server/src/Sensor/VehicleSens_Did_LocationAltitude_n.cpp index 1d6064f..1d6064f 100755 --- a/vehicleservice/positioning/server/src/Sensor/VehicleSens_Did_LocationAltitude_n.cpp +++ b/service/vehicle/positioning/server/src/Sensor/VehicleSens_Did_LocationAltitude_n.cpp diff --git a/vehicleservice/positioning/server/src/Sensor/VehicleSens_Did_LocationInfoNmea.cpp b/service/vehicle/positioning/server/src/Sensor/VehicleSens_Did_LocationInfoNmea.cpp index 496e5ac..496e5ac 100755 --- a/vehicleservice/positioning/server/src/Sensor/VehicleSens_Did_LocationInfoNmea.cpp +++ b/service/vehicle/positioning/server/src/Sensor/VehicleSens_Did_LocationInfoNmea.cpp diff --git a/vehicleservice/positioning/server/src/Sensor/VehicleSens_Did_LocationInfoNmea_n.cpp b/service/vehicle/positioning/server/src/Sensor/VehicleSens_Did_LocationInfoNmea_n.cpp index 048e522..048e522 100755 --- a/vehicleservice/positioning/server/src/Sensor/VehicleSens_Did_LocationInfoNmea_n.cpp +++ b/service/vehicle/positioning/server/src/Sensor/VehicleSens_Did_LocationInfoNmea_n.cpp diff --git a/vehicleservice/positioning/server/src/Sensor/VehicleSens_Did_LocationLonLat.cpp b/service/vehicle/positioning/server/src/Sensor/VehicleSens_Did_LocationLonLat.cpp index 1ae1b59..1ae1b59 100755 --- a/vehicleservice/positioning/server/src/Sensor/VehicleSens_Did_LocationLonLat.cpp +++ b/service/vehicle/positioning/server/src/Sensor/VehicleSens_Did_LocationLonLat.cpp diff --git a/vehicleservice/positioning/server/src/Sensor/VehicleSens_Did_LocationLonLat_g.cpp b/service/vehicle/positioning/server/src/Sensor/VehicleSens_Did_LocationLonLat_g.cpp index 07075c0..07075c0 100755 --- a/vehicleservice/positioning/server/src/Sensor/VehicleSens_Did_LocationLonLat_g.cpp +++ b/service/vehicle/positioning/server/src/Sensor/VehicleSens_Did_LocationLonLat_g.cpp diff --git a/vehicleservice/positioning/server/src/Sensor/VehicleSens_Did_LocationLonLat_n.cpp b/service/vehicle/positioning/server/src/Sensor/VehicleSens_Did_LocationLonLat_n.cpp index dcaecff..dcaecff 100755 --- a/vehicleservice/positioning/server/src/Sensor/VehicleSens_Did_LocationLonLat_n.cpp +++ b/service/vehicle/positioning/server/src/Sensor/VehicleSens_Did_LocationLonLat_n.cpp diff --git a/vehicleservice/positioning/server/src/Sensor/VehicleSens_Did_MainGpsInterruptSignal.cpp b/service/vehicle/positioning/server/src/Sensor/VehicleSens_Did_MainGpsInterruptSignal.cpp index 7066324..7066324 100755 --- a/vehicleservice/positioning/server/src/Sensor/VehicleSens_Did_MainGpsInterruptSignal.cpp +++ b/service/vehicle/positioning/server/src/Sensor/VehicleSens_Did_MainGpsInterruptSignal.cpp diff --git a/vehicleservice/positioning/server/src/Sensor/VehicleSens_Did_Mon_Hw_g.cpp b/service/vehicle/positioning/server/src/Sensor/VehicleSens_Did_Mon_Hw_g.cpp index 1859f76..1859f76 100755 --- a/vehicleservice/positioning/server/src/Sensor/VehicleSens_Did_Mon_Hw_g.cpp +++ b/service/vehicle/positioning/server/src/Sensor/VehicleSens_Did_Mon_Hw_g.cpp diff --git a/vehicleservice/positioning/server/src/Sensor/VehicleSens_Did_MotionHeading.cpp b/service/vehicle/positioning/server/src/Sensor/VehicleSens_Did_MotionHeading.cpp index 67a218e..67a218e 100755 --- a/vehicleservice/positioning/server/src/Sensor/VehicleSens_Did_MotionHeading.cpp +++ b/service/vehicle/positioning/server/src/Sensor/VehicleSens_Did_MotionHeading.cpp diff --git a/vehicleservice/positioning/server/src/Sensor/VehicleSens_Did_MotionHeading_g.cpp b/service/vehicle/positioning/server/src/Sensor/VehicleSens_Did_MotionHeading_g.cpp index 751b199..751b199 100755 --- a/vehicleservice/positioning/server/src/Sensor/VehicleSens_Did_MotionHeading_g.cpp +++ b/service/vehicle/positioning/server/src/Sensor/VehicleSens_Did_MotionHeading_g.cpp diff --git a/vehicleservice/positioning/server/src/Sensor/VehicleSens_Did_MotionHeading_n.cpp b/service/vehicle/positioning/server/src/Sensor/VehicleSens_Did_MotionHeading_n.cpp index 4475b24..4475b24 100755 --- a/vehicleservice/positioning/server/src/Sensor/VehicleSens_Did_MotionHeading_n.cpp +++ b/service/vehicle/positioning/server/src/Sensor/VehicleSens_Did_MotionHeading_n.cpp diff --git a/vehicleservice/positioning/server/src/Sensor/VehicleSens_Did_MotionSpeed.cpp b/service/vehicle/positioning/server/src/Sensor/VehicleSens_Did_MotionSpeed.cpp index 0f7abe3..0f7abe3 100755 --- a/vehicleservice/positioning/server/src/Sensor/VehicleSens_Did_MotionSpeed.cpp +++ b/service/vehicle/positioning/server/src/Sensor/VehicleSens_Did_MotionSpeed.cpp diff --git a/vehicleservice/positioning/server/src/Sensor/VehicleSens_Did_MotionSpeed_g.cpp b/service/vehicle/positioning/server/src/Sensor/VehicleSens_Did_MotionSpeed_g.cpp index 9b8ae6c..9b8ae6c 100755 --- a/vehicleservice/positioning/server/src/Sensor/VehicleSens_Did_MotionSpeed_g.cpp +++ b/service/vehicle/positioning/server/src/Sensor/VehicleSens_Did_MotionSpeed_g.cpp diff --git a/vehicleservice/positioning/server/src/Sensor/VehicleSens_Did_MotionSpeed_i.cpp b/service/vehicle/positioning/server/src/Sensor/VehicleSens_Did_MotionSpeed_i.cpp index 7f01e2f..7f01e2f 100755 --- a/vehicleservice/positioning/server/src/Sensor/VehicleSens_Did_MotionSpeed_i.cpp +++ b/service/vehicle/positioning/server/src/Sensor/VehicleSens_Did_MotionSpeed_i.cpp diff --git a/vehicleservice/positioning/server/src/Sensor/VehicleSens_Did_MotionSpeed_n.cpp b/service/vehicle/positioning/server/src/Sensor/VehicleSens_Did_MotionSpeed_n.cpp index 9c8f5bc..9c8f5bc 100755 --- a/vehicleservice/positioning/server/src/Sensor/VehicleSens_Did_MotionSpeed_n.cpp +++ b/service/vehicle/positioning/server/src/Sensor/VehicleSens_Did_MotionSpeed_n.cpp diff --git a/vehicleservice/positioning/server/src/Sensor/VehicleSens_Did_Nav_Clock_g.cpp b/service/vehicle/positioning/server/src/Sensor/VehicleSens_Did_Nav_Clock_g.cpp index a9bc0c9..a9bc0c9 100755 --- a/vehicleservice/positioning/server/src/Sensor/VehicleSens_Did_Nav_Clock_g.cpp +++ b/service/vehicle/positioning/server/src/Sensor/VehicleSens_Did_Nav_Clock_g.cpp diff --git a/vehicleservice/positioning/server/src/Sensor/VehicleSens_Did_Nav_Dop_g.cpp b/service/vehicle/positioning/server/src/Sensor/VehicleSens_Did_Nav_Dop_g.cpp index 211e940..211e940 100755 --- a/vehicleservice/positioning/server/src/Sensor/VehicleSens_Did_Nav_Dop_g.cpp +++ b/service/vehicle/positioning/server/src/Sensor/VehicleSens_Did_Nav_Dop_g.cpp diff --git a/vehicleservice/positioning/server/src/Sensor/VehicleSens_Did_Nav_Posllh_g.cpp b/service/vehicle/positioning/server/src/Sensor/VehicleSens_Did_Nav_Posllh_g.cpp index 17ebc04..17ebc04 100755 --- a/vehicleservice/positioning/server/src/Sensor/VehicleSens_Did_Nav_Posllh_g.cpp +++ b/service/vehicle/positioning/server/src/Sensor/VehicleSens_Did_Nav_Posllh_g.cpp diff --git a/vehicleservice/positioning/server/src/Sensor/VehicleSens_Did_Nav_Status_g.cpp b/service/vehicle/positioning/server/src/Sensor/VehicleSens_Did_Nav_Status_g.cpp index f03d48f..f03d48f 100755 --- a/vehicleservice/positioning/server/src/Sensor/VehicleSens_Did_Nav_Status_g.cpp +++ b/service/vehicle/positioning/server/src/Sensor/VehicleSens_Did_Nav_Status_g.cpp diff --git a/vehicleservice/positioning/server/src/Sensor/VehicleSens_Did_Nav_SvInfo_g.cpp b/service/vehicle/positioning/server/src/Sensor/VehicleSens_Did_Nav_SvInfo_g.cpp index 7211ce8..7211ce8 100755 --- a/vehicleservice/positioning/server/src/Sensor/VehicleSens_Did_Nav_SvInfo_g.cpp +++ b/service/vehicle/positioning/server/src/Sensor/VehicleSens_Did_Nav_SvInfo_g.cpp diff --git a/vehicleservice/positioning/server/src/Sensor/VehicleSens_Did_Nav_TimeGps_g.cpp b/service/vehicle/positioning/server/src/Sensor/VehicleSens_Did_Nav_TimeGps_g.cpp index 1d959cd..1d959cd 100755 --- a/vehicleservice/positioning/server/src/Sensor/VehicleSens_Did_Nav_TimeGps_g.cpp +++ b/service/vehicle/positioning/server/src/Sensor/VehicleSens_Did_Nav_TimeGps_g.cpp diff --git a/vehicleservice/positioning/server/src/Sensor/VehicleSens_Did_Nav_TimeUtc_g.cpp b/service/vehicle/positioning/server/src/Sensor/VehicleSens_Did_Nav_TimeUtc_g.cpp index 8368257..8368257 100755 --- a/vehicleservice/positioning/server/src/Sensor/VehicleSens_Did_Nav_TimeUtc_g.cpp +++ b/service/vehicle/positioning/server/src/Sensor/VehicleSens_Did_Nav_TimeUtc_g.cpp diff --git a/vehicleservice/positioning/server/src/Sensor/VehicleSens_Did_Nav_Velned_g.cpp b/service/vehicle/positioning/server/src/Sensor/VehicleSens_Did_Nav_Velned_g.cpp index ad757aa..ad757aa 100755 --- a/vehicleservice/positioning/server/src/Sensor/VehicleSens_Did_Nav_Velned_g.cpp +++ b/service/vehicle/positioning/server/src/Sensor/VehicleSens_Did_Nav_Velned_g.cpp diff --git a/vehicleservice/positioning/server/src/Sensor/VehicleSens_Did_NaviinfoDiagGPS_g.cpp b/service/vehicle/positioning/server/src/Sensor/VehicleSens_Did_NaviinfoDiagGPS_g.cpp index 7335ce1..7335ce1 100755 --- a/vehicleservice/positioning/server/src/Sensor/VehicleSens_Did_NaviinfoDiagGPS_g.cpp +++ b/service/vehicle/positioning/server/src/Sensor/VehicleSens_Did_NaviinfoDiagGPS_g.cpp diff --git a/vehicleservice/positioning/server/src/Sensor/VehicleSens_Did_PulseTime.cpp b/service/vehicle/positioning/server/src/Sensor/VehicleSens_Did_PulseTime.cpp index cb80e6f..cb80e6f 100755 --- a/vehicleservice/positioning/server/src/Sensor/VehicleSens_Did_PulseTime.cpp +++ b/service/vehicle/positioning/server/src/Sensor/VehicleSens_Did_PulseTime.cpp diff --git a/vehicleservice/positioning/server/src/Sensor/VehicleSens_Did_PulseTimeExt_l.cpp b/service/vehicle/positioning/server/src/Sensor/VehicleSens_Did_PulseTimeExt_l.cpp index 04e66b5..04e66b5 100755 --- a/vehicleservice/positioning/server/src/Sensor/VehicleSens_Did_PulseTimeExt_l.cpp +++ b/service/vehicle/positioning/server/src/Sensor/VehicleSens_Did_PulseTimeExt_l.cpp diff --git a/vehicleservice/positioning/server/src/Sensor/VehicleSens_Did_PulseTime_l.cpp b/service/vehicle/positioning/server/src/Sensor/VehicleSens_Did_PulseTime_l.cpp index 527bb72..527bb72 100755 --- a/vehicleservice/positioning/server/src/Sensor/VehicleSens_Did_PulseTime_l.cpp +++ b/service/vehicle/positioning/server/src/Sensor/VehicleSens_Did_PulseTime_l.cpp diff --git a/vehicleservice/positioning/server/src/Sensor/VehicleSens_Did_Rev.cpp b/service/vehicle/positioning/server/src/Sensor/VehicleSens_Did_Rev.cpp index 08c5ec7..08c5ec7 100755 --- a/vehicleservice/positioning/server/src/Sensor/VehicleSens_Did_Rev.cpp +++ b/service/vehicle/positioning/server/src/Sensor/VehicleSens_Did_Rev.cpp diff --git a/vehicleservice/positioning/server/src/Sensor/VehicleSens_Did_RevExt_l.cpp b/service/vehicle/positioning/server/src/Sensor/VehicleSens_Did_RevExt_l.cpp index 0f4e5e6..0f4e5e6 100755 --- a/vehicleservice/positioning/server/src/Sensor/VehicleSens_Did_RevExt_l.cpp +++ b/service/vehicle/positioning/server/src/Sensor/VehicleSens_Did_RevExt_l.cpp diff --git a/vehicleservice/positioning/server/src/Sensor/VehicleSens_Did_RevFst_l.cpp b/service/vehicle/positioning/server/src/Sensor/VehicleSens_Did_RevFst_l.cpp index 49d4654..49d4654 100755 --- a/vehicleservice/positioning/server/src/Sensor/VehicleSens_Did_RevFst_l.cpp +++ b/service/vehicle/positioning/server/src/Sensor/VehicleSens_Did_RevFst_l.cpp diff --git a/vehicleservice/positioning/server/src/Sensor/VehicleSens_Did_Rev_l.cpp b/service/vehicle/positioning/server/src/Sensor/VehicleSens_Did_Rev_l.cpp index 8a8178a..8a8178a 100755 --- a/vehicleservice/positioning/server/src/Sensor/VehicleSens_Did_Rev_l.cpp +++ b/service/vehicle/positioning/server/src/Sensor/VehicleSens_Did_Rev_l.cpp diff --git a/vehicleservice/positioning/server/src/Sensor/VehicleSens_Did_SettingTime.cpp b/service/vehicle/positioning/server/src/Sensor/VehicleSens_Did_SettingTime.cpp index b8db26c..b8db26c 100755 --- a/vehicleservice/positioning/server/src/Sensor/VehicleSens_Did_SettingTime.cpp +++ b/service/vehicle/positioning/server/src/Sensor/VehicleSens_Did_SettingTime.cpp diff --git a/vehicleservice/positioning/server/src/Sensor/VehicleSens_Did_SettingTime_clock.cpp b/service/vehicle/positioning/server/src/Sensor/VehicleSens_Did_SettingTime_clock.cpp index a415a84..a415a84 100755 --- a/vehicleservice/positioning/server/src/Sensor/VehicleSens_Did_SettingTime_clock.cpp +++ b/service/vehicle/positioning/server/src/Sensor/VehicleSens_Did_SettingTime_clock.cpp diff --git a/vehicleservice/positioning/server/src/Sensor/VehicleSens_Did_SnsCounter.cpp b/service/vehicle/positioning/server/src/Sensor/VehicleSens_Did_SnsCounter.cpp index 6456125..6456125 100755 --- a/vehicleservice/positioning/server/src/Sensor/VehicleSens_Did_SnsCounter.cpp +++ b/service/vehicle/positioning/server/src/Sensor/VehicleSens_Did_SnsCounter.cpp diff --git a/vehicleservice/positioning/server/src/Sensor/VehicleSens_Did_SnsCounterExt_l.cpp b/service/vehicle/positioning/server/src/Sensor/VehicleSens_Did_SnsCounterExt_l.cpp index 61b7a42..61b7a42 100755 --- a/vehicleservice/positioning/server/src/Sensor/VehicleSens_Did_SnsCounterExt_l.cpp +++ b/service/vehicle/positioning/server/src/Sensor/VehicleSens_Did_SnsCounterExt_l.cpp diff --git a/vehicleservice/positioning/server/src/Sensor/VehicleSens_Did_SnsCounter_l.cpp b/service/vehicle/positioning/server/src/Sensor/VehicleSens_Did_SnsCounter_l.cpp index b81b4b3..b81b4b3 100755 --- a/vehicleservice/positioning/server/src/Sensor/VehicleSens_Did_SnsCounter_l.cpp +++ b/service/vehicle/positioning/server/src/Sensor/VehicleSens_Did_SnsCounter_l.cpp diff --git a/vehicleservice/positioning/server/src/Sensor/VehicleSens_Did_SpeedKmph.cpp b/service/vehicle/positioning/server/src/Sensor/VehicleSens_Did_SpeedKmph.cpp index 4705774..4705774 100755 --- a/vehicleservice/positioning/server/src/Sensor/VehicleSens_Did_SpeedKmph.cpp +++ b/service/vehicle/positioning/server/src/Sensor/VehicleSens_Did_SpeedKmph.cpp diff --git a/vehicleservice/positioning/server/src/Sensor/VehicleSens_Did_SpeedKmph_l.cpp b/service/vehicle/positioning/server/src/Sensor/VehicleSens_Did_SpeedKmph_l.cpp index abbb27a..abbb27a 100755 --- a/vehicleservice/positioning/server/src/Sensor/VehicleSens_Did_SpeedKmph_l.cpp +++ b/service/vehicle/positioning/server/src/Sensor/VehicleSens_Did_SpeedKmph_l.cpp diff --git a/vehicleservice/positioning/server/src/Sensor/VehicleSens_Did_SpeedPulse.cpp b/service/vehicle/positioning/server/src/Sensor/VehicleSens_Did_SpeedPulse.cpp index 3f4ec8a..3f4ec8a 100755 --- a/vehicleservice/positioning/server/src/Sensor/VehicleSens_Did_SpeedPulse.cpp +++ b/service/vehicle/positioning/server/src/Sensor/VehicleSens_Did_SpeedPulse.cpp diff --git a/vehicleservice/positioning/server/src/Sensor/VehicleSens_Did_SpeedPulseExt_l.cpp b/service/vehicle/positioning/server/src/Sensor/VehicleSens_Did_SpeedPulseExt_l.cpp index 86c8f49..86c8f49 100755 --- a/vehicleservice/positioning/server/src/Sensor/VehicleSens_Did_SpeedPulseExt_l.cpp +++ b/service/vehicle/positioning/server/src/Sensor/VehicleSens_Did_SpeedPulseExt_l.cpp diff --git a/vehicleservice/positioning/server/src/Sensor/VehicleSens_Did_SpeedPulseFlag.cpp b/service/vehicle/positioning/server/src/Sensor/VehicleSens_Did_SpeedPulseFlag.cpp index f6ab8df..f6ab8df 100755 --- a/vehicleservice/positioning/server/src/Sensor/VehicleSens_Did_SpeedPulseFlag.cpp +++ b/service/vehicle/positioning/server/src/Sensor/VehicleSens_Did_SpeedPulseFlag.cpp diff --git a/vehicleservice/positioning/server/src/Sensor/VehicleSens_Did_SpeedPulseFlagFst_l.cpp b/service/vehicle/positioning/server/src/Sensor/VehicleSens_Did_SpeedPulseFlagFst_l.cpp index 051c6bb..051c6bb 100755 --- a/vehicleservice/positioning/server/src/Sensor/VehicleSens_Did_SpeedPulseFlagFst_l.cpp +++ b/service/vehicle/positioning/server/src/Sensor/VehicleSens_Did_SpeedPulseFlagFst_l.cpp diff --git a/vehicleservice/positioning/server/src/Sensor/VehicleSens_Did_SpeedPulseFst_l.cpp b/service/vehicle/positioning/server/src/Sensor/VehicleSens_Did_SpeedPulseFst_l.cpp index 26952b3..26952b3 100755 --- a/vehicleservice/positioning/server/src/Sensor/VehicleSens_Did_SpeedPulseFst_l.cpp +++ b/service/vehicle/positioning/server/src/Sensor/VehicleSens_Did_SpeedPulseFst_l.cpp diff --git a/vehicleservice/positioning/server/src/Sensor/VehicleSens_Did_SpeedPulse_l.cpp b/service/vehicle/positioning/server/src/Sensor/VehicleSens_Did_SpeedPulse_l.cpp index a3ebc01..a3ebc01 100755 --- a/vehicleservice/positioning/server/src/Sensor/VehicleSens_Did_SpeedPulse_l.cpp +++ b/service/vehicle/positioning/server/src/Sensor/VehicleSens_Did_SpeedPulse_l.cpp diff --git a/vehicleservice/positioning/server/src/Sensor/VehicleSens_Did_SysGpsInterruptSignal.cpp b/service/vehicle/positioning/server/src/Sensor/VehicleSens_Did_SysGpsInterruptSignal.cpp index e1400f2..e1400f2 100755 --- a/vehicleservice/positioning/server/src/Sensor/VehicleSens_Did_SysGpsInterruptSignal.cpp +++ b/service/vehicle/positioning/server/src/Sensor/VehicleSens_Did_SysGpsInterruptSignal.cpp diff --git a/vehicleservice/positioning/server/src/Sensor/VehicleSens_Did_WknRollover.cpp b/service/vehicle/positioning/server/src/Sensor/VehicleSens_Did_WknRollover.cpp index e98d364..e98d364 100755 --- a/vehicleservice/positioning/server/src/Sensor/VehicleSens_Did_WknRollover.cpp +++ b/service/vehicle/positioning/server/src/Sensor/VehicleSens_Did_WknRollover.cpp diff --git a/vehicleservice/positioning/server/src/Sensor/VehicleSens_Did_WknRollover_g.cpp b/service/vehicle/positioning/server/src/Sensor/VehicleSens_Did_WknRollover_g.cpp index 4a5defe..4a5defe 100755 --- a/vehicleservice/positioning/server/src/Sensor/VehicleSens_Did_WknRollover_g.cpp +++ b/service/vehicle/positioning/server/src/Sensor/VehicleSens_Did_WknRollover_g.cpp diff --git a/vehicleservice/positioning/server/src/Sensor/VehicleSens_FromAccess.cpp b/service/vehicle/positioning/server/src/Sensor/VehicleSens_FromAccess.cpp index 99f2dc3..99f2dc3 100755 --- a/vehicleservice/positioning/server/src/Sensor/VehicleSens_FromAccess.cpp +++ b/service/vehicle/positioning/server/src/Sensor/VehicleSens_FromAccess.cpp diff --git a/vehicleservice/positioning/server/src/Sensor/VehicleSens_SelectionItemList.cpp b/service/vehicle/positioning/server/src/Sensor/VehicleSens_SelectionItemList.cpp index 4172b1e..4172b1e 100755 --- a/vehicleservice/positioning/server/src/Sensor/VehicleSens_SelectionItemList.cpp +++ b/service/vehicle/positioning/server/src/Sensor/VehicleSens_SelectionItemList.cpp diff --git a/vehicleservice/positioning/server/src/Sensor/VehicleSens_SharedMemory.cpp b/service/vehicle/positioning/server/src/Sensor/VehicleSens_SharedMemory.cpp index 1fc9954..1fc9954 100755 --- a/vehicleservice/positioning/server/src/Sensor/VehicleSens_SharedMemory.cpp +++ b/service/vehicle/positioning/server/src/Sensor/VehicleSens_SharedMemory.cpp diff --git a/vehicleservice/positioning/server/src/Sensor/VehicleSens_Thread.cpp b/service/vehicle/positioning/server/src/Sensor/VehicleSens_Thread.cpp index 8dc3922..8dc3922 100755 --- a/vehicleservice/positioning/server/src/Sensor/VehicleSens_Thread.cpp +++ b/service/vehicle/positioning/server/src/Sensor/VehicleSens_Thread.cpp diff --git a/vehicleservice/positioning/server/src/Sensor/VehicleUtility.cpp b/service/vehicle/positioning/server/src/Sensor/VehicleUtility.cpp index 0201326..0201326 100755 --- a/vehicleservice/positioning/server/src/Sensor/VehicleUtility.cpp +++ b/service/vehicle/positioning/server/src/Sensor/VehicleUtility.cpp diff --git a/vehicleservice/positioning/server/src/ServiceInterface/BackupMgrIf.cpp b/service/vehicle/positioning/server/src/ServiceInterface/BackupMgrIf.cpp index da5dba2..da5dba2 100755 --- a/vehicleservice/positioning/server/src/ServiceInterface/BackupMgrIf.cpp +++ b/service/vehicle/positioning/server/src/ServiceInterface/BackupMgrIf.cpp diff --git a/vehicleservice/positioning/server/src/ServiceInterface/ClockIf.cpp b/service/vehicle/positioning/server/src/ServiceInterface/ClockIf.cpp index 52fd4cf..52fd4cf 100755 --- a/vehicleservice/positioning/server/src/ServiceInterface/ClockIf.cpp +++ b/service/vehicle/positioning/server/src/ServiceInterface/ClockIf.cpp diff --git a/vehicleservice/positioning/server/src/ServiceInterface/CommUsbIf.cpp b/service/vehicle/positioning/server/src/ServiceInterface/CommUsbIf.cpp index b776ff0..b776ff0 100755 --- a/vehicleservice/positioning/server/src/ServiceInterface/CommUsbIf.cpp +++ b/service/vehicle/positioning/server/src/ServiceInterface/CommUsbIf.cpp diff --git a/vehicleservice/positioning/server/src/ServiceInterface/DevDetectSrvIf.cpp b/service/vehicle/positioning/server/src/ServiceInterface/DevDetectSrvIf.cpp index 800429f..800429f 100755 --- a/vehicleservice/positioning/server/src/ServiceInterface/DevDetectSrvIf.cpp +++ b/service/vehicle/positioning/server/src/ServiceInterface/DevDetectSrvIf.cpp diff --git a/vehicleservice/positioning/server/src/ServiceInterface/DiagSrvIf.cpp b/service/vehicle/positioning/server/src/ServiceInterface/DiagSrvIf.cpp index 195555e..195555e 100755 --- a/vehicleservice/positioning/server/src/ServiceInterface/DiagSrvIf.cpp +++ b/service/vehicle/positioning/server/src/ServiceInterface/DiagSrvIf.cpp diff --git a/vehicleservice/positioning/server/src/ServiceInterface/Makefile b/service/vehicle/positioning/server/src/ServiceInterface/Makefile index fba98e8..fba98e8 100755 --- a/vehicleservice/positioning/server/src/ServiceInterface/Makefile +++ b/service/vehicle/positioning/server/src/ServiceInterface/Makefile diff --git a/vehicleservice/positioning/server/src/ServiceInterface/PSMShadowIf.cpp b/service/vehicle/positioning/server/src/ServiceInterface/PSMShadowIf.cpp index 99d9a52..99d9a52 100755 --- a/vehicleservice/positioning/server/src/ServiceInterface/PSMShadowIf.cpp +++ b/service/vehicle/positioning/server/src/ServiceInterface/PSMShadowIf.cpp diff --git a/vehicleservice/positioning/server/src/ServiceInterface/VehicleIf.cpp b/service/vehicle/positioning/server/src/ServiceInterface/VehicleIf.cpp index 0ef5e15..0ef5e15 100755 --- a/vehicleservice/positioning/server/src/ServiceInterface/VehicleIf.cpp +++ b/service/vehicle/positioning/server/src/ServiceInterface/VehicleIf.cpp diff --git a/vehicleservice/positioning/server/src/nsfw/Makefile b/service/vehicle/positioning/server/src/nsfw/Makefile index 403e29f..403e29f 100755 --- a/vehicleservice/positioning/server/src/nsfw/Makefile +++ b/service/vehicle/positioning/server/src/nsfw/Makefile diff --git a/vehicleservice/positioning/server/src/nsfw/positioning_application.cpp b/service/vehicle/positioning/server/src/nsfw/positioning_application.cpp index d23daad..d23daad 100755 --- a/vehicleservice/positioning/server/src/nsfw/positioning_application.cpp +++ b/service/vehicle/positioning/server/src/nsfw/positioning_application.cpp diff --git a/vehicleservice/positioning/server/src/nsfw/ps_main.cpp b/service/vehicle/positioning/server/src/nsfw/ps_main.cpp index de2732a..de2732a 100755 --- a/vehicleservice/positioning/server/src/nsfw/ps_main.cpp +++ b/service/vehicle/positioning/server/src/nsfw/ps_main.cpp diff --git a/video_in_hal/LICENSE b/service/vehicle/positioning_base_library/LICENSE index f433b1a..f433b1a 100755 --- a/video_in_hal/LICENSE +++ b/service/vehicle/positioning_base_library/LICENSE diff --git a/vehicleservice/positioning_base_library/Makefile.client b/service/vehicle/positioning_base_library/Makefile.client index c3aaab5..c3aaab5 100755 --- a/vehicleservice/positioning_base_library/Makefile.client +++ b/service/vehicle/positioning_base_library/Makefile.client diff --git a/vehicleservice/positioning_base_library/library/Makefile b/service/vehicle/positioning_base_library/library/Makefile index c0aec5b..c0aec5b 100755 --- a/vehicleservice/positioning_base_library/library/Makefile +++ b/service/vehicle/positioning_base_library/library/Makefile diff --git a/vehicleservice/positioning_base_library/library/include/DEV_TimerEntryDrv_if.h b/service/vehicle/positioning_base_library/library/include/DEV_TimerEntryDrv_if.h index 141c8d8..141c8d8 100755 --- a/vehicleservice/positioning_base_library/library/include/DEV_TimerEntryDrv_if.h +++ b/service/vehicle/positioning_base_library/library/include/DEV_TimerEntryDrv_if.h diff --git a/vehicleservice/positioning_base_library/library/include/TimerEntryDrv_If.h b/service/vehicle/positioning_base_library/library/include/TimerEntryDrv_If.h index d20d6f0..d20d6f0 100755 --- a/vehicleservice/positioning_base_library/library/include/TimerEntryDrv_If.h +++ b/service/vehicle/positioning_base_library/library/include/TimerEntryDrv_If.h diff --git a/vehicleservice/positioning_base_library/library/include/WPF_STD_private.h b/service/vehicle/positioning_base_library/library/include/WPF_STD_private.h index 87f57cd..87f57cd 100755 --- a/vehicleservice/positioning_base_library/library/include/WPF_STD_private.h +++ b/service/vehicle/positioning_base_library/library/include/WPF_STD_private.h diff --git a/vehicleservice/positioning_base_library/library/include/_pbCommon.h b/service/vehicle/positioning_base_library/library/include/_pbCommon.h index 8cd1591..8cd1591 100755 --- a/vehicleservice/positioning_base_library/library/include/_pbCommon.h +++ b/service/vehicle/positioning_base_library/library/include/_pbCommon.h diff --git a/vehicleservice/positioning_base_library/library/include/_pbEvent_Internal.h b/service/vehicle/positioning_base_library/library/include/_pbEvent_Internal.h index d0b6d44..d0b6d44 100755 --- a/vehicleservice/positioning_base_library/library/include/_pbEvent_Internal.h +++ b/service/vehicle/positioning_base_library/library/include/_pbEvent_Internal.h diff --git a/vehicleservice/positioning_base_library/library/include/_pbInternalProc.h b/service/vehicle/positioning_base_library/library/include/_pbInternalProc.h index 03bcd03..03bcd03 100755 --- a/vehicleservice/positioning_base_library/library/include/_pbInternalProc.h +++ b/service/vehicle/positioning_base_library/library/include/_pbInternalProc.h diff --git a/vehicleservice/positioning_base_library/library/include/_pbSerial.h b/service/vehicle/positioning_base_library/library/include/_pbSerial.h index 1bedfe8..1bedfe8 100755 --- a/vehicleservice/positioning_base_library/library/include/_pbSerial.h +++ b/service/vehicle/positioning_base_library/library/include/_pbSerial.h diff --git a/vehicleservice/positioning_base_library/library/include/_pbWaitforsingleobject.h b/service/vehicle/positioning_base_library/library/include/_pbWaitforsingleobject.h index e4f8eb1..e4f8eb1 100755 --- a/vehicleservice/positioning_base_library/library/include/_pbWaitforsingleobject.h +++ b/service/vehicle/positioning_base_library/library/include/_pbWaitforsingleobject.h diff --git a/vehicleservice/positioning_base_library/library/include/sysup.h b/service/vehicle/positioning_base_library/library/include/sysup.h index eafca8e..eafca8e 100755 --- a/vehicleservice/positioning_base_library/library/include/sysup.h +++ b/service/vehicle/positioning_base_library/library/include/sysup.h diff --git a/vehicleservice/positioning_base_library/library/include/sysup_addr.h b/service/vehicle/positioning_base_library/library/include/sysup_addr.h index 9e73bf0..9e73bf0 100755 --- a/vehicleservice/positioning_base_library/library/include/sysup_addr.h +++ b/service/vehicle/positioning_base_library/library/include/sysup_addr.h diff --git a/vehicleservice/positioning_base_library/library/include/tchar.h b/service/vehicle/positioning_base_library/library/include/tchar.h index ee45e4d..ee45e4d 100755 --- a/vehicleservice/positioning_base_library/library/include/tchar.h +++ b/service/vehicle/positioning_base_library/library/include/tchar.h diff --git a/vehicleservice/positioning_base_library/library/include/vehicle_service/WPF_STD.h b/service/vehicle/positioning_base_library/library/include/vehicle_service/WPF_STD.h index 085640a..085640a 100755 --- a/vehicleservice/positioning_base_library/library/include/vehicle_service/WPF_STD.h +++ b/service/vehicle/positioning_base_library/library/include/vehicle_service/WPF_STD.h diff --git a/vehicleservice/positioning_base_library/library/include/vehicle_service/pos_message_header.h b/service/vehicle/positioning_base_library/library/include/vehicle_service/pos_message_header.h index b6af335..b6af335 100755 --- a/vehicleservice/positioning_base_library/library/include/vehicle_service/pos_message_header.h +++ b/service/vehicle/positioning_base_library/library/include/vehicle_service/pos_message_header.h diff --git a/vehicleservice/positioning_base_library/library/include/vehicle_service/positioning_base_library.h b/service/vehicle/positioning_base_library/library/include/vehicle_service/positioning_base_library.h index c6ce3ce..c6ce3ce 100755 --- a/vehicleservice/positioning_base_library/library/include/vehicle_service/positioning_base_library.h +++ b/service/vehicle/positioning_base_library/library/include/vehicle_service/positioning_base_library.h diff --git a/vehicleservice/positioning_base_library/library/include/vehicle_service/positioning_positioningbaselibrarylog.h b/service/vehicle/positioning_base_library/library/include/vehicle_service/positioning_positioningbaselibrarylog.h index b0fd4e1..b0fd4e1 100755 --- a/vehicleservice/positioning_base_library/library/include/vehicle_service/positioning_positioningbaselibrarylog.h +++ b/service/vehicle/positioning_base_library/library/include/vehicle_service/positioning_positioningbaselibrarylog.h diff --git a/vehicleservice/positioning_base_library/library/include/vehicle_service/std_types.h b/service/vehicle/positioning_base_library/library/include/vehicle_service/std_types.h index 41ebbc8..41ebbc8 100755 --- a/vehicleservice/positioning_base_library/library/include/vehicle_service/std_types.h +++ b/service/vehicle/positioning_base_library/library/include/vehicle_service/std_types.h diff --git a/vehicleservice/positioning_base_library/library/include/vehicle_service/sys_timerapi.h b/service/vehicle/positioning_base_library/library/include/vehicle_service/sys_timerapi.h index 03a24ff..03a24ff 100755 --- a/vehicleservice/positioning_base_library/library/include/vehicle_service/sys_timerapi.h +++ b/service/vehicle/positioning_base_library/library/include/vehicle_service/sys_timerapi.h diff --git a/vehicleservice/positioning_base_library/library/libPOS_base_API.ver b/service/vehicle/positioning_base_library/library/libPOS_base_API.ver index 019a271..019a271 100755 --- a/vehicleservice/positioning_base_library/library/libPOS_base_API.ver +++ b/service/vehicle/positioning_base_library/library/libPOS_base_API.ver diff --git a/vehicleservice/positioning_base_library/library/src/MsgBapi.cpp b/service/vehicle/positioning_base_library/library/src/MsgBapi.cpp index 66e78ae..66e78ae 100755 --- a/vehicleservice/positioning_base_library/library/src/MsgBapi.cpp +++ b/service/vehicle/positioning_base_library/library/src/MsgBapi.cpp diff --git a/vehicleservice/positioning_base_library/library/src/_CWORD64_api.cpp b/service/vehicle/positioning_base_library/library/src/_CWORD64_api.cpp index ed833fd..ed833fd 100755 --- a/vehicleservice/positioning_base_library/library/src/_CWORD64_api.cpp +++ b/service/vehicle/positioning_base_library/library/src/_CWORD64_api.cpp diff --git a/vehicleservice/positioning_base_library/library/src/_pbCSection.cpp b/service/vehicle/positioning_base_library/library/src/_pbCSection.cpp index e144d6f..e144d6f 100755 --- a/vehicleservice/positioning_base_library/library/src/_pbCSection.cpp +++ b/service/vehicle/positioning_base_library/library/src/_pbCSection.cpp diff --git a/vehicleservice/positioning_base_library/library/src/_pbCommon.cpp b/service/vehicle/positioning_base_library/library/src/_pbCommon.cpp index 6bb4fb9..6bb4fb9 100755 --- a/vehicleservice/positioning_base_library/library/src/_pbCommon.cpp +++ b/service/vehicle/positioning_base_library/library/src/_pbCommon.cpp diff --git a/vehicleservice/positioning_base_library/library/src/_pbDram.cpp b/service/vehicle/positioning_base_library/library/src/_pbDram.cpp index eb70131..eb70131 100755 --- a/vehicleservice/positioning_base_library/library/src/_pbDram.cpp +++ b/service/vehicle/positioning_base_library/library/src/_pbDram.cpp diff --git a/vehicleservice/positioning_base_library/library/src/_pbEvent.cpp b/service/vehicle/positioning_base_library/library/src/_pbEvent.cpp index 0912a13..0912a13 100755 --- a/vehicleservice/positioning_base_library/library/src/_pbEvent.cpp +++ b/service/vehicle/positioning_base_library/library/src/_pbEvent.cpp diff --git a/vehicleservice/positioning_base_library/library/src/_pbFsys.cpp b/service/vehicle/positioning_base_library/library/src/_pbFsys.cpp index ee132b0..ee132b0 100755 --- a/vehicleservice/positioning_base_library/library/src/_pbFsys.cpp +++ b/service/vehicle/positioning_base_library/library/src/_pbFsys.cpp diff --git a/vehicleservice/positioning_base_library/library/src/_pbMem.cpp b/service/vehicle/positioning_base_library/library/src/_pbMem.cpp index 4028ae3..4028ae3 100755 --- a/vehicleservice/positioning_base_library/library/src/_pbMem.cpp +++ b/service/vehicle/positioning_base_library/library/src/_pbMem.cpp diff --git a/vehicleservice/positioning_base_library/library/src/_pbMisc.cpp b/service/vehicle/positioning_base_library/library/src/_pbMisc.cpp index c52b7c6..c52b7c6 100755 --- a/vehicleservice/positioning_base_library/library/src/_pbMisc.cpp +++ b/service/vehicle/positioning_base_library/library/src/_pbMisc.cpp diff --git a/vehicleservice/positioning_base_library/library/src/_pbMsg.cpp b/service/vehicle/positioning_base_library/library/src/_pbMsg.cpp index 3919239..3919239 100755 --- a/vehicleservice/positioning_base_library/library/src/_pbMsg.cpp +++ b/service/vehicle/positioning_base_library/library/src/_pbMsg.cpp diff --git a/vehicleservice/positioning_base_library/library/src/_pbMutex.cpp b/service/vehicle/positioning_base_library/library/src/_pbMutex.cpp index 06254ab..06254ab 100755 --- a/vehicleservice/positioning_base_library/library/src/_pbMutex.cpp +++ b/service/vehicle/positioning_base_library/library/src/_pbMutex.cpp diff --git a/vehicleservice/positioning_base_library/library/src/_pbOSCtrl.cpp b/service/vehicle/positioning_base_library/library/src/_pbOSCtrl.cpp index c38016a..c38016a 100755 --- a/vehicleservice/positioning_base_library/library/src/_pbOSCtrl.cpp +++ b/service/vehicle/positioning_base_library/library/src/_pbOSCtrl.cpp diff --git a/vehicleservice/positioning_base_library/library/src/_pbOther.cpp b/service/vehicle/positioning_base_library/library/src/_pbOther.cpp index 73ff300..73ff300 100755 --- a/vehicleservice/positioning_base_library/library/src/_pbOther.cpp +++ b/service/vehicle/positioning_base_library/library/src/_pbOther.cpp diff --git a/vehicleservice/positioning_base_library/library/src/_pbProcMng.cpp b/service/vehicle/positioning_base_library/library/src/_pbProcMng.cpp index e8d9601..e8d9601 100755 --- a/vehicleservice/positioning_base_library/library/src/_pbProcMng.cpp +++ b/service/vehicle/positioning_base_library/library/src/_pbProcMng.cpp diff --git a/vehicleservice/positioning_base_library/library/src/_pbSem.cpp b/service/vehicle/positioning_base_library/library/src/_pbSem.cpp index 1264d79..1264d79 100755 --- a/vehicleservice/positioning_base_library/library/src/_pbSem.cpp +++ b/service/vehicle/positioning_base_library/library/src/_pbSem.cpp diff --git a/vehicleservice/positioning_base_library/library/src/_pbSerial.cpp b/service/vehicle/positioning_base_library/library/src/_pbSerial.cpp index c6044af..c6044af 100755 --- a/vehicleservice/positioning_base_library/library/src/_pbSerial.cpp +++ b/service/vehicle/positioning_base_library/library/src/_pbSerial.cpp diff --git a/vehicleservice/positioning_base_library/library/src/_pbSram.cpp b/service/vehicle/positioning_base_library/library/src/_pbSram.cpp index f31e16f..f31e16f 100755 --- a/vehicleservice/positioning_base_library/library/src/_pbSram.cpp +++ b/service/vehicle/positioning_base_library/library/src/_pbSram.cpp diff --git a/vehicleservice/positioning_base_library/library/src/_pbSum.cpp b/service/vehicle/positioning_base_library/library/src/_pbSum.cpp index 2964db7..2964db7 100755 --- a/vehicleservice/positioning_base_library/library/src/_pbSum.cpp +++ b/service/vehicle/positioning_base_library/library/src/_pbSum.cpp diff --git a/vehicleservice/positioning_base_library/library/src/_pbTimer.cpp b/service/vehicle/positioning_base_library/library/src/_pbTimer.cpp index f36711f..f36711f 100755 --- a/vehicleservice/positioning_base_library/library/src/_pbTimer.cpp +++ b/service/vehicle/positioning_base_library/library/src/_pbTimer.cpp diff --git a/vehicleservice/positioning_base_library/library/src/_pbWaitforsingleobject.cpp b/service/vehicle/positioning_base_library/library/src/_pbWaitforsingleobject.cpp index 2111b3a..2111b3a 100755 --- a/vehicleservice/positioning_base_library/library/src/_pbWaitforsingleobject.cpp +++ b/service/vehicle/positioning_base_library/library/src/_pbWaitforsingleobject.cpp diff --git a/vehicleservice/positioning_base_library/library/src/memcpy_64p_sync.cpp b/service/vehicle/positioning_base_library/library/src/memcpy_64p_sync.cpp index 204c516..204c516 100755 --- a/vehicleservice/positioning_base_library/library/src/memcpy_64p_sync.cpp +++ b/service/vehicle/positioning_base_library/library/src/memcpy_64p_sync.cpp diff --git a/vehicleservice/positioning_base_library/library/src/memset_64p_sync.cpp b/service/vehicle/positioning_base_library/library/src/memset_64p_sync.cpp index ad6c11e..ad6c11e 100755 --- a/vehicleservice/positioning_base_library/library/src/memset_64p_sync.cpp +++ b/service/vehicle/positioning_base_library/library/src/memset_64p_sync.cpp diff --git a/vehicleservice/vehicle_service.mk b/service/vehicle/vehicle_service.mk index 40d337f..40d337f 100755 --- a/vehicleservice/vehicle_service.mk +++ b/service/vehicle/vehicle_service.mk |