26
|
1 |
/*
|
|
2 |
* Copyright (c) 2008 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 Music Content Publisher.
|
|
15 |
*
|
|
16 |
*/
|
|
17 |
|
|
18 |
|
|
19 |
|
|
20 |
#include <platform_paths.hrh>
|
|
21 |
#include "../inc/musiccontentpublisheruids.hrh"
|
|
22 |
|
|
23 |
TARGET musiccontentpublisher.dll
|
|
24 |
TARGETTYPE PLUGIN
|
|
25 |
UID 0x10009D8D KMusicContentPublisherDLL
|
|
26 |
|
|
27 |
CAPABILITY CAP_ECOM_PLUGIN
|
|
28 |
VENDORID VID_DEFAULT
|
|
29 |
|
|
30 |
SOURCEPATH ../src
|
|
31 |
SOURCE musiccontentpublisher.cpp
|
|
32 |
SOURCE musiccontentmap.cpp
|
|
33 |
SOURCE proxy.cpp
|
|
34 |
SOURCE pluginmanager.cpp
|
|
35 |
SOURCE mcpharvesterpublisherobserver.cpp
|
|
36 |
USERINCLUDE ../inc
|
|
37 |
|
|
38 |
APP_LAYER_SYSTEMINCLUDE
|
|
39 |
SYSTEMINCLUDE /epoc32/include/ecom
|
|
40 |
USERINCLUDE ../../inc
|
|
41 |
|
|
42 |
SOURCEPATH ../data
|
|
43 |
START RESOURCE musiccontentpublisher.rss
|
|
44 |
HEADER
|
|
45 |
TARGET musiccontentpublisher.rsc
|
|
46 |
TARGETPATH resource/plugins
|
|
47 |
END
|
|
48 |
|
|
49 |
LIBRARY ecom.lib
|
|
50 |
LIBRARY euser.lib
|
|
51 |
LIBRARY liwservicehandler.lib // TLiwVariant
|
|
52 |
LIBRARY fbscli.lib
|
|
53 |
LIBRARY aknskins.lib
|
|
54 |
LIBRARY cone.lib
|
|
55 |
LIBRARY aknicon.lib
|
|
56 |
LIBRARY aknskinsrv.lib
|
|
57 |
LIBRARY efsrv.lib
|
|
58 |
LIBRARY bafl.lib
|
|
59 |
LIBRARY estor.lib
|
|
60 |
|
|
61 |
|
|
62 |
// End of File
|