beginnings of the ukit migration. this time, in many many many small commits along the way to avoid breaking things! :)

step 1: migrate *hal* files to *dbus* files


SVN revision: 48463
This commit is contained in:
Mike Blumenkrantz 2010-04-30 08:38:08 +00:00
parent a6c5618f69
commit 5c598d1a78
4 changed files with 4 additions and 4 deletions

View 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 \

View 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

View 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"