startupservices/Startup/MediatorPlugin/group/StartupMediatorPlugin.mmp
branchRCL_3
changeset 63 c2c61fdca848
parent 62 924385140d98
equal deleted inserted replaced
62:924385140d98 63:c2c61fdca848
    18 
    18 
    19 #include <platform_paths.hrh>
    19 #include <platform_paths.hrh>
    20 
    20 
    21 
    21 
    22 // Build target
    22 // Build target
    23 TARGET          startupmediatorplugin.dll
    23 TARGET          StartupMediatorPlugin.dll
    24 CAPABILITY      CAP_ECOM_PLUGIN
    24 CAPABILITY      CAP_ECOM_PLUGIN
    25 TARGETTYPE      PLUGIN
    25 TARGETTYPE      PLUGIN
    26 UID             0x10009D8D 0x102750AF
    26 UID             0x10009D8D 0x102750AF
    27 VENDORID        VID_DEFAULT
    27 VENDORID        VID_DEFAULT
    28 
    28 
    29 START RESOURCE  ../src/102750AF.rss
    29 START RESOURCE  ../src/102750AF.rss
    30 TARGET          startupmediatorplugin.rsc
    30 TARGET          StartupMediatorPlugin.rsc
    31 TARGETPATH      resource/plugins
    31 TARGETPATH      resource/plugins
    32 END
    32 END
    33 
    33 
    34 SOURCEPATH      ../src
    34 SOURCEPATH      ../src
    35 SOURCE          StartupMediatorPluginProxy.cpp
    35 SOURCE          StartupMediatorPluginProxy.cpp
    43 // Default system include paths for middleware layer modules.
    43 // Default system include paths for middleware layer modules.
    44 MW_LAYER_SYSTEMINCLUDE
    44 MW_LAYER_SYSTEMINCLUDE
    45 
    45 
    46 
    46 
    47 LIBRARY         euser.lib               // Core
    47 LIBRARY         euser.lib               // Core
    48 LIBRARY         ecom.lib                // ECom
    48 LIBRARY         ECom.lib                // ECom
    49 LIBRARY         mediatorclient.lib      // Mediator client
    49 LIBRARY         MediatorClient.lib      // Mediator client
    50 LIBRARY         mediatorpluginbase.lib  // Mediator client
    50 LIBRARY         MediatorPluginBase.lib  // Mediator client
    51 LIBRARY         featmgr.lib             // FeatureManager
    51 LIBRARY         featmgr.lib             // FeatureManager
    52 LIBRARY         centralrepository.lib   // Central Repository
    52 LIBRARY         centralrepository.lib   // Central Repository
    53 
    53 
    54 // Logger
    54 // Logger
    55 DEBUGLIBRARY    flogger.lib
    55 DEBUGLIBRARY    flogger.lib
    56 
    56 
    57 
       
    58 SMPSAFE
       
    59 // End of File
    57 // End of File
    60