connectivitymodules/SeCon/services/csc/bld/sconcsc.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-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 for middleware layer modules.
       
    57 //MW_LAYER_SYSTEMINCLUDE
       
    58 APP_LAYER_SYSTEMINCLUDE
       
    59 
       
    60 DEBUGLIBRARY    flogger.lib
       
    61 LIBRARY         euser.lib
       
    62 LIBRARY         efsrv.lib
       
    63 LIBRARY         bafl.lib
       
    64 LIBRARY         sysutil.lib
       
    65 LIBRARY         etel.lib
       
    66 LIBRARY         etelmm.lib
       
    67 LIBRARY         hal.lib
       
    68 LIBRARY         platformenv.lib
       
    69 LIBRARY         charconv.lib
       
    70 LIBRARY	        centralrepository.lib
       
    71 LIBRARY         apgrfx.lib
       
    72 LIBRARY         apparc.lib
       
    73 LIBRARY         sisregistryclient.lib
       
    74 LIBRARY         SyncMLClientAPI.lib
       
    75 LIBRARY         javaregistryclient.lib
       
    76 LIBRARY         sysversioninfo.lib
       
    77 LIBRARY         Etel3rdParty.lib
       
    78 LIBRARY         platformver.lib
       
    79