mpxplugins/viewplugins/views/metadataeditordialog/group/mpxmetadataeditordialog.mmp
changeset 0 ff3acec5bc43
child 17 c8156a91d13c
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 mpxmetadataeditordialog.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 #include <data_caging_paths.hrh>
       
    21 #include <bldvariant.hrh>
       
    22 #include <platform_paths.hrh>
       
    23 
       
    24 TARGET          mpxmetadataeditordialog.dll
       
    25 TARGETTYPE      dll
       
    26 UID             0x10009D8D 0x101FFC82
       
    27 
       
    28 CAPABILITY      CAP_GENERAL_DLL
       
    29 VENDORID        VID_DEFAULT
       
    30 
       
    31 VERSION 15.0
       
    32 
       
    33 MACRO __ENABLE_MSK
       
    34 
       
    35 #if defined(ARMCC)
       
    36 deffile ../eabi/ 
       
    37 #elif defined(WINSCW)
       
    38 deffile ../bwinscw/ 
       
    39 #endif
       
    40 
       
    41 SOURCEPATH      ../src
       
    42 SOURCE          mpxmetadataeditordialog.cpp
       
    43 
       
    44 START RESOURCE  ../data/mpxmetadataeditordialog.rss
       
    45 HEADER
       
    46 TARGETPATH      APP_RESOURCE_DIR
       
    47 LANGUAGE_IDS 
       
    48 END // RESOURCE
       
    49 
       
    50 USERINCLUDE     ../inc
       
    51 USERINCLUDE     ../../../inc
       
    52 
       
    53 APP_LAYER_SYSTEMINCLUDE
       
    54 
       
    55 LIBRARY         euser.lib
       
    56 LIBRARY         apparc.lib
       
    57 LIBRARY         cone.lib
       
    58 LIBRARY         eikcore.lib 
       
    59 LIBRARY         eikdlg.lib
       
    60 LIBRARY         avkon.lib
       
    61 LIBRARY         hlplch.lib
       
    62 LIBRARY         eikctl.lib
       
    63 LIBRARY         eikcoctl.lib
       
    64 LIBRARY         efsrv.lib
       
    65 LIBRARY         estor.lib
       
    66 LIBRARY         bafl.lib
       
    67 LIBRARY         commonengine.lib
       
    68 LIBRARY         apgrfx.lib 
       
    69 LIBRARY         apmime.lib 
       
    70 LIBRARY         tzclient.lib
       
    71 
       
    72 LIBRARY         mpxcollectionutility.lib
       
    73 LIBRARY         mpxcollectionhelper.lib
       
    74 LIBRARY         mpxcommonui.lib
       
    75 LIBRARY         mpxcommon.lib
       
    76 LIBRARY         centralrepository.lib  
       
    77 
       
    78 // End of File