commsconfig/cscengine/group/cscengine.mmp
changeset 0 a4daefaec16c
equal deleted inserted replaced
-1:000000000000 0:a4daefaec16c
       
     1 /*
       
     2 * Copyright (c) 2007-2007 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:  Project definition file for project CSC Engine
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <data_caging_paths.hrh>
       
    20 #include <platform_paths.hrh>
       
    21 
       
    22 TARGET          cscengine.dll
       
    23 TARGETTYPE      dll
       
    24 UID             0x1000008D 0x10275459
       
    25 
       
    26 CAPABILITY      CAP_GENERAL_DLL NetworkControl
       
    27 VENDORID        VID_DEFAULT
       
    28 
       
    29 SOURCEPATH      ../src
       
    30 SOURCE          cscengtimer.cpp
       
    31 SOURCE          cscengcchhandler.cpp
       
    32 SOURCE          cscengecommonitor.cpp
       
    33 SOURCE          cscengservicehandler.cpp
       
    34 SOURCE          cscengstartuphandler.cpp
       
    35 SOURCE          cscengbrandinghandler.cpp
       
    36 SOURCE          cscengconnectionhandler.cpp
       
    37 SOURCE          cscengdestinationshandler.cpp
       
    38 SOURCE          cscengservicepluginhandler.cpp
       
    39 SOURCE          cscenguiextensionpluginhandler.cpp
       
    40 
       
    41 START RESOURCE  ../data/cscengine.rss
       
    42 HEADER
       
    43 TARGETPATH      RESOURCE_FILES_DIR
       
    44 TARGET          cscengine.rsc
       
    45 LANG            SC
       
    46 END // RESOURCE
       
    47 
       
    48 
       
    49 USERINCLUDE     ../inc
       
    50 
       
    51 APP_LAYER_SYSTEMINCLUDE
       
    52 SYSTEMINCLUDE   /epoc32/include/ecom
       
    53 
       
    54 LIBRARY         cch.lib
       
    55 LIBRARY         ecom.lib
       
    56 LIBRARY         cone.lib 
       
    57 LIBRARY         bafl.lib
       
    58 LIBRARY         euser.lib
       
    59 LIBRARY         efsrv.lib
       
    60 LIBRARY         esock.lib
       
    61 LIBRARY         eikcore.lib 
       
    62 LIBRARY         aknicon.lib
       
    63 LIBRARY         featmgr.lib
       
    64 LIBRARY         bsclient.lib
       
    65 LIBRARY         aknskins.lib
       
    66 LIBRARY         cchclient.lib
       
    67 LIBRARY         cmmanager.lib
       
    68 LIBRARY         swinstcli.lib
       
    69 LIBRARY         platformenv.lib 
       
    70 LIBRARY         servicehandler.lib
       
    71 LIBRARY         centralrepository.lib
       
    72 LIBRARY         serviceprovidersettings.lib
       
    73 
       
    74