connectionutilities/ConnectionDialogs/group/connectiondialogswrapper.mmp
changeset 66 ed07dcc72692
parent 64 84c6623982f6
equal deleted inserted replaced
64:84c6623982f6 66:ed07dcc72692
     1 /*
       
     2 * Copyright (c) 2005 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: 
       
    15 *     This is project specification file for the connectiondialogswrapper
       
    16 *
       
    17 *
       
    18 */
       
    19 
       
    20 
       
    21 #include <platform_paths.hrh>
       
    22 
       
    23 TARGET      connectiondialogswrapper.DLL
       
    24 CAPABILITY  CAP_ECOM_PLUGIN
       
    25 TARGETTYPE  PLUGIN 
       
    26 
       
    27 UID         0x10009D8D 0x10207374
       
    28 
       
    29 LANG    SC
       
    30 
       
    31 SOURCEPATH  ../ecomsrc
       
    32 SOURCE  connectiondialogswrapper.cpp 
       
    33 
       
    34 // Component specific internal headers 
       
    35 USERINCLUDE			../inc
       
    36 
       
    37 // ADO specific internal headers 
       
    38 SYSTEMINCLUDE		../../../inc
       
    39 
       
    40 //Macro to /epoc32 headers
       
    41 MW_LAYER_SYSTEMINCLUDE
       
    42 
       
    43 START RESOURCE ../data/10207374.rss 
       
    44 TARGET connectiondialogswrapper.rsc
       
    45 END
       
    46 
       
    47 
       
    48 LIBRARY ECOM.LIB
       
    49 LIBRARY	AKNNOTIFIERWRAPPER.LIB
       
    50 LIBRARY EUSER.LIB
       
    51 
       
    52 DEBUGLIBRARY flogger.lib
       
    53 DEBUGLIBRARY efsrv.lib
       
    54 DEBUGLIBRARY cone.lib 
       
    55 
       
    56 
       
    57 // End of File