Update contrib.
2 * Copyright (c) 1997-2009 Nokia Corporation and/or its subsidiary(-ies).
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".
9 * Initial Contributors:
10 * Nokia Corporation - initial contribution.
20 #include <techview/eikon.rh>
25 LTEXT splash_exe = ""; // No translation
33 LTEXT path =""; // No translation
34 LTEXT winspath =""; // Only used with ECmdLnArgExecutableType on WINS
35 LTEXT args =""; // Command line arguments, Only used with ECmdLnArgExecutableType
36 LONG stackSize = 0; // Only used with ECmdLnArgExecutableType on WINS (0=default)
37 LONG minHeapSize = 0; // Only used with ECmdLnArgExecutableType on WINS (0=default)
38 LONG maxHeapSize = 0x400000;// Only used with ECmdLnArgExecutableType on WINS
41 WORD viewless = 0; // 1 would start this app in viewless mode
42 WORD boot_type = EBothBootType;
45 STRUCT STARTUP_EXTRAS_ITEM
48 LTEXT path =""; // No translation
49 LTEXT winspath =""; // Only used with ECmdLnArgExecutableType on WINS
50 LTEXT args =""; // Command line arguments, Only used with ECmdLnArgExecutableType
51 LONG stackSize = 0; // Only used with ECmdLnArgExecutableType on WINS (0=default)
52 LONG minHeapSize = 0; // Only used with ECmdLnArgExecutableType on WINS (0=default)
53 LONG maxHeapSize = 0x400000;// Only used with ECmdLnArgExecutableType on WINS
55 WORD viewless = 0; // 1 would start this app in viewless mode
56 WORD boot_type = EBothBootType;
59 RESOURCE STUBPARAMS r_app_start_params
61 splash_exe = "Z:\\SYSTEM\\PROGRAMS\\SPLASH"; // No translation of path
62 apps_list_id = r_startup_list;
63 exe_list_id = r_start_extras_list;
66 RESOURCE ARRAY r_startup_list //Needed before the splashscreen is removed
72 path = "Z:\\System\\Libs\\InstRec"; // No translation of path
73 boot_type = EExecutableType;
77 uid = 0x10003A5D; // No translation of uid
80 boot_type = EApplicationType;
85 path = "Z:\\System\\Libs\\watcher"; // No translation of path
86 boot_type = EExecutableType;
92 RESOURCE ARRAY r_start_extras_list
98 path = "Z:\\System\\Programs\\DefaultFileInit"; // No translation of path
99 boot_type = EExecutableType;
104 winspath = "JavaAMS";
105 boot_type = ECmdLnArgExecutableType;
109 #ifndef __MINI_BUILD__
111 { // IR default listener (Beamer)
112 uid = 0x10005fd5; // No translation of uid
115 boot_type = EApplicationType;
118 This is left as an example how applications are added in startup list of extra applications.