imagehandlingutilities/thumbnailmanager/tmiadrestart/group/tmiadrestart.mmp
changeset 0 2014ca87e772
child 39 1a8af2cd6858
equal deleted inserted replaced
-1:000000000000 0:2014ca87e772
       
     1 /*
       
     2 * Copyright (c) 2006-2007 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 
       
    19 #include <platform_paths.hrh>
       
    20 #include <data_caging_paths.hrh>
       
    21 
       
    22 VERSION					10.0
       
    23 TARGET                  tmiadrestart.exe
       
    24 TARGETTYPE              EXE
       
    25 UID                     0x0 0x2001FD52
       
    26 
       
    27 CAPABILITY              ALL -TCB
       
    28 VENDORID                VID_DEFAULT
       
    29 
       
    30 SOURCEPATH              ../src
       
    31 SOURCE                  tmiadrestart.cpp
       
    32 
       
    33 // Default system include paths for middleware layer modules.
       
    34 MW_LAYER_SYSTEMINCLUDE
       
    35 
       
    36 USERINCLUDE             ../inc
       
    37 USERINCLUDE             ../../inc
       
    38 USERINCLUDE             ../../thumbagdaemon/inc
       
    39 
       
    40 LIBRARY                 euser.lib
       
    41 
       
    42 PAGED
       
    43 BYTEPAIRCOMPRESSTARGET
       
    44 
       
    45 // End of File
       
    46 
       
    47