connectivitymodules/SeCon/services/csc/bld/sconcsc.mmp
branchRCL_3
changeset 25 4f0867e42d62
parent 24 8e7494275d3a
child 26 3e6957da2ff8
equal deleted inserted replaced
24:8e7494275d3a 25:4f0867e42d62
     1 /*
       
     2 * Copyright (c) 2005-2009 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:  Capability Object Module mmp file
       
    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_GENERAL_DLL
       
    26 
       
    27 TARGETPATH      sys/bin
       
    28 
       
    29 TARGET          sconcsc.dll
       
    30 TARGETTYPE      DLL
       
    31 UID             0x10009D8D 0x101F9698
       
    32 
       
    33 #if defined(ARMCC)
       
    34 DEFFILE	./def/eabiu
       
    35 #elif defined(WINSCW) 
       
    36 DEFFILE	./def/bwinscw
       
    37 #elif defined(WINS)
       
    38 DEFFILE	./def/bwins
       
    39 #elif defined(ARM)
       
    40 DEFFILE	./def/bmarm
       
    41 #endif
       
    42 
       
    43 SOURCEPATH      ../src
       
    44 SOURCE          sconcsc.cpp
       
    45 SOURCE          capinfo.cpp
       
    46 SOURCE          caputils.cpp
       
    47 SOURCE          caplist.cpp
       
    48 SOURCE          stringlist.cpp
       
    49 SOURCE          capparser.cpp
       
    50 SOURCE          sconsyncservice.cpp
       
    51 SOURCE          sconversioninfo.cpp 
       
    52 
       
    53 USERINCLUDE     ../inc
       
    54 USERINCLUDE     ../../../inc
       
    55 
       
    56 // Default system include paths.
       
    57 APP_LAYER_SYSTEMINCLUDE
       
    58 
       
    59 DEBUGLIBRARY    flogger.lib
       
    60 LIBRARY         euser.lib
       
    61 LIBRARY         efsrv.lib
       
    62 LIBRARY         bafl.lib
       
    63 LIBRARY         sysutil.lib
       
    64 LIBRARY         etel.lib
       
    65 LIBRARY         etelmm.lib
       
    66 LIBRARY         hal.lib
       
    67 LIBRARY         platformenv.lib
       
    68 LIBRARY         charconv.lib
       
    69 LIBRARY	        centralrepository.lib
       
    70 LIBRARY         apgrfx.lib
       
    71 LIBRARY         apparc.lib
       
    72 LIBRARY         sisregistryclient.lib
       
    73 LIBRARY         syncmlclientapi.lib
       
    74 LIBRARY         javaregistryclient.lib
       
    75 LIBRARY         sysversioninfo.lib
       
    76 LIBRARY         etel3rdparty.lib
       
    77 LIBRARY         platformver.lib