isolationserver/isoserver/group/isoserver.mmp
changeset 10 59927b2d3b75
parent 0 d0f3a028347a
equal deleted inserted replaced
0:d0f3a028347a 10:59927b2d3b75
     1 /*
       
     2 * ============================================================================
       
     3 *
       
     4 *  Copyright © 2007-2008 Nokia and/or its subsidiary/subsidiaries.  All rights reserved.
       
     5 * 
       
     6 *  Redistribution and use in source and binary forms, with or without modification, 
       
     7 *  are permitted provided that the following conditions are met:
       
     8 *  Redistributions of source code must retain the above copyright notice, this list 
       
     9 *  of conditions and the following disclaimer.Redistributions in binary form must 
       
    10 *  reproduce the above copyright notice, this list of conditions and the following 
       
    11 *  disclaimer in the documentation and/or other materials provided with the distribution.
       
    12 *  Neither the name of the Nokia Corporation nor the names of its contributors may be used 
       
    13 *  to endorse or promote products derived from this software without specific prior written 
       
    14 *  permission.
       
    15 *  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY 
       
    16 *  EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES 
       
    17 *  OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT 
       
    18 *  SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, 
       
    19 *  SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT 
       
    20 *  OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 
       
    21 *  HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 
       
    22 *  (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, 
       
    23 *  EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
       
    24 * ============================================================================
       
    25 * Template version: 1.0
       
    26 */
       
    27 #include<platform_paths.hrh>
       
    28 TARGET          isoserver.exe
       
    29 TARGETTYPE      EXE
       
    30 UID             0x100039CE 0x2001241A //0x100039CE
       
    31 
       
    32 CAPABILITY      All -Tcb
       
    33 
       
    34 VENDORID     	VID_DEFAULT
       
    35 EPOCSTACKSIZE 	 0x13880 // 0x11170 0x15F90
       
    36 
       
    37 VERSION      10.0
       
    38 
       
    39 SOURCEPATH      ../src
       
    40 SOURCE          isoservermain.c
       
    41 SOURCE 		    isoconnectionmanager.c
       
    42 SOURCE          isofetchcontactlist.c
       
    43 SOURCE          isoim.c
       
    44 SOURCE          isoutils.c
       
    45 SOURCE          isomodifycontactlist.c
       
    46 SOURCE          isopresence.c
       
    47 SOURCE          isosearch.c
       
    48 SOURCE          isogetsearchkeys.c
       
    49 SOURCE          isoavtar.c
       
    50 MACRO SYMBIAN
       
    51 USERINCLUDE     ../inc 
       
    52  
       
    53 EPOCALLOWDLLDATA
       
    54 
       
    55 USERINCLUDE     ../../../libtelepathy/inc
       
    56 MW_LAYER_SYSTEMINCLUDE
       
    57 OS_LAYER_LIBC_SYSTEMINCLUDE
       
    58 OS_LAYER_GLIB_SYSTEMINCLUDE
       
    59 OS_LAYER_SSL_SYSTEMINCLUDE
       
    60 OS_LAYER_STDCPP_SYSTEMINCLUDE
       
    61 OS_LAYER_DBUS_SYSTEMINCLUDE
       
    62 
       
    63 STATICLIBRARY   	libcrt0.lib
       
    64 LIBRARY       euser.lib
       
    65 LIBRARY       libc.lib
       
    66 LIBRARY       libglib.lib	
       
    67 LIBRARY       libgthread.lib
       
    68 LIBRARY       libdbus-glib.lib
       
    69 LIBRARY		  libtelepathy.lib
       
    70 LIBRARY		  libgobject.lib
       
    71 LIBRARY       libdbus.lib
       
    72 LIBRARY       libpthread.lib
       
    73 LIBRARY       opencmessagequeuelibrary.lib
       
    74 
       
    75 LANG            SC
       
    76 
       
    77 // End of File