|
1 /* |
|
2 * Copyright (c) 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 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: |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 #include <platform_paths.hrh> |
|
20 |
|
21 TARGET VCXTestMyVideosCollectionClient.dll |
|
22 TARGETTYPE dll |
|
23 UID 0x1000008D 0x101FB3E3 |
|
24 |
|
25 CAPABILITY ALL -TCB |
|
26 /* Remove comments and replace 0x00000000 with correct vendor id */ |
|
27 // VENDORID 0x00000000 |
|
28 /* Remove comments and replace 0x00000000 with correct secure id */ |
|
29 // SECUREID 0x00000000 |
|
30 |
|
31 //TARGETPATH ?target_path |
|
32 DEFFILE VCXTestMyVideosCollectionClient.def |
|
33 |
|
34 USERINCLUDE ../inc |
|
35 USERINCLUDE ../../VCXTestCommon/inc |
|
36 |
|
37 SYSTEMINCLUDE /Epoc32/include/ecom |
|
38 APP_LAYER_SYSTEMINCLUDE |
|
39 |
|
40 SOURCEPATH ../src |
|
41 |
|
42 SOURCE VCXTestMyVideosCollectionClient.cpp |
|
43 |
|
44 LIBRARY euser.lib |
|
45 LIBRARY stiftestinterface.lib |
|
46 LIBRARY stiftestengine.lib |
|
47 LIBRARY mpxcommon.lib |
|
48 LIBRARY mpxcollectionutility.lib |
|
49 LIBRARY estor.lib |
|
50 LIBRARY VCXTestCommon.lib |
|
51 LIBRARY FLOGGER.lib |
|
52 LIBRARY efsrv.lib |
|
53 LIBRARY bafl.lib |
|
54 LIBRARY edbms.lib // rdbstoredatabase |
|
55 LIBRARY centralrepository.lib |
|
56 LIBRARY mediatorclient.lib |
|
57 |
|
58 LIBRARY contextengine.lib |
|
59 LIBRARY contextplugininterface.lib |
|
60 LIBRARY harvesterplugininterface.lib |
|
61 LIBRARY mdeclient.lib |
|
62 LIBRARY mdccommon.lib |
|
63 LIBRARY harvestercommon.lib |
|
64 LIBRARY harvesterdata.lib |
|
65 LIBRARY harvesterclient.lib |
|
66 |
|
67 LANG SC |
|
68 |
|
69 // End of File |