diff -r eede1356aa52 -r 0ba996a9b75d cbsatplugin/atmisccmdplugin/group/atmisccmdplugin.mmp --- a/cbsatplugin/atmisccmdplugin/group/atmisccmdplugin.mmp Thu Jul 15 18:50:18 2010 +0300 +++ b/cbsatplugin/atmisccmdplugin/group/atmisccmdplugin.mmp Thu Aug 19 10:05:41 2010 +0300 @@ -13,13 +13,19 @@ * */ +FEATUREVARIANT + #include #include #include "../inc/atmisccmdpluginuids.hrh" CAPABILITY CAP_ECOM_PLUGIN VENDORID VID_DEFAULT +#ifdef PROTOCOL_TDSCDMA +TARGET atmisccmdplugin_td.dll +#else TARGET atmisccmdplugin.dll +#endif TARGETTYPE PLUGIN UID 0x10009D8D 0x2002C3BA @@ -42,15 +48,33 @@ SOURCE ussdreadmessageimpl.cpp SOURCE ussdsendmessageimpl.cpp +#ifdef PROTOCOL_TDSCDMA +SOURCE hvercommandhandler.cpp +SOURCE cgsncommandhandler.cpp +SOURCE cgmrcommandhandler.cpp +SOURCE cmgwcommandhandler.cpp +SOURCE cgmicommandhandler.cpp +SOURCE cmgdcommandhandler.cpp +SOURCE telephonywrapper.cpp +SOURCE cgmmcommandhandler.cpp +SOURCE scpbrcommandhandler.cpp +SOURCE scpbwcommandhandler.cpp +#endif USERINCLUDE ../inc MW_LAYER_SYSTEMINCLUDE +// Resources - inclusion controlled by iby START RESOURCE ../data/2002C3BA.rss TARGET atmisccmdplugin.rsc END +START RESOURCE ../data/2002C3BA_TDSCDMA.rss +TARGET atmisccmdplugin_td.rsc +END + + LIBRARY ecom.lib LIBRARY euser.lib LIBRARY atextpluginbase.lib @@ -65,8 +89,10 @@ LIBRARY etel3rdparty.lib LIBRARY sysutil.lib -LIBRARY flogger.lib +#ifdef PROTOCOL_TDSCDMA +LIBRARY customapi.lib +#endif -MACRO _DEBUG -MACRO USE_FILE_LOGGING +DEBUGLIBRARY flogger.lib + // End of File