appinstaller/AppinstUi/group/daemon.mmp
changeset 0 ba25891c3a9e
child 25 98b66e4fb0be
child 65 7333d7932ef7
equal deleted inserted replaced
-1:000000000000 0:ba25891c3a9e
       
     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
       
    25 // AllFiles needed because uninstaller have to search sys\bin folder.
       
    26 // WriteDeviceData for PS keys.
       
    27  
       
    28 TARGET         swidaemon.exe
       
    29 TARGETTYPE     exe
       
    30 TARGETPATH     sys/bin
       
    31 
       
    32 UID            0x1000007A 0x10202DCE
       
    33 VENDORID        VID_DEFAULT
       
    34 
       
    35 START RESOURCE  ../Daemon/Src/swidaemon.rss
       
    36 HEADER
       
    37 TARGETPATH      RESOURCE_FILES_DIR
       
    38 LANGUAGE_IDS
       
    39 END
       
    40 
       
    41 SOURCEPATH     ../Daemon/Src
       
    42 SOURCE         daemon.cpp
       
    43 SOURCE         main.cpp
       
    44 SOURCE         drivewatcher.cpp
       
    45 SOURCE         daemonbehaviour.cpp
       
    46 SOURCE         daemoninstaller.cpp
       
    47 SOURCE         SilentLauncher.cpp
       
    48 SOURCE         DialogWrapper.cpp
       
    49 SOURCE         previouslyInstalledAppsCache.cpp
       
    50 SOURCE         installationFailedAppsCache.cpp
       
    51 SOURCE         ShutdownWatcher.cpp
       
    52 //Uninstaller
       
    53 SOURCE         versionRevisor.cpp		
       
    54 SOURCE         uninstaller.cpp
       
    55 SOURCE         programstatus.cpp
       
    56 SOURCE         silentuninstaller.cpp
       
    57 //Dialog watcher AO
       
    58 SOURCE         dialogwatcher.cpp
       
    59 
       
    60 USERINCLUDE    ../Client/Inc
       
    61 USERINCLUDE    . ../Daemon/Inc
       
    62 USERINCLUDE    /sf/mw/appinstall/installationservices/swi/inc
       
    63 USERINCLUDE    /sf/mw/appinstall/installationservices/swi/inc/swi
       
    64 
       
    65 MW_LAYER_SYSTEMINCLUDE
       
    66 
       
    67 LIBRARY        euser.lib 
       
    68 LIBRARY        efsrv.lib
       
    69 LIBRARY        apgrfx.lib 			//For AppForDocument()
       
    70 LIBRARY        apmime.lib
       
    71 LIBRARY        apparc.lib
       
    72 LIBRARY        sisregistryclient.lib
       
    73 LIBRARY        swinstcli.lib
       
    74 LIBRARY        aknnotify.lib
       
    75 LIBRARY        bafl.lib            // Resource access
       
    76 LIBRARY        swidataprovider.lib
       
    77 LIBRARY        sisxfile.lib
       
    78 LIBRARY        estor.lib
       
    79 LIBRARY        siscontroller.lib
       
    80 LIBRARY        platformenv.lib
       
    81 LIBRARY        sysutil.lib         // For Uninstaller
       
    82 LIBRARY        ecom.lib            // For Plug-in support
       
    83 
       
    84 DEBUGLIBRARY   flogger.lib
       
    85 
       
    86 SMPSAFE