appinstaller/AppinstUi/group/daemon.mmp
author Simon Howkins <simonh@symbian.org>
Mon, 22 Nov 2010 12:04:39 +0000
branchRCL_3
changeset 84 e6c5e34cd9b9
parent 66 8b7f4e561641
permissions -rw-r--r--
Adjusted to avoid exports, etc, from a top-level bld.inf

/*
* 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