gfxconversion/mifconv/group/mifconv.mmp
changeset 0 f453ebb75370
child 2 1f6339ced17d
equal deleted inserted replaced
-1:000000000000 0:f453ebb75370
       
     1 /*
       
     2 * Copyright (c) 2009 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:  project definition file
       
    15 *
       
    16 */
       
    17 
       
    18 #include <platform_paths.hrh>
       
    19 
       
    20 TARGET                      mifconv.exe
       
    21 TARGETTYPE                  exe
       
    22 
       
    23 USERINCLUDE                 ../inc
       
    24 MW_LAYER_SYSTEMINCLUDE
       
    25 SOURCEPATH                  ../src
       
    26 
       
    27 SOURCE                      mifconv.cpp 
       
    28 SOURCE                      mifconv_argument.cpp 
       
    29 SOURCE                      mifconv_argumentmanager.cpp 
       
    30 SOURCE                      mifconv_bitmapconverter.cpp 
       
    31 SOURCE                      mifconv_bitmapheaderconverter.cpp 
       
    32 SOURCE                      mifconv_convertermanager.cpp
       
    33 SOURCE                      mifconv_exception.cpp
       
    34 SOURCE                      mifconv_iconbinaryconverter.cpp
       
    35 SOURCE                      mifconv_mifconverter.cpp
       
    36 SOURCE                      mifconv_sourcefile.cpp
       
    37 SOURCE                      mifconv_util.cpp
       
    38