|
1 /* |
|
2 * Copyright (c) 2002 - 2007 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 #if defined(__S60_) |
|
20 // To get the MW_LAYER_SYSTEMINCLUDE-definition |
|
21 #include <platform_paths.hrh> |
|
22 #include <platform/mw/Browser_platform_variant.hrh> |
|
23 #endif |
|
24 |
|
25 TARGET WebUtilsBCTest.dll |
|
26 TARGETTYPE dll |
|
27 UID 0x1000008D 0x101FB3E7 |
|
28 |
|
29 CAPABILITY ALL -TCB |
|
30 /* Remove comments and replace 0x00000000 with correct vendor id */ |
|
31 // VENDORID 0x00000000 |
|
32 /* Remove comments and replace 0x00000000 with correct secure id */ |
|
33 // SECUREID 0x00000000 |
|
34 |
|
35 //TARGETPATH ?target_path |
|
36 DEFFILE WebUtilsBCTest.def |
|
37 |
|
38 SOURCEPATH ../src |
|
39 SOURCE WebUtilsBCTest.cpp |
|
40 SOURCE WebUtilsBCTestCases.cpp |
|
41 |
|
42 //RESOURCE resource_file |
|
43 //RESOURCE resource_file2 |
|
44 |
|
45 USERINCLUDE ../inc |
|
46 |
|
47 #if defined(__S60_) |
|
48 MW_LAYER_SYSTEMINCLUDE |
|
49 #else |
|
50 MW_LAYER_SYSTEMINCLUDE |
|
51 SYSTEMINCLUDE MW_LAYER_PUBLIC_EXPORT_PATH(internal) |
|
52 #endif |
|
53 |
|
54 LIBRARY euser.lib |
|
55 LIBRARY stiftestinterface.lib |
|
56 LIBRARY stiftestinterface.lib |
|
57 LIBRARY webutils.lib |
|
58 LIBRARY Centralrepository.lib |
|
59 |
|
60 LANGUAGE_IDS |
|
61 |
|
62 /* |
|
63 START WINS |
|
64 ?wins_specific_information |
|
65 END |
|
66 |
|
67 START MARM |
|
68 ?marm_specific_information |
|
69 END |
|
70 */ |
|
71 // Other possible keywords: |
|
72 |
|
73 // DOCUMENT ?file, that is not compiled, but added to MSVC project workspace (i.e. release notes) |
|
74 /* |
|
75 START BITMAP ?target |
|
76 TARGETPATH ?emulated_path_on_target_machine |
|
77 HEADER |
|
78 SOURCE ?color_depth ?source_bitmap |
|
79 END |
|
80 */ |
|
81 // DEFFILE ?filename |
|
82 // AIF ?filename// End of File |