appinstaller/AppinstUi/group/daemon.mmp
changeset 0 ba25891c3a9e
child 25 7333d7932ef7
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/appinstaller/AppinstUi/group/daemon.mmp	Thu Dec 17 08:51:10 2009 +0200
@@ -0,0 +1,86 @@
+/*
+* Copyright (c) 2004-2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description: 
+*
+*/
+
+
+#include <platform_paths.hrh>
+#include <data_caging_paths.hrh>
+
+MACRO __DATA_CAGING__
+
+CAPABILITY    TrustedUI ReadUserData AllFiles WriteDeviceData
+// AllFiles needed because uninstaller have to search sys\bin folder.
+// WriteDeviceData for PS keys.
+ 
+TARGET         swidaemon.exe
+TARGETTYPE     exe
+TARGETPATH     sys/bin
+
+UID            0x1000007A 0x10202DCE
+VENDORID        VID_DEFAULT
+
+START RESOURCE  ../Daemon/Src/swidaemon.rss
+HEADER
+TARGETPATH      RESOURCE_FILES_DIR
+LANGUAGE_IDS
+END
+
+SOURCEPATH     ../Daemon/Src
+SOURCE         daemon.cpp
+SOURCE         main.cpp
+SOURCE         drivewatcher.cpp
+SOURCE         daemonbehaviour.cpp
+SOURCE         daemoninstaller.cpp
+SOURCE         SilentLauncher.cpp
+SOURCE         DialogWrapper.cpp
+SOURCE         previouslyInstalledAppsCache.cpp
+SOURCE         installationFailedAppsCache.cpp
+SOURCE         ShutdownWatcher.cpp
+//Uninstaller
+SOURCE         versionRevisor.cpp		
+SOURCE         uninstaller.cpp
+SOURCE         programstatus.cpp
+SOURCE         silentuninstaller.cpp
+//Dialog watcher AO
+SOURCE         dialogwatcher.cpp
+
+USERINCLUDE    ../Client/Inc
+USERINCLUDE    . ../Daemon/Inc
+USERINCLUDE    /sf/mw/appinstall/installationservices/swi/inc
+USERINCLUDE    /sf/mw/appinstall/installationservices/swi/inc/swi
+
+MW_LAYER_SYSTEMINCLUDE
+
+LIBRARY        euser.lib 
+LIBRARY        efsrv.lib
+LIBRARY        apgrfx.lib 			//For AppForDocument()
+LIBRARY        apmime.lib
+LIBRARY        apparc.lib
+LIBRARY        sisregistryclient.lib
+LIBRARY        swinstcli.lib
+LIBRARY        aknnotify.lib
+LIBRARY        bafl.lib            // Resource access
+LIBRARY        swidataprovider.lib
+LIBRARY        sisxfile.lib
+LIBRARY        estor.lib
+LIBRARY        siscontroller.lib
+LIBRARY        platformenv.lib
+LIBRARY        sysutil.lib         // For Uninstaller
+LIBRARY        ecom.lib            // For Plug-in support
+
+DEBUGLIBRARY   flogger.lib
+
+SMPSAFE