|
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: ?Description* |
|
15 */ |
|
16 |
|
17 |
|
18 |
|
19 #include <platform_paths.hrh> |
|
20 |
|
21 TARGET VCXServiceTest.dll |
|
22 TARGETTYPE dll |
|
23 UID 0x1000008D 0x101FB3E7 |
|
24 |
|
25 |
|
26 #if defined(EKA2) |
|
27 CAPABILITY CAP_GENERAL_DLL |
|
28 /* Remove comments and replace 0x00000000 with correct vendor id */ |
|
29 VENDORID 0x101FB657 |
|
30 /* Remove comments and replace 0x00000000 with correct secure id */ |
|
31 SECUREID 0x102073DB |
|
32 #endif |
|
33 |
|
34 //TARGETPATH ?target_path |
|
35 DEFFILE VCXServiceTest.def |
|
36 |
|
37 SOURCEPATH ../src |
|
38 SOURCE VCXServiceTest.cpp |
|
39 SOURCE VCXServiceTestBlocks.cpp |
|
40 |
|
41 //RESOURCE resource_file |
|
42 //RESOURCE resource_file2 |
|
43 |
|
44 USERINCLUDE ../inc |
|
45 USERINCLUDE ../../../../../inc |
|
46 USERINCLUDE ../../../../utils/inc |
|
47 USERINCLUDE ../../../../clientapi/inc |
|
48 USERINCLUDE ../../../../../tsrc/VCXTestcommon/inc |
|
49 |
|
50 APP_LAYER_SYSTEMINCLUDE |
|
51 |
|
52 LIBRARY euser.lib |
|
53 LIBRARY stiftestinterface.lib |
|
54 LIBRARY FLOGGER.lib |
|
55 LIBRARY IptvClientApi.lib // CIptvService, CIptvServices |
|
56 LIBRARY estor.lib |
|
57 LIBRARY IptvUtil.lib // CIptvIapList |
|
58 |
|
59 LANG SC |
|
60 |
|
61 /* |
|
62 START WINS |
|
63 ?wins_specific_information |
|
64 END |
|
65 |
|
66 START MARM |
|
67 ?marm_specific_information |
|
68 END |
|
69 */ |
|
70 // Other possible keywords: |
|
71 |
|
72 // DOCUMENT ?file, that is not compiled, but added to MSVC project workspace (i.e. release notes) |
|
73 /* |
|
74 START BITMAP ?target |
|
75 TARGETPATH ?emulated_path_on_target_machine |
|
76 HEADER |
|
77 SOURCE ?color_depth ?source_bitmap |
|
78 END |
|
79 */ |
|
80 // DEFFILE ?filename |
|
81 // AIF ?filename |
|
82 |
|
83 // End of File |