startupservices/Startup/MediatorPlugin/group/StartupMediatorPlugin.mmp
branchRCL_3
changeset 63 c2c61fdca848
parent 62 924385140d98
--- a/startupservices/Startup/MediatorPlugin/group/StartupMediatorPlugin.mmp	Tue Aug 31 15:24:25 2010 +0300
+++ b/startupservices/Startup/MediatorPlugin/group/StartupMediatorPlugin.mmp	Wed Sep 01 12:24:48 2010 +0100
@@ -20,14 +20,14 @@
 
 
 // Build target
-TARGET          startupmediatorplugin.dll
+TARGET          StartupMediatorPlugin.dll
 CAPABILITY      CAP_ECOM_PLUGIN
 TARGETTYPE      PLUGIN
 UID             0x10009D8D 0x102750AF
 VENDORID        VID_DEFAULT
 
 START RESOURCE  ../src/102750AF.rss
-TARGET          startupmediatorplugin.rsc
+TARGET          StartupMediatorPlugin.rsc
 TARGETPATH      resource/plugins
 END
 
@@ -45,16 +45,13 @@
 
 
 LIBRARY         euser.lib               // Core
-LIBRARY         ecom.lib                // ECom
-LIBRARY         mediatorclient.lib      // Mediator client
-LIBRARY         mediatorpluginbase.lib  // Mediator client
+LIBRARY         ECom.lib                // ECom
+LIBRARY         MediatorClient.lib      // Mediator client
+LIBRARY         MediatorPluginBase.lib  // Mediator client
 LIBRARY         featmgr.lib             // FeatureManager
 LIBRARY         centralrepository.lib   // Central Repository
 
 // Logger
 DEBUGLIBRARY    flogger.lib
 
-
-SMPSAFE
 // End of File
-