localconnectivityservice/modematplugin/group/modematplugin.mmp
changeset 1 388a17646e40
equal deleted inserted replaced
0:c3e98f10fcf4 1:388a17646e40
       
     1 /*
       
     2 * Copyright (c) 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:  Project definition file for project modematplugin
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <platform_paths.hrh>
       
    20 
       
    21 TARGET                  modematplugin.dll
       
    22 TARGETTYPE              PLUGIN
       
    23 UID                     0x10009D8D 0x20029FBF 
       
    24 
       
    25 CAPABILITY              CAP_ECOM_PLUGIN
       
    26 VENDORID                VID_DEFAULT
       
    27 
       
    28 SOURCEPATH              ../src
       
    29 SOURCE                  proxy.cpp
       
    30 SOURCE                  modematplugin.cpp
       
    31 SOURCE                  atcopscmd.cpp
       
    32 
       
    33 START RESOURCE          ../src/20029fbf.rss  
       
    34 TARGET                  modematplugin.rsc
       
    35 END
       
    36 
       
    37 USERINCLUDE             ../inc
       
    38 
       
    39 MW_LAYER_SYSTEMINCLUDE
       
    40 
       
    41 SYSTEMINCLUDE           /epoc32/include/ecom
       
    42 
       
    43 LIBRARY	ECom.lib
       
    44 LIBRARY euser.lib
       
    45 LIBRARY atextpluginbase.lib
       
    46 LIBRARY etelmm.lib 
       
    47 LIBRARY etel.lib
       
    48 LIBRARY etelpckt.lib
       
    49 LIBRARY customapi.lib
       
    50 
       
    51 DEBUGLIBRARY flogger.lib