Skip to content

Commit

Permalink
[SSM] Upload Tizen sample for 2.3 public sdk IDE
Browse files Browse the repository at this point in the history
1. Change existing Tizen gbs sample app
   to using Tizen 2.3_rev1 IDE env

Change-Id: I12977bcd4de66d925f6e98f5382f1227d218c72c
Signed-off-by: jk13 <[email protected]>
Reviewed-on: https://gerrit.iotivity.org/gerrit/313
Tested-by: jenkins-iotivity <[email protected]>
Reviewed-by: Uze Choi <[email protected]>
  • Loading branch information
jk13 authored and uzchoi committed Feb 9, 2015
1 parent b7a33ba commit 2a5112f
Show file tree
Hide file tree
Showing 24 changed files with 861 additions and 1,213 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
global: main;
local: *;
};
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/Debug
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#delete
#add
#modify
author-signature.xml
signature1.xml
bin/ssmtesterapp
Binary file not shown.
11 changes: 11 additions & 0 deletions service/soft-sensor-manager/SampleApp/tizen/SSMTesterApp/.tproject
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<tproject xmlns="http://www.tizen.org/tproject">
<platforms>
<platform>
<name>mobile-2.3</name>
</platform>
</platforms>
<package>
<blacklist/>
</package>
</tproject>

This file was deleted.

75 changes: 0 additions & 75 deletions service/soft-sensor-manager/SampleApp/tizen/SSMTesterApp/README

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
#ifndef __ssmtesterapp_H__
#define __ssmtesterapp_H__

#include <app.h>
#include <Elementary.h>
#include <system_settings.h>
#include <efl-extension/efl_extension.h>
#include <dlog.h>

#ifdef LOG_TAG
#undef LOG_TAG
#endif
#define LOG_TAG "ssmtesterapp"

#if !defined(PACKAGE)
#define PACKAGE "org.iotivity.service.ssm.ssmtesterapp"
#endif

#endif /* __ssmtesterapp_H__ */

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 2a5112f

Please sign in to comment.