imagehandling_plat/thumbnailmanager_api/tsrc/group/ThumbnailManagerTest.mmp
changeset 54 48dd0f169f0d
parent 42 2e2a89493e2b
equal deleted inserted replaced
42:2e2a89493e2b 54:48dd0f169f0d
     1 /*
       
     2 * Copyright (c) 2006 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 API tests
       
    15 *
       
    16 */
       
    17 
       
    18 #include <platform_paths.hrh>
       
    19 #include <data_caging_paths.hrh>
       
    20 
       
    21 TARGET          ThumbnailManagerTest.dll
       
    22 TARGETTYPE      dll
       
    23 UID             0x1000008D 0x101FB3E3
       
    24 
       
    25 CAPABILITY      ALL -TCB
       
    26 VENDORID        VID_DEFAULT
       
    27 EPOCSTACKSIZE   0x8192
       
    28 
       
    29 DEFFILE         ThumbnailManagerTest.def
       
    30 
       
    31 SOURCEPATH      ../src
       
    32 SOURCE          ThumbnailManagerTest.cpp
       
    33 SOURCE          ThumbnailManagerTestBlocks.cpp
       
    34 SOURCE          thumbnailcenrep.cpp
       
    35 
       
    36 // Default system include paths for middleware layer modules.
       
    37 MW_LAYER_SYSTEMINCLUDE
       
    38 
       
    39 USERINCLUDE     ../inc
       
    40 
       
    41 LIBRARY         euser.lib
       
    42 LIBRARY         PlatformEnv.lib
       
    43 LIBRARY         stiftestinterface.lib
       
    44 LIBRARY         stiftestengine.lib
       
    45 LIBRARY         efsrv.lib
       
    46 LIBRARY         sqldb.lib
       
    47 LIBRARY         fbscli.lib
       
    48 LIBRARY         imageconversion.lib
       
    49 LIBRARY         centralrepository.lib
       
    50 LIBRARY         thumbnailmanager.lib
       
    51 
       
    52 PAGED
       
    53 BYTEPAIRCOMPRESSTARGET
       
    54 
       
    55 // End of File