equal
deleted
inserted
replaced
|
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 |
|
24 TARGET musmanagerclient.dll |
|
25 TARGETTYPE dll |
|
26 UID 0x1000008d KMusManagerClientUid |
|
27 |
|
28 EPOCSTACKSIZE 0x8000 |
|
29 |
|
30 CAPABILITY CAP_GENERAL_DLL |
|
31 VENDORID VID_DEFAULT |
|
32 |
|
33 SOURCEPATH ../src |
|
34 SOURCE musmanagerserverstarter.cpp |
|
35 SOURCE musmanager.cpp |
|
36 SOURCE musmanagerimpl.cpp |
|
37 SOURCE musmanagerclientsession.cpp |
|
38 |
|
39 USERINCLUDE ../inc |
|
40 USERINCLUDE ../../mmshshared/inc |
|
41 USERINCLUDE ../../inc |
|
42 USERINCLUDE ../../../inc |
|
43 |
|
44 APP_LAYER_SYSTEMINCLUDE |
|
45 |
|
46 LIBRARY euser.lib |
|
47 LIBRARY flogger.lib |
|
48 LIBRARY featmgr.lib |
|
49 |
|
50 PAGED |