connectivitymodules/SeCon/servers/pcconn/bld/sconpcconnserver.mmp
branchRCL_3
changeset 18 453dfc402455
parent 0 d0791faffa3f
equal deleted inserted replaced
17:dbd1c5e08735 18:453dfc402455
     1 /*
     1 /*
     2 * Copyright (c) 2005-2009 Nokia Corporation and/or its subsidiary(-ies).
     2 * Copyright (c) 2005-2010 Nokia Corporation and/or its subsidiary(-ies).
     3 * All rights reserved.
     3 * All rights reserved.
     4 * This component and the accompanying materials are made available
     4 * This component and the accompanying materials are made available
     5 * under the terms of "Eclipse Public License v1.0"
     5 * under the terms of "Eclipse Public License v1.0"
     6 * which accompanies this distribution, and is available
     6 * which accompanies this distribution, and is available
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
    25 CAPABILITY      CAP_SERVER TrustedUI
    25 CAPABILITY      CAP_SERVER TrustedUI
    26 
    26 
    27 TARGET          sconpcconnserver.exe
    27 TARGET          sconpcconnserver.exe
    28 TARGETTYPE      exe
    28 TARGETTYPE      exe
    29 
    29 
    30 EPOCSTACKSIZE   49152
    30 EPOCSTACKSIZE   0x10000
    31 EPOCHEAPSIZE    0x10000 0x800000
    31 EPOCHEAPSIZE    0x10000 0x1000000 // heap memory 16MB
    32 
    32 
    33 UID             0 0x101F99F6
    33 UID             0 0x101F99F6
    34 
    34 
    35 // Server
    35 // Server
    36 SOURCEPATH      ../src
    36 SOURCEPATH      ../src
    37 SOURCE          sconpcconnserver.cpp
    37 SOURCE          sconpcconnserver.cpp
       
    38 SOURCE          sconimsireader.cpp
       
    39 SOURCE          sconfolderlister.cpp
       
    40 SOURCE          sconbtengine.cpp
    38 
    41 
    39 // ConML
    42 // ConML
    40 SOURCEPATH      ../../../wbxml/conmlhandler/src
    43 SOURCEPATH      ../../../wbxml/conmlhandler/src
    41 SOURCE          sconconmldtd.cpp
    44 SOURCE          sconconmldtd.cpp
    42 SOURCE          sconxmlelement.cpp
    45 SOURCE          sconxmlelement.cpp
    47 USERINCLUDE     ../inc
    50 USERINCLUDE     ../inc
    48 USERINCLUDE     ../../../inc
    51 USERINCLUDE     ../../../inc
    49 USERINCLUDE     ../../../common/conmltask/inc
    52 USERINCLUDE     ../../../common/conmltask/inc
    50 USERINCLUDE     ../../../services/pcd/inc 
    53 USERINCLUDE     ../../../services/pcd/inc 
    51 USERINCLUDE     ../../../services/csc/inc
    54 USERINCLUDE     ../../../services/csc/inc
       
    55 USERINCLUDE     ../../../services/oviaccounthandler/inc
    52 USERINCLUDE     ../../../wbxml/conmlhandler/inc
    56 USERINCLUDE     ../../../wbxml/conmlhandler/inc
    53 
    57 
    54 // Default system include paths for middleware layer modules.
    58 // Default system include paths for middleware layer modules.
    55 MW_LAYER_SYSTEMINCLUDE
    59 MW_LAYER_SYSTEMINCLUDE
    56 
    60 
    57 LIBRARY         euser.lib
    61 LIBRARY         euser.lib
    58 LIBRARY         estor.lib       // RMemWriteStream, RMemReadStream
    62 LIBRARY         estor.lib       // RMemWriteStream, RMemReadStream
    59 LIBRARY         efsrv.lib       // Rfs, RFile
    63 LIBRARY         efsrv.lib       // Rfs, RFile
    60 LIBRARY         charconv.lib    // For Unicode conversion
    64 LIBRARY         charconv.lib    // For Unicode conversion
       
    65 LIBRARY         etel3rdparty.lib
       
    66 LIBRARY         platformenv.lib         // For pathinfo
       
    67 LIBRARY         directorylocalizer.lib  // For localizing directories
       
    68 LIBRARY	        centralrepository.lib
       
    69 LIBRARY         commonengine.lib        // For resource reader
       
    70 LIBRARY         bafl.lib                // Basic Application Framework Library
       
    71 LIBRARY         btengdevman.lib
       
    72 LIBRARY         btmanclient.lib
       
    73 LIBRARY         btdevice.lib
       
    74 LIBRARY         bluetooth.lib
       
    75 LIBRARY         btengsettings.lib
    61 DEBUGLIBRARY    flogger.lib
    76 DEBUGLIBRARY    flogger.lib
       
    77