appfw/viewserver/test/tviews/tview3/tview3.MMP
changeset 0 2e3d3ce01487
equal deleted inserted replaced
-1:000000000000 0:2e3d3ce01487
       
     1 // Copyright (c) 2008-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 //
       
    15 
       
    16 /**
       
    17  @file
       
    18  @test
       
    19  @internalComponent - Internal Symbian test code 
       
    20 */
       
    21 
       
    22 
       
    23 TARGET			tview3.exe
       
    24 TARGETTYPE		EXE
       
    25 TARGETPATH		/sys/bin
       
    26 
       
    27 UID				0X100039CE	0x10207F73
       
    28 VENDORID 		0x70000001
       
    29 CAPABILITY 		ALL -Tcb
       
    30 EPOCSTACKSIZE 	0x5000
       
    31 
       
    32 MW_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    33 APP_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    34 //SYSTEMINCLUDE	/epoc32/include/techview
       
    35 USERINCLUDE		. ../tvw
       
    36 
       
    37 SOURCEPATH		.
       
    38 SOURCE			tview3.CPP 
       
    39 
       
    40 SOURCEPATH		../tvw
       
    41 SOURCE			tvwappui.CPP tvwview.CPP
       
    42 
       
    43 LIBRARY			euser.lib
       
    44 LIBRARY			apparc.lib
       
    45 LIBRARY			cone.lib
       
    46 LIBRARY			eikcore.lib
       
    47 LIBRARY			eikdlg.lib
       
    48 LIBRARY			eikcoctl.lib
       
    49 LIBRARY			eikctl.lib
       
    50 LIBRARY			etext.lib
       
    51 LIBRARY			ws32.lib
       
    52 
       
    53 SOURCEPATH		.
       
    54 START RESOURCE  tview3.RSS
       
    55 	HEADER
       
    56 	TARGETPATH	/resource/apps
       
    57 END
       
    58 
       
    59 RESOURCE  		tview3_reg.rss
       
    60 START RESOURCE	tview3_reg.rss
       
    61 	TARGETPATH	/private/10003a3f/apps
       
    62 	LANG		sc
       
    63 END
       
    64 
       
    65 SMPSAFE