cbsatplugin/atmisccmdplugin/group/atmisccmdplugin.mmp
changeset 45 b0aebde9b1fb
parent 32 19bd632b5100
child 47 9e2a905b887f
--- a/cbsatplugin/atmisccmdplugin/group/atmisccmdplugin.mmp	Mon Jul 12 19:13:27 2010 +0300
+++ b/cbsatplugin/atmisccmdplugin/group/atmisccmdplugin.mmp	Mon Jul 12 19:25:26 2010 +0300
@@ -13,13 +13,19 @@
  *
  */
 
+FEATUREVARIANT
+
 #include <platform_paths.hrh>
 #include <data_caging_paths.hrh>
 #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,30 @@
 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
+#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 +86,6 @@
 LIBRARY			etel3rdparty.lib
 LIBRARY			sysutil.lib 
 
-LIBRARY		    flogger.lib
+DEBUGLIBRARY	flogger.lib
 
-MACRO _DEBUG
-MACRO USE_FILE_LOGGING
 // End of File