62
|
1 |
/*
|
|
2 |
* Copyright (c) 2002-2005 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: This is project specification file for the Bubblemanager.
|
|
15 |
*
|
|
16 |
*/
|
|
17 |
|
|
18 |
|
|
19 |
#include <data_caging_paths.hrh>
|
|
20 |
#include <platform_paths.hrh>
|
|
21 |
|
|
22 |
// Capability assignment.
|
|
23 |
CAPABILITY CAP_GENERAL_DLL
|
|
24 |
|
|
25 |
// Assign Vendor ID.
|
|
26 |
VENDORID VID_DEFAULT
|
|
27 |
|
|
28 |
TARGET bubblemanager.dll
|
|
29 |
TARGETTYPE dll
|
|
30 |
UID 0x1000008d 0x100058FF
|
|
31 |
|
|
32 |
START RESOURCE ../Data/BubbleManager.rss
|
|
33 |
HEADER
|
|
34 |
TARGETPATH RESOURCE_FILES_DIR
|
|
35 |
LANGUAGE_IDS
|
|
36 |
END // RESOURCE
|
|
37 |
|
|
38 |
sourcepath ../Src
|
|
39 |
source BMBubbleManager.cpp
|
|
40 |
source BMCallHeader.cpp
|
|
41 |
source BMBubblePlace.cpp
|
|
42 |
source BMBubbleOutlookBottom.cpp
|
|
43 |
source BMBubbleImageManager.cpp
|
|
44 |
source BMConfHeader.cpp
|
|
45 |
source BMBubbleHeader.cpp
|
|
46 |
source BMBubbleOutlook.cpp
|
|
47 |
source BMConfPane.cpp
|
|
48 |
source BMBubbleOutlookBottomRight.cpp
|
|
49 |
source BMBubbleOutlookMiddle.cpp
|
|
50 |
source BMBubbleOutlookTopLeft.cpp
|
|
51 |
source BMBubbleOutlookTopRight.cpp
|
|
52 |
source BMBubbleOutlookConference.cpp
|
|
53 |
source BMBubbleOutlookNE.cpp
|
|
54 |
source BMBubbleOutlookHide.cpp
|
|
55 |
source BMUtils.cpp
|
|
56 |
source BMPanic.cpp
|
|
57 |
source BMResourceManager.cpp
|
|
58 |
source BMBubbleOutlookTwoLined.cpp
|
|
59 |
source BMBubbleOutlookOneLined.cpp
|
|
60 |
source BMBubbleOutlookThreeLined.cpp
|
|
61 |
source BMBubbleOutlookMiddleCnap.cpp
|
|
62 |
source BMBubbleOutlookBottomCnap.cpp
|
|
63 |
source BMBubbleImage.cpp
|
|
64 |
source BMBubbleSkinBitmap.cpp
|
|
65 |
source BMBubbleOutlookFiveLined.cpp
|
|
66 |
source BMBubbleOutlookBottomText.cpp
|
|
67 |
source BMBubbleOutlookBottomImage.cpp
|
|
68 |
source BMCallObjectManager.cpp
|
|
69 |
source BMCallObjectUtils.cpp
|
|
70 |
source BMMediaReaderFactory.cpp
|
|
71 |
source BMMediaReader.cpp
|
|
72 |
source BMImageReader.cpp
|
|
73 |
source BMBubbleOutlookVideo.cpp
|
|
74 |
source BMBubbleOutlookVideoCnap.cpp
|
|
75 |
source BMVideoController.cpp
|
|
76 |
source BMBubbleVideoContainer.cpp
|
|
77 |
source BMVideoPlayer.cpp
|
|
78 |
source BMBubbleOutlookBottomRiCnap.cpp
|
|
79 |
source BMBubbleOutlookBottomImCnap.cpp
|
|
80 |
source BMTouchPane.cpp
|
|
81 |
source BMCustomManager.cpp
|
|
82 |
source BMDefaultManager.cpp
|
|
83 |
source BMCallStatusIndi.cpp
|
|
84 |
source BMCallStatusIndiBig.cpp
|
|
85 |
source BMCallStatusIndiSmall.cpp
|
|
86 |
source BMCallStatusAnim.cpp
|
|
87 |
source BMCallStatusAnimBig.cpp
|
|
88 |
source BMCallStatusAnimSmall.cpp
|
|
89 |
source BMNumberTypeIcon.cpp
|
|
90 |
source BMMainPaneControl.cpp
|
|
91 |
source BMTouchPaneButton.cpp
|
|
92 |
SOURCE telbubbleimagescaler.cpp
|
|
93 |
|
|
94 |
sourcepath ../laf
|
|
95 |
source BMLayout.cpp
|
|
96 |
source BMLayout2.cpp
|
|
97 |
source BMLayout3.cpp
|
|
98 |
source BMLayout4.cpp
|
|
99 |
source BMLayout6.cpp
|
|
100 |
|
|
101 |
USERINCLUDE . ../Inc ../Data ../laf ../bmcustomization/inc
|
|
102 |
|
|
103 |
SYSTEMINCLUDE ../../../inc // s60/app/telephony/inc
|
|
104 |
APP_LAYER_SYSTEMINCLUDE
|
|
105 |
|
|
106 |
LIBRARY euser.lib cone.lib ws32.lib bmpanim.lib eikcore.lib
|
|
107 |
LIBRARY eikcoctl.lib fbscli.lib bafl.lib
|
|
108 |
LIBRARY commonengine.lib
|
|
109 |
LIBRARY aknskins.lib aknicon.lib avkon.lib
|
|
110 |
LIBRARY numbergrouping.lib
|
|
111 |
LIBRARY featmgr.lib
|
|
112 |
LIBRARY cdlengine.lib
|
|
113 |
LIBRARY aknlayout2scalable.lib
|
|
114 |
LIBRARY gdi.lib
|
|
115 |
LIBRARY bitgdi.lib
|
|
116 |
LIBRARY egul.lib
|
|
117 |
LIBRARY ihl.lib
|
|
118 |
LIBRARY mediaclientvideo.lib
|
|
119 |
LIBRARY efsrv.lib
|
|
120 |
LIBRARY centralrepository.lib
|
|
121 |
#ifdef RD_UI_TRANSITION_EFFECTS_PHASE2
|
|
122 |
LIBRARY gfxtrans.lib
|
|
123 |
LIBRARY akntransitionutils.lib
|
|
124 |
#endif
|
|
125 |
LIBRARY bmcustomization.lib
|
|
126 |
LIBRARY bitmaptransforms.lib
|
|
127 |
// End of File
|