localisation/apparchitecture/tef/tssaac/tssaac.mmp
branchSymbian3
changeset 57 b8d18c84f71c
parent 6 c108117318cb
equal deleted inserted replaced
56:aa99f2208aad 57:b8d18c84f71c
     1 // Copyright (c) 2005-2009 Nokia Corporation and/or its subsidiary(-ies).
     1 // Copyright (c) 2005-2009 Nokia Corporation and/or its subsidiary(-ies).
     2 // All rights reserved.
     2 // All rights reserved.
     3 // This component and the accompanying materials are made available
     3 // This component and the accompanying materials are made available
     4 // under the terms of the License "Eclipse Public License v1.0"
     4 // under the terms of "Eclipse Public License v1.0"
     5 // which accompanies this distribution, and is available
     5 // which accompanies this distribution, and is available
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 //
     7 //
     8 // Initial Contributors:
     8 // Initial Contributors:
     9 // Nokia Corporation - initial contribution.
     9 // Nokia Corporation - initial contribution.
    15 // Startup State Aware (SSA) test component used to
    15 // Startup State Aware (SSA) test component used to
    16 // test apparc StartApp and StartDocument functionality
    16 // test apparc StartApp and StartDocument functionality
    17 // 
    17 // 
    18 //
    18 //
    19 
    19 
    20 #include <platform_paths.hrh>
       
    21 
       
    22 TARGET          tssaac.exe
    20 TARGET          tssaac.exe
    23 TARGETTYPE      exe
    21 TARGETTYPE      exe
    24 TARGETPATH      /sys/bin
    22 TARGETPATH      /sys/bin
    25 UID             0x1000007A 0x10207F77
    23 UID             0x1000007A 0x10207F77
    26 VENDORID        0x70000001
    24 VENDORID        0x70000001
    27 
    25 
    28 CAPABILITY      AllFiles WriteDeviceData
    26 CAPABILITY      AllFiles WriteDeviceData
    29 
    27 
    30 #if defined(WINS)
    28 #if defined(WINS)
    31 // startup with tssaac application for emulator
    29 // startup with tssaac application for emulator for fallback.
    32 START RESOURCE	tssaac_emulator.rss
    30 START RESOURCE	tssaac_emulator.rss
    33 TARGETPATH		/private/10205C44
    31 TARGETPATH		/private/10205c44
    34 END
    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 
    35 #else
    41 #else
    36 // startup with tssaac application for hardware
    42 // startup with tssaac application for hardware
    37 START RESOURCE	tssaac_hardware.rss
    43 START RESOURCE	tssaac_hardware.rss
    38 TARGETPATH		/private/10205C44
    44 TARGETPATH		\private\10205C44
    39 END
    45 END
    40 #endif
    46 #endif
    41 
    47 
    42 SOURCEPATH      .
    48 SOURCEPATH      .
    43 
    49 
    46 
    52 
    47 USERINCLUDE		.
    53 USERINCLUDE		.
    48 USERINCLUDE     ../../tef
    54 USERINCLUDE     ../../tef
    49 USERINCLUDE     ../../../uiftestfw/inc
    55 USERINCLUDE     ../../../uiftestfw/inc
    50 
    56 
    51 SYSTEMINCLUDE   /EPOC32/INCLUDE
    57 MW_LAYER_SYSTEMINCLUDE_SYMBIAN
    52 SYSTEMINCLUDE   /EPOC32/INCLUDE/TEST
    58 APP_LAYER_SYSTEMINCLUDE_SYMBIAN
    53 
    59 
    54 MW_LAYER_SYSTEMINCLUDE
    60 #ifdef SYMBIAN_SYSTEM_STATE_MANAGEMENT
       
    61 SYSTEMINCLUDE   /epoc32/include/ssm
       
    62 #endif //SYMBIAN_SYSTEM_STATE_MANAGEMENT
    55 
    63 
    56 LIBRARY         EUSER.LIB 
    64 LIBRARY         euser.lib 
    57 LIBRARY         EFSRV.LIB
    65 LIBRARY         efsrv.lib
    58 LIBRARY         DOMAINCLI.LIB
    66 LIBRARY         domaincli.lib
    59 LIBRARY         ESTOR.LIB
    67 LIBRARY         estor.lib
    60 
    68 
    61 LIBRARY     	APGRFX.LIB
    69 LIBRARY     	apgrfx.lib
    62 LIBRARY			APPARC.LIB
    70 LIBRARY			apparc.lib
    63 LIBRARY			APPFWK_TEST_APPUI.LIB
    71 LIBRARY			appfwk_test_appui.lib
    64 LIBRARY			TESTEXECUTEUTILS.LIB
    72 LIBRARY			testexecuteutils.lib
    65 LIBRARY			APMIME.LIB
    73 LIBRARY			apmime.lib
       
    74 
       
    75 SMPSAFE