Move main.c file to haptic folder 86/237986/1 submit/tizen/20200707.064531
authorYunmi Ha <yunmi.ha@samsung.com>
Tue, 7 Jul 2020 06:29:13 +0000 (15:29 +0900)
committerYunmi Ha <yunmi.ha@samsung.com>
Tue, 7 Jul 2020 06:29:13 +0000 (15:29 +0900)
- 'core' and 'haptic' sub-modules has cycle dependecies
cause main function.
- For remove this, move main function to haptic sub-module.

Change-Id: Ie9e967d2b74694e020a5fccb5881e25248e7897c
Signed-off-by: Yunmi Ha <yunmi.ha@samsung.com>
CMakeLists.txt
src/haptic/main.c [moved from src/core/main.c with 100% similarity]

index c4ffa35..621d2bf 100644 (file)
@@ -8,7 +8,7 @@ PROJECT(feedbackd C)
 SET(VERSION 0.1.0)
 
 SET(SRCS
-       src/core/main.c
+       src/haptic/main.c
        src/core/common.c
        src/core/config-parser.c
        src/core/device-idler.c
similarity index 100%
rename from src/core/main.c
rename to src/haptic/main.c