localisation/apparchitecture/tef/tssaac/tssaac.mmp
branchSymbian2
changeset 1 8758140453c0
child 6 c108117318cb
equal deleted inserted replaced
0:e8c1ea2c6496 1:8758140453c0
       
     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 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 // ssaac - Startup State Aware Apparc Component
       
    15 // Startup State Aware (SSA) test component used to
       
    16 // test apparc StartApp and StartDocument functionality
       
    17 // 
       
    18 //
       
    19 
       
    20 #include <platform_paths.hrh>
       
    21 
       
    22 TARGET          tssaac.exe
       
    23 TARGETTYPE      exe
       
    24 TARGETPATH      /sys/bin
       
    25 UID             0x1000007A 0x10207F77
       
    26 VENDORID        0x70000001
       
    27 
       
    28 CAPABILITY      AllFiles WriteDeviceData
       
    29 
       
    30 #if defined(WINS)
       
    31 // startup with tssaac application for emulator
       
    32 START RESOURCE	tssaac_emulator.rss
       
    33 TARGETPATH		/private/10205C44
       
    34 END
       
    35 #else
       
    36 // startup with tssaac application for hardware
       
    37 START RESOURCE	tssaac_hardware.rss
       
    38 TARGETPATH		/private/10205C44
       
    39 END
       
    40 #endif
       
    41 
       
    42 SOURCEPATH      .
       
    43 
       
    44 SOURCE          tssaac.cpp 
       
    45 SOURCE          SysStartApparcTestCases.cpp
       
    46 
       
    47 USERINCLUDE		.
       
    48 USERINCLUDE     ../../tef
       
    49 USERINCLUDE     ../../../uiftestfw/inc
       
    50 
       
    51 SYSTEMINCLUDE   /EPOC32/INCLUDE
       
    52 SYSTEMINCLUDE   /EPOC32/INCLUDE/TEST
       
    53 
       
    54 MW_LAYER_SYSTEMINCLUDE
       
    55 
       
    56 LIBRARY         EUSER.LIB 
       
    57 LIBRARY         EFSRV.LIB
       
    58 LIBRARY         DOMAINCLI.LIB
       
    59 LIBRARY         ESTOR.LIB
       
    60 
       
    61 LIBRARY     	APGRFX.LIB
       
    62 LIBRARY			APPARC.LIB
       
    63 LIBRARY			APPFWK_TEST_APPUI.LIB
       
    64 LIBRARY			TESTEXECUTEUTILS.LIB
       
    65 LIBRARY			APMIME.LIB