appinstaller/AppinstUi/Daemon/group/daemon.mmp
changeset 80 9dcba1ee99f7
equal deleted inserted replaced
77:d1838696558c 80:9dcba1ee99f7
       
     1 /*
       
     2 * Copyright (c) 2004-2010 Nokia Corporation and/or its subsidiary(-ies).
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description:  Software install daemon
       
    15 *
       
    16 */
       
    17 
       
    18 #include <platform_paths.hrh>
       
    19 #include <data_caging_paths.hrh>
       
    20 
       
    21 MACRO __DATA_CAGING__
       
    22 
       
    23 CAPABILITY     TrustedUI ReadUserData AllFiles WriteDeviceData ReadDeviceData  
       
    24  
       
    25 TARGET         swidaemon.exe
       
    26 TARGETTYPE     exe
       
    27 TARGETPATH     sys/bin
       
    28 
       
    29 UID            0x1000007A 0x10202DCE
       
    30 VENDORID       VID_DEFAULT
       
    31 
       
    32 
       
    33 SOURCEPATH     ../Src
       
    34 SOURCE         daemon.cpp
       
    35 SOURCE         main.cpp
       
    36 SOURCE         drivewatcher.cpp
       
    37 SOURCE         daemonbehaviour.cpp
       
    38 SOURCE         daemoninstaller.cpp
       
    39 SOURCE         SilentLauncher.cpp
       
    40 SOURCE         DialogWrapper.cpp
       
    41 SOURCE         previouslyInstalledAppsCache.cpp
       
    42 SOURCE         installationFailedAppsCache.cpp
       
    43 SOURCE         ShutdownWatcher.cpp
       
    44 //Uninstaller
       
    45 SOURCE         versionRevisor.cpp		
       
    46 SOURCE         uninstaller.cpp
       
    47 SOURCE         programstatus.cpp
       
    48 SOURCE         silentuninstaller.cpp
       
    49 //Dialog watcher AO
       
    50 SOURCE         dialogwatcher.cpp
       
    51 
       
    52 USERINCLUDE    ../Inc
       
    53 USERINCLUDE    /sf/mw/appinstall/installationservices/swi/inc
       
    54 USERINCLUDE    /sf/mw/appinstall/installationservices/swi/inc/swi
       
    55 
       
    56 MW_LAYER_SYSTEMINCLUDE
       
    57 
       
    58 LIBRARY        euser.lib 
       
    59 LIBRARY        efsrv.lib
       
    60 LIBRARY        apgrfx.lib 			//For AppForDocument()
       
    61 LIBRARY        apmime.lib
       
    62 LIBRARY        apparc.lib
       
    63 LIBRARY        sisregistryclient.lib
       
    64 LIBRARY        swidataprovider.lib
       
    65 LIBRARY        sisxfile.lib
       
    66 LIBRARY        estor.lib
       
    67 LIBRARY        siscontroller.lib
       
    68 LIBRARY        platformenv.lib
       
    69 LIBRARY        sysutil.lib         // For Uninstaller
       
    70 LIBRARY        ecom.lib            // For Plug-in support
       
    71 LIBRARY        stsclient.lib
       
    72 LIBRARY        swiobserverclient.lib
       
    73 LIBRARY        sif.lib               // USIF SW Installer FW
       
    74 LIBRARY        scrclient.lib
       
    75 LIBRARY        hbwidgets.lib         // For Symbian Device Dialogs
       
    76 LIBRARY        hbcore.lib	    // For HbIndicatorSymbian
       
    77 
       
    78 DEBUGLIBRARY   flogger.lib
       
    79 
       
    80 SMPSAFE