appfw/apparchitecture/tef/tlargestack/tlargestackapp.mmp
changeset 0 2e3d3ce01487
child 19 924385140d98
equal deleted inserted replaced
-1:000000000000 0:2e3d3ce01487
       
     1 // Copyright (c) 2006-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        tlargestackapp.exe
       
    24 TARGETTYPE    exe
       
    25 UID           0x100039CE 0x10282B27
       
    26 VENDORID 	  0x70000001
       
    27 
       
    28 epocstacksize 		0xf000
       
    29 
       
    30 SOURCEPATH    .
       
    31 SOURCE        tlargestackapp_main.cpp
       
    32 USERINCLUDE   .
       
    33 
       
    34 MW_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    35 APP_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    36 //SYSTEMINCLUDE /epoc32/include/techview
       
    37 
       
    38 START RESOURCE	tlargestackapp.rss
       
    39 HEADER
       
    40 TARGETPATH		/resource/apps
       
    41 end
       
    42 
       
    43 START RESOURCE	tlargestackapp_reg.rss
       
    44 TARGETPATH		/private/10003a3f/apps
       
    45 END
       
    46 
       
    47 LIBRARY       euser.lib apparc.lib cone.lib eikcore.lib gdi.lib
       
    48 
       
    49 SMPSAFE