From 6f8c5d654c00a05126cd780ab4855f064ba72006 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9my=20Zurcher?= Date: Wed, 25 Jul 2012 15:11:24 +0200 Subject: tools/extract-api.sh tools/genruby.rb: add ethumb, ethumb_client and ethumb_plugin --- tools/extract-api.sh | 3 +++ tools/genruby.rb | 15 +++++++++++++++ 2 files changed, 18 insertions(+) diff --git a/tools/extract-api.sh b/tools/extract-api.sh index 91baf31..89186c9 100755 --- a/tools/extract-api.sh +++ b/tools/extract-api.sh @@ -43,6 +43,9 @@ for header in \ "${INCLUDE}/ecore-1/Ecore_Evas.h" \ "${INCLUDE}/ecore-1/Ecore_Fb.h" \ "${INCLUDE}/ecore-1/Ecore_File.h" \ + "${INCLUDE}/ethumb-1/Ethumb.h" \ + "${INCLUDE}/ethumb-1/Ethumb_Client.h" \ + "${INCLUDE}/ethumb-1/Ethumb_Plugin.h" \ "${INCLUDE}/EMap.h" \ "${ELM_INCLUDE_DIR}/Elementary.h" \ "${ELM_INCLUDE_DIR}/elm_general.h" \ diff --git a/tools/genruby.rb b/tools/genruby.rb index dfcea68..4b87ff4 100755 --- a/tools/genruby.rb +++ b/tools/genruby.rb @@ -325,6 +325,21 @@ libs << { :requires=>["#{NATIVE}/ecore_getopt","#{NATIVE}/evas"], :constants=>[] } libs << { + :lib=>'ethumb', :header=>'Ethumb.h', + :modname=>'Ethumb', :prefix=>'ethumb', :outfile=>'ethumb.rb', + :requires=>[], :constants=>[] +} +libs << { + :lib=>'ethumb_client', :header=>'Ethumb_Client.h', + :modname=>'EthumbClient', :prefix=>'ethumb_client', :outfile=>'ethumb_client.rb', + :requires=>["#{NATIVE}/ethumb"], :constants=>[] +} +libs << { + :lib=>'ethumb', :header=>'Ethumb_Plugin.h', + :modname=>'EthumbPlugin', :prefix=>'ethumb_plugin', :outfile=>'ethumb_plugin.rb', + :requires=>["#{NATIVE}/evas","#{NATIVE}/ecore_evas","#{NATIVE}/ethumb"], :constants=>[] +} +libs << { :lib=>'emap', :header=>'EMap.h', :modname=>'Emap', :prefix=>'emap', :outfile=>'emap.rb', :requires=>["#{NATIVE}/eina_list"], :constants=>[] -- cgit v1.1-2-g2b99