env: cleaned directory structure up 39/34239/2
authorSeokYeon Hwang <syeon.hwang@samsung.com>
Thu, 22 Jan 2015 08:31:55 +0000 (17:31 +0900)
committerSeokYeon Hwang <syeon.hwang@samsung.com>
Thu, 22 Jan 2015 09:02:00 +0000 (18:02 +0900)
Moved supplements for SDK to supplements directory.
Moved protobuf to src directory.

Change-Id: I77ba0f7b948b0befd06e1888d9d9846a10293f7d
Signed-off-by: SeokYeon Hwang <syeon.hwang@samsung.com>
tizen/src/Makefile
tizen/src/distrib/protobuf/protobuf-c-private.h [moved from tizen/distrib/protobuf/protobuf-c-private.h with 100% similarity]
tizen/src/distrib/protobuf/protobuf-c.c [moved from tizen/distrib/protobuf/protobuf-c.c with 100% similarity]
tizen/src/distrib/protobuf/protobuf-c.h [moved from tizen/distrib/protobuf/protobuf-c.h with 100% similarity]
tizen/src/ecs/Makefile.objs
tizen/src/ecs/genmsg/ecs.pb-c.h
tizen/src/ecs/genmsg/ecs_ids.pb-c.h
tizen/src/eventcast/genmsg/eventcast.pb-c.h
tizen/supplements/SDK/45-tizen-kvm.rules [moved from tizen/distrib/initscript/45-tizen-kvm.rules with 100% similarity]
tizen/supplements/SDK/tizen-kvm [moved from tizen/distrib/initscript/tizen-kvm with 100% similarity]

index 675ff44..87ec3b5 100644 (file)
@@ -189,8 +189,8 @@ endif
 
 # Enable HW Virtualization on Linux
 ifdef CONFIG_LINUX
-       cp -pP ../distrib/initscript/tizen-kvm $(EMUL_DIR)/etc
-       cp -pP ../distrib/initscript/45-tizen-kvm.rules $(EMUL_DIR)/etc
+       cp -pP ../supplements/SDK/tizen-kvm $(EMUL_DIR)/etc
+       cp -pP ../supplements/SDK/45-tizen-kvm.rules $(EMUL_DIR)/etc
 endif
 
 # check HW Virtualization on Windows and MAC OS X.
@@ -275,17 +275,15 @@ ifdef CONFIG_USE_SHM
 endif
 endif
 
-# check capabilities of OpenGL, Webcam and net
-       cp -pP util/check-net$(EXESUF) $(DIBS_COMMON_DIR)/bin
+# check capabilities of OpenGL, Webcam and proxy
        cp -pP util/check-gl$(EXESUF) $(DIBS_COMMON_DIR)/bin
        cp -pP util/check-cam$(EXESUF) $(DIBS_COMMON_DIR)/bin
-
+       cp -pP util/check-net$(EXESUF) $(DIBS_COMMON_DIR)/bin
 
 # Enable HW Virtualization on Linux
 ifdef CONFIG_LINUX
-       echo "Copying tizen-kvm to $(DIBS_X86_DIR)/etc"
-       cp -pP ../distrib/initscript/tizen-kvm $(DIBS_X86_DIR)/etc
-       cp -pP ../distrib/initscript/45-tizen-kvm.rules $(DIBS_X86_DIR)/etc
+       cp -pP ../supplements/SDK/tizen-kvm $(DIBS_X86_DIR)/etc
+       cp -pP ../supplements/SDK/45-tizen-kvm.rules $(DIBS_X86_DIR)/etc
 endif
 
 # check HW Virtualization on Windows and MAC OS X.
index 5f58026..e5fb63d 100644 (file)
@@ -1,4 +1,4 @@
-obj-y += genmsg/ecs.pb-c.o genmsg/ecs_ids.pb-c.o ../../distrib/protobuf/protobuf-c.o
+obj-y += genmsg/ecs.pb-c.o genmsg/ecs_ids.pb-c.o ../distrib/protobuf/protobuf-c.o
 obj-y += ecs.o ecs_msg.o ecs_msg_injector.o ecs_msg_device.o
 obj-y += ecs_mon.o ecs-json-streamer.o
 obj-y += ecs_eventcast.o
index 2b97f86..2dfba74 100644 (file)
@@ -3,7 +3,7 @@
 #ifndef PROTOBUF_C_ecs_2eproto__INCLUDED
 #define PROTOBUF_C_ecs_2eproto__INCLUDED
 
-#include "../../../distrib/protobuf/protobuf-c.h"
+#include "../../distrib/protobuf/protobuf-c.h"
 
 PROTOBUF_C_BEGIN_DECLS
 
index b855d79..d81fc0a 100644 (file)
@@ -3,7 +3,7 @@
 #ifndef PROTOBUF_C_ecs_5fids_2eproto__INCLUDED
 #define PROTOBUF_C_ecs_5fids_2eproto__INCLUDED
 
-#include "../../../distrib/protobuf/protobuf-c.h"
+#include "../../distrib/protobuf/protobuf-c.h"
 
 PROTOBUF_C_BEGIN_DECLS
 
index 6d78492..e446a55 100644 (file)
@@ -3,7 +3,7 @@
 #ifndef PROTOBUF_C_eventcast_2eproto__INCLUDED
 #define PROTOBUF_C_eventcast_2eproto__INCLUDED
 
-#include "../../../distrib/protobuf/protobuf-c.h"
+#include "../../distrib/protobuf/protobuf-c.h"
 
 PROTOBUF_C_BEGIN_DECLS