xml/legacyminidomparser/XMLParser/test/t_smiltranslatortest.mmp
changeset 24 74f0b3eb154c
parent 17 ed3155dbd163
child 25 417699dc19c9
equal deleted inserted replaced
17:ed3155dbd163 24:74f0b3eb154c
     1 // Copyright (c) 2003-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 // t_smiltranslatortest.mmp
       
    15 //
       
    16 
       
    17 TARGET          t_smiltranslatortest.exe
       
    18 TARGETTYPE      exe
       
    19 
       
    20 SOURCEPATH      .
       
    21 SOURCE 			t_smiltranslatortest.cpp
       
    22 SOURCE         	t_Smildtd.cpp 
       
    23 
       
    24 
       
    25 USERINCLUDE      .
       
    26 
       
    27 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    28 
       
    29 
       
    30 
       
    31 LIBRARY			euser.lib
       
    32 LIBRARY			efsrv.lib
       
    33 LIBRARY         xmlparser.lib
       
    34 LIBRARY		    bafl.lib
       
    35  
       
    36 SOURCEPATH	../STRINGS
       
    37 START STRINGTABLE SMILElements.st
       
    38 	EXPORTPATH	/epoc32/include
       
    39 END
       
    40 START STRINGTABLE SMILGenericElements.st
       
    41 	EXPORTPATH	/epoc32/include
       
    42 END
       
    43 START STRINGTABLE SMILAttributes.st
       
    44 	EXPORTPATH	/epoc32/include
       
    45 END
       
    46 
       
    47 EPOCSTACKSIZE 0x8000
       
    48 
       
    49 
       
    50 
       
    51 SMPSAFE