|
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 |
|
93 sourcepath ../laf |
|
94 source BMLayout.cpp |
|
95 source BMLayout2.cpp |
|
96 source BMLayout3.cpp |
|
97 source BMLayout4.cpp |
|
98 source BMLayout6.cpp |
|
99 |
|
100 USERINCLUDE . ../Inc ../Data ../laf ../bmcustomization/inc |
|
101 |
|
102 SYSTEMINCLUDE ../../../inc // s60/app/telephony/inc |
|
103 APP_LAYER_SYSTEMINCLUDE |
|
104 |
|
105 LIBRARY euser.lib cone.lib ws32.lib bmpanim.lib eikcore.lib |
|
106 LIBRARY eikcoctl.lib fbscli.lib bafl.lib |
|
107 LIBRARY commonengine.lib |
|
108 LIBRARY aknskins.lib aknicon.lib avkon.lib |
|
109 LIBRARY numbergrouping.lib |
|
110 LIBRARY featmgr.lib |
|
111 LIBRARY cdlengine.lib |
|
112 LIBRARY aknlayout2scalable.lib |
|
113 LIBRARY gdi.lib |
|
114 LIBRARY bitgdi.lib |
|
115 LIBRARY egul.lib |
|
116 LIBRARY ihl.lib |
|
117 LIBRARY mediaclientvideo.lib |
|
118 LIBRARY efsrv.lib |
|
119 LIBRARY centralrepository.lib |
|
120 #ifdef RD_UI_TRANSITION_EFFECTS_PHASE2 |
|
121 LIBRARY gfxtrans.lib |
|
122 LIBRARY akntransitionutils.lib |
|
123 #endif |
|
124 LIBRARY bmcustomization.lib |
|
125 |
|
126 // End of File |