appinstaller/AppinstUi/group/daemon.mmp
branchRCL_3
changeset 66 8b7f4e561641
parent 65 7333d7932ef7
equal deleted inserted replaced
65:7333d7932ef7 66:8b7f4e561641
    19 #include <platform_paths.hrh>
    19 #include <platform_paths.hrh>
    20 #include <data_caging_paths.hrh>
    20 #include <data_caging_paths.hrh>
    21 
    21 
    22 MACRO __DATA_CAGING__
    22 MACRO __DATA_CAGING__
    23 
    23 
    24 CAPABILITY 		TrustedUI ReadUserData AllFiles WriteDeviceData ReadDeviceData  
    24 CAPABILITY    TrustedUI ReadUserData AllFiles WriteDeviceData
       
    25 // AllFiles needed because uninstaller have to search sys\bin folder.
       
    26 // WriteDeviceData for PS keys.
    25  
    27  
    26 TARGET         swidaemon.exe
    28 TARGET         swidaemon.exe
    27 TARGETTYPE     exe
    29 TARGETTYPE     exe
    28 TARGETPATH     sys/bin
    30 TARGETPATH     sys/bin
    29 
    31 
    67 LIBRARY        apgrfx.lib 			//For AppForDocument()
    69 LIBRARY        apgrfx.lib 			//For AppForDocument()
    68 LIBRARY        apmime.lib
    70 LIBRARY        apmime.lib
    69 LIBRARY        apparc.lib
    71 LIBRARY        apparc.lib
    70 LIBRARY        sisregistryclient.lib
    72 LIBRARY        sisregistryclient.lib
    71 LIBRARY        swinstcli.lib
    73 LIBRARY        swinstcli.lib
       
    74 LIBRARY        aknnotify.lib
       
    75 LIBRARY        bafl.lib            // Resource access
    72 LIBRARY        swidataprovider.lib
    76 LIBRARY        swidataprovider.lib
    73 LIBRARY        sisxfile.lib
    77 LIBRARY        sisxfile.lib
    74 LIBRARY        estor.lib
    78 LIBRARY        estor.lib
    75 LIBRARY        siscontroller.lib
    79 LIBRARY        siscontroller.lib
    76 LIBRARY        platformenv.lib
    80 LIBRARY        platformenv.lib
    77 LIBRARY        sysutil.lib         // For Uninstaller
    81 LIBRARY        sysutil.lib         // For Uninstaller
    78 LIBRARY        ecom.lib            // For Plug-in support
    82 LIBRARY        ecom.lib            // For Plug-in support
    79 LIBRARY        stsclient.lib
       
    80 LIBRARY        swiobserverclient.lib
       
    81 LIBRARY        sif.lib               // USIF SW Installer FW
       
    82 LIBRARY        scrclient.lib
       
    83 LIBRARY        hbwidgets.lib         // For Symbian Device Dialogs
       
    84 LIBRARY        hbcore.lib	    // For HbIndicatorSymbian
       
    85 
    83 
    86 DEBUGLIBRARY   flogger.lib
    84 DEBUGLIBRARY   flogger.lib
    87 
    85 
    88 SMPSAFE
    86 SMPSAFE