cbsatplugin/atmisccmdplugin/group/atmisccmdplugin.mmp
branchRCL_3
changeset 16 b23265fb36da
child 32 19bd632b5100
equal deleted inserted replaced
14:f7fbeaeb166a 16:b23265fb36da
       
     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.dll
       
    23 TARGETTYPE	    PLUGIN
       
    24 UID             0x10009D8D 0x2002C3BA
       
    25 
       
    26 SOURCEPATH      ../src
       
    27 SOURCE          main.cpp
       
    28 SOURCE          atmisccmdplugin.cpp 
       
    29 SOURCE          atmisccmdpluginbase.cpp 
       
    30 SOURCE          atcommandparser.cpp
       
    31 SOURCE          clckcommandhandler.cpp 
       
    32 SOURCE          securitycodeverifier.cpp
       
    33 SOURCE          securityeventhandler.cpp
       
    34 SOURCE          cbsettinghandler.cpp
       
    35 SOURCE          cpwdcommandhandler.cpp
       
    36 SOURCE          cpincommandhandler.cpp
       
    37 SOURCE          cusdcommandhandler.cpp 
       
    38 SOURCE          cnumcommandhandler.cpp
       
    39 SOURCE          cfuncommandhandler.cpp 
       
    40 SOURCE          cbccommandhandler.cpp
       
    41 SOURCE          cusdreadwriteimp.cpp
       
    42 
       
    43 USERINCLUDE     ../inc
       
    44 
       
    45 MW_LAYER_SYSTEMINCLUDE
       
    46 
       
    47 START RESOURCE  ../data/2002C3BA.rss
       
    48 TARGET          atmisccmdplugin.rsc
       
    49 END
       
    50 
       
    51 LIBRARY	        ecom.lib
       
    52 LIBRARY         euser.lib
       
    53 LIBRARY         atextpluginbase.lib
       
    54 LIBRARY         bafl.lib
       
    55 LIBRARY         etelmm.lib
       
    56 LIBRARY         etel.lib
       
    57 LIBRARY         hash.lib
       
    58 
       
    59 LIBRARY         ProfileEng.lib
       
    60 LIBRARY         StarterClient.lib 
       
    61 
       
    62 DEBUGLIBRARY    flogger.lib
       
    63 
       
    64 // End of File