appinstaller/AppinstUi/group/daemon.mmp
changeset 80 9dcba1ee99f7
parent 77 d1838696558c
equal deleted inserted replaced
77:d1838696558c 80:9dcba1ee99f7
     1 /*
       
     2 * Copyright (c) 2004-2009 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: 
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <platform_paths.hrh>
       
    20 #include <data_caging_paths.hrh>
       
    21 
       
    22 MACRO __DATA_CAGING__
       
    23 
       
    24 CAPABILITY 		TrustedUI ReadUserData AllFiles WriteDeviceData ReadDeviceData  
       
    25  
       
    26 TARGET         swidaemon.exe
       
    27 TARGETTYPE     exe
       
    28 TARGETPATH     sys/bin
       
    29 
       
    30 UID            0x1000007A 0x10202DCE
       
    31 VENDORID        VID_DEFAULT
       
    32 
       
    33 START RESOURCE  ../Daemon/Src/swidaemon.rss
       
    34 HEADER
       
    35 TARGETPATH      RESOURCE_FILES_DIR
       
    36 LANGUAGE_IDS
       
    37 END
       
    38 
       
    39 SOURCEPATH     ../Daemon/Src
       
    40 SOURCE         daemon.cpp
       
    41 SOURCE         main.cpp
       
    42 SOURCE         drivewatcher.cpp
       
    43 SOURCE         daemonbehaviour.cpp
       
    44 SOURCE         daemoninstaller.cpp
       
    45 SOURCE         SilentLauncher.cpp
       
    46 SOURCE         DialogWrapper.cpp
       
    47 SOURCE         previouslyInstalledAppsCache.cpp
       
    48 SOURCE         installationFailedAppsCache.cpp
       
    49 SOURCE         ShutdownWatcher.cpp
       
    50 //Uninstaller
       
    51 SOURCE         versionRevisor.cpp		
       
    52 SOURCE         uninstaller.cpp
       
    53 SOURCE         programstatus.cpp
       
    54 SOURCE         silentuninstaller.cpp
       
    55 //Dialog watcher AO
       
    56 SOURCE         dialogwatcher.cpp
       
    57 
       
    58 USERINCLUDE    ../Client/Inc
       
    59 USERINCLUDE    . ../Daemon/Inc
       
    60 USERINCLUDE    /sf/mw/appinstall/installationservices/swi/inc
       
    61 USERINCLUDE    /sf/mw/appinstall/installationservices/swi/inc/swi
       
    62 
       
    63 MW_LAYER_SYSTEMINCLUDE
       
    64 
       
    65 LIBRARY        euser.lib 
       
    66 LIBRARY        efsrv.lib
       
    67 LIBRARY        apgrfx.lib 			//For AppForDocument()
       
    68 LIBRARY        apmime.lib
       
    69 LIBRARY        apparc.lib
       
    70 LIBRARY        sisregistryclient.lib
       
    71 LIBRARY        swinstcli.lib
       
    72 LIBRARY        swidataprovider.lib
       
    73 LIBRARY        sisxfile.lib
       
    74 LIBRARY        estor.lib
       
    75 LIBRARY        siscontroller.lib
       
    76 LIBRARY        platformenv.lib
       
    77 LIBRARY        sysutil.lib         // For Uninstaller
       
    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
       
    85 
       
    86 DEBUGLIBRARY   flogger.lib
       
    87 
       
    88 SMPSAFE