summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorJérémy Zurcher <jeremy@asynk.ch>2013-01-03 16:53:50 +0100
committerJérémy Zurcher <jeremy@asynk.ch>2013-01-03 16:53:50 +0100
commit84c2d84aff9e8e0adcbbe272d959746f14940d39 (patch)
tree5101df8df06a476d3a07418c62c1a9d04a3f0543 /tools
parentb262de641b029984959e5fdf26c8faddff7cdeb2 (diff)
downloadffi-efl-84c2d84aff9e8e0adcbbe272d959746f14940d39.zip
ffi-efl-84c2d84aff9e8e0adcbbe272d959746f14940d39.tar.gz
generate eofono binding
Diffstat (limited to 'tools')
-rwxr-xr-xtools/extract-api.sh1
-rwxr-xr-xtools/genruby.rb1
2 files changed, 2 insertions, 0 deletions
diff --git a/tools/extract-api.sh b/tools/extract-api.sh
index 04a6a8c..5924ac4 100755
--- a/tools/extract-api.sh
+++ b/tools/extract-api.sh
@@ -59,6 +59,7 @@ for header in \
"${INCLUDE}/e_dbus-1/E_DBus.h" \
"${INCLUDE}/e_dbus-1/E_Notify.h" \
"${INCLUDE}/e_dbus-1/E_Bluez.h" \
+ "${INCLUDE}/e_dbus-1/E_Ofono.h" \
"${INCLUDE}/e_dbus-1/E_Hal.h" \
"${INCLUDE}/ethumb-1/Ethumb.h" \
"${INCLUDE}/ethumb-1/Ethumb_Client.h" \
diff --git a/tools/genruby.rb b/tools/genruby.rb
index 7e63a80..f059428 100755
--- a/tools/genruby.rb
+++ b/tools/genruby.rb
@@ -308,6 +308,7 @@ libs << efl_h('efreet_trash','Efreet_Trash.h','EfreetTrash',nil,nil,["#{NATIVE}/
libs << efl_h('edbus','E_DBus.h','Edbus',nil,'edbus.rb',["#{NATIVE}/eina_list"])
libs << efl_h('enotify','E_Notify.h','Enotify','e_notification','enotify.rb',["#{NATIVE}/evas","#{NATIVE}/edbus"])
libs << efl_h('ebluez','E_Bluez.h','Ebluez','e_bluez','ebluez.rb',["#{NATIVE}/edbus"])
+libs << efl_h('eofono','E_Ofono.h','Eofono','e_ofono','eofono.rb',["#{NATIVE}/edbus"])
libs << efl_h('ehal','E_Hal.h','Ehal','e_hal','ehal.rb',["#{NATIVE}/edbus"])
libs << efl_h('ethumb','Ethumb.h','Ethumb')
libs << efl_h('ethumb_client','Ethumb_Client.h','EthumbClient',nil,nil,["#{NATIVE}/ethumb"])