mpserviceplugins/mpxsqlitedbhgplugin/group/mpxsqlitedbhgplugin.mmp
changeset 22 ecf06a08d4d9
child 32 c163ef0b758d
equal deleted inserted replaced
20:82baf59ce8dd 22:ecf06a08d4d9
       
     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:  Collection file db plugin project specification
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <bldvariant.hrh>
       
    20 #include <data_caging_paths.hrh>
       
    21 #include <platform_paths.hrh>
       
    22 #include "../../../inc/musicplayerbldvariant.hrh"
       
    23 
       
    24 TARGET          mpxsqlitedbhgplugin.dll
       
    25 TARGETTYPE      PLUGIN
       
    26 UID             0x10009D8D 0x10207C85
       
    27 
       
    28 VENDORID        VID_DEFAULT
       
    29 CAPABILITY      CAP_ECOM_PLUGIN
       
    30 
       
    31 VERSION 15.0
       
    32 
       
    33 MACRO __ENABLE_PODCAST_IN_MUSIC_MENU
       
    34 #define __ENABLE_PODCAST_IN_MUSIC_MENU
       
    35 //MACRO RD_MPX_COLLECTION_CACHE
       
    36 MACRO __RAMDISK_PERF_ENABLE
       
    37 #define __RAMDISK_PERF_ENABLE
       
    38 
       
    39 #ifdef IAD_INCLUDE_ABSTRACTAUDIOALBUM
       
    40 MACRO ABSTRACTAUDIOALBUM_INCLUDED
       
    41 MACRO RD_MPX_TNM_INTEGRATION
       
    42 #define RD_MPX_TNM_INTEGRATION
       
    43 #endif // IAD_INCLUDE_ABSTRACTAUDIOALBUM
       
    44 
       
    45 SOURCEPATH      ../src
       
    46 SOURCE          mpxdbplugin.cpp
       
    47 SOURCE          mpxdbpluginproxy.cpp
       
    48 SOURCE          mpxdbutil.cpp
       
    49 
       
    50 SOURCE          mpxcollectiondbmanager.cpp
       
    51 
       
    52 SOURCE          mpxdbcategory.cpp
       
    53 SOURCE          mpxdbmusic.cpp
       
    54 SOURCE          mpxdbplaylist.cpp
       
    55 SOURCE          mpxdbplaylistsongs.cpp
       
    56 SOURCE          mpxdbauxiliary.cpp
       
    57 SOURCE          mpxdbautoplaylist.cpp
       
    58 SOURCE          mpxdbhandler.cpp
       
    59 SOURCE          mpxdbartist.cpp
       
    60 SOURCE          mpxdbalbum.cpp
       
    61 SOURCE          mpxdbgenre.cpp
       
    62 SOURCE          mpxdbcomposer.cpp
       
    63 #ifdef IAD_INCLUDE_ABSTRACTAUDIOALBUM
       
    64 SOURCE          mpxdbabstractalbum.cpp
       
    65 #endif // IAD_INCLUDE_ABSTRACTAUDIOALBUM
       
    66 
       
    67 SOURCEPATH       ../data
       
    68 START RESOURCE  mpxcollectiondbhgres.rss
       
    69 HEADER
       
    70 TARGETPATH      APP_RESOURCE_DIR
       
    71 LANGUAGE_IDS 
       
    72 END
       
    73 
       
    74 SOURCEPATH      ../data
       
    75 START RESOURCE  10207C85.RSS
       
    76 TARGET          mpxsqlitedbhgplugin.rsc
       
    77 END
       
    78 
       
    79 USERINCLUDE     ../inc
       
    80 USERINCLUDE     ../../inc
       
    81 
       
    82 APP_LAYER_SYSTEMINCLUDE
       
    83 SYSTEMINCLUDE   /epoc32/include/ecom
       
    84 SYSTEMINCLUDE   /epoc32/include/mmf/common
       
    85 
       
    86 LIBRARY         euser.lib
       
    87 LIBRARY         ecom.lib
       
    88 LIBRARY         efsrv.lib
       
    89 LIBRARY         estor.lib
       
    90 LIBRARY         sqldb.lib
       
    91 LIBRARY         bafl.lib
       
    92 LIBRARY         apmime.lib
       
    93 LIBRARY         sysutil.lib
       
    94 #ifdef __MTP_PROTOCOL_SUPPORT
       
    95 LIBRARY         centralrepository.lib
       
    96 #endif
       
    97 #ifdef RD_MULTIPLE_DRIVE
       
    98 LIBRARY         PlatformEnv.lib
       
    99 #endif //RD_MULTIPLE_DRIVE
       
   100 
       
   101 LIBRARY         mpxsqlitedbcommon.lib
       
   102 LIBRARY         mpxcommon.lib
       
   103 #ifdef RD_MPX_TNM_INTEGRATION
       
   104 LIBRARY         thumbnailmanager.lib
       
   105 #endif 
       
   106 ALWAYS_BUILD_AS_ARM
       
   107 OPTION ARMCC -O3 -Otime
       
   108 
       
   109 // End of File