localisation/apparchitecture/tef/tssaac/tssaac_tapp.mmp
branchSymbian3
changeset 57 b8d18c84f71c
parent 6 c108117318cb
equal deleted inserted replaced
56:aa99f2208aad 57:b8d18c84f71c
     1 // Copyright (c) 2007-2009 Nokia Corporation and/or its subsidiary(-ies).
     1 // Copyright (c) 2007-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.
    11 // Contributors:
    11 // Contributors:
    12 //
    12 //
    13 // Description:
    13 // Description:
    14 //
    14 //
    15 
    15 
    16 
       
    17 
       
    18 /**
    16 /**
    19  @file
    17  @file
    20  @test
    18  @test
    21  @internalComponent  Internal Symbian test code
    19  @internalComponent  Internal Symbian test code
    22 */
    20 */
    23 
       
    24 #include <platform_paths.hrh>
       
    25 
    21 
    26 target			tssaac_tapp.exe
    22 target			tssaac_tapp.exe
    27 TARGETTYPE 		exe
    23 TARGETTYPE 		exe
    28 targetpath		/sys/bin
    24 targetpath		/sys/bin
    29 UID           	0x100039CE 0x10207F7A
    25 UID           	0x100039CE 0x10207F7A
    31 CAPABILITY 		none
    27 CAPABILITY 		none
    32 
    28 
    33 #if defined(WINS)
    29 #if defined(WINS)
    34 // startup with tssaac application for emulator
    30 // startup with tssaac application for emulator
    35 START RESOURCE	tssaac_tapp_emulator.rss
    31 START RESOURCE	tssaac_tapp_emulator.rss
    36 TARGETPATH		/private/10205C44
    32 TARGETPATH		/private/10205c44
    37 END
    33 END
       
    34 #ifdef SYMBIAN_SYSTEM_STATE_MANAGEMENT
       
    35 // startup with tssaac application for emulator for ssma.
       
    36 START RESOURCE tssaac_tapp_emulator_ssma.rss
       
    37 TARGETPATH		/private/2000d75b/startup/test
       
    38 END
       
    39 #endif //SYMBIAN_SYSTEM_STATE_MANAGEMENT
    38 #else
    40 #else
    39 // startup with tssaac application for hardware
    41 // startup with tssaac application for hardware
    40 START RESOURCE	tssaac_tapp_hardware.rss
    42 START RESOURCE	tssaac_tapp_hardware.rss
    41 TARGETPATH		/private/10205C44
    43 TARGETPATH		/private/10205C44
    42 END
    44 END
    47 
    49 
    48 USERINCLUDE   	.
    50 USERINCLUDE   	.
    49 USERINCLUDE     ../../tef
    51 USERINCLUDE     ../../tef
    50 USERINCLUDE     ../../../uiftestfw/inc
    52 USERINCLUDE     ../../../uiftestfw/inc
    51 
    53 
    52 SYSTEMINCLUDE 	/epoc32/include
       
    53 SYSTEMINCLUDE 	/epoc32/include/techview
       
    54 SYSTEMINCLUDE   /epoc32/include/test
       
    55 
    54 
    56 MW_LAYER_SYSTEMINCLUDE
    55 MW_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    56 APP_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    57 //SYSTEMINCLUDE 	/epoc32/include/techview
       
    58 
       
    59 #ifdef SYMBIAN_SYSTEM_STATE_MANAGEMENT
       
    60 SYSTEMINCLUDE   /epoc32/include/ssm
       
    61 #endif //SYMBIAN_SYSTEM_STATE_MANAGEMENT
    57 
    62 
    58 // Application exe specific resource which is localised to the application
    63 // Application exe specific resource which is localised to the application
    59 RESOURCE		tssaac_tapp.rss
    64 RESOURCE		tssaac_tapp.rss
    60 start resource	tssaac_tapp.rss
    65 start resource	tssaac_tapp.rss
    61 targetpath		/resource/apps
    66 targetpath		/resource/apps
    73 TARGETPATH		/private/10003a3f/apps
    78 TARGETPATH		/private/10003a3f/apps
    74 lang			sc
    79 lang			sc
    75 END
    80 END
    76 
    81 
    77 
    82 
    78 LIBRARY       	APPARC.LIB
    83 LIBRARY       	apparc.lib
    79 LIBRARY       	CONE.LIB 
    84 LIBRARY       	cone.lib 
    80 LIBRARY       	EFSRV.LIB
    85 LIBRARY       	efsrv.lib
    81 LIBRARY       	EIKCORE.LIB 
    86 LIBRARY       	eikcore.lib 
    82 LIBRARY       	ESTOR.LIB
    87 LIBRARY       	estor.lib
    83 LIBRARY       	EUSER.LIB
    88 LIBRARY       	euser.lib
    84 LIBRARY       	GDI.LIB
    89 LIBRARY       	gdi.lib
       
    90 
       
    91 SMPSAFE