From: Eunyoung Lee Date: Thu, 21 Dec 2017 07:11:03 +0000 (+0900) Subject: Modified to work in Tizen Studio X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=eff6ee924531335d65a31a8fb342fc9826b44565;hp=41e5f89c59e1ff79caad68388660be02e8876380;p=apps%2Fnative%2Fposition-finder-server.git Modified to work in Tizen Studio Change-Id: I28c04b4994b296e0bb4ca0fb258cc62d488d64d5 --- diff --git a/.cproject b/.cproject new file mode 100644 index 0000000..3b6306a --- /dev/null +++ b/.cproject @@ -0,0 +1,366 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.exportMap b/.exportMap new file mode 100644 index 0000000..de30516 --- /dev/null +++ b/.exportMap @@ -0,0 +1,5 @@ +{ + global: main; + _IO_*; + local: *; +}; diff --git a/.gitignore b/.gitignore index e784509..3449f54 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,3 @@ .vsproject +/Debug/ +/SA_Report/ diff --git a/.project b/.project new file mode 100644 index 0000000..47ede70 --- /dev/null +++ b/.project @@ -0,0 +1,46 @@ + + + position-finder-server + + + + + + org.eclipse.cdt.managedbuilder.core.genmakebuilder + + + + + org.eclipse.cdt.managedbuilder.core.ScannerConfigBuilder + full,incremental, + + + + + + org.eclipse.cdt.core.cnature + org.eclipse.cdt.core.ccnature + org.eclipse.cdt.managedbuilder.core.managedBuildNature + org.eclipse.cdt.managedbuilder.core.ScannerConfigNature + + + + 1509686595052 + + 26 + + org.eclipse.ui.ide.multiFilter + 1.0-projectRelativePath-matches-false-false-*/.tpk + + + + 1509686595057 + + 6 + + org.eclipse.ui.ide.multiFilter + 1.0-name-matches-false-false-project_def.prop + + + + diff --git a/.tproject b/.tproject new file mode 100644 index 0000000..f857534 --- /dev/null +++ b/.tproject @@ -0,0 +1,12 @@ + + + + + iot-headless-4.0 + + + + + + + diff --git a/project_def.prop b/project_def.prop new file mode 100644 index 0000000..9826857 --- /dev/null +++ b/project_def.prop @@ -0,0 +1,11 @@ +APPNAME = position-finder-server + +type = app +profile = iot-headless-4.0 + +USER_SRCS = src/position-finder-server.c +USER_DEFS = +USER_INC_DIRS = inc +USER_OBJS = +USER_LIBS = +USER_EDCS = diff --git a/tizen-manifest.xml b/tizen-manifest.xml new file mode 100644 index 0000000..4238b66 --- /dev/null +++ b/tizen-manifest.xml @@ -0,0 +1,14 @@ + + + + + + position-finder-server.png + + + http://tizen.org/privilege/appdir.shareddata + http://tizen.org/privilege/network.get + http://tizen.org/privilege/internet + http://tizen.org/privilege/peripheralio + +