contact module++... empty shell atm.

SVN revision: 83801
This commit is contained in:
Carsten Haitzler 2013-02-10 06:21:47 +00:00
parent 63aef25ad1
commit b5716e703c
7 changed files with 56 additions and 0 deletions

View File

@ -877,6 +877,7 @@ AC_E_OPTIONAL_MODULE([xkbswitch], true)
AC_E_OPTIONAL_MODULE([tiling], true)
AC_E_OPTIONAL_MODULE([access], true)
AC_E_OPTIONAL_MODULE([music_control], true, [CHECK_MODULE_MUSIC_CONTROL])
AC_E_OPTIONAL_MODULE([contact], true)
SUSPEND=""
HIBERNATE=""
@ -985,6 +986,7 @@ src/modules/xkbswitch/module.desktop
src/modules/tiling/module.desktop
src/modules/access/module.desktop
src/modules/music-control/module.desktop
src/modules/contact/module.desktop
data/Makefile
data/images/Makefile
data/flags/Makefile

View File

@ -234,6 +234,10 @@ if USE_MODULE_MUSIC_CONTROL
include Makefile_music_control.am
endif
if USE_MODULE_CONTACT
include Makefile_contact.am
endif
#if HAVE_WAYLAND_DRM
#include Makefile_wl_drm.am
#endif

View File

@ -0,0 +1,17 @@
contactdir = $(MDIR)/contact
contact_DATA = contact/e-module-contact.edj \
contact/module.desktop
EXTRA_DIST += contact/e-module-contact.edj \
contact/module.desktop.in
contactpkgdir = $(MDIR)/contact/$(MODULE_ARCH)
contactpkg_LTLIBRARIES = contact/module.la
contact_module_la_SOURCES = contact/e_mod_main.c \
contact/e_mod_main.h
# TODO: incomplete
.PHONY: contact install-contact
contact: $(contactpkg_LTLIBRARIES) $(contact_DATA)
install-contact: install-contactDATA install-contactpkgLTLIBRARIES

Binary file not shown.

View File

@ -0,0 +1,21 @@
#include "e_mod_main.h"
EAPI E_Module_Api e_modapi = { E_MODULE_API_VERSION, "Contact" };
EAPI void *
e_modapi_init(E_Module *m __UNUSED__)
{
return m;
}
EAPI int
e_modapi_shutdown(E_Module *m __UNUSED__)
{
return 1;
}
EAPI int
e_modapi_save(E_Module *m __UNUSED__)
{
return 1;
}

View File

@ -0,0 +1,6 @@
#ifndef E_MOD_MAIN_H
# define E_MOD_MAIN_H
# include "e.h"
#endif

View File

@ -0,0 +1,6 @@
[Desktop Entry]
Type=Link
Name=Contact
Icon=e-module-contact
X-Enlightenment-ModuleType=mobile
Comment=