phoneuis/ConnectUtil/group/ConnectUtil.mmp
changeset 0 5f000ab63145
equal deleted inserted replaced
-1:000000000000 0:5f000ab63145
       
     1 /*
       
     2 * Copyright (c) 2003-2004 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 specification for connection utility.
       
    15 *
       
    16 */
       
    17 
       
    18 #include <platform_paths.hrh>
       
    19 #include <data_caging_paths.hrh>
       
    20 
       
    21 // Capability assignment.
       
    22 CAPABILITY CAP_ECOM_PLUGIN
       
    23 
       
    24 TARGET          connectutil.dll
       
    25 TARGETTYPE      PLUGIN
       
    26 UID             0x10009D8D 0x101F8625
       
    27 
       
    28 SOURCEPATH      ../src
       
    29 SOURCE          CCoUtlImplementation.cpp
       
    30 SOURCE          CoUtlMain.cpp
       
    31 SOURCE          CCoUtlActive.cpp
       
    32 
       
    33 SOURCEPATH      ../data
       
    34 START RESOURCE 101F8625.rss
       
    35 TARGET connectutil.rsc
       
    36 END
       
    37 
       
    38 START RESOURCE connectutil.rss
       
    39 DEPENDS avkon.rsg
       
    40 TARGET connectutilrsc.rsc
       
    41 TARGETPATH RESOURCE_FILES_DIR
       
    42 HEADER
       
    43 LANGUAGE_IDS
       
    44 END
       
    45 
       
    46 USERINCLUDE     ../inc
       
    47 USERINCLUDE     ../src
       
    48 APP_LAYER_SYSTEMINCLUDE
       
    49 SYSTEMINCLUDE   /epoc32/include/ecom
       
    50 SYSTEMINCLUDE   ../../../inc
       
    51 
       
    52 LIBRARY         cone.lib
       
    53 LIBRARY         euser.lib
       
    54 LIBRARY         ecom.lib
       
    55 LIBRARY         etel.lib
       
    56 LIBRARY         etelmm.lib
       
    57 LIBRARY         etelpckt.lib
       
    58 LIBRARY         connmon.lib
       
    59 LIBRARY         aknnotify.lib
       
    60 LIBRARY         commonengine.lib
       
    61 LIBRARY         avkon.lib
       
    62 LIBRARY         efsrv.lib
       
    63 
       
    64 
       
    65 
       
    66 // End of file