appfw/apparchitecture/tef/tssaac/tssaac.mmp
changeset 0 2e3d3ce01487
child 46 eea20ed08f4b
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 // 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 TARGET          tssaac.exe
       
    21 TARGETTYPE      exe
       
    22 TARGETPATH      /sys/bin
       
    23 UID             0x1000007A 0x10207F77
       
    24 VENDORID        0x70000001
       
    25 
       
    26 CAPABILITY      AllFiles WriteDeviceData
       
    27 
       
    28 #if defined(WINS)
       
    29 // startup with tssaac application for emulator for fallback.
       
    30 START RESOURCE	tssaac_emulator.rss
       
    31 TARGETPATH		/private/10205c44
       
    32 END
       
    33 
       
    34 #ifdef SYMBIAN_SYSTEM_STATE_MANAGEMENT
       
    35 // startup with tssaac application for emulator for ssma.
       
    36 START RESOURCE tssaac_emulator_ssma.rss
       
    37 TARGETPATH		/private/2000d75b/startup/test
       
    38 END
       
    39 #endif //SYMBIAN_SYSTEM_STATE_MANAGEMENT
       
    40 
       
    41 #else
       
    42 // startup with tssaac application for hardware
       
    43 START RESOURCE	tssaac_hardware.rss
       
    44 TARGETPATH		\private\10205C44
       
    45 END
       
    46 #endif
       
    47 
       
    48 SOURCEPATH      .
       
    49 
       
    50 SOURCE          tssaac.cpp 
       
    51 SOURCE          SysStartApparcTestCases.cpp
       
    52 
       
    53 USERINCLUDE		.
       
    54 USERINCLUDE     ../../tef
       
    55 USERINCLUDE     ../../../uiftestfw/inc
       
    56 
       
    57 MW_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    58 APP_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    59 
       
    60 #ifdef SYMBIAN_SYSTEM_STATE_MANAGEMENT
       
    61 SYSTEMINCLUDE   /epoc32/include/ssm
       
    62 #endif //SYMBIAN_SYSTEM_STATE_MANAGEMENT
       
    63 
       
    64 LIBRARY         euser.lib 
       
    65 LIBRARY         efsrv.lib
       
    66 LIBRARY         domaincli.lib
       
    67 LIBRARY         estor.lib
       
    68 
       
    69 LIBRARY     	apgrfx.lib
       
    70 LIBRARY			apparc.lib
       
    71 LIBRARY			appfwk_test_appui.lib
       
    72 LIBRARY			testexecuteutils.lib
       
    73 LIBRARY			apmime.lib
       
    74 
       
    75 SMPSAFE