IMPSengine/engsrv/group/ImpsEng.mmp
changeset 0 094583676ce7
equal deleted inserted replaced
-1:000000000000 0:094583676ce7
       
     1 /*
       
     2 * Copyright (c) 2002-2005 Nokia Corporation and/or its subsidiary(-ies). 
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description: 
       
    15 *     This is project specification file for the WV Engine dll.
       
    16 *     
       
    17 *
       
    18 */
       
    19 
       
    20 // To get the APP_LAYER_SYSTEMINCLUDE-definition
       
    21 #include <platform_paths.hrh>
       
    22 
       
    23 #include "../../inc/impsvariant.h"
       
    24 
       
    25 TARGET impseng.dll
       
    26 TARGETTYPE  dll
       
    27 UID  0x1000008d 0x101F468C
       
    28 CAPABILITY  CAP_GENERAL_DLL
       
    29 VENDORID    VID_DEFAULT 
       
    30 
       
    31 SYSTEMINCLUDE   ../../../im_pub/im_api/inc
       
    32 SYSTEMINCLUDE   ../../../im_pub/im_application_launch_api/inc
       
    33 // ***********************
       
    34 // WV ENGINE DLL
       
    35 // ***********************
       
    36 SOURCEPATH ../src
       
    37 // core
       
    38 //SOURCE impsengdll.cpp
       
    39 SOURCE impsserver.cpp
       
    40 SOURCE impssession.cpp
       
    41 SOURCE impssubsession.cpp
       
    42 SOURCE impssendreceive.cpp
       
    43 SOURCE impstimer.cpp
       
    44 SOURCE impssrvutils.cpp
       
    45 SOURCE impsactivecirmonitor.cpp
       
    46 SOURCE impsactiveconnmonitor.cpp
       
    47 SOURCE impsalivemanager.cpp
       
    48 SOURCE impscspsession.cpp
       
    49 SOURCE impspropertyobserver.cpp
       
    50 SOURCE impstoffobserver.cpp
       
    51 SOURCE impstidqueue.cpp
       
    52 // data
       
    53 SOURCE impsdigestbytes.cpp
       
    54 SOURCE impssdatautils.cpp
       
    55 SOURCE impsorphans.cpp
       
    56 SOURCE impsapplauncherproxy.cpp
       
    57 
       
    58 // *************************************
       
    59 // INCLUDE PATHS
       
    60 // *************************************
       
    61 USERINCLUDE ../inc ../../inc ../../datautils/inc ../../enginc
       
    62 
       
    63 SYSTEMINCLUDE   ../../../inc
       
    64 APP_LAYER_SYSTEMINCLUDE
       
    65 
       
    66 // *************************************
       
    67 // LIBRARIES
       
    68 // *************************************
       
    69 LIBRARY euser.lib
       
    70 LIBRARY efsrv.lib
       
    71 LIBRARY bafl.lib
       
    72 LIBRARY apparc.lib
       
    73 LIBRARY imut.lib
       
    74 LIBRARY hash.lib
       
    75 
       
    76 LIBRARY impsutils.lib
       
    77 LIBRARY impsdatautils.lib
       
    78 LIBRARY impsmessage.lib  
       
    79 
       
    80 LIBRARY msgconnmanager.lib
       
    81 LIBRARY impsdatachannel.lib
       
    82 LIBRARY centralrepository.lib
       
    83 LIBRARY ecom.lib
       
    84 
       
    85 // *************************************
       
    86 // OTHER STUFF
       
    87 // *************************************
       
    88 
       
    89 EPOCHEAPSIZE 0x1000 0x200000
       
    90 
       
    91 #if defined( ARMCC )
       
    92 DEFFILE ../eabi/ 
       
    93 #elif defined( WINSCW )
       
    94 DEFFILE       ../def/winscw.def
       
    95 #elif defined ( WINS )
       
    96 DEFFILE       ../def/wins.def
       
    97 #else // MARM
       
    98 DEFFILE       ../def/marm.def
       
    99 #endif