connectivitymodules/SeCon/clients/pcconn/bld/sconpcconnclient.mmp
branchRCL_3
changeset 19 0aa8cc770c8a
parent 18 453dfc402455
child 20 4a793f564d72
equal deleted inserted replaced
18:453dfc402455 19:0aa8cc770c8a
     1 /*
       
     2 * Copyright (c) 2005-2008 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:  Client side of PC Connectivity Server-Client
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 // To get the MW_LAYER_SYSTEMINCLUDE-definition
       
    20 #include <platform_paths.hrh>
       
    21 #include <data_caging_paths.hrh>
       
    22 
       
    23 VENDORID        VID_DEFAULT
       
    24 
       
    25 CAPABILITY      CAP_CLIENT_DLL
       
    26 
       
    27 TARGET          sconpcconnclient.dll
       
    28 TARGETTYPE      dll
       
    29 
       
    30 UID             0x10009D8D 0x101F99F7
       
    31 
       
    32 TARGETPATH      sys/bin
       
    33 
       
    34 #if defined(ARMCC)
       
    35 DEFFILE	./def/eabiu
       
    36 #elif defined(WINSCW) 
       
    37 DEFFILE	./def/bwinscw
       
    38 #elif defined(WINS)
       
    39 DEFFILE	./def/bwins
       
    40 #elif defined(ARM)
       
    41 DEFFILE	./def/bmarm
       
    42 #endif
       
    43 
       
    44 
       
    45 SOURCEPATH      ../src
       
    46 
       
    47 SOURCE          sconpcconnclient.cpp
       
    48 
       
    49 // Client
       
    50 USERINCLUDE     ../inc
       
    51 USERINCLUDE     ../../../inc
       
    52 
       
    53 // Server
       
    54 USERINCLUDE     ../../../servers/pcconn/inc
       
    55 
       
    56 // Default system include paths for middleware layer modules.
       
    57 MW_LAYER_SYSTEMINCLUDE
       
    58 
       
    59 LIBRARY         euser.lib
       
    60 LIBRARY         estor.lib   // RMemWriteStream
       
    61 LIBRARY         efsrv.lib   // Rfs, RFile
       
    62 DEBUGLIBRARY    flogger.lib