|
1 /* |
|
2 * Copyright (c) 2002 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 |
|
20 #include <platform_paths.hrh> |
|
21 |
|
22 TARGET VCXTestEcgFileObserver.dll |
|
23 TARGETTYPE dll |
|
24 UID 0x1000008D 0x101FB3E3 |
|
25 |
|
26 #if defined(EKA2) |
|
27 CAPABILITY CAP_GENERAL_DLL |
|
28 /* Remove comments and replace 0x00000000 with correct vendor id */ |
|
29 // VENDORID 0x00000000 |
|
30 /* Remove comments and replace 0x00000000 with correct secure id */ |
|
31 // SECUREID 0x00000000 |
|
32 #endif |
|
33 |
|
34 //TARGETPATH ?target_path |
|
35 DEFFILE VCXTestEcgFileObserver.def |
|
36 |
|
37 SOURCEPATH ../src |
|
38 SOURCE IptvTestEcgFileObserver.cpp |
|
39 SOURCE IptvTestEcgFileObserverBlocks.cpp |
|
40 |
|
41 //RESOURCE resource_file |
|
42 //RESOURCE resource_file2 |
|
43 |
|
44 USERINCLUDE ../inc |
|
45 USERINCLUDE ../../../IptvTestUtility/inc |
|
46 USERINCLUDE ../../../../server/inc |
|
47 USERINCLUDE ../../../../IptvNetworkSelection/inc |
|
48 USERINCLUDE ../../../../../utils/inc |
|
49 USERINCLUDE ../../../../../clientapi/inc |
|
50 USERINCLUDE ../../../../../../inc |
|
51 USERINCLUDE ../../../../../../tsrc/VCXTestcommon/inc |
|
52 |
|
53 |
|
54 APP_LAYER_SYSTEMINCLUDE |
|
55 |
|
56 LIBRARY euser.lib |
|
57 LIBRARY stiftestinterface.lib |
|
58 LIBRARY commdb.lib |
|
59 LIBRARY bafl.lib |
|
60 LIBRARY esock.lib |
|
61 LIBRARY IptvTestUtility.lib |
|
62 LIBRARY VCXTestCommon.lib |
|
63 LIBRARY IptvUtil.lib |
|
64 LIBRARY FLOGGER.lib |
|
65 LIBRARY DownloadMgr.lib |
|
66 LIBRARY efsrv.lib |
|
67 LIBRARY stiftestengine.lib |
|
68 LIBRARY ECom.lib |
|
69 |
|
70 LANG SC |
|
71 |
|
72 /* |
|
73 START WINS |
|
74 ?wins_specific_information |
|
75 END |
|
76 |
|
77 START MARM |
|
78 ?marm_specific_information |
|
79 END |
|
80 */ |
|
81 // Other possible keywords: |
|
82 |
|
83 // DOCUMENT ?file, that is not compiled, but added to MSVC project workspace (i.e. release notes) |
|
84 /* |
|
85 START BITMAP ?target |
|
86 TARGETPATH ?emulated_path_on_target_machine |
|
87 HEADER |
|
88 SOURCE ?color_depth ?source_bitmap |
|
89 END |
|
90 */ |
|
91 // DEFFILE ?filename |
|
92 // AIF ?filename |
|
93 |
|
94 // End of File |