|
26
|
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 mpxsqlitedbplugin.dll
|
|
|
24 |
TARGETTYPE PLUGIN
|
|
|
25 |
UID 0x10009D8D 0x101FFC3E
|
|
|
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 |
MACRO __RAMDISK_PERF_ENABLE
|
|
|
36 |
#define __RAMDISK_PERF_ENABLE
|
|
|
37 |
|
|
|
38 |
SOURCEPATH ../src
|
|
|
39 |
SOURCE mpxdbplugin.cpp
|
|
|
40 |
SOURCE mpxdbpluginproxy.cpp
|
|
|
41 |
SOURCE mpxdbutil.cpp
|
|
|
42 |
|
|
|
43 |
SOURCE mpxcollectiondbmanager.cpp
|
|
|
44 |
|
|
|
45 |
SOURCE mpxdbcategory.cpp
|
|
|
46 |
SOURCE mpxdbmusic.cpp
|
|
|
47 |
SOURCE mpxdbplaylist.cpp
|
|
|
48 |
SOURCE mpxdbplaylistsongs.cpp
|
|
|
49 |
SOURCE mpxdbauxiliary.cpp
|
|
|
50 |
SOURCE mpxdbautoplaylist.cpp
|
|
|
51 |
SOURCE mpxdbhandler.cpp
|
|
|
52 |
SOURCE mpxdbartist.cpp
|
|
|
53 |
SOURCE mpxdbalbum.cpp
|
|
|
54 |
SOURCE mpxdbgenre.cpp
|
|
|
55 |
SOURCE mpxdbcomposer.cpp
|
|
|
56 |
|
|
|
57 |
SOURCEPATH ../data
|
|
|
58 |
START RESOURCE mpxcollectiondbres.rss
|
|
|
59 |
HEADER
|
|
|
60 |
TARGETPATH APP_RESOURCE_DIR
|
|
|
61 |
LANGUAGE_IDS
|
|
|
62 |
END
|
|
|
63 |
|
|
|
64 |
SOURCEPATH ../data
|
|
|
65 |
START RESOURCE 101FFC3E.RSS
|
|
|
66 |
TARGET mpxsqlitedbplugin.rsc
|
|
|
67 |
END
|
|
|
68 |
|
|
|
69 |
USERINCLUDE ../inc
|
|
|
70 |
USERINCLUDE ../../inc
|
|
|
71 |
|
|
|
72 |
APP_LAYER_SYSTEMINCLUDE
|
|
|
73 |
SYSTEMINCLUDE /epoc32/include/ecom
|
|
|
74 |
SYSTEMINCLUDE /epoc32/include/mmf/common
|
|
|
75 |
|
|
|
76 |
LIBRARY euser.lib
|
|
|
77 |
LIBRARY ecom.lib
|
|
|
78 |
LIBRARY efsrv.lib
|
|
|
79 |
LIBRARY estor.lib
|
|
|
80 |
LIBRARY sqldb.lib
|
|
|
81 |
LIBRARY bafl.lib
|
|
|
82 |
LIBRARY apmime.lib
|
|
|
83 |
LIBRARY sysutil.lib
|
|
|
84 |
#ifdef __MTP_PROTOCOL_SUPPORT
|
|
|
85 |
LIBRARY centralrepository.lib
|
|
|
86 |
#endif
|
|
|
87 |
#ifdef RD_MULTIPLE_DRIVE
|
|
|
88 |
LIBRARY PlatformEnv.lib
|
|
|
89 |
#endif //RD_MULTIPLE_DRIVE
|
|
|
90 |
|
|
|
91 |
LIBRARY mpxsqlitedbcommon.lib
|
|
|
92 |
LIBRARY mpxcommon.lib
|
|
|
93 |
|
|
|
94 |
// End of File
|