stifui/uitestserverstarter/group/UITestServerStarter.mmp
branchRCL_3
changeset 9 404ad6c9bc20
parent 8 87e9ebfbe96a
child 11 454d022d514b
equal deleted inserted replaced
8:87e9ebfbe96a 9:404ad6c9bc20
     1 /*
       
     2 * Copyright (c) 2009 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: MMP file of UITestServerStarter.
       
    15 *
       
    16 */
       
    17 
       
    18 #include <platform_paths.hrh>
       
    19 
       
    20 SMPSAFE
       
    21 
       
    22 TARGET			UITestServerStarter.exe
       
    23 TARGETTYPE		exe
       
    24 UID		  		0x100039CE 0x2000F8E8
       
    25 VENDORID		0x101FB657
       
    26 SECUREID		0x2000F8E8
       
    27 CAPABILITY		ALL -TCB
       
    28 
       
    29 START RESOURCE	../data/UITestServerStarter.rss
       
    30 	HEADER
       
    31 	TARGETPATH resource/apps
       
    32 END
       
    33 
       
    34 SOURCEPATH		../data
       
    35 START RESOURCE	UITestServerStarter_reg.rss
       
    36 	DEPENDS uitestserverstarter.rsg
       
    37 	TARGETPATH		/private/10003a3f/apps
       
    38 END
       
    39 
       
    40 SOURCEPATH		../src
       
    41 
       
    42 SOURCE			TestServerThreadStarter.cpp
       
    43 SOURCE			UITestServerStarter.cpp 
       
    44 SOURCE			UITestServerStarterAppView.cpp
       
    45 SOURCE			UITestServerStarterAppUi.cpp
       
    46 SOURCE			AknUiEnvProxy.cpp
       
    47 SOURCE			EventUtil.cpp
       
    48 SOURCE			UITestServerStarterApplication.cpp
       
    49 SOURCE			UITestServerStarterDocument.cpp
       
    50 SOURCE			UITestServerStarterAppContainer.cpp
       
    51 
       
    52 USERINCLUDE ../inc
       
    53 
       
    54 APP_LAYER_SYSTEMINCLUDE
       
    55 
       
    56 LIBRARY		   euser.lib
       
    57 LIBRARY		   apparc.lib
       
    58 LIBRARY		   cone.lib
       
    59 LIBRARY		   eikcore.lib
       
    60 LIBRARY		   avkon.lib
       
    61 LIBRARY		   commonengine.lib
       
    62 LIBRARY		   efsrv.lib 
       
    63 LIBRARY		   estor.lib
       
    64 LIBRARY        aknnotify.lib
       
    65 LIBRARY        hlplch.lib
       
    66 LIBRARY        apgrfx.lib 
       
    67 LIBRARY        ws32.lib
       
    68 LIBRARY        aknskins.lib 
       
    69 LIBRARY        aknskinsrv.lib
       
    70 
       
    71 LIBRARY         stiftestserver.lib
       
    72 
       
    73 START WINS      
       
    74 // ?wins_specific_information
       
    75 END
       
    76 
       
    77 START MARM
       
    78 // ?marm_specific_information
       
    79 END
       
    80 
       
    81 /* Test Server requires large stack. In case of change update also thread creation parameters
       
    82    in "void CTestServerThreadStarter::RunL" method.
       
    83 */
       
    84 EPOCSTACKSIZE   40960
       
    85 EPOCHEAPSIZE 	0x001000 0x400000
       
    86 
       
    87 // End of File