smartinstaller/bootstrap/group/smartinstaller.mmp
branchADM
changeset 14 343c622c9f65
equal deleted inserted replaced
13:8ed1157e9487 14:343c622c9f65
       
     1 /*
       
     2 * Copyright (c) 2009-2010 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 *     MMP file for Bootstrap
       
    16 *
       
    17 *
       
    18 */
       
    19 
       
    20 
       
    21 TARGET            smartinstaller.exe
       
    22 TARGETTYPE        exe
       
    23 UID		  0x100039CE 0x2002CCCD
       
    24 
       
    25 // Use maximum stack of 80kB
       
    26 EPOCSTACKSIZE		0x14000
       
    27 
       
    28 SECUREID	  	0x2002CCCD
       
    29 
       
    30 SOURCEPATH		..\src
       
    31 SOURCE			bootstrap.cpp
       
    32 SOURCE			bootstrapapplication.cpp
       
    33 SOURCE			bootstrapappui.cpp
       
    34 SOURCE			bootstrapdocument.cpp
       
    35 SOURCE			bootstrapglobalwaitnoteobserver.cpp
       
    36 SOURCE 			bootstrapinstallationobserver.cpp
       
    37 
       
    38 SOURCEPATH		..\..\common
       
    39 SOURCE			config.cpp
       
    40 
       
    41 SOURCEPATH		..\data
       
    42 
       
    43 START RESOURCE	smartinstaller.rss
       
    44 HEADER
       
    45 TARGETPATH resource\apps
       
    46 END	//RESOURCE
       
    47 
       
    48 START RESOURCE	smartinstaller_reg.rss
       
    49 #ifdef WINSCW
       
    50 TARGETPATH		\private\10003a3f\apps
       
    51 #else
       
    52 TARGETPATH		\private\10003a3f\import\apps
       
    53 #endif
       
    54 END	//RESOURCE
       
    55 
       
    56 
       
    57 
       
    58 USERINCLUDE       ..\inc
       
    59 USERINCLUDE	  ..\..\common
       
    60 
       
    61 SYSTEMINCLUDE	\epoc32\include\private\swi
       
    62 SYSTEMINCLUDE	\epoc32\include\private
       
    63 SYSTEMINCLUDE	\epoc32\include
       
    64 SYSTEMINCLUDE	\epoc32\include\ecom
       
    65 
       
    66 SYSTEMINCLUDE	\epoc32\include\osextensions
       
    67 SYSTEMINCLUDE	\epoc32\include\middleware
       
    68 SYSTEMINCLUDE	\epoc32\include\domain\middleware
       
    69 
       
    70 
       
    71 LIBRARY			euser.lib
       
    72 LIBRARY			apparc.lib
       
    73 LIBRARY			cone.lib
       
    74 LIBRARY			eikcore.lib
       
    75 LIBRARY			avkon.lib
       
    76 LIBRARY			commonengine.lib
       
    77 LIBRARY			efsrv.lib
       
    78 LIBRARY			estor.lib
       
    79 LIBRARY			eikcoctl.lib
       
    80 LIBRARY			eikdlg.lib
       
    81 LIBRARY			aknnotify.lib
       
    82 LIBRARY			sisregistryclient.lib   // Sis Registry information
       
    83 LIBRARY			apgrfx.lib
       
    84 LIBRARY			ws32.lib
       
    85 LIBRARY			SWInstCli.lib		// Silent Installation
       
    86 LIBRARY			DownloadMgr.lib		// Download
       
    87 LIBRARY			flogger.lib		// Logging
       
    88 LIBRARY     		centralrepository.lib
       
    89 LIBRARY     		esock.lib
       
    90 LIBRARY     		connmon.lib
       
    91 LIBRARY			SenXml.LIB		// Xml parser
       
    92 
       
    93 LANG SC
       
    94 
       
    95 VENDORID		0
       
    96 CAPABILITY		NetworkServices	TrustedUI ReadUserData ReadDeviceData WriteDeviceData
       
    97 
       
    98 MACRO PRODUCTION_RELEASE
       
    99 // MACRO USE_LOGFILE
       
   100 // MACRO DEBUG_ADM
       
   101 // End of File