iaupdate/IAD/updater/group/iaupdater.mmp
author Pat Downey <patd@symbian.org>
Wed, 01 Sep 2010 12:22:02 +0100
branchRCL_3
changeset 26 8b7f4e561641
parent 25 7333d7932ef7
permissions -rw-r--r--
Revert incorrect RCL_3 drop: Revision: 201033 Kit: 201035

/*
* Copyright (c) 2007-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:   mmp file for iaupdater.
*
*/


#include <platform_paths.hrh>
#include <data_caging_paths.hrh> 
#include "../inc/iaupdateruids.h"

CAPABILITY      AllFiles ReadDeviceData ReadUserData TrustedUI PowerMgmt
VENDORID        VID_DEFAULT   

PAGED

TARGETPATH      /sys/bin
TARGET          iaupdater.exe
TARGETTYPE      exe

UID             0x100039CE KIAUpdaterUid 
SECUREID        KIAUpdaterUid

MW_LAYER_SYSTEMINCLUDE

USERINCLUDE     ../inc
USERINCLUDE     ../updaterfiles/inc
USERINCLUDE     ../../loc
// Notice, that iaupdate engine headers are only needed
// for the debug logging. So, for normal purposes, the
// updater is independend from the IAD itself.
USERINCLUDE     ../../engine/inc

SOURCEPATH      ../src
SOURCE          iaupdater.cpp
SOURCE          iaupdatermngr.cpp 
SOURCE          iaupdaterinstaller.cpp
SOURCE          iaupdaterdialog.cpp
SOURCE          iaupdatersilentlauncher.cpp

LIBRARY         euser.lib 
LIBRARY         efsrv.lib
LIBRARY         apgrfx.lib
LIBRARY         apmime.lib
LIBRARY         apparc.lib
LIBRARY         sisregistryclient.lib
LIBRARY         swinstcli.lib
LIBRARY         aknnotify.lib
LIBRARY         bafl.lib 
LIBRARY         estor.lib
LIBRARY         commonengine.lib
LIBRARY         avkon.lib
LIBRARY         ws32.lib 
LIBRARY         ecom.lib

// Updater files dll
LIBRARY         iaupdaterfiles.lib

DEBUGLIBRARY    flogger.lib

START RESOURCE  ../src/iaupdater.rss
HEADER
TARGETPATH      APP_RESOURCE_DIR
#ifdef __S60_32__
LANG            SC
#else
LANGUAGE_IDS
#endif
END

// This is required to allow iaupdate to start the updater
// by finding the updater EXE file name by using the UID value.
START RESOURCE  ../src/iaupdater_reg.rss
DEPENDS iaupdater.rsg
TARGETPATH	    /private/10003a3f/apps
END //RESOURCE

SMPSAFE

//EOF