appfw/viewserver/test/tviews/tview2/tview2.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 TARGET			tview2.exe
       
    23 TARGETTYPE		EXE
       
    24 TARGETPATH		/sys/bin
       
    25 
       
    26 UID				0X100039CE	0x10207F72
       
    27 VENDORID 		0x70000001
       
    28 CAPABILITY 		ALL -Tcb
       
    29 
       
    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			tview2.CPP 
       
    39 
       
    40 SOURCEPATH		../tvw
       
    41 SOURCE			tvwappui.CPP tvwview.CPP
       
    42 
       
    43 
       
    44 LIBRARY			euser.lib
       
    45 LIBRARY			apparc.lib
       
    46 LIBRARY			cone.lib
       
    47 LIBRARY			eikcore.lib
       
    48 LIBRARY			eikdlg.lib
       
    49 LIBRARY			eikcoctl.lib
       
    50 LIBRARY			eikctl.lib
       
    51 LIBRARY			etext.lib
       
    52 LIBRARY			ws32.lib
       
    53 LIBRARY			apgrfx.lib
       
    54 
       
    55 
       
    56 SOURCEPATH		.
       
    57 START RESOURCE  tview2.RSS
       
    58 	HEADER
       
    59 	TARGETPATH	/resource/apps
       
    60 END
       
    61 
       
    62 RESOURCE  		tview2_reg.rss
       
    63 START RESOURCE	tview2_reg.rss
       
    64 	TARGETPATH	/private/10003a3f/apps
       
    65 	LANG		sc
       
    66 END
       
    67 
       
    68 SMPSAFE