charconvfw/Charconv/ongoing/test/source/main/TAutodetect.mmp
changeset 0 1fb32624e06b
child 16 56cd22a7a1cb
equal deleted inserted replaced
-1:000000000000 0:1fb32624e06b
       
     1 /*
       
     2 * Copyright (c) 1997-1999 Nokia Corporation and/or its subsidiary(-ies). 
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description:      
       
    15 *       MakMake Project file.
       
    16 *
       
    17 */
       
    18 
       
    19 
       
    20 
       
    21 
       
    22 
       
    23 
       
    24 
       
    25 
       
    26 #include <platform_paths.hrh>
       
    27 
       
    28 //default stack size(8K) is too small and cause stack overflow
       
    29 //in the hardware test udeb
       
    30 //set the stack size to 16K
       
    31 EPOCSTACKSIZE		16384
       
    32 
       
    33 target			TAutodetect.EXE
       
    34 targettype		exe
       
    35 sourcepath		.
       
    36 source			tautodetect.cpp
       
    37 
       
    38 // This is a SYSTEMINCLUDE macro containing the middleware
       
    39 // layer specific include directories
       
    40 MW_LAYER_SYSTEMINCLUDE
       
    41 OS_LAYER_SYSTEMINCLUDE
       
    42 
       
    43 systeminclude	../../../Include
       
    44 SYSTEMINCLUDE   ../../../../../../inc
       
    45 SYSTEMINCLUDE   ../../../../../inc
       
    46 
       
    47 library			EUSER.LIB EFSRV.LIB CHARCONV.LIB
       
    48 
       
    49 
       
    50 VENDORID 0x70000001