appfw/apparchitecture/tef/t_winchainChild.mmp
changeset 0 2e3d3ce01487
child 29 6a787171e1de
equal deleted inserted replaced
-1:000000000000 0:2e3d3ce01487
       
     1 // Copyright (c) 2004-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 // using relative paths for sourcepath and user includes
       
    15 // 
       
    16 //
       
    17 
       
    18 epocstacksize 		0x5000
       
    19 
       
    20 TARGETPATH		/sys/bin
       
    21 
       
    22 TARGET			t_winchainchild.exe
       
    23 TARGETTYPE		exe
       
    24 
       
    25 UID           		0x100039CE 0X10009e9f
       
    26 
       
    27 VENDORID 		0x70000001
       
    28 
       
    29 SOURCEPATH    		.
       
    30 
       
    31 SOURCE        		t_winchainChild_Application.cpp
       
    32 
       
    33 USERINCLUDE   		.
       
    34 USERINCLUDE   	../tef
       
    35 
       
    36 MW_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    37 APP_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    38 //SYSTEMINCLUDE 		/epoc32/include/techview
       
    39 
       
    40 LIBRARY       		euser.lib apparc.lib cone.lib eikcore.lib ws32.lib appfwk_test_appui.lib
       
    41 
       
    42 START RESOURCE		t_winchainChild_reg.rss
       
    43 TARGETPATH		/private/10003a3f/apps
       
    44 END
       
    45 
       
    46 SMPSAFE