libtelepathy/group/libtelepathy.mmp
changeset 10 59927b2d3b75
parent 0 d0f3a028347a
equal deleted inserted replaced
0:d0f3a028347a 10:59927b2d3b75
     1 /* libtelepathy.mmp
       
     2  *
       
     3  * Copyright (C) 2005 Collabora Ltd.
       
     4  * 
       
     5  *
       
     6  * This library is free software; you can redistribute it and/or
       
     7  * modify it under the terms of the GNU Lesser General Public
       
     8  * License as published by the Free Software Foundation; either
       
     9  * version 2.1 of the License, or (at your option) any later version.
       
    10  *
       
    11  * This library is distributed in the hope that it will be useful,
       
    12  * but WITHOUT ANY WARRANTY; without even the implied warranty of
       
    13  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
       
    14  * Lesser General Public License for more details.
       
    15  *
       
    16  * You should have received a copy of the GNU Lesser General Public
       
    17  * License along with this library; if not, write to the Free Software
       
    18  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
       
    19  *
       
    20  */
       
    21 // General properties
       
    22 #include<platform_paths.hrh>
       
    23 TARGET          libtelepathy.dll
       
    24 TARGETTYPE      dll
       
    25 CAPABILITY      CAP_GENERAL_DLL
       
    26 UID             0x1000008d 0x2000F850
       
    27 
       
    28 VERSION      10.0
       
    29 #ifndef WINSCW
       
    30 // Allow global writeable static data
       
    31 EPOCALLOWDLLDATA
       
    32 #endif
       
    33 
       
    34 // Macros
       
    35 MACRO 			SYMBIAN
       
    36 MACRO 			HAVE_CONFIG_H
       
    37 MACRO			HAVE_ERRNO_H VERBOSE
       
    38 
       
    39 #ifdef WINSCW
       
    40 MACRO 			EMULATOR
       
    41 #endif
       
    42 
       
    43 
       
    44 SOURCEPATH      ../src
       
    45 //START RESOURCE  dbus-daemon_reg.rss
       
    46 #ifdef WINSCW
       
    47 TARGETPATH 	    /private/10003a3f/apps
       
    48 #else
       
    49 TARGETPATH 	    /private/10003a3f/import/apps
       
    50 #endif
       
    51 //END //RESOURCE
       
    52 
       
    53 // Source files
       
    54 #ifdef WINSCW
       
    55 SOURCE		  libtelepathy_wsd.cpp
       
    56 #endif /*WINSCW*/
       
    57 
       
    58 SOURCE tp-chan.c
       
    59 SOURCE tp-chan-ifaces-signal-setters.c
       
    60 SOURCE tp-chan-signals-marshal.c
       
    61 SOURCE tp-conn.c
       
    62 SOURCE tp-conn-ifaces-signal-setters.c
       
    63 SOURCE tp-connmgr.c
       
    64 SOURCE tp-connmgr-signals-marshal.c
       
    65 SOURCE tp-conn-signals-marshal.c
       
    66 SOURCE tp-helpers.c
       
    67 SOURCE tp-ifaces-signals-marshal.c
       
    68 SOURCE tp-props-iface.c
       
    69 
       
    70 // User include paths
       
    71 USERINCLUDE     ../inc
       
    72 
       
    73 // System include paths
       
    74 MW_LAYER_SYSTEMINCLUDE
       
    75 OS_LAYER_LIBC_SYSTEMINCLUDE
       
    76 OS_LAYER_GLIB_SYSTEMINCLUDE
       
    77 OS_LAYER_SSL_SYSTEMINCLUDE
       
    78 OS_LAYER_STDCPP_SYSTEMINCLUDE
       
    79 OS_LAYER_DBUS_SYSTEMINCLUDE
       
    80 
       
    81 // Library dependencies
       
    82 #ifdef GCCE
       
    83 STATICLIBRARY  libcrt0_gcce.lib
       
    84 #else
       
    85 STATICLIBRARY  libcrt0.lib
       
    86 #endif
       
    87 LIBRARY         libdbus.lib
       
    88 LIBRARY        libc.lib 
       
    89 LIBRARY        libglib.lib
       
    90 LIBRARY        libgobject.lib
       
    91 LIBRARY			libdbus-glib.lib
       
    92 
       
    93 #ifdef WINSCW
       
    94 LIBRARY        euser.lib  // Needed in order to use Symbian services
       
    95 //wsd solution
       
    96 LIBRARY		ewsd.lib
       
    97 #endif
       
    98