apploader/Group/smoketest_apploader.mmp
branchSymbian2
changeset 1 8758140453c0
child 6 c108117318cb
equal deleted inserted replaced
0:e8c1ea2c6496 1:8758140453c0
       
     1 // Copyright (c) 2004-2009 Nokia Corporation and/or its subsidiary(-ies).
       
     2 // All rights reserved.
       
     3 // This component and the accompanying materials are made available
       
     4 // under the terms of the License "Symbian Foundation License v1.0"
       
     5 // which accompanies this distribution, and is available
       
     6 // at the URL "http://www.symbianfoundation.org/legal/sfl-v10.html".
       
     7 //
       
     8 // Initial Contributors:
       
     9 // Nokia Corporation - initial contribution.
       
    10 //
       
    11 // Contributors:
       
    12 //
       
    13 // Description:
       
    14 // using relative paths for sourcepath and user includes
       
    15 // 
       
    16 //
       
    17 
       
    18 
       
    19 TARGET          smoketest_apploader.exe
       
    20 TARGETTYPE		exe
       
    21 UID				0x1000007A 0x101F7776
       
    22 
       
    23 #if (!defined __NO_VENDORID__)
       
    24 VENDORID		0x70000001
       
    25 #endif
       
    26 
       
    27 CAPABILITY		All -TCB
       
    28 
       
    29 
       
    30 SOURCEPATH		..\Src
       
    31 
       
    32 SOURCE			TestAppLoaderServer.cpp
       
    33 SOURCE			TestAppLoaderBase.cpp
       
    34 SOURCE			TestAppLoaderAppStart.cpp
       
    35 SOURCE			TestAppLoaderEndTask.cpp
       
    36 SOURCE			TestAppLoaderKeyEvents.cpp
       
    37 SOURCE			TestAppLoaderKillProcess.cpp
       
    38 SOURCE			TestAppLoaderTaskRunning.cpp
       
    39 
       
    40 USERINCLUDE		..\Inc ..\..\Group
       
    41 
       
    42 SYSTEMINCLUDE	\Epoc32\include
       
    43 SYSTEMINCLUDE	\Epoc32\include\Test
       
    44 
       
    45 LIBRARY			apparc.lib
       
    46 LIBRARY			euser.lib
       
    47 LIBRARY			etext.lib
       
    48 LIBRARY			estor.lib
       
    49 LIBRARY			efsrv.lib
       
    50 LIBRARY			apgrfx.lib
       
    51 LIBRARY			ws32.lib
       
    52 LIBRARY			cone.lib
       
    53 LIBRARY			TestExecuteUtils.lib
       
    54 LIBRARY			TestExecuteLogClient.lib