localisation/apparchitecture/tef/TCmdLineExe.mmp
branchSymbian3
changeset 57 b8d18c84f71c
parent 6 c108117318cb
equal deleted inserted replaced
56:aa99f2208aad 57:b8d18c84f71c
     1 /*
     1 /*
     2 * Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
     2 * Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
     3 * All rights reserved.
     3 * All rights reserved.
     4 * This component and the accompanying materials are made available
     4 * This component and the accompanying materials are made available
     5 * under the terms of the License "Eclipse Public License v1.0"
     5 * under the terms of "Eclipse Public License v1.0"
     6 * which accompanies this distribution, and is available
     6 * which accompanies this distribution, and is available
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
     8 *
     8 *
     9 * Initial Contributors:
     9 * Initial Contributors:
    10 * Nokia Corporation - initial contribution.
    10 * Nokia Corporation - initial contribution.
    15 *
    15 *
    16 */
    16 */
    17 // TCmdLineExe.mmp
    17 // TCmdLineExe.mmp
    18 
    18 
    19 
    19 
    20 target          TCmdLineExe.EXE
    20 target          tcmdlineexe.exe
    21 targettype      EXE
    21 targettype      EXE
    22 targetpath      /system/programs\
    22 targetpath      /system/programs\
    23 
    23 
    24 UID      0x10208180 
    24 UID      0x10208180 
    25 VENDORID 0x70000001
    25 VENDORID 0x70000001
    26 
    26 
    27 SOURCEPATH	../TEF		
    27 SOURCEPATH	../tef		
    28 
    28 
    29 userinclude     ../TEF
    29 userinclude     ../tef
    30 systeminclude   ../INC 	
    30 userinclude   ../inc
    31 systeminclude   /EPOC32/INCLUDE /EPOC32/INCLUDE/TEST
    31  	
       
    32 MW_LAYER_SYSTEMINCLUDE_SYMBIAN
    32 
    33 
    33 source          TCmdLineExe.CPP
    34 source          TCmdLineExe.CPP
    34 
    35 
    35 userinclude		../../uiftestfw/inc
    36 userinclude		../../uiftestfw/inc
    36 
    37 
    37 library         EUSER.LIB APPARC.LIB EFSRV.LIB APPFWK_TEST_APPUI.LIB
    38 library         euser.lib apparc.lib efsrv.lib appfwk_test_appui.lib
    38 
    39 
    39 
    40 SMPSAFE