upnpframework/upnpthumbnail/group/thumbnailcreator.mmp
branchIOP_Improvements
changeset 40 08b5eae9f9ff
equal deleted inserted replaced
39:6369bfd1b60d 40:08b5eae9f9ff
       
     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:      
       
    15 *
       
    16 */
       
    17 
       
    18 #include <platform_paths.hrh>
       
    19 
       
    20 
       
    21 TARGET        upnpthumbnailcreator.dll
       
    22 TARGETTYPE    dll
       
    23 UID           0x1000008d 0x20029F11
       
    24 
       
    25 
       
    26 CAPABILITY      CAP_GENERAL_DLL
       
    27 USERINCLUDE  ../inc
       
    28 USERINCLUDE  ../../../inc
       
    29 MW_LAYER_SYSTEMINCLUDE
       
    30 
       
    31 SOURCEPATH    ../src
       
    32 
       
    33 SOURCE      upnpthumbnailcreator.cpp
       
    34 
       
    35 nostrictdef
       
    36 
       
    37 LIBRARY    euser.lib
       
    38 LIBRARY    bafl.lib
       
    39 LIBRARY    efsrv.lib
       
    40 LIBRARY    fbscli.lib 
       
    41 LIBRARY    mdeclient.lib
       
    42 LIBRARY    thumbnailmanager.lib
       
    43 LIBRARY    imageconversion.lib
       
    44 
       
    45 #ifdef ENABLE_ABIV2_MODE
       
    46 DEBUGGABLE_UDEBONLY
       
    47 #endif
       
    48