diff --git a/trunk/tinySAK/bwins/tinySAK.def b/trunk/tinySAK/bwins/tinySAK.def deleted file mode 100644 index 14e65992..00000000 --- a/trunk/tinySAK/bwins/tinySAK.def +++ /dev/null @@ -1,91 +0,0 @@ -EXPORTS - tsk_b10tob16 @ 1 NONAME - tsk_b16tob10 @ 2 NONAME - tsk_buffer_append @ 3 NONAME - tsk_buffer_appendEx @ 4 NONAME - tsk_buffer_def_t @ 5 NONAME - tsk_calloc @ 6 NONAME - tsk_condwait_broadcast @ 7 NONAME - tsk_condwait_create @ 8 NONAME - tsk_condwait_destroy @ 9 NONAME - tsk_condwait_signal @ 10 NONAME - tsk_condwait_timedwait @ 11 NONAME - tsk_condwait_wait @ 12 NONAME - tsk_free @ 13 NONAME - tsk_gettimeofday @ 14 NONAME - tsk_itoa @ 15 NONAME - tsk_list_clear_items @ 16 NONAME - tsk_list_def_t @ 17 NONAME - tsk_list_find_item_by_data @ 18 NONAME - tsk_list_find_item_by_pred @ 19 NONAME - tsk_list_item_def_t @ 20 NONAME - tsk_list_pop_first_item @ 21 NONAME - tsk_list_push_data @ 22 NONAME - tsk_list_push_filtered_data @ 23 NONAME - tsk_list_push_filtered_item @ 24 NONAME - tsk_list_push_item @ 25 NONAME - tsk_list_push_list @ 26 NONAME - tsk_list_remove_item @ 27 NONAME - tsk_list_remove_item_by_data @ 28 NONAME - tsk_list_remove_item_by_pred @ 29 NONAME - tsk_malloc @ 30 NONAME - tsk_mutex_create @ 31 NONAME - tsk_mutex_destroy @ 32 NONAME - tsk_mutex_lock @ 33 NONAME - tsk_mutex_unlock @ 34 NONAME - tsk_object_cmp @ 35 NONAME - tsk_object_delete @ 36 NONAME - tsk_object_new @ 37 NONAME - tsk_object_ref @ 38 NONAME - tsk_object_sizeof @ 39 NONAME - tsk_object_unref @ 40 NONAME - tsk_param_def_t @ 41 NONAME - tsk_params_add_param @ 42 NONAME - tsk_params_get_param_by_name @ 43 NONAME - tsk_params_get_param_value @ 44 NONAME - tsk_params_get_param_value_as_int @ 45 NONAME - tsk_params_has_param @ 46 NONAME - tsk_params_param_tostring @ 47 NONAME - tsk_params_parse_param @ 48 NONAME - tsk_params_remove_param @ 49 NONAME - tsk_params_tostring @ 50 NONAME - tsk_pppfcs16 @ 51 NONAME - tsk_realloc @ 52 NONAME - tsk_runnable_start @ 53 NONAME - tsk_runnable_stop @ 54 NONAME - tsk_semaphore_create @ 55 NONAME - tsk_semaphore_decrement @ 56 NONAME - tsk_semaphore_destroy @ 57 NONAME - tsk_semaphore_increment @ 58 NONAME - tsk_sha1final @ 59 NONAME - tsk_sha1input @ 60 NONAME - tsk_sha1reset @ 61 NONAME - tsk_sha1result @ 62 NONAME - tsk_sprintf @ 63 NONAME - tsk_strcat @ 64 NONAME - tsk_strcmp @ 65 NONAME - tsk_strdup @ 66 NONAME - tsk_stricmp @ 67 NONAME - tsk_string_def_t @ 68 NONAME - tsk_strquote @ 69 NONAME - tsk_strrandom @ 70 NONAME - tsk_strtrim_left @ 71 NONAME - tsk_strtrim_right @ 72 NONAME - tsk_strunquote @ 73 NONAME - tsk_strupdate @ 74 NONAME - tsk_thread_create @ 75 NONAME - tsk_thread_join @ 76 NONAME - tsk_thread_sleep @ 77 NONAME - tsk_time_epoch @ 78 NONAME - tsk_timer_def_t @ 79 NONAME - tsk_timer_manager_cancel @ 80 NONAME - tsk_timer_manager_debug @ 81 NONAME - tsk_timer_manager_def_t @ 82 NONAME - tsk_timer_manager_isready @ 83 NONAME - tsk_timer_manager_schedule @ 84 NONAME - tsk_timer_manager_start @ 85 NONAME - tsk_timer_manager_stop @ 86 NONAME - tsk_url_decode @ 87 NONAME - tsk_url_encode @ 88 NONAME - tsk_object_new2 @ 89 NONAME - diff --git a/trunk/tinySAK/group/ABLD.BAT b/trunk/tinySAK/group/ABLD.BAT deleted file mode 100644 index 5c489a43..00000000 --- a/trunk/tinySAK/group/ABLD.BAT +++ /dev/null @@ -1,15 +0,0 @@ -@ECHO OFF - -REM Bldmake-generated batch file - ABLD.BAT -REM ** DO NOT EDIT ** - -perl -S ABLD.PL "\Projects\Doubango\tinySAK\group\\" %1 %2 %3 %4 %5 %6 %7 %8 %9 -if errorlevel==1 goto CheckPerl -goto End - -:CheckPerl -perl -v >NUL -if errorlevel==1 echo Is Perl, version 5.003_07 or later, installed? -goto End - -:End diff --git a/trunk/tinySAK/group/bld.inf b/trunk/tinySAK/group/bld.inf deleted file mode 100644 index c93c8bba..00000000 --- a/trunk/tinySAK/group/bld.inf +++ /dev/null @@ -1,34 +0,0 @@ -/* -============================================================================ - Name : bld.inf - Author : Mamadou Diop - Copyright : * Copyright (C) 2009 Mamadou Diop. -* -* Contact: Mamadou Diop -* -* This file is part of Open Source Doubango Framework. -* -* DOUBANGO is free software: you can redistribute it and/or modify -* it under the terms of the GNU General Public License as published by -* the Free Software Foundation, either version 3 of the License, or -* (at your option) any later version. -* -* DOUBANGO is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU Lesser General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with DOUBANGO. - Description : This file provides the information required for building the - whole of a tinySAK. -============================================================================ -*/ - -PRJ_PLATFORMS -DEFAULT - -PRJ_EXPORTS - -PRJ_MMPFILES -tinySAK.mmp diff --git a/trunk/tinySAK/group/tinySAK.mmp b/trunk/tinySAK/group/tinySAK.mmp deleted file mode 100644 index c2031e93..00000000 --- a/trunk/tinySAK/group/tinySAK.mmp +++ /dev/null @@ -1,70 +0,0 @@ -/* -============================================================================ - Name : tinySAK.mmp - Author : Mamadou Diop - Copyright : * Copyright (C) 2009 Mamadou Diop. -* -* Contact: Mamadou Diop -* -* This file is part of Open Source Doubango Framework. -* -* DOUBANGO is free software: you can redistribute it and/or modify -* it under the terms of the GNU General Public License as published by -* the Free Software Foundation, either version 3 of the License, or -* (at your option) any later version. -* -* DOUBANGO is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU Lesser General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with DOUBANGO. - Description : This is the project specification file for tinySAK. -============================================================================ -*/ - -TARGET tinySAK.dll -TARGETTYPE dll -UID 0x1000008d 0xE33E7DBF - -SYSTEMINCLUDE \epoc32\include \epoc32\include\stdapis \epoc32\include\stdapis\sys - - - -// In order to use .def files to freeze code you must use one or more DEFFILE lines; -// see the ones commented out below for examples. -// By default, the build tools look for the WINSCW def file in a BWINS directory -// (at the same level as the directory containing the mmp file), -// the GCC ARM def file in a BMARM directory, and the ARMV5 def file in a EABI directory. -// If your .def files are stored in these default locations, you can simply specify the -// .def filename(s) with no path. If you want to store .def files in non-default -// locations, you will need to specify the paths in the DEFFILE statement(s). - -//The following commented out code shows how the build system uses the implicit -// location for defiles. To create the DEF files Choose Project > Freeze Exports from Carbide -// or run 'abld freeze' from the command-line -//#if defined (WINS) -// DEFFILE ..\bwins\tinySAK.def -//#elif defined (GCC32) -// DEFFILE ..\bmarm\tinySAK.def -//#else -// DEFFILE ..\eabi\tinySAK.def -//#endif - -nostrictdef - -LIBRARY euser.lib libc.lib libpthread.lib - -#ifdef ENABLE_ABIV2_MODE -DEBUGGABLE_UDEBONLY -#endif - -MACRO TINYSAK_EXPORTS - -EPOCALLOWDLLDATA - -SOURCEPATH ..\src -SOURCE tsk.c tsk_binaryutils.c tsk_buffer.c tsk_condwait.c tsk_debug.c tsk_heap.c tsk_list.c tsk_memory.c tsk_mutex.c tsk_object.c tsk_params.c tsk_ppfcs16.c tsk_runnable.c tsk_safeobj.c tsk_semaphore.c tsk_sha1.c tsk_string.c tsk_thread.c tsk_time.c tsk_timer.c tsk_url.c tsk_xml.c - -EXPORTUNFROZEN diff --git a/trunk/tinySAK/sis/tinySAK_EKA2.pkg b/trunk/tinySAK/sis/tinySAK_EKA2.pkg deleted file mode 100644 index 1bcd9f82..00000000 --- a/trunk/tinySAK/sis/tinySAK_EKA2.pkg +++ /dev/null @@ -1,21 +0,0 @@ -; Installation file for tinySAK dll -; -; This is an auto-generated PKG file by Carbide. -; This file uses variables specific to Carbide builds that will not work -; on command-line builds. If you want to use this generated PKG file from the -; command-line tools you will need to modify the variables with the appropriate -; values: $(EPOCROOT), $(PLATFORM), $(TARGET) - -; -; UID is the dll's UID -; -#{"tinySAK DLL"},(0xE33E7DBF),1,0,0 - - -;Localised Vendor name -%{"Vendor-EN"} - -;Unique Vendor name -:"Vendor" - -"$(EPOCROOT)Epoc32\release\$(PLATFORM)\$(TARGET)\tinySAK.dll" -"!:\sys\bin\tinySAK.dll"