mpxplugins/viewplugins/views/commoncontainer/group/mpxcommoncontainer.mmp
changeset 0 ff3acec5bc43
child 14 943ff5625028
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 mpxcommonconatiner.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 #include <bldvariant.hrh>
       
    21 #include <data_caging_paths.hrh>
       
    22 #include <platform_paths.hrh>
       
    23 
       
    24 TARGET          mpxcommoncontainer.dll
       
    25 TARGETTYPE      dll
       
    26 UID             0x1000006C 0x101FFC69
       
    27 EPOCALLOWDLLDATA
       
    28 
       
    29 CAPABILITY      CAP_GENERAL_DLL
       
    30 VENDORID        VID_DEFAULT
       
    31 
       
    32 VERSION 15.0
       
    33 
       
    34 MACRO __ENABLE_MSK
       
    35 MACRO __ENABLE_PODCAST_IN_MUSIC_MENU
       
    36 MACRO __HG_COLLECTIONVIEW
       
    37 #define __HG_COLLECTIONVIEW
       
    38 MACRO HG_MP_LOC_AVAILABLE
       
    39 
       
    40 SOURCEPATH      ../src
       
    41 SOURCE          mpxcommoncontainer.cpp
       
    42 //SOURCE          mpxcommoncontainerhitchcockimp.cpp
       
    43 //SOURCE          mpxcommoncontainertexturemanager.cpp
       
    44 SOURCE          mpxcommoncontainermediahelper.cpp
       
    45 #ifdef __HG_COLLECTIONVIEW
       
    46 SOURCE          mpxcommoncontainerhgimp.cpp
       
    47 SOURCE          mpxcommoncontainertexturemanager2.cpp
       
    48 #else //__HG_COLLECTIONVIEW
       
    49 SOURCE          mpxcommoncontaineravkonimp.cpp
       
    50 #endif //__HG_COLLECTIONVIEW
       
    51 SOURCE          mpxcommonlistboxarraybase.cpp
       
    52 
       
    53 START RESOURCE  ../data/mpxcommoncontainer.rss
       
    54 HEADER
       
    55 TARGETPATH      APP_RESOURCE_DIR
       
    56 LANGUAGE_IDS 
       
    57 END // RESOURCE
       
    58 
       
    59 USERINCLUDE     ../inc
       
    60 USERINCLUDE     ../../inc
       
    61 
       
    62 APP_LAYER_SYSTEMINCLUDE
       
    63 OS_LAYER_LIBC_SYSTEMINCLUDE
       
    64 OS_LAYER_GLIB_SYSTEMINCLUDE 
       
    65 OS_LAYER_STDCPP_SYSTEMINCLUDE 
       
    66 SYSTEMINCLUDE 	/epoc32/include/stdapis/sys
       
    67 
       
    68 LIBRARY         euser.lib
       
    69 LIBRARY         apparc.lib
       
    70 LIBRARY         cone.lib
       
    71 LIBRARY         eikcore.lib 
       
    72 LIBRARY         avkon.lib
       
    73 LIBRARY         eikctl.lib
       
    74 LIBRARY         eikcoctl.lib
       
    75 LIBRARY         efsrv.lib
       
    76 LIBRARY         bafl.lib
       
    77 LIBRARY         featmgr.lib
       
    78 LIBRARY         cdlengine.lib
       
    79 LIBRARY         estor.lib
       
    80 LIBRARY         fbscli.lib
       
    81 LIBRARY         aknicon.lib
       
    82 //for handling the Ustring memory leak  
       
    83 LIBRARY         libc.lib
       
    84 LIBRARY         libglib.lib
       
    85 //LIBRARY         alfwidgetmodel.lib
       
    86 LIBRARY         egul.lib 		// CGulIcon
       
    87 LIBRARY         libpthread.lib
       
    88 //LIBRARY         mulutility.lib
       
    89 LIBRARY         commonengine.lib
       
    90 LIBRARY         thumbnailmanager.lib	// Album art
       
    91 
       
    92 LIBRARY         mpxcollectionutility.lib
       
    93 LIBRARY         mpxcommonui.lib
       
    94 LIBRARY         mpxcommon.lib
       
    95 
       
    96 LIBRARY         fepbase.lib               // MCoeFepObserver
       
    97 LIBRARY         aknlayout2scalable.lib
       
    98 LIBRARY         ws32.lib
       
    99 LIBRARY         form.lib
       
   100 #ifdef __HG_COLLECTIONVIEW
       
   101 LIBRARY        	aknskins.lib
       
   102 LIBRARY         ganes.lib
       
   103 LIBRARY        	aknskinsrv.lib
       
   104 LIBRARY         bitgdi.lib
       
   105 #endif //__HG_COLLECTIONVIEW
       
   106 
       
   107 #if defined(ARMCC)
       
   108 deffile ../eabi/ 
       
   109 #elif defined(WINSCW)
       
   110 deffile ../bwinscw/ 
       
   111 #endif
       
   112 
       
   113 // End of File