author | Mikko Sunikka <mikko.sunikka@nokia.com> |
Fri, 06 Nov 2009 13:05:00 +0200 | |
changeset 19 | 8d692d9f828f |
parent 12 | f4292e0e20df |
child 26 | 5d0ec8b709be |
permissions | -rw-r--r-- |
5 | 1 |
/* |
2 |
* Copyright (c) 2007-2007 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 the License "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: Project definition file for Media Management SAPI |
|
15 |
* |
|
16 |
*/ |
|
17 |
||
18 |
#include "../../../group/sapiincludes.mmpi" |
|
19 |
||
20 |
TARGET mediamanagementservice.dll |
|
21 |
TARGETTYPE DLL |
|
22 |
UID 0x100039CE 0x102833AC |
|
23 |
SECUREID 0x102833AC |
|
24 |
EPOCSTACKSIZE 0x5000 |
|
25 |
||
26 |
DEFFILE mediamanagementservice.def |
|
27 |
||
12
f4292e0e20df
Revision: 200937
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
10
diff
changeset
|
28 |
VERSION 1.1 |
5 | 29 |
|
30 |
CAPABILITY ALL -TCB |
|
31 |
VENDORID VID_DEFAULT |
|
32 |
||
33 |
SOURCEPATH ../src |
|
34 |
SOURCE mgservice.cpp |
|
35 |
SOURCE mgpostfilter.cpp |
|
10
fc9cf246af83
Revision: 200931
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
5
diff
changeset
|
36 |
SOURCE mgclfoperationobserver.cpp |
fc9cf246af83
Revision: 200931
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
5
diff
changeset
|
37 |
SOURCE mgthumbobserver.cpp |
fc9cf246af83
Revision: 200931
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
5
diff
changeset
|
38 |
SOURCE mgthumbnailgeneration.cpp |
fc9cf246af83
Revision: 200931
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
5
diff
changeset
|
39 |
SOURCE mgmresolution.cpp |
fc9cf246af83
Revision: 200931
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
5
diff
changeset
|
40 |
SOURCE mgimageresolution.cpp |
fc9cf246af83
Revision: 200931
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
5
diff
changeset
|
41 |
SOURCE mgvideoresolution.cpp |
fc9cf246af83
Revision: 200931
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
5
diff
changeset
|
42 |
SOURCE mgmediacontainer.cpp |
fc9cf246af83
Revision: 200931
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
5
diff
changeset
|
43 |
SOURCE asynchrequestmanager.cpp |
5 | 44 |
|
45 |
||
46 |
USERINCLUDE ../inc |
|
47 |
||
48 |
||
49 |
||
50 |
LIBRARY euser.lib |
|
51 |
LIBRARY estor.lib |
|
52 |
LIBRARY efsrv.lib |
|
53 |
LIBRARY estlib.lib |
|
54 |
LIBRARY cntmodel.lib |
|
55 |
LIBRARY ContentListingFramework.lib |
|
56 |
LIBRARY thumbnailmanager.lib // For TNM |
|
57 |
LIBRARY imageconversion.lib // For image resolution |
|
58 |
LIBRARY fbscli.lib // CFbsBitmap |
|
59 |
LIBRARY mediaclientvideo.lib // For CVideoPlayerUtility |
|
60 |
LIBRARY ws32.lib // |
|
61 |
LIBRARY cone.lib // For CoeCntrl |
|
62 |
LIBRARY apgrfx.lib // for RApaLsSession |
|
63 |
LIBRARY apmime.lib // TDataRecognitionResult |
|
64 |
||
65 |
paged |