smartinstaller/bootstrap/group/smartinstaller.mmp
branchADM
changeset 48 364021cecc90
equal deleted inserted replaced
47:3f419852be07 48:364021cecc90
       
     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 SOURCE			bootstrapstatemachine.cpp
       
    38 
       
    39 SOURCEPATH		..\..\common
       
    40 SOURCE			config.cpp
       
    41 SOURCE			utils.cpp
       
    42 
       
    43 SOURCEPATH		..\data
       
    44 
       
    45 START RESOURCE	smartinstaller.rss
       
    46 LANG		00 01 02 03 04 05 06 07 08 09 10 13 14 15 16 17 18 25 26 27 28 29
       
    47 LANG		30 31 32 33 37 39 42 44 45 49 50 51 54 57 58 59 65 67 68 70 76 78 79
       
    48 LANG		83 93 94 96 129 157 158 159 160 161 186 326 327 401 402
       
    49 LANG		sc
       
    50 HEADER
       
    51 TARGETPATH resource\apps
       
    52 END	//RESOURCE
       
    53 
       
    54 START RESOURCE	smartinstaller_reg.rss
       
    55 #ifdef WINSCW
       
    56 TARGETPATH		\private\10003a3f\apps
       
    57 #else
       
    58 TARGETPATH		\private\10003a3f\import\apps
       
    59 #endif
       
    60 END	//RESOURCE
       
    61 
       
    62 
       
    63 
       
    64 USERINCLUDE		..\inc
       
    65 USERINCLUDE		..\dll
       
    66 USERINCLUDE		..\..\common
       
    67 USERINCLUDE		..\loc
       
    68 
       
    69 SYSTEMINCLUDE	\epoc32\include\private\swi
       
    70 SYSTEMINCLUDE	\epoc32\include\private
       
    71 SYSTEMINCLUDE	\epoc32\include
       
    72 SYSTEMINCLUDE	\epoc32\include\ecom
       
    73 
       
    74 SYSTEMINCLUDE	\epoc32\include\osextensions
       
    75 SYSTEMINCLUDE	\epoc32\include\middleware
       
    76 SYSTEMINCLUDE	\epoc32\include\domain\middleware
       
    77 
       
    78 
       
    79 LIBRARY			euser.lib
       
    80 LIBRARY			apparc.lib
       
    81 LIBRARY			cone.lib
       
    82 LIBRARY			eikcore.lib
       
    83 LIBRARY			avkon.lib
       
    84 LIBRARY			commonengine.lib
       
    85 LIBRARY			efsrv.lib
       
    86 LIBRARY			estor.lib
       
    87 LIBRARY			eikcoctl.lib
       
    88 LIBRARY			eikdlg.lib
       
    89 LIBRARY			aknnotify.lib
       
    90 LIBRARY			sisregistryclient.lib   // Sis Registry information
       
    91 LIBRARY			apgrfx.lib
       
    92 LIBRARY			ws32.lib
       
    93 LIBRARY			SWInstCli.lib		// Silent Installation
       
    94 LIBRARY			DownloadMgr.lib		// Download
       
    95 LIBRARY			flogger.lib		// Logging
       
    96 LIBRARY     		centralrepository.lib
       
    97 LIBRARY     		esock.lib
       
    98 LIBRARY     		connmon.lib
       
    99 LIBRARY			SenXml.LIB		// Xml parser
       
   100 
       
   101 LANG SC
       
   102 
       
   103 VENDORID		0
       
   104 CAPABILITY		NetworkServices	TrustedUI ReadUserData ReadDeviceData WriteDeviceData
       
   105 
       
   106 //MACRO USE_ADMCHANGES_URL //URL read from ADM changes file is disabled.
       
   107 
       
   108 MACRO PRODUCTION_RELEASE
       
   109 MACRO FEATURE_BOOTSTRAP_SETIAP	// Use browser IAP
       
   110 MACRO USE_LOGFILE
       
   111 MACRO DEBUG_ADM
       
   112 MACRO DO_LOG					// Additional logging
       
   113 // End of File