cbsatplugin/atmisccmdplugin/group/atmisccmdplugin_td.mmp
branchRCL_3
changeset 72 4b59561a31c0
parent 64 1934667b0e2b
equal deleted inserted replaced
64:1934667b0e2b 72:4b59561a31c0
     1 /*
       
     2  * Copyright (c) 2010 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  * Initial Contributors:
       
     9  * Nokia Corporation - initial contribution.
       
    10  *
       
    11  * Contributors:
       
    12  * Description :
       
    13  *
       
    14  */
       
    15 
       
    16 #include <platform_paths.hrh>
       
    17 #include <data_caging_paths.hrh>
       
    18 #include "../inc/atmisccmdpluginuids.hrh"
       
    19 
       
    20 CAPABILITY 	    CAP_ECOM_PLUGIN 
       
    21 VENDORID        VID_DEFAULT
       
    22 TARGET          atmisccmdplugin_td.dll
       
    23 TARGETTYPE	    PLUGIN
       
    24 UID             0x10009D8D 0x2002DCE5
       
    25 
       
    26 SOURCEPATH      ../src
       
    27 SOURCE          main.cpp
       
    28 SOURCE          atmisccmdplugin.cpp 
       
    29 SOURCE          atcmdasyncbase.cpp
       
    30 SOURCE          atcmdsyncbase.cpp  
       
    31 SOURCE          atcommandparser.cpp
       
    32 SOURCE          clckcommandhandler.cpp 
       
    33 SOURCE          securitycodeverifier.cpp
       
    34 SOURCE          securityeventhandler.cpp
       
    35 SOURCE          cbsettinghandler.cpp
       
    36 SOURCE          cpwdcommandhandler.cpp
       
    37 SOURCE          cpincommandhandler.cpp
       
    38 SOURCE          cusdcommandhandler.cpp 
       
    39 SOURCE          cnumcommandhandler.cpp
       
    40 SOURCE          cfuncommandhandler.cpp 
       
    41 SOURCE          cbccommandhandler.cpp
       
    42 SOURCE          ussdreadmessageimpl.cpp
       
    43 SOURCE          ussdsendmessageimpl.cpp
       
    44 SOURCE          hvercommandhandler.cpp 
       
    45 SOURCE          cgsncommandhandler.cpp 
       
    46 SOURCE          cgmrcommandhandler.cpp 
       
    47 SOURCE          cmgwcommandhandler.cpp 
       
    48 SOURCE          cgmicommandhandler.cpp
       
    49 SOURCE			cmgdcommandhandler.cpp
       
    50 SOURCE			telephonywrapper.cpp
       
    51 SOURCE			cgmmcommandhandler.cpp 
       
    52 SOURCE			scpbrcommandhandler.cpp
       
    53 SOURCE			scpbwcommandhandler.cpp
       
    54 
       
    55 USERINCLUDE     ../inc
       
    56 
       
    57 MW_LAYER_SYSTEMINCLUDE
       
    58 
       
    59 // Resources
       
    60 START RESOURCE ../data/2002DCE5_TDSCDMA.rss
       
    61 	TARGET atmisccmdplugin_td.rsc
       
    62 END
       
    63 
       
    64 
       
    65 LIBRARY	        ecom.lib
       
    66 LIBRARY         euser.lib
       
    67 LIBRARY         atextpluginbase.lib
       
    68 LIBRARY         bafl.lib
       
    69 LIBRARY         etelmm.lib
       
    70 LIBRARY         etel.lib
       
    71 LIBRARY         hash.lib
       
    72 
       
    73 LIBRARY         ProfileEng.lib
       
    74 LIBRARY         StarterClient.lib 
       
    75 
       
    76 LIBRARY			etel3rdparty.lib
       
    77 LIBRARY			sysutil.lib 
       
    78 LIBRARY			customapi.lib
       
    79 
       
    80 DEBUGLIBRARY	flogger.lib
       
    81 
       
    82 // End of File