beginnings of the ukit migration. this time, in many many many small commits along...
authorMike Blumenkrantz <michael.blumenkrantz@gmail.com>
Fri, 30 Apr 2010 08:38:08 +0000 (08:38 +0000)
committerMike Blumenkrantz <michael.blumenkrantz@gmail.com>
Fri, 30 Apr 2010 08:38:08 +0000 (08:38 +0000)
step 1: migrate *hal* files to *dbus* files

SVN revision: 48463

src/bin/Makefile.am
src/bin/e_fm.c
src/bin/e_fm_dbus.c [moved from src/bin/e_fm_hal.c with 99% similarity]
src/bin/e_fm_dbus.h [moved from src/bin/e_fm_hal.h with 100% similarity]

index 1882fa3..93c9270 100644 (file)
@@ -133,7 +133,7 @@ e_entry_dialog.h \
 e_fm.h \
 e_fm_op.h \
 e_fm_op_registry.h \
-e_fm_hal.h \
+e_fm_dbus.h \
 e_widget_scrollframe.h \
 e_sha1.h \
 e_widget_fsel.h \
@@ -272,7 +272,7 @@ e_confirm_dialog.c \
 e_int_border_prop.c \
 e_entry_dialog.c \
 e_fm.c \
-e_fm_hal.c \
+e_fm_dbus.c \
 e_fm_op_registry.c \
 e_widget_scrollframe.c \
 e_sha1.c \
index e6cbfd4..ba7a12a 100644 (file)
@@ -2,7 +2,7 @@
  * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2
  */
 #include "e.h"
-#include "e_fm_hal.h"
+#include "e_fm_dbus.h"
 #include "e_fm_op.h"
 
 #define OVERCLIP 128
similarity index 99%
rename from src/bin/e_fm_hal.c
rename to src/bin/e_fm_dbus.c
index 377e29b..5a186f1 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2
  */
-#include "e_fm_hal.h"
+#include "e_fm_dbus.h"
 
 #define E_FM_SHARED_CODEC
 #include "e_fm_shared.h"
similarity index 100%
rename from src/bin/e_fm_hal.h
rename to src/bin/e_fm_dbus.h