smartinstaller/adm/group/ADM.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 *     This is the project specification file for ADM.
       
    16 *
       
    17 *
       
    18 */
       
    19 
       
    20 
       
    21 TARGET			ADM.exe
       
    22 TARGETTYPE		exe
       
    23 UID			0x100039CE 0x2002CCCE
       
    24 
       
    25 // Use the maximum stack of 80kB
       
    26 EPOCSTACKSIZE		0x14000
       
    27 
       
    28 SOURCEPATH		../src
       
    29 SOURCE			ADM.cpp
       
    30 SOURCE			ADMApplication.cpp
       
    31 SOURCE			ADMAppUi.cpp
       
    32 SOURCE			ADMStateMachine.cpp
       
    33 SOURCE			ADMDocument.cpp
       
    34 SOURCE			ADMXmlParser.cpp
       
    35 SOURCE			ADMPackageInfo.cpp
       
    36 SOURCE			ADMDownloadHandler.cpp
       
    37 SOURCE			ADMInstallManager.cpp
       
    38 SOURCE			progressdialog.cpp
       
    39 SOURCE			ADMSisParser.cpp
       
    40 
       
    41 SOURCEPATH		../../common
       
    42 SOURCE			config.cpp
       
    43 SOURCE			utils.cpp
       
    44 SOURCE			globalwaitnote.cpp
       
    45 SOURCE			globalqueryobserver.cpp
       
    46 SOURCE			networkstatuslistener.cpp
       
    47 
       
    48 SOURCEPATH		../data
       
    49 
       
    50 START RESOURCE	ADM.rss
       
    51 LANG		00 01 02 03 04 05 06 07 08 09 10 13 14 15 16 17 18 25 26 27 28 29
       
    52 LANG		30 31 32 33 37 39 42 44 45 49 50 51 54 57 58 59 65 67 68 70 76 78 79
       
    53 LANG		83 93 94 96 129 157 158 159 160 161 186 326 327 401 402
       
    54 LANG		sc
       
    55 HEADER
       
    56 TARGETPATH resource/apps
       
    57 END	//RESOURCE
       
    58 
       
    59 START RESOURCE	ADM_reg.rss
       
    60 #ifdef WINSCW
       
    61 TARGETPATH	  /private/10003a3f/apps
       
    62 #else
       
    63 TARGETPATH	  /private/10003a3f/import/apps
       
    64 #endif
       
    65 END	//RESOURCE
       
    66 
       
    67 // ---------------------------------------------------
       
    68 // Includes
       
    69 USERINCLUDE	   ../inc ../../common ../loc
       
    70 
       
    71 SYSTEMINCLUDE	/epoc32/include/private
       
    72 SYSTEMINCLUDE 	/epoc32/include/private/swi
       
    73 SYSTEMINCLUDE	/epoc32/include
       
    74 SYSTEMINCLUDE	/epoc32/include/osextensions
       
    75 SYSTEMINCLUDE	/epoc32/include/middleware
       
    76 SYSTEMINCLUDE	/epoc32/include/domain/middleware
       
    77 SYSTEMINCLUDE	/epoc32/include/domain/osextensions
       
    78 SYSTEMINCLUDE	/epoc32/include/ctsy
       
    79 
       
    80 LIBRARY		euser.lib
       
    81 LIBRARY		apparc.lib
       
    82 LIBRARY		bafl.lib
       
    83 LIBRARY		cone.lib
       
    84 LIBRARY		eikcore.lib
       
    85 LIBRARY		avkon.lib
       
    86 LIBRARY		commonengine.lib
       
    87 LIBRARY		efsrv.lib
       
    88 LIBRARY		estor.lib
       
    89 LIBRARY		etel.lib		// Network information (roaming)
       
    90 LIBRARY		etelmm.lib		// Phone information
       
    91 LIBRARY		hal.lib			// Phone information (HAL)
       
    92 LIBRARY		sysutil.lib		// Phone information (SysUtil::)
       
    93 LIBRARY		aknnotify.lib
       
    94 LIBRARY		hlplch.lib
       
    95 LIBRARY		SWInstCli.lib		// Silent installation
       
    96 LIBRARY		DownloadMgr.lib		// Http fetch
       
    97 LIBRARY		SenXml.LIB		// Xml parser
       
    98 LIBRARY		ws32.lib
       
    99 LIBRARY		apgrfx.lib
       
   100 LIBRARY		centralrepository.lib	// CRepository
       
   101 LIBRARY		sisregistryclient.lib   // Sis Registry information
       
   102 LIBRARY		PlatformEnv.lib
       
   103 LIBRARY		flogger.lib		// Logging
       
   104 //HACK - FIXME: internal libraries
       
   105 LIBRARY		sisxfile.lib
       
   106 LIBRARY		siscontroller.lib
       
   107 LIBRARY		swidataprovider.lib
       
   108 LIBRARY		connmon.lib
       
   109 LANG SC
       
   110 
       
   111 VENDORID	0
       
   112 SECUREID	0x2002CCCE
       
   113 CAPABILITY	ReadUserData NetworkServices TrustedUI ReadDeviceData WriteDeviceData
       
   114 
       
   115 MACRO PRODUCTION_RELEASE		// Use production server for package download URL
       
   116 MACRO FEATURE_INSTALL_RESUME		// Enable installation resuming support
       
   117 MACRO FEATURE_CHANGES_DOWNLOAD_URL	// Allow download URL override in changes XML file
       
   118 MACRO FEATURE_CHANGES_USE_UID		// Use UID as the changes filename
       
   119 MACRO FEATURE_INSTALL_DRIVE_SELECTION	// Install-time installation drive selection
       
   120 MACRO FEATURE_LAUNCH_INSTALLED_APP 	// Launch installed application
       
   121 MACRO FEATURE_REPORTING 		// Reports the installation completion and status
       
   122 MACRO DO_LOG				// Enable logging
       
   123 MACRO USE_LOGFILE			// Log also to file in addition to trace log
       
   124 MACRO DEBUG_ADM			// More verbose ADM logging
       
   125 
       
   126 // End of file