Change-Id: Idafc07bc1b63b1afd0a9d444ef97b56f1718c475
Signed-off-by: anshu.kumar <anshu.kumar@samsung.com>
capi-system-device
libexif
storage
+ notification
libtzplatform-config
)
inline char * get_path(char *string1, char *string2){
char path[1024] = {};
snprintf(path, 1024,"%s%s", string1, string2);
- return path;
+ return strdup(path);
}
/* storage path */
#define INTERNAL_DCIM_PATH Get_Root_Path(STORAGE_TYPE_INTERNAL, STORAGE_DIRECTORY_CAMERA)
BuildRequires: pkgconfig(capi-media-camera)
BuildRequires: pkgconfig(capi-system-device)
BuildRequires: pkgconfig(capi-media-recorder)
+BuildRequires: pkgconfig(notification)
BuildRequires: pkgconfig(libexif)
BuildRequires: pkgconfig(storage)
BuildRequires: pkgconfig(libtzplatform-config)
#include <dlog.h>
#include <app_control.h>
#include <media_content.h>
+#include <notification.h>
#include <image_util.h>
#include <media_format.h>