coreapplicationuis/ATCmdPlugin/group/atcmdplugin.mmp
branchRCL_3
changeset 1 0fdb7f6b0309
child 19 924385140d98
equal deleted inserted replaced
0:2e3d3ce01487 1:0fdb7f6b0309
       
     1 
       
     2 /*
       
     3  * Copyright (c) 2008-2009 Nokia Corporation and/or its subsidiary(-ies).
       
     4  * All rights reserved.
       
     5  * This component and the accompanying materials are made available
       
     6  * under the terms of "Eclipse Public License v1.0"
       
     7  * which accompanies this distribution, and is available
       
     8  * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     9  * Initial Contributors:
       
    10  * Nokia Corporation - initial contribution.
       
    11  *
       
    12  * Contributors:
       
    13  * Description :
       
    14  *
       
    15  */
       
    16 
       
    17 
       
    18 #include <platform_paths.hrh>
       
    19 #include <data_caging_paths.hrh>
       
    20 #include "../inc/atcmdpluginuids.hrh"
       
    21 
       
    22 CAPABILITY 	    CAP_ECOM_PLUGIN
       
    23 VENDORID        VID_DEFAULT
       
    24 TARGET          atcmdplugin.dll
       
    25 TARGETTYPE	    PLUGIN
       
    26 UID             0x10009D8D KUidATCmdEcomDll
       
    27 
       
    28 SOURCEPATH      ../src
       
    29 SOURCE          main.cpp
       
    30 SOURCE          atcmdplugin.cpp
       
    31 SOURCE          atcmd.cpp
       
    32 
       
    33 USERINCLUDE     ../inc
       
    34 
       
    35 MW_LAYER_SYSTEMINCLUDE
       
    36 
       
    37 START RESOURCE  ../data/2001A273.rss
       
    38 TARGET          atcmdplugin.rsc
       
    39 END
       
    40 
       
    41 //not actually localized
       
    42 //LANG	          SC
       
    43 
       
    44 START RESOURCE  ../data/atcmdpluginresource.rss
       
    45 HEADER
       
    46 TARGETPATH      APP_RESOURCE_DIR
       
    47 END  // RESOURCE
       
    48 
       
    49 LIBRARY 		apgrfx.lib
       
    50 LIBRARY			cone.lib
       
    51 LIBRARY	        ecom.lib
       
    52 LIBRARY			eikcore.lib
       
    53 LIBRARY         euser.lib
       
    54 LIBRARY         atextpluginbase.lib
       
    55 LIBRARY         bafl.lib
       
    56 LIBRARY	        efsrv.lib
       
    57 LIBRARY         ws32.lib
       
    58 LIBRARY         hwrmlightclient.lib
       
    59 LIBRARY         HAL.lib
       
    60 
       
    61 DEBUGLIBRARY    flogger.lib
       
    62 
       
    63 
       
    64 
       
    65 
       
    66 // End of File