1 /* |
|
2 * Copyright (c) 2006-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: Definition of project MultimediaSharing for S60 3.2 |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 #include <platform_paths.hrh> |
|
20 #include <data_caging_paths.hrh> |
|
21 |
|
22 #include "../../../inc/musuid.hrh" |
|
23 #include "../../../inc/musversionnumbers.h" |
|
24 |
|
25 TARGET musmanagerserver.exe |
|
26 TARGETTYPE EXE |
|
27 UID 0x1000008d KMusManagerServerUid |
|
28 |
|
29 CAPABILITY CAP_SERVER |
|
30 VENDORID VID_DEFAULT |
|
31 VERSION KMusBinaryVersionNumber |
|
32 |
|
33 SOURCEPATH ../src |
|
34 SOURCE musmanagerserver.cpp |
|
35 SOURCE musmanagerservercore.cpp |
|
36 SOURCE musmanagerserveritcutility.cpp |
|
37 SOURCE musmanagerservermain.cpp |
|
38 SOURCE musmanagerserversession.cpp |
|
39 SOURCE musmanagerserverclosetimer.cpp |
|
40 SOURCE musavailabilitypluginmanager.cpp |
|
41 SOURCE musapplicationmanager.cpp |
|
42 |
|
43 USERINCLUDE ../inc |
|
44 USERINCLUDE ../../mmshshared/inc |
|
45 USERINCLUDE ../../inc |
|
46 USERINCLUDE ../../../inc |
|
47 |
|
48 |
|
49 APP_LAYER_SYSTEMINCLUDE |
|
50 |
|
51 LIBRARY apparc.lib |
|
52 LIBRARY apgrfx.lib |
|
53 LIBRARY bafl.lib |
|
54 LIBRARY ecom.lib |
|
55 LIBRARY euser.lib |
|
56 LIBRARY flogger.lib |
|
57 LIBRARY ws32.lib |
|
58 LIBRARY musindicator.lib |
|
59 |
|
60 PAGED |
|