mpx/viewframework/viewutility/group/mpxviewutility.mmp
changeset 0 a2952bb97e68
child 48 b7b49303d0c0
equal deleted inserted replaced
-1:000000000000 0:a2952bb97e68
       
     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 mpxviewutility.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 #include <data_caging_paths.hrh>
       
    21 #include <bldvariant.hrh>
       
    22 #include <platform_paths.hrh>
       
    23 
       
    24 TARGET          mpxviewutility.dll
       
    25 TARGETTYPE      dll
       
    26 UID             0x1000006C 0x101FFC68
       
    27 
       
    28 CAPABILITY      CAP_GENERAL_DLL
       
    29 VENDORID        VID_DEFAULT
       
    30 
       
    31 SOURCEPATH      ../src
       
    32 SOURCE          mpxviewutility.cpp
       
    33 SOURCE          mpxviewutilityimp.cpp
       
    34 SOURCE          mpxviewpluginhandler.cpp
       
    35 SOURCE          mpxviewutilityhelper.cpp
       
    36 SOURCE          mpxviewhistory.cpp
       
    37 
       
    38 USERINCLUDE     ../inc
       
    39 
       
    40 MW_LAYER_SYSTEMINCLUDE
       
    41 
       
    42 LIBRARY         euser.lib
       
    43 LIBRARY         apparc.lib
       
    44 LIBRARY         cone.lib
       
    45 LIBRARY         eikcore.lib 
       
    46 LIBRARY         ecom.lib
       
    47 LIBRARY         bafl.lib
       
    48 LIBRARY         centralrepository.lib
       
    49 LIBRARY         mpxviewplugin.lib
       
    50 LIBRARY         mpxcommon.lib
       
    51 
       
    52 #if defined(ARMCC)
       
    53 deffile ../eabi/ 
       
    54 #elif defined(WINSCW)
       
    55 deffile ../bwinscw/ 
       
    56 #endif
       
    57 
       
    58 // End of File