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