|
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 "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: Test module to implement Startup trigger creation related test cases |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 |
|
20 |
|
21 #if defined(__SERIES60_) && defined(EKA2) |
|
22 |
|
23 #ifndef __SERIES60_30__ |
|
24 // To get the OS_LAYER_SYSTEMINCLUDE-definition |
|
25 #include <platform_paths.hrh> |
|
26 #endif |
|
27 |
|
28 #endif |
|
29 |
|
30 TARGET createstartuptrigger.dll |
|
31 TARGETTYPE dll |
|
32 UID 0x1000008D 0x2001FDC6 |
|
33 |
|
34 #if defined(EKA2) |
|
35 CAPABILITY ALL -TCB |
|
36 /* Remove comments and replace 0x00000000 with correct vendor id */ |
|
37 // VENDORID 0x00000000 |
|
38 /* Remove comments and replace 0x00000000 with correct secure id */ |
|
39 // SECUREID 0x00000000 |
|
40 #endif |
|
41 |
|
42 //TARGETPATH ?target_path |
|
43 DEFFILE createstartuptrigger.def |
|
44 |
|
45 SOURCEPATH ../src |
|
46 |
|
47 SOURCE createstartuptrigger.cpp |
|
48 SOURCE createstartuptriggerBlocks.cpp |
|
49 SOURCE ../../src/MyObserver.cpp |
|
50 |
|
51 //RESOURCE resource_file |
|
52 //RESOURCE resource_file2 |
|
53 |
|
54 USERINCLUDE ../inc |
|
55 USERINCLUDE ../../inc |
|
56 |
|
57 OS_LAYER_SYSTEMINCLUDE |
|
58 MW_LAYER_SYSTEMINCLUDE |
|
59 #if defined(__SERIES60_) && defined(EKA2) |
|
60 |
|
61 #ifndef __SERIES60_30__ |
|
62 OS_LAYER_SYSTEMINCLUDE |
|
63 #endif |
|
64 |
|
65 #endif |
|
66 |
|
67 LIBRARY euser.lib |
|
68 LIBRARY stiftestinterface.lib |
|
69 LIBRARY lbt.lib |
|
70 LIBRARY lbs.lib |
|
71 LANG SC |
|
72 |
|
73 /* |
|
74 START WINS |
|
75 ?wins_specific_information |
|
76 END |
|
77 |
|
78 START MARM |
|
79 ?marm_specific_information |
|
80 END |
|
81 */ |
|
82 // Other possible keywords: |
|
83 |
|
84 // DOCUMENT ?file, that is not compiled, but added to MSVC project workspace (i.e. release notes) |
|
85 /* |
|
86 START BITMAP ?target |
|
87 TARGETPATH ?emulated_path_on_target_machine |
|
88 HEADER |
|
89 SOURCE ?color_depth ?source_bitmap |
|
90 END |
|
91 */ |
|
92 // DEFFILE ?filename |
|
93 // AIF ?filename |
|
94 |
|
95 |
|
96 SMPSAFE |
|
97 |
|
98 // End of File |