imagehandlingutilities/thumbnailmanager/thumbnailclient/group/thumbnailmanager.mmp
changeset 54 48dd0f169f0d
parent 42 2e2a89493e2b
equal deleted inserted replaced
42:2e2a89493e2b 54:48dd0f169f0d
     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:  Thumbnail manager client project definition file
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 // To get the MW_LAYER_SYSTEMINCLUDE-definition
       
    20 #include <platform_paths.hrh>
       
    21 
       
    22 #include <data_caging_paths.hrh>
       
    23 #include "../../inc/thumbnailmanageruids.hrh"
       
    24 
       
    25 VERSION					10.0
       
    26 TARGET                  thumbnailmanager.dll
       
    27 TARGETTYPE              DLL
       
    28 UID                     0x0 THUMBNAIL_MANAGER_CLIENT_DLL_UID
       
    29 
       
    30 CAPABILITY              CAP_CLIENT_DLL
       
    31 VENDORID                VID_DEFAULT
       
    32 
       
    33 SOURCEPATH              ../src
       
    34 SOURCE                  thumbnailmanager.cpp
       
    35 SOURCE                  thumbnailmanagerimpl.cpp
       
    36 SOURCE                  thumbnailobjectsource.cpp
       
    37 SOURCE                  thumbnailrequestactive.cpp
       
    38 SOURCE                  thumbnailsession.cpp
       
    39 SOURCE                  thumbnaildataimpl.cpp thumbnailrequestqueue.cpp
       
    40 
       
    41 // Default system include paths for middleware layer modules.
       
    42 MW_LAYER_SYSTEMINCLUDE
       
    43 
       
    44 USERINCLUDE             ../inc
       
    45 USERINCLUDE             ../../inc ../traces
       
    46 
       
    47 LIBRARY                 fbscli.lib
       
    48 LIBRARY                 euser.lib
       
    49 LIBRARY                 ecom.lib
       
    50 LIBRARY                 efsrv.lib
       
    51 LIBRARY                 bafl.lib
       
    52 LIBRARY                 centralrepository.lib apmime.lib
       
    53 LIBRARY 				hal.lib
       
    54 
       
    55 DEBUGLIBRARY            flogger.lib
       
    56 
       
    57 OPTION ARMCC -O3 -OTime
       
    58 
       
    59 PAGED
       
    60 BYTEPAIRCOMPRESSTARGET