[Feature][T108][task-view-1499] change FOTA api .h file name and .c file name
Only Configure: No
Affected branch: GSW_V1453
Affected module: FOTA api
Is it affected on IC: only ASR
Self-test: yes
Doc Update: no
Change-Id: Idf0227ece38b17112e6ad77dc05803d09a11d0aa
diff --git a/mbtk/test/libgsw_lib/gsw_ota_test.c b/mbtk/test/libgsw_lib/gsw_ota_test.c
index 99531e9..bc2337a 100755
--- a/mbtk/test/libgsw_lib/gsw_ota_test.c
+++ b/mbtk/test/libgsw_lib/gsw_ota_test.c
@@ -82,9 +82,9 @@
typedef int32_t (*gsw_update_modem_start_autobackup)(char* file_path);
typedef bool (*gsw_update_modem_check_condition)(void);
-typedef E_GSW_OTA_RET (*gsw_update_modem_result_query)(void);
+typedef int32_t (*gsw_update_modem_result_query)(void);
typedef int32_t (*gsw_update_modem_start_nobackup)(char* file_path);
-typedef E_GSW_OTA_SYSTEM (*gsw_update_modem_get_system)(void);
+typedef int32_t (*gsw_update_modem_get_system)(void);
typedef int32_t (*gsw_update_modem_cancel)(void);
typedef int32_t (*gsw_update_modem_get_info)(gsw_update_info_s *update_info);
typedef int32_t (*gsw_update_modem_get_status)(gsw_system_status_s *system_status);