equal
deleted
inserted
replaced
|
1 |
|
2 // Copyright (c) 2005-2009 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: |
|
15 // MVSAgents.dll Multimedia Validation Suite Agents |
|
16 // |
|
17 // |
|
18 |
|
19 /** |
|
20 @file |
|
21 */ |
|
22 |
|
23 TARGET mvsagents.dll |
|
24 CAPABILITY ALL -TCB |
|
25 TARGETTYPE dll |
|
26 UID 0x1000008d 0x1028322F |
|
27 VENDORID 0x70000001 |
|
28 |
|
29 |
|
30 USERINCLUDE ../inc |
|
31 |
|
32 OS_LAYER_SYSTEMINCLUDE_SYMBIAN |
|
33 |
|
34 SOURCEPATH ../src |
|
35 SOURCE agentsutility.cpp |
|
36 SOURCE audiorecordagent.cpp |
|
37 SOURCE audioplayagent.cpp |
|
38 SOURCE videoplayagent.cpp |
|
39 SOURCE videorecordagent.cpp |
|
40 |
|
41 LIBRARY euser.lib |
|
42 //LIBRARY apparc.lib |
|
43 //LIBRARY cone.lib |
|
44 LIBRARY efsrv.lib |
|
45 //LIBRARY eikcore.lib |
|
46 //LIBRARY eikdlg.lib |
|
47 //LIBRARY eikcoctl.lib |
|
48 LIBRARY eikfile.lib |
|
49 //LIBRARY eikctl.lib |
|
50 LIBRARY bafl.lib |
|
51 //LIBRARY fbscli.lib |
|
52 //LIBRARY gdi.lib |
|
53 LIBRARY ws32.lib |
|
54 LIBRARY ecam.lib |
|
55 LIBRARY mmfcontrollerframework.lib |
|
56 LIBRARY mediaclientaudio.lib |
|
57 LIBRARY mediaclientvideo.lib |
|
58 LIBRARY egul.lib |
|
59 LIBRARY flogger.lib |
|
60 LIBRARY ecom.lib |
|
61 |
|
62 strictdepend |
|
63 |
|
64 #ifdef SYMBIAN_MULTIMEDIA_SUBTITLE_SUPPORT |
|
65 DEFFILE MVSAgents2.DEF |
|
66 #else |
|
67 DEFFILE MVSAgents.DEF |
|
68 #endif //SYMBIAN_MULTIMEDIA_SUBTITLE_SUPPORT |
|
69 |
|
70 |
|
71 |
|
72 |
|
73 |
|
74 |
|
75 SMPSAFE |