mpxplugins/viewplugins/views/albumarteditordialog/group/mpxalbumarteditordialog.mmp
changeset 0 ff3acec5bc43
equal deleted inserted replaced
-1:000000000000 0:ff3acec5bc43
       
     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:  Project definition file for project mpxalbumarteditordialog.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 #include <data_caging_paths.hrh>
       
    21 #include <bldvariant.hrh>
       
    22 #include <platform_paths.hrh>
       
    23 
       
    24 TARGET          mpxalbumarteditordialog.dll
       
    25 TARGETTYPE      dll
       
    26 UID             0x10009D8D 0x101FFC85
       
    27 
       
    28 CAPABILITY      CAP_GENERAL_DLL
       
    29 VENDORID        VID_DEFAULT
       
    30 
       
    31 VERSION 15.0
       
    32 
       
    33 MACRO __S60_MPX_UI_SPEC_COMPLIANCE
       
    34 MACRO __S60_MPX_ALBUM_ART_EDITOR_MSK
       
    35 MACRO RD_MPX_TNM_INTEGRATION
       
    36 
       
    37 #if defined(ARMCC)
       
    38 deffile ../eabi/ 
       
    39 #elif defined(WINSCW)
       
    40 deffile ../bwinscw/ 
       
    41 #endif
       
    42 
       
    43 SOURCEPATH      ../src
       
    44 SOURCE          mpxalbumarteditordialog.cpp
       
    45 SOURCE          mpxalbumarteditordialogcustomcontrol.cpp
       
    46 SOURCE          mpxalbumarteditorcustomcontrolcontainer.cpp
       
    47 SOURCE          mpxalbumarteditordialogimagethumbnailutil.cpp
       
    48 
       
    49 START RESOURCE  ../data/mpxalbumarteditordialog.rss
       
    50 HEADER
       
    51 TARGETPATH      APP_RESOURCE_DIR
       
    52 LANGUAGE_IDS 
       
    53 END // RESOURCE
       
    54 
       
    55 USERINCLUDE     ../inc
       
    56 USERINCLUDE     ../../../inc
       
    57 
       
    58 APP_LAYER_SYSTEMINCLUDE
       
    59 
       
    60 LIBRARY         euser.lib
       
    61 LIBRARY         apparc.lib
       
    62 LIBRARY         cone.lib
       
    63 LIBRARY         eikcore.lib 
       
    64 LIBRARY         eikdlg.lib
       
    65 LIBRARY         avkon.lib
       
    66 LIBRARY         hlplch.lib
       
    67 LIBRARY         fbscli.lib
       
    68 LIBRARY         eikcoctl.lib
       
    69 LIBRARY         efsrv.lib
       
    70 LIBRARY         bafl.lib
       
    71 LIBRARY         commonengine.lib
       
    72 LIBRARY         mgfetch.lib
       
    73 LIBRARY         estor.lib
       
    74 LIBRARY         aknskins.lib
       
    75 
       
    76 LIBRARY         mpxcollectionutility.lib
       
    77 LIBRARY         mpxcommon.lib
       
    78 LIBRARY         mpxcommonui.lib
       
    79 
       
    80 // for RD_MPX_TNM_INTEGRATION
       
    81 LIBRARY                 SysUtil.lib
       
    82 // End of File