[Feature][T108][task-view-1619] modify fota package name limit from updata.bin to fota.delta

Only Configure: No
Affected branch: GSW_V1453
Affected module: ota
Self-test: yes
Doc Update: no

Change-Id: I335dcf2bfc210ab5d4e4f8b6cd00f6ebb16e1078
diff --git a/mbtk/libgsw_lib/gsw_ota_ua_interface.c b/mbtk/libgsw_lib/gsw_ota_ua_interface.c
index 10dd310..8b2b93b 100755
--- a/mbtk/libgsw_lib/gsw_ota_ua_interface.c
+++ b/mbtk/libgsw_lib/gsw_ota_ua_interface.c
@@ -319,7 +319,7 @@
     }

     else

     {

-        if(strstr(file_path,"updata.bin") == NULL)

+        if(strstr(file_path,"fota.delta") == NULL)

         {

             LOGE("Bad file path ");

             deinit_handle();