mmappcomponents/harvester/metadataextractor/group/mpxmetadataextractor.mmp
changeset 0 a2952bb97e68
child 17 780c925249c1
equal deleted inserted replaced
-1:000000000000 0:a2952bb97e68
       
     1 /*
       
     2 * Copyright (c) 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:  Metadata extractor subcomponent
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <bldvariant.hrh>
       
    20 #include <data_caging_paths.hrh>
       
    21 #include <platform_paths.hrh>
       
    22 
       
    23 TARGET                  mpxmetadataextractor.dll
       
    24 TARGETTYPE              dll
       
    25 UID                     0x1000006C 0x10282958
       
    26 
       
    27 CAPABILITY              CAP_GENERAL_DLL
       
    28 VENDORID                VID_DEFAULT
       
    29 
       
    30 MACRO RD_MPX_TNM_INTEGRATION
       
    31 #define RD_MPX_TNM_INTEGRATION
       
    32 
       
    33 SOURCEPATH              ../src
       
    34 SOURCE                  mpxmetadataextractor.cpp
       
    35 SOURCE                  mpxfileinfoutility.cpp
       
    36 
       
    37 USERINCLUDE             ../inc
       
    38 
       
    39 MW_LAYER_SYSTEMINCLUDE
       
    40 
       
    41 LIBRARY                 apgrfx.lib 
       
    42 LIBRARY                 apmime.lib 
       
    43 LIBRARY                 bafl.lib
       
    44 LIBRARY                 euser.lib
       
    45 LIBRARY                 efsrv.lib
       
    46 LIBRARY                 ecom.lib
       
    47 LIBRARY                 estor.lib
       
    48 LIBRARY                 metadatautility.lib
       
    49 
       
    50 LIBRARY                 mmfcontrollerframework.lib
       
    51 LIBRARY                 mmfstandardcustomcommands.lib 
       
    52 LIBRARY                 mpxcommon.lib
       
    53 
       
    54 LIBRARY                 SysUtil.lib
       
    55 LIBRARY                 thumbnailmanager.lib
       
    56 
       
    57 #if defined(ARMCC)
       
    58 deffile ../eabi/ 
       
    59 #elif defined(WINSCW)
       
    60 deffile ../bwinscw/ 
       
    61 #endif