appfw/uiftestfw/group/appfwk_test_dummytest.mmp
changeset 0 2e3d3ce01487
equal deleted inserted replaced
-1:000000000000 0:2e3d3ce01487
       
     1 // Copyright (c) 2005-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 "Eclipse Public License v1.0"
       
     5 // which accompanies this distribution, and is available
       
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     7 //
       
     8 // Initial Contributors:
       
     9 // Nokia Corporation - initial contribution.
       
    10 //
       
    11 // Contributors:
       
    12 //
       
    13 // Description:
       
    14 // The purpose of this dummy test is two fold
       
    15 // EMULATOR - It is the first (empty) test to run (successive emulator star-ups are afterwards faster) 
       
    16 // HARDWARE - Exports the needed resource file to add eshell to the startup sequence, as required in DABS
       
    17 // 
       
    18 //
       
    19 
       
    20 /**
       
    21  @file
       
    22  @test
       
    23  @internalComponent - Internal Symbian test code 
       
    24 */
       
    25 
       
    26 TARGET          appfwk_test_dummytest.exe
       
    27 TARGETTYPE      exe
       
    28 TARGETPATH      /sys/bin  
       
    29 UID				0x1000008D 0x10101010
       
    30 VENDORID        0x70000001
       
    31 
       
    32 CAPABILITY		none
       
    33 
       
    34 
       
    35 MW_LAYER_SYSTEMINCLUDE 
       
    36 OS_LAYER_SYSTEMINCLUDE 
       
    37 
       
    38 USERINCLUDE	../inc
       
    39 
       
    40 
       
    41 SOURCEPATH	../src
       
    42 SOURCE 		appfwk_test_dummytest.cpp
       
    43 
       
    44 #if defined(WINS)
       
    45 // No special resource file required for emulator since eshell is not required.
       
    46 #else
       
    47 #ifdef SYMBIAN_SYSTEM_STATE_MANAGEMENT
       
    48 sourcepath ../resource/hardware
       
    49 // Resource file for overnight DABS automated hardware testing
       
    50 // Full techview bootup + eshell
       
    51 START RESOURCE	gsastartupcmdlist7_target.rss
       
    52 TARGETPATH		/private/2000d75b/startup/7
       
    53 END
       
    54 #endif // SYMBIAN_SYSTEM_STATE_MANAGEMENT
       
    55 sourcepath ../resource/hardware
       
    56 // Resource file for overnight DABS automated hardware testing
       
    57 // Full techview bootup + eshell
       
    58 START RESOURCE	SSCForStartupMode7_target.rss
       
    59 TARGETPATH	/private/10205c44
       
    60 END
       
    61 
       
    62 #endif // WINS
       
    63 
       
    64 
       
    65 LIBRARY		euser.lib
       
    66 
       
    67 
       
    68 
       
    69 
       
    70 
       
    71 SMPSAFE