smartinstaller/bootstrap/group/smartinstaller.mmp
author Santosh V Patil <santosh.v.patil@nokia.com>
Fri, 19 Feb 2010 15:03:34 +0530
branchADM
changeset 14 343c622c9f65
permissions -rw-r--r--
Contribution of bootstrap component of the Nokia Smart Installer (beta)

/*
* Copyright (c) 2009-2010 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 Bootstrap
*
*
*/


TARGET            smartinstaller.exe
TARGETTYPE        exe
UID		  0x100039CE 0x2002CCCD

// Use maximum stack of 80kB
EPOCSTACKSIZE		0x14000

SECUREID	  	0x2002CCCD

SOURCEPATH		..\src
SOURCE			bootstrap.cpp
SOURCE			bootstrapapplication.cpp
SOURCE			bootstrapappui.cpp
SOURCE			bootstrapdocument.cpp
SOURCE			bootstrapglobalwaitnoteobserver.cpp
SOURCE 			bootstrapinstallationobserver.cpp

SOURCEPATH		..\..\common
SOURCE			config.cpp

SOURCEPATH		..\data

START RESOURCE	smartinstaller.rss
HEADER
TARGETPATH resource\apps
END	//RESOURCE

START RESOURCE	smartinstaller_reg.rss
#ifdef WINSCW
TARGETPATH		\private\10003a3f\apps
#else
TARGETPATH		\private\10003a3f\import\apps
#endif
END	//RESOURCE



USERINCLUDE       ..\inc
USERINCLUDE	  ..\..\common

SYSTEMINCLUDE	\epoc32\include\private\swi
SYSTEMINCLUDE	\epoc32\include\private
SYSTEMINCLUDE	\epoc32\include
SYSTEMINCLUDE	\epoc32\include\ecom

SYSTEMINCLUDE	\epoc32\include\osextensions
SYSTEMINCLUDE	\epoc32\include\middleware
SYSTEMINCLUDE	\epoc32\include\domain\middleware


LIBRARY			euser.lib
LIBRARY			apparc.lib
LIBRARY			cone.lib
LIBRARY			eikcore.lib
LIBRARY			avkon.lib
LIBRARY			commonengine.lib
LIBRARY			efsrv.lib
LIBRARY			estor.lib
LIBRARY			eikcoctl.lib
LIBRARY			eikdlg.lib
LIBRARY			aknnotify.lib
LIBRARY			sisregistryclient.lib   // Sis Registry information
LIBRARY			apgrfx.lib
LIBRARY			ws32.lib
LIBRARY			SWInstCli.lib		// Silent Installation
LIBRARY			DownloadMgr.lib		// Download
LIBRARY			flogger.lib		// Logging
LIBRARY     		centralrepository.lib
LIBRARY     		esock.lib
LIBRARY     		connmon.lib
LIBRARY			SenXml.LIB		// Xml parser

LANG SC

VENDORID		0
CAPABILITY		NetworkServices	TrustedUI ReadUserData ReadDeviceData WriteDeviceData

MACRO PRODUCTION_RELEASE
// MACRO USE_LOGFILE
// MACRO DEBUG_ADM
// End of File