Update version and add missing header 34/300934/1
authorSangchul Lee <sc11.lee@samsung.com>
Thu, 2 Nov 2023 08:36:26 +0000 (17:36 +0900)
committerSangchul Lee <sc11.lee@samsung.com>
Mon, 6 Nov 2023 07:57:41 +0000 (07:57 +0000)
Change-Id: I98e67c1f45a533bf3cf04408b8d04bc5d5598734
Signed-off-by: Sangchul Lee <sc11.lee@samsung.com>
(cherry picked from commit bea63f98563a0dbe6c5bf6bb2104cdfc2910e157)

project_def.prop
src/common/espp_service_common.h
tizen-manifest.xml

index bb4477d..f99fef0 100644 (file)
@@ -11,7 +11,7 @@ profile = mobile-7.0
 USER_SRCS = ./src/daemon/*.c ./src/common/*.c
 
 # User Defines
-USER_DEFS = USE_DLOG USE_SERVICE_APP ESPP_SERVICE_VERSION="0.3.10"
+USER_DEFS = USE_DLOG USE_SERVICE_APP ESPP_SERVICE_VERSION="0.3.11"
 
 # User Includes
 USER_INC_DIRS = ./src/daemon ./src/common ./inc ./inc/esplusplayer_capi
index 4ff18e8..04a97fe 100644 (file)
@@ -24,6 +24,7 @@
 #include <glib.h>
 #include <stdbool.h>
 #include <stdint.h>
+#include <string.h>
 #ifdef USE_DLOG
 #include <dlog.h>
 #endif
index b08d1f5..3d8b09c 100644 (file)
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<manifest xmlns="http://tizen.org/ns/packages" api-version="7.0" package="com.samsung.tizen.espp-service" version="0.3.9">
+<manifest xmlns="http://tizen.org/ns/packages" api-version="7.0" package="com.samsung.tizen.espp-service" version="0.3.11">
     <profile name="mobile"/>
     <description>espp-service</description>
     <service-application appid="com.samsung.tizen.espp-service" auto-restart="false" exec="espp-service" multiple="false" nodisplay="false" on-boot="false" taskmanage="false" type="capp">