|
1 /* |
|
2 * Copyright (c) 2002-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: Ringing Tone plug-in for playing 3D ringing tones. |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 #include <data_caging_paths.hrh> |
|
20 #include <platform_paths.hrh> |
|
21 |
|
22 //OPTION ARMCC --interleave |
|
23 |
|
24 |
|
25 TARGET RingingTone3DPlugin.dll |
|
26 TARGETTYPE PLUGIN |
|
27 UID 0x10009D8D 0x10208ADF // last uid is dll uid |
|
28 |
|
29 CAPABILITY CAP_ECOM_PLUGIN |
|
30 VENDORID VID_DEFAULT |
|
31 |
|
32 SOURCEPATH ../src |
|
33 SOURCE C3DAudioPattern.cpp |
|
34 SOURCE C3DAudioTimeOutTimer.cpp |
|
35 SOURCE CRingingTone3DPlugin.cpp |
|
36 SOURCE CRingingTone3DPluginImplementationTable.cpp |
|
37 SOURCE C3DAudioXMLParser.cpp |
|
38 |
|
39 |
|
40 //ECOM resource definition |
|
41 START RESOURCE 10208adf.rss |
|
42 TARGET RingingTone3DPlugin.rsc |
|
43 TARGETPATH ECOM_RESOURCE_DIR |
|
44 END // ECOM resource definition |
|
45 |
|
46 //START RESOURCE RingingTone3DPlugin.rss |
|
47 //HEADER |
|
48 //TARGETPATH RESOURCE_FILES_DIR |
|
49 //LANG SC |
|
50 //END |
|
51 |
|
52 USERINCLUDE ../inc |
|
53 |
|
54 APP_LAYER_SYSTEMINCLUDE |
|
55 SYSTEMINCLUDE /epoc32/include/ecom |
|
56 |
|
57 |
|
58 LIBRARY euser.lib |
|
59 LIBRARY ecom.lib |
|
60 LIBRARY DopplerBase.lib |
|
61 LIBRARY SourceDopplerEffect.lib |
|
62 LIBRARY EnvironmentalReverbUtility.lib |
|
63 LIBRARY LocationBase.lib |
|
64 LIBRARY SourceLocationEffect.lib |
|
65 LIBRARY ListenerLocationEffect.lib |
|
66 LIBRARY StereoWideningEffect.lib |
|
67 LIBRARY centralrepository.lib |
|
68 LIBRARY estor.lib |
|
69 LIBRARY efsrv.lib |
|
70 LIBRARY xmlframework.lib // Xml::CParser |
|
71 LIBRARY bafl.lib // RString |
|
72 LIBRARY profileeng.lib // Profile Engine |
|
73 LIBRARY ProfileEngine.lib // Profile engine wrapper api |
|
74 |
|
75 LIBRARY DrmAudioPlayUtility.lib |
|
76 |
|
77 #ifdef RD_VIDEO_AS_RINGING_TONE |
|
78 LIBRARY mediaclientvideo.lib |
|
79 #endif |
|
80 |
|
81 LIBRARY PlatformEnv.lib // DriveInfo |
|
82 |
|
83 DEBUGLIBRARY flogger.lib |
|
84 |