imagehandlingutilities/thumbnailmanager/plugins/audio/group/thumbnailaudioprovider.mmp
changeset 0 2014ca87e772
child 16 85a88bc05e45
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:  Thumbnail image provider plugin definition file
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 // To get the MW_LAYER_SYSTEMINCLUDE-definition
       
    20 #include <platform_paths.hrh>
       
    21 
       
    22 #include "../../../inc/thumbnailmanageruids.hrh"
       
    23 
       
    24 TARGET thumbnailaudioprovider.dll
       
    25 CAPABILITY CAP_ECOM_PLUGIN
       
    26 TARGETTYPE PLUGIN
       
    27 
       
    28 UID 0x10009D8D THUMBNAIL_AUDIO_PROVIDER_DLL_UID
       
    29 VENDORID VID_DEFAULT
       
    30 
       
    31 SOURCEPATH  ../src
       
    32 SOURCE  thumbnailaudioprovider.cpp 
       
    33 SOURCE  thumbnailimagedecoderv3.cpp
       
    34 
       
    35 // Default system include paths for middleware layer modules.
       
    36 MW_LAYER_SYSTEMINCLUDE
       
    37 
       
    38 USERINCLUDE ../inc
       
    39 USERINCLUDE ../../../inc
       
    40 
       
    41 SYSTEMINCLUDE /epoc32/include/ecom
       
    42 SYSTEMINCLUDE /epoc32/include/icl
       
    43 
       
    44 START RESOURCE thumbnailaudioprovider.rss
       
    45 END
       
    46 
       
    47 LIBRARY euser.lib
       
    48 LIBRARY ecom.lib
       
    49 LIBRARY efsrv.lib
       
    50 LIBRARY imageconversion.lib
       
    51 LIBRARY fbscli.lib
       
    52 LIBRARY exiflib.lib
       
    53 LIBRARY iclextjpegapi.lib
       
    54 LIBRARY apmime.lib
       
    55 LIBRARY metadatautility.lib
       
    56 
       
    57 
       
    58 DEBUGLIBRARY flogger.lib
       
    59 
       
    60 PAGED
       
    61 BYTEPAIRCOMPRESSTARGET