mpxplugins/serviceplugins/collectionplugins/mpxsqlitedbhgplugin/group/mpxsqlitedbhgplugin.mmp
branchRCL_3
changeset 13 c8156a91d13c
parent 11 943ff5625028
equal deleted inserted replaced
12:171e07ac910f 13:c8156a91d13c
    17 
    17 
    18 
    18 
    19 #include <bldvariant.hrh>
    19 #include <bldvariant.hrh>
    20 #include <data_caging_paths.hrh>
    20 #include <data_caging_paths.hrh>
    21 #include <platform_paths.hrh>
    21 #include <platform_paths.hrh>
       
    22 #include "../../../../../inc/musicplayerbldvariant.hrh"
    22 
    23 
    23 TARGET          mpxsqlitedbhgplugin.dll
    24 TARGET          mpxsqlitedbhgplugin.dll
    24 TARGETTYPE      PLUGIN
    25 TARGETTYPE      PLUGIN
    25 UID             0x10009D8D 0x10207C85
    26 UID             0x10009D8D 0x10207C85
    26 
    27 
    32 MACRO __ENABLE_PODCAST_IN_MUSIC_MENU
    33 MACRO __ENABLE_PODCAST_IN_MUSIC_MENU
    33 #define __ENABLE_PODCAST_IN_MUSIC_MENU
    34 #define __ENABLE_PODCAST_IN_MUSIC_MENU
    34 //MACRO RD_MPX_COLLECTION_CACHE
    35 //MACRO RD_MPX_COLLECTION_CACHE
    35 MACRO __RAMDISK_PERF_ENABLE
    36 MACRO __RAMDISK_PERF_ENABLE
    36 #define __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
    37 
    44 
    38 SOURCEPATH      ../src
    45 SOURCEPATH      ../src
    39 SOURCE          mpxdbplugin.cpp
    46 SOURCE          mpxdbplugin.cpp
    40 SOURCE          mpxdbpluginproxy.cpp
    47 SOURCE          mpxdbpluginproxy.cpp
    41 SOURCE          mpxdbutil.cpp
    48 SOURCE          mpxdbutil.cpp
    51 SOURCE          mpxdbhandler.cpp
    58 SOURCE          mpxdbhandler.cpp
    52 SOURCE          mpxdbartist.cpp
    59 SOURCE          mpxdbartist.cpp
    53 SOURCE          mpxdbalbum.cpp
    60 SOURCE          mpxdbalbum.cpp
    54 SOURCE          mpxdbgenre.cpp
    61 SOURCE          mpxdbgenre.cpp
    55 SOURCE          mpxdbcomposer.cpp
    62 SOURCE          mpxdbcomposer.cpp
       
    63 #ifdef IAD_INCLUDE_ABSTRACTAUDIOALBUM
       
    64 SOURCE          mpxdbabstractalbum.cpp
       
    65 #endif // IAD_INCLUDE_ABSTRACTAUDIOALBUM
    56 
    66 
    57 SOURCEPATH       ../data
    67 SOURCEPATH       ../data
    58 START RESOURCE  mpxcollectiondbhgres.rss
    68 START RESOURCE  mpxcollectiondbhgres.rss
    59 HEADER
    69 HEADER
    60 TARGETPATH      APP_RESOURCE_DIR
    70 TARGETPATH      APP_RESOURCE_DIR
    88 LIBRARY         PlatformEnv.lib
    98 LIBRARY         PlatformEnv.lib
    89 #endif //RD_MULTIPLE_DRIVE
    99 #endif //RD_MULTIPLE_DRIVE
    90 
   100 
    91 LIBRARY         mpxsqlitedbcommon.lib
   101 LIBRARY         mpxsqlitedbcommon.lib
    92 LIBRARY         mpxcommon.lib
   102 LIBRARY         mpxcommon.lib
    93 
   103 #ifdef RD_MPX_TNM_INTEGRATION
       
   104 LIBRARY         thumbnailmanager.lib
       
   105 #endif 
    94 ALWAYS_BUILD_AS_ARM
   106 ALWAYS_BUILD_AS_ARM
    95 OPTION ARMCC -O3 -Otime
   107 OPTION ARMCC -O3 -Otime
    96 
   108 
    97 // End of File
   109 // End of File