mmappcomponents/asxparser/test/test.mmp
changeset 0 a2952bb97e68
child 9 bee149131e4b
equal deleted inserted replaced
-1:000000000000 0:a2952bb97e68
       
     1 /*
       
     2 * Copyright (c) 2008 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:  Makefile for file details dialog.
       
    15  *
       
    16 */
       
    17 
       
    18 // Version : %version: 9 %
       
    19 
       
    20 
       
    21 
       
    22 #include <platform_paths.hrh>
       
    23 
       
    24 TARGET testasx.exe
       
    25 
       
    26 TARGETTYPE exe
       
    27 
       
    28 UID 0
       
    29 
       
    30 SOURCEPATH .
       
    31 
       
    32 SOURCE Test.cpp
       
    33 
       
    34 USERINCLUDE .
       
    35 USERINCLUDE ../inc
       
    36 
       
    37 MW_LAYER_SYSTEMINCLUDE
       
    38 
       
    39 LIBRARY euser.lib
       
    40 LIBRARY asxparser.lib
       
    41 
       
    42 LIBRARY     bafl.lib
       
    43 LIBRARY     efsrv.lib
       
    44 LIBRARY     flogger.lib
       
    45 LIBRARY     charconv.lib