localisation/apparchitecture/tef/t_winchainChild.mmp
branchSymbian3
changeset 57 b8d18c84f71c
parent 6 c108117318cb
equal deleted inserted replaced
56:aa99f2208aad 57:b8d18c84f71c
     1 // Copyright (c) 2004-2009 Nokia Corporation and/or its subsidiary(-ies).
     1 // Copyright (c) 2004-2009 Nokia Corporation and/or its subsidiary(-ies).
     2 // All rights reserved.
     2 // All rights reserved.
     3 // This component and the accompanying materials are made available
     3 // This component and the accompanying materials are made available
     4 // under the terms of the License "Eclipse Public License v1.0"
     4 // under the terms of "Eclipse Public License v1.0"
     5 // which accompanies this distribution, and is available
     5 // which accompanies this distribution, and is available
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 //
     7 //
     8 // Initial Contributors:
     8 // Initial Contributors:
     9 // Nokia Corporation - initial contribution.
     9 // Nokia Corporation - initial contribution.
    13 // Description:
    13 // Description:
    14 // using relative paths for sourcepath and user includes
    14 // using relative paths for sourcepath and user includes
    15 // 
    15 // 
    16 //
    16 //
    17 
    17 
    18 #include <platform_paths.hrh>
       
    19 
       
    20 epocstacksize 		0x5000
    18 epocstacksize 		0x5000
    21 
    19 
    22 TARGETPATH		/sys/bin
    20 TARGETPATH		/sys/bin
    23 
    21 
    24 TARGET			t_winchainChild.exe
    22 TARGET			t_winchainchild.exe
    25 TARGETTYPE		exe
    23 TARGETTYPE		exe
    26 
    24 
    27 UID           		0x100039CE 0X10009e9f
    25 UID           		0x100039CE 0X10009e9f
    28 
    26 
    29 VENDORID 		0x70000001
    27 VENDORID 		0x70000001
    31 SOURCEPATH    		.
    29 SOURCEPATH    		.
    32 
    30 
    33 SOURCE        		t_winchainChild_Application.cpp
    31 SOURCE        		t_winchainChild_Application.cpp
    34 
    32 
    35 USERINCLUDE   		.
    33 USERINCLUDE   		.
       
    34 USERINCLUDE   	../tef
    36 
    35 
    37 SYSTEMINCLUDE 		/epoc32/include
    36 MW_LAYER_SYSTEMINCLUDE_SYMBIAN
    38 SYSTEMINCLUDE 		/epoc32/include/techview
    37 APP_LAYER_SYSTEMINCLUDE_SYMBIAN
    39 SYSTEMINCLUDE		/epoc32/include/test
    38 //SYSTEMINCLUDE 		/epoc32/include/techview
    40 SYSTEMINCLUDE   	../tef
       
    41 
    39 
    42 MW_LAYER_SYSTEMINCLUDE
    40 LIBRARY       		euser.lib apparc.lib cone.lib eikcore.lib ws32.lib appfwk_test_appui.lib
    43 
       
    44 LIBRARY       		euser.lib apparc.lib cone.lib eikcore.lib ws32.lib APPFWK_TEST_APPUI.LIB
       
    45 
    41 
    46 START RESOURCE		t_winchainChild_reg.rss
    42 START RESOURCE		t_winchainChild_reg.rss
    47 TARGETPATH		/private/10003a3f/apps
    43 TARGETPATH		/private/10003a3f/apps
    48 END
    44 END
       
    45 
       
    46 SMPSAFE