localisation/apparchitecture/tef/tssaac/tssaac_tapp.mmp
branchSymbian2
changeset 1 8758140453c0
child 6 c108117318cb
equal deleted inserted replaced
0:e8c1ea2c6496 1:8758140453c0
       
     1 // Copyright (c) 2007-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 //
       
    15 
       
    16 
       
    17 
       
    18 /**
       
    19  @file
       
    20  @test
       
    21  @internalComponent  Internal Symbian test code
       
    22 */
       
    23 
       
    24 #include <platform_paths.hrh>
       
    25 
       
    26 target			tssaac_tapp.exe
       
    27 TARGETTYPE 		exe
       
    28 targetpath		/sys/bin
       
    29 UID           	0x100039CE 0x10207F7A
       
    30 VENDORID 		0x70000001
       
    31 CAPABILITY 		none
       
    32 
       
    33 #if defined(WINS)
       
    34 // startup with tssaac application for emulator
       
    35 START RESOURCE	tssaac_tapp_emulator.rss
       
    36 TARGETPATH		/private/10205C44
       
    37 END
       
    38 #else
       
    39 // startup with tssaac application for hardware
       
    40 START RESOURCE	tssaac_tapp_hardware.rss
       
    41 TARGETPATH		/private/10205C44
       
    42 END
       
    43 #endif
       
    44 
       
    45 SOURCEPATH    	.
       
    46 SOURCE			tssaac_tapp.cpp
       
    47 
       
    48 USERINCLUDE   	.
       
    49 USERINCLUDE     ../../tef
       
    50 USERINCLUDE     ../../../uiftestfw/inc
       
    51 
       
    52 SYSTEMINCLUDE 	/epoc32/include
       
    53 SYSTEMINCLUDE 	/epoc32/include/techview
       
    54 SYSTEMINCLUDE   /epoc32/include/test
       
    55 
       
    56 MW_LAYER_SYSTEMINCLUDE
       
    57 
       
    58 // Application exe specific resource which is localised to the application
       
    59 RESOURCE		tssaac_tapp.rss
       
    60 start resource	tssaac_tapp.rss
       
    61 targetpath		/resource/apps
       
    62 lang			sc
       
    63 end
       
    64 
       
    65 RESOURCE	 	tssaac_tapp_loc.rss
       
    66 start resource	tssaac_tapp_loc.rss
       
    67 targetpath		/resource/apps
       
    68 lang			sc
       
    69 end
       
    70 
       
    71 // Application exe registration resource file
       
    72 START RESOURCE	tssaac_tapp_reg.rss
       
    73 TARGETPATH		/private/10003a3f/apps
       
    74 lang			sc
       
    75 END
       
    76 
       
    77 
       
    78 LIBRARY       	APPARC.LIB
       
    79 LIBRARY       	CONE.LIB 
       
    80 LIBRARY       	EFSRV.LIB
       
    81 LIBRARY       	EIKCORE.LIB 
       
    82 LIBRARY       	ESTOR.LIB
       
    83 LIBRARY       	EUSER.LIB
       
    84 LIBRARY       	GDI.LIB