mpxplugins/serviceplugins/collectionplugins/mpxsqlitedbhgplugin/group/mpxsqlitedbhgplugin.mmp
changeset 0 ff3acec5bc43
child 9 13afc0e517bd
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:  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 
       
    23 TARGET          mpxsqlitedbhgplugin.dll
       
    24 TARGETTYPE      PLUGIN
       
    25 UID             0x10009D8D 0x10207C85
       
    26 
       
    27 VENDORID        VID_DEFAULT
       
    28 CAPABILITY      CAP_ECOM_PLUGIN
       
    29 
       
    30 VERSION 15.0
       
    31 
       
    32 MACRO __ENABLE_PODCAST_IN_MUSIC_MENU
       
    33 #define __ENABLE_PODCAST_IN_MUSIC_MENU
       
    34 //MACRO RD_MPX_COLLECTION_CACHE
       
    35 
       
    36 SOURCEPATH      ../src
       
    37 SOURCE          mpxdbplugin.cpp
       
    38 SOURCE          mpxdbpluginproxy.cpp
       
    39 SOURCE          mpxdbutil.cpp
       
    40 
       
    41 SOURCE          mpxcollectiondbmanager.cpp
       
    42 
       
    43 SOURCE          mpxdbcategory.cpp
       
    44 SOURCE          mpxdbmusic.cpp
       
    45 SOURCE          mpxdbplaylist.cpp
       
    46 SOURCE          mpxdbplaylistsongs.cpp
       
    47 SOURCE          mpxdbauxiliary.cpp
       
    48 SOURCE          mpxdbautoplaylist.cpp
       
    49 SOURCE          mpxdbhandler.cpp
       
    50 SOURCE          mpxdbartist.cpp
       
    51 SOURCE          mpxdbalbum.cpp
       
    52 SOURCE          mpxdbgenre.cpp
       
    53 SOURCE          mpxdbcomposer.cpp
       
    54 
       
    55 SOURCEPATH       ../data
       
    56 START RESOURCE  mpxcollectiondbhgres.rss
       
    57 HEADER
       
    58 TARGETPATH      APP_RESOURCE_DIR
       
    59 LANGUAGE_IDS 
       
    60 END
       
    61 
       
    62 SOURCEPATH      ../data
       
    63 START RESOURCE  10207C85.RSS
       
    64 TARGET          mpxsqlitedbhgplugin.rsc
       
    65 END
       
    66 
       
    67 USERINCLUDE     ../inc
       
    68 USERINCLUDE     ../../inc
       
    69 
       
    70 APP_LAYER_SYSTEMINCLUDE
       
    71 SYSTEMINCLUDE   /epoc32/include/ecom
       
    72 SYSTEMINCLUDE   /epoc32/include/mmf/common
       
    73 
       
    74 LIBRARY         euser.lib
       
    75 LIBRARY         ecom.lib
       
    76 LIBRARY         efsrv.lib
       
    77 LIBRARY         estor.lib
       
    78 LIBRARY         sqldb.lib
       
    79 LIBRARY         bafl.lib
       
    80 LIBRARY         apmime.lib
       
    81 LIBRARY         sysutil.lib
       
    82 #ifdef __MTP_PROTOCOL_SUPPORT
       
    83 LIBRARY         centralrepository.lib
       
    84 #endif
       
    85 #ifdef RD_MULTIPLE_DRIVE
       
    86 LIBRARY         PlatformEnv.lib
       
    87 #endif //RD_MULTIPLE_DRIVE
       
    88 
       
    89 LIBRARY         mpxsqlitedbcommon.lib
       
    90 LIBRARY         mpxcommon.lib
       
    91 
       
    92 // End of File