appinstaller/AppinstUi/group/daemon.mmp
branchRCL_3
changeset 65 7333d7932ef7
parent 0 ba25891c3a9e
child 66 8b7f4e561641
equal deleted inserted replaced
62:5cc91383ab1e 65:7333d7932ef7
    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
    24 CAPABILITY 		TrustedUI ReadUserData AllFiles WriteDeviceData ReadDeviceData  
    25 // AllFiles needed because uninstaller have to search sys\bin folder.
       
    26 // WriteDeviceData for PS keys.
       
    27  
    25  
    28 TARGET         swidaemon.exe
    26 TARGET         swidaemon.exe
    29 TARGETTYPE     exe
    27 TARGETTYPE     exe
    30 TARGETPATH     sys/bin
    28 TARGETPATH     sys/bin
    31 
    29 
    69 LIBRARY        apgrfx.lib 			//For AppForDocument()
    67 LIBRARY        apgrfx.lib 			//For AppForDocument()
    70 LIBRARY        apmime.lib
    68 LIBRARY        apmime.lib
    71 LIBRARY        apparc.lib
    69 LIBRARY        apparc.lib
    72 LIBRARY        sisregistryclient.lib
    70 LIBRARY        sisregistryclient.lib
    73 LIBRARY        swinstcli.lib
    71 LIBRARY        swinstcli.lib
    74 LIBRARY        aknnotify.lib
       
    75 LIBRARY        bafl.lib            // Resource access
       
    76 LIBRARY        swidataprovider.lib
    72 LIBRARY        swidataprovider.lib
    77 LIBRARY        sisxfile.lib
    73 LIBRARY        sisxfile.lib
    78 LIBRARY        estor.lib
    74 LIBRARY        estor.lib
    79 LIBRARY        siscontroller.lib
    75 LIBRARY        siscontroller.lib
    80 LIBRARY        platformenv.lib
    76 LIBRARY        platformenv.lib
    81 LIBRARY        sysutil.lib         // For Uninstaller
    77 LIBRARY        sysutil.lib         // For Uninstaller
    82 LIBRARY        ecom.lib            // For Plug-in support
    78 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
    83 
    85 
    84 DEBUGLIBRARY   flogger.lib
    86 DEBUGLIBRARY   flogger.lib
    85 
    87 
    86 SMPSAFE
    88 SMPSAFE