cbsatplugin/atmisccmdplugin/group/atmisccmdplugin.mmp
branchRCL_3
changeset 61 269724087bed
parent 54 0ba996a9b75d
child 72 4b59561a31c0
equal deleted inserted replaced
56:9386f31cc85b 61:269724087bed
    11  * Contributors:
    11  * Contributors:
    12  * Description :
    12  * Description :
    13  *
    13  *
    14  */
    14  */
    15 
    15 
    16 FEATUREVARIANT
       
    17 
       
    18 #include <platform_paths.hrh>
    16 #include <platform_paths.hrh>
    19 #include <data_caging_paths.hrh>
    17 #include <data_caging_paths.hrh>
    20 #include "../inc/atmisccmdpluginuids.hrh"
    18 #include "../inc/atmisccmdpluginuids.hrh"
    21 
    19 
    22 CAPABILITY 	    CAP_ECOM_PLUGIN 
    20 CAPABILITY 	    CAP_ECOM_PLUGIN 
    23 VENDORID        VID_DEFAULT
    21 VENDORID        VID_DEFAULT
    24 #ifdef PROTOCOL_TDSCDMA
       
    25 TARGET          atmisccmdplugin_td.dll
       
    26 #else
       
    27 TARGET          atmisccmdplugin.dll
    22 TARGET          atmisccmdplugin.dll
    28 #endif
       
    29 TARGETTYPE	    PLUGIN
    23 TARGETTYPE	    PLUGIN
    30 UID             0x10009D8D 0x2002C3BA
    24 UID             0x10009D8D 0x2002C3BA
    31 
    25 
    32 SOURCEPATH      ../src
    26 SOURCEPATH      ../src
    33 SOURCE          main.cpp
    27 SOURCE          main.cpp
    45 SOURCE          cnumcommandhandler.cpp
    39 SOURCE          cnumcommandhandler.cpp
    46 SOURCE          cfuncommandhandler.cpp 
    40 SOURCE          cfuncommandhandler.cpp 
    47 SOURCE          cbccommandhandler.cpp
    41 SOURCE          cbccommandhandler.cpp
    48 SOURCE          ussdreadmessageimpl.cpp
    42 SOURCE          ussdreadmessageimpl.cpp
    49 SOURCE          ussdsendmessageimpl.cpp
    43 SOURCE          ussdsendmessageimpl.cpp
    50 
       
    51 #ifdef PROTOCOL_TDSCDMA
       
    52 SOURCE          hvercommandhandler.cpp 
    44 SOURCE          hvercommandhandler.cpp 
    53 SOURCE          cgsncommandhandler.cpp 
    45 SOURCE          cgsncommandhandler.cpp 
    54 SOURCE          cgmrcommandhandler.cpp 
    46 SOURCE          cgmrcommandhandler.cpp 
    55 SOURCE          cmgwcommandhandler.cpp 
    47 SOURCE          cmgwcommandhandler.cpp 
    56 SOURCE          cgmicommandhandler.cpp
    48 SOURCE          cgmicommandhandler.cpp
    57 SOURCE			cmgdcommandhandler.cpp
    49 SOURCE			cmgdcommandhandler.cpp
    58 SOURCE			telephonywrapper.cpp
    50 SOURCE			telephonywrapper.cpp
    59 SOURCE			cgmmcommandhandler.cpp 
    51 SOURCE			cgmmcommandhandler.cpp 
    60 SOURCE			scpbrcommandhandler.cpp
    52 SOURCE			scpbrcommandhandler.cpp
    61 SOURCE			scpbwcommandhandler.cpp
    53 SOURCE			scpbwcommandhandler.cpp
    62 #endif
       
    63 
    54 
    64 USERINCLUDE     ../inc
    55 USERINCLUDE     ../inc
    65 
    56 
    66 MW_LAYER_SYSTEMINCLUDE
    57 MW_LAYER_SYSTEMINCLUDE
    67 
    58 
    68 // Resources - inclusion controlled by iby
    59 // Resources
    69 START RESOURCE  ../data/2002C3BA.rss
    60 START RESOURCE  ../data/2002C3BA.rss
    70 TARGET          atmisccmdplugin.rsc
    61 TARGET          atmisccmdplugin.rsc
    71 END
       
    72 
       
    73 START RESOURCE  ../data/2002C3BA_TDSCDMA.rss
       
    74 TARGET          atmisccmdplugin_td.rsc
       
    75 END
    62 END
    76 
    63 
    77 
    64 
    78 LIBRARY	        ecom.lib
    65 LIBRARY	        ecom.lib
    79 LIBRARY         euser.lib
    66 LIBRARY         euser.lib
    86 LIBRARY         ProfileEng.lib
    73 LIBRARY         ProfileEng.lib
    87 LIBRARY         StarterClient.lib 
    74 LIBRARY         StarterClient.lib 
    88 
    75 
    89 LIBRARY			etel3rdparty.lib
    76 LIBRARY			etel3rdparty.lib
    90 LIBRARY			sysutil.lib 
    77 LIBRARY			sysutil.lib 
    91 
       
    92 #ifdef PROTOCOL_TDSCDMA
       
    93 LIBRARY			customapi.lib
    78 LIBRARY			customapi.lib
    94 #endif
       
    95 
    79 
    96 DEBUGLIBRARY	flogger.lib
    80 DEBUGLIBRARY	flogger.lib
    97 
    81 
    98 // End of File
    82 // End of File