bitmap: move to shared 86/262786/2
authorYoungjae Cho <y0.cho@samsung.com>
Thu, 19 Aug 2021 09:26:52 +0000 (18:26 +0900)
committerYoungjae Cho <y0.cho@samsung.com>
Thu, 19 Aug 2021 23:45:37 +0000 (08:45 +0900)
Change-Id: Ic454a4e47245e294511033b79f9e8b4cf7de82c9
Signed-off-by: Youngjae Cho <y0.cho@samsung.com>
CMakeLists.txt
src/apps/apps.c
src/extcon/hdmi.c
src/shared/bitmap.c [moved from src/core/bitmap.c with 100% similarity]
src/shared/bitmap.h [moved from src/core/bitmap.h with 100% similarity]

index 58e9a1e..714f36b 100644 (file)
@@ -76,7 +76,6 @@ SET(SRCS
        src/core/main.c
        src/core/sig-handler.c
        src/core/udev.c
-       src/core/bitmap.c
        src/proc/cpu-info.c
        src/time/time-handler.c
 )
index dfe0a32..dc20230 100644 (file)
@@ -21,7 +21,7 @@
 #include "shared/common.h"
 #include "apps.h"
 #include "shared/plugin.h"
-#include "core/bitmap.h"
+#include "shared/bitmap.h"
 
 #define POPUP_METHOD "PopupLaunch"
 #define BUFF_MAX        255
index 79253b7..943f767 100644 (file)
@@ -21,7 +21,7 @@
 #include <libsyscommon/libgdbus.h>
 #include <libsyscommon/list.h>
 #include "core/log.h"
-#include "core/bitmap.h"
+#include "shared/bitmap.h"
 #include "shared/device-notifier.h"
 #include "display/core.h"
 #include "display/display-ops.h"
similarity index 100%
rename from src/core/bitmap.c
rename to src/shared/bitmap.c
similarity index 100%
rename from src/core/bitmap.h
rename to src/shared/bitmap.h