xref: /AOO41X/main/scp2/source/ooo/profileitem_ooo.scp (revision ca62e2c2083b5d0995f1245bad6c2edfb455fbec)
1022bd5b4SAndrew Rist/**************************************************************
2cdf0e10cSrcweir *
3022bd5b4SAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one
4022bd5b4SAndrew Rist * or more contributor license agreements.  See the NOTICE file
5022bd5b4SAndrew Rist * distributed with this work for additional information
6022bd5b4SAndrew Rist * regarding copyright ownership.  The ASF licenses this file
7022bd5b4SAndrew Rist * to you under the Apache License, Version 2.0 (the
8022bd5b4SAndrew Rist * "License"); you may not use this file except in compliance
9022bd5b4SAndrew Rist * with the License.  You may obtain a copy of the License at
10cdf0e10cSrcweir *
11022bd5b4SAndrew Rist *   http://www.apache.org/licenses/LICENSE-2.0
12cdf0e10cSrcweir *
13022bd5b4SAndrew Rist * Unless required by applicable law or agreed to in writing,
14022bd5b4SAndrew Rist * software distributed under the License is distributed on an
15022bd5b4SAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16022bd5b4SAndrew Rist * KIND, either express or implied.  See the License for the
17022bd5b4SAndrew Rist * specific language governing permissions and limitations
18022bd5b4SAndrew Rist * under the License.
19cdf0e10cSrcweir *
20022bd5b4SAndrew Rist *************************************************************/
21022bd5b4SAndrew Rist
22022bd5b4SAndrew Rist
23cdf0e10cSrcweir
24cdf0e10cSrcweir#include "macros.inc"
25cdf0e10cSrcweir
26cdf0e10cSrcweirProfileItem gid_Profileitem_Setup_Uno_Java_Comppath
27cdf0e10cSrcweir    ProfileID = gid_Profile_Setup_Ini;
28cdf0e10cSrcweir    ModuleID = gid_Module_Root;
29cdf0e10cSrcweir    Section = "Bootstrap";
30cdf0e10cSrcweir    Order = 1;
31cdf0e10cSrcweir    Key = "UNO_JAVA_COMPPATH";
32cdf0e10cSrcweir    Value = "$ORIGIN/classes";
33cdf0e10cSrcweirEnd
34cdf0e10cSrcweir
35cdf0e10cSrcweirProfileItem gid_Profileitem_Setup_Uno_Services
36cdf0e10cSrcweir    ProfileID = gid_Profile_Setup_Ini;
37cdf0e10cSrcweir    ModuleID = gid_Module_Root;
38cdf0e10cSrcweir    Section = "Bootstrap";
39cdf0e10cSrcweir    Order = 2;
40cdf0e10cSrcweir    Key = "UNO_SERVICES";
41cdf0e10cSrcweir    Value = "$ORIGIN/setup_services.rdb";
42cdf0e10cSrcweirEnd
43cdf0e10cSrcweir
44cdf0e10cSrcweirProfileItem gid_Profileitem_Setup_Uno_Types
45cdf0e10cSrcweir    ProfileID = gid_Profile_Setup_Ini;
46cdf0e10cSrcweir    ModuleID = gid_Module_Root;
47cdf0e10cSrcweir    Section = "Bootstrap";
48cdf0e10cSrcweir    Order = 3;
49cdf0e10cSrcweir    Key = "UNO_TYPES";
50cdf0e10cSrcweir    Value = "$ORIGIN/types.rdb";
51cdf0e10cSrcweirEnd
52cdf0e10cSrcweir
53cdf0e10cSrcweir#ifdef WNT
54cdf0e10cSrcweir
55cdf0e10cSrcweirProfileItem gid_Profileitem_Setup_Alluserset
56cdf0e10cSrcweir    ProfileID = gid_Profile_Setup_Ini;
57cdf0e10cSrcweir    ModuleID = gid_Module_Root;
58cdf0e10cSrcweir    Section = "Bootstrap";
59cdf0e10cSrcweir    Order = 4;
60cdf0e10cSrcweir    Key = "ALLUSERS";
61cdf0e10cSrcweir    Value = "[ALLUSERS]";
62cdf0e10cSrcweir    Inifiletablekey = "AllUsersSet";
63cdf0e10cSrcweir    Inifiletableaction = "1";
64cdf0e10cSrcweir    Styles = (INIFILETABLE);
65cdf0e10cSrcweirEnd
66cdf0e10cSrcweir
67cdf0e10cSrcweir#endif
68cdf0e10cSrcweir
69cdf0e10cSrcweir#ifdef WNT
70cdf0e10cSrcweir
71cdf0e10cSrcweirProfileItem gid_Profileitem_Setup_Findproduct
72cdf0e10cSrcweir    ProfileID = gid_Profile_Setup_Ini;
73cdf0e10cSrcweir    ModuleID = gid_Module_Root;
74cdf0e10cSrcweir    Section = "Bootstrap";
75cdf0e10cSrcweir    Order = 5;
76cdf0e10cSrcweir    Key = "FINDPRODUCT";
77cdf0e10cSrcweir    Value = "[FINDPRODUCT]";
78cdf0e10cSrcweir    Inifiletablekey = "FindProductSet";
79cdf0e10cSrcweir    Inifiletableaction = "1";
80cdf0e10cSrcweir    Styles = (INIFILETABLE);
81cdf0e10cSrcweirEnd
82cdf0e10cSrcweir
83cdf0e10cSrcweir#endif
84cdf0e10cSrcweir
85cdf0e10cSrcweir#ifdef WNT
86cdf0e10cSrcweir
87cdf0e10cSrcweirProfileItem gid_Profileitem_Setup_Productcode
88cdf0e10cSrcweir    ProfileID = gid_Profile_Setup_Ini;
89cdf0e10cSrcweir    ModuleID = gid_Module_Root;
90cdf0e10cSrcweir    Section = "Bootstrap";
91cdf0e10cSrcweir    Order = 6;
92cdf0e10cSrcweir    Key = "ProductCode";
93cdf0e10cSrcweir    Value = "<productcode>";
94cdf0e10cSrcweirEnd
95cdf0e10cSrcweir
96cdf0e10cSrcweir#endif
97cdf0e10cSrcweir
98cdf0e10cSrcweir#ifdef WNT
99cdf0e10cSrcweir
100cdf0e10cSrcweirProfileItem gid_Profileitem_Setup_Upgradecode
101cdf0e10cSrcweir    ProfileID = gid_Profile_Setup_Ini;
102cdf0e10cSrcweir    ModuleID = gid_Module_Root;
103cdf0e10cSrcweir    Section = "Bootstrap";
104cdf0e10cSrcweir    Order = 7;
105cdf0e10cSrcweir    Key = "UpgradeCode";
106cdf0e10cSrcweir    Value = "<upgradecode>";
107cdf0e10cSrcweirEnd
108cdf0e10cSrcweir
109cdf0e10cSrcweir#endif
110cdf0e10cSrcweir
111cdf0e10cSrcweirProfileItem gid_Profileitem_Soffice_Logo
112cdf0e10cSrcweir    ProfileID = gid_Profile_Soffice_Ini;
113cdf0e10cSrcweir    ModuleID = gid_Module_Root;
114cdf0e10cSrcweir    Section = "Bootstrap";
115cdf0e10cSrcweir    Order = 1;
116cdf0e10cSrcweir    Key = "Logo";
117cdf0e10cSrcweir    Value = "1";
118cdf0e10cSrcweirEnd
119cdf0e10cSrcweir
120cdf0e10cSrcweirProfileItem gid_Profileitem_Soffice_ProgressBarColor
121cdf0e10cSrcweir    ProfileID = gid_Profile_Soffice_Ini;
122cdf0e10cSrcweir    ModuleID = gid_Module_Root;
123cdf0e10cSrcweir    Section = "Bootstrap";
124cdf0e10cSrcweir    Order = 2;
125cdf0e10cSrcweir    Key = "ProgressBarColor";
126cdf0e10cSrcweir    Value = "0,0,128";
127cdf0e10cSrcweirEnd
128cdf0e10cSrcweir
129cdf0e10cSrcweirProfileItem gid_Profileitem_Soffice_ProgressSize
130cdf0e10cSrcweir    ProfileID = gid_Profile_Soffice_Ini;
131cdf0e10cSrcweir    ModuleID = gid_Module_Root;
132cdf0e10cSrcweir    Section = "Bootstrap";
133cdf0e10cSrcweir    Order = 3;
134cdf0e10cSrcweir    Key = "ProgressSize";
135cdf0e10cSrcweir    Value = "-1,6";
136cdf0e10cSrcweirEnd
137cdf0e10cSrcweir
138cdf0e10cSrcweirProfileItem gid_Profileitem_Soffice_ProgressPosition
139cdf0e10cSrcweir    ProfileID = gid_Profile_Soffice_Ini;
140cdf0e10cSrcweir    ModuleID = gid_Module_Root;
141cdf0e10cSrcweir    Section = "Bootstrap";
142cdf0e10cSrcweir    Order = 4;
143cdf0e10cSrcweir    Key = "ProgressPosition";
144cdf0e10cSrcweir    Value = "-1,-1";
145cdf0e10cSrcweirEnd
146cdf0e10cSrcweir
147cdf0e10cSrcweirProfileItem gid_Profileitem_Soffice_NativeProgress
148cdf0e10cSrcweir    ProfileID = gid_Profile_Soffice_Ini;
149cdf0e10cSrcweir    ModuleID = gid_Module_Root;
150cdf0e10cSrcweir    Section = "Bootstrap";
151cdf0e10cSrcweir    Order = 6;
152cdf0e10cSrcweir    Key = "NativeProgress";
153cdf0e10cSrcweir    Value = "true";
154cdf0e10cSrcweirEnd
155cdf0e10cSrcweir
156cdf0e10cSrcweir#ifdef WNT
157cdf0e10cSrcweir
158cdf0e10cSrcweirProfileItem gid_Profileitem_Soffice_Hideeula
159cdf0e10cSrcweir    ProfileID = gid_Profile_Soffice_Ini;
160cdf0e10cSrcweir    ModuleID = gid_Module_Root;
161cdf0e10cSrcweir    Section = "Bootstrap";
162cdf0e10cSrcweir    Order = 8;
163cdf0e10cSrcweir    Key = "HideEula";
164cdf0e10cSrcweir    Value = "[HIDEEULA]";
165cdf0e10cSrcweir    Inifiletablekey = "HideEula";
166cdf0e10cSrcweir    Inifiletableaction = "1";
167cdf0e10cSrcweir    Styles = (INIFILETABLE);
168cdf0e10cSrcweirEnd
169cdf0e10cSrcweir
170cdf0e10cSrcweir#endif
171cdf0e10cSrcweir
172*910823aeSJürgen SchmidtProfileItem gid_Profileitem_Uno_Ure_Internal_Lib_Dir
173*910823aeSJürgen Schmidt    ProfileID = gid_Profile_Uno_Ini;
174*910823aeSJürgen Schmidt    ModuleID = gid_Module_Root;
175*910823aeSJürgen Schmidt    Section = "Bootstrap";
176*910823aeSJürgen Schmidt    Order = 1;
177*910823aeSJürgen Schmidt    Key = "URE_INTERNAL_LIB_DIR";
178*910823aeSJürgen Schmidt    Value = "${ORIGIN}";
179*910823aeSJürgen SchmidtEnd
180*910823aeSJürgen Schmidt
181*910823aeSJürgen SchmidtProfileItem gid_Profileitem_Uno_Ure_Internal_Java_Dir
182*910823aeSJürgen Schmidt    ProfileID = gid_Profile_Uno_Ini;
183*910823aeSJürgen Schmidt    ModuleID = gid_Module_Root;
184*910823aeSJürgen Schmidt    Section = "Bootstrap";
185*910823aeSJürgen Schmidt    Order = 2;
186*910823aeSJürgen Schmidt    Key = "URE_INTERNAL_JAVA_DIR";
187*910823aeSJürgen Schmidt    Value = "${ORIGIN}/classes";
188*910823aeSJürgen SchmidtEnd
189*910823aeSJürgen Schmidt
190*910823aeSJürgen SchmidtProfileItem gid_Profileitem_Uno_Ure_Internal_Java_Classpath
191*910823aeSJürgen Schmidt    ProfileID = gid_Profile_Uno_Ini;
192*910823aeSJürgen Schmidt    ModuleID = gid_Module_Root;
193*910823aeSJürgen Schmidt    Section = "Bootstrap";
194*910823aeSJürgen Schmidt    Order = 3;
195*910823aeSJürgen Schmidt    Key = "URE_INTERNAL_JAVA_CLASSPATH";
196*910823aeSJürgen Schmidt    Value = "${URE_MORE_JAVA_TYPES}";
197*910823aeSJürgen SchmidtEnd
198*910823aeSJürgen Schmidt
199*910823aeSJürgen SchmidtProfileItem gid_Profileitem_Uno_Uno_Types
200*910823aeSJürgen Schmidt    ProfileID = gid_Profile_Uno_Ini;
201*910823aeSJürgen Schmidt    ModuleID = gid_Module_Root;
202*910823aeSJürgen Schmidt    Section = "Bootstrap";
203*910823aeSJürgen Schmidt    Order = 4;
204*910823aeSJürgen Schmidt    Key = "UNO_TYPES";
205*910823aeSJürgen Schmidt    Value = "${ORIGIN}/types.rdb ${URE_MORE_TYPES}";
206*910823aeSJürgen SchmidtEnd
207*910823aeSJürgen Schmidt
208*910823aeSJürgen SchmidtProfileItem gid_Profileitem_Uno_Uno_Services
209*910823aeSJürgen Schmidt    ProfileID = gid_Profile_Uno_Ini;
210*910823aeSJürgen Schmidt    ModuleID = gid_Module_Root;
211*910823aeSJürgen Schmidt    Section = "Bootstrap";
212*910823aeSJürgen Schmidt    Order = 5;
213*910823aeSJürgen Schmidt    Key = "UNO_SERVICES";
214*910823aeSJürgen Schmidt    Value = "${ORIGIN}/services.rdb ${URE_MORE_SERVICES}";
215*910823aeSJürgen SchmidtEnd
216*910823aeSJürgen Schmidt
217cdf0e10cSrcweirProfileItem gid_Profileitem_Uno_Uno_Bundled_Extensions
218cdf0e10cSrcweir    ProfileID = gid_Profile_Uno_Ini;
219cdf0e10cSrcweir    ModuleID = gid_Module_Root;
220cdf0e10cSrcweir    Section = "Bootstrap";
221*910823aeSJürgen Schmidt    Order = 6;
222cdf0e10cSrcweir    Key = "BUNDLED_EXTENSIONS";
223*910823aeSJürgen Schmidt    Value = "$OOO_BASE_DIR/share/extensions";
224cdf0e10cSrcweirEnd
225cdf0e10cSrcweir
226cdf0e10cSrcweirProfileItem gid_Profileitem_Uno_Uno_Bundled_Extensions_Prereg
227cdf0e10cSrcweir    ProfileID = gid_Profile_Uno_Ini;
228cdf0e10cSrcweir    ModuleID = gid_Module_Root;
229cdf0e10cSrcweir    Section = "Bootstrap";
230*910823aeSJürgen Schmidt    Order = 7;
231cdf0e10cSrcweir    Key = "BUNDLED_EXTENSIONS_PREREG";
232*910823aeSJürgen Schmidt    Value = "$OOO_BASE_DIR/share/prereg/bundled";
233cdf0e10cSrcweirEnd
234cdf0e10cSrcweir
235*910823aeSJürgen SchmidtProfileItem gid_Profileitem_Uno_Uno_Bundled_Extensions_User
236*910823aeSJürgen Schmidt    ProfileID = gid_Profile_Uno_Ini;
237*910823aeSJürgen Schmidt    ModuleID = gid_Module_Root;
238*910823aeSJürgen Schmidt    Section = "Bootstrap";
239*910823aeSJürgen Schmidt    Order = 8;
240*910823aeSJürgen Schmidt    Key = "BUNDLED_EXTENSIONS_USER";
241*910823aeSJürgen Schmidt    Value = "${$OOO_BASE_DIR/program/" PROFILENAME(bootstrap) ":UserInstallation}/user/extensions/bundled";
242*910823aeSJürgen SchmidtEnd
243cdf0e10cSrcweir
244cdf0e10cSrcweirProfileItem gid_Profileitem_Uno_Uno_Shared_Packages
245cdf0e10cSrcweir    ProfileID = gid_Profile_Uno_Ini;
246cdf0e10cSrcweir    ModuleID = gid_Module_Root;
247cdf0e10cSrcweir    Section = "Bootstrap";
248*910823aeSJürgen Schmidt    Order = 9;
249cdf0e10cSrcweir    Key = "UNO_SHARED_PACKAGES";
250*910823aeSJürgen Schmidt    Value = "$OOO_BASE_DIR/share/uno_packages";
251cdf0e10cSrcweirEnd
252cdf0e10cSrcweir
253cdf0e10cSrcweirProfileItem gid_Profileitem_Uno_Uno_Shared_Packages_Cache
254cdf0e10cSrcweir    ProfileID = gid_Profile_Uno_Ini;
255cdf0e10cSrcweir    ModuleID = gid_Module_Root;
256cdf0e10cSrcweir    Section = "Bootstrap";
257*910823aeSJürgen Schmidt    Order = 10;
258cdf0e10cSrcweir    Key = "UNO_SHARED_PACKAGES_CACHE";
259cdf0e10cSrcweir    Value = "$UNO_SHARED_PACKAGES/cache";
260cdf0e10cSrcweirEnd
261cdf0e10cSrcweir
262cdf0e10cSrcweirProfileItem gid_Profileitem_Uno_Uno_Bundled_Tmp_Extensions
263cdf0e10cSrcweir    ProfileID = gid_Profile_Uno_Ini;
264cdf0e10cSrcweir    ModuleID = gid_Module_Root;
265cdf0e10cSrcweir    Section = "Bootstrap";
266*910823aeSJürgen Schmidt    Order = 11;
267cdf0e10cSrcweir    Key = "TMP_EXTENSIONS";
268*910823aeSJürgen Schmidt    Value = "${$OOO_BASE_DIR/program/" PROFILENAME(bootstrap) ":UserInstallation}/user/extensions/tmp";
269*910823aeSJürgen SchmidtEnd
270*910823aeSJürgen Schmidt
271*910823aeSJürgen SchmidtProfileItem gid_Profileitem_Uno_Uno_Shared_Extensions_User
272*910823aeSJürgen Schmidt    ProfileID = gid_Profile_Uno_Ini;
273*910823aeSJürgen Schmidt    ModuleID = gid_Module_Root;
274*910823aeSJürgen Schmidt    Section = "Bootstrap";
275*910823aeSJürgen Schmidt    Order = 12;
276*910823aeSJürgen Schmidt    Key = "SHARED_EXTENSIONS_USER";
277*910823aeSJürgen Schmidt    Value = "${$OOO_BASE_DIR/program/" PROFILENAME(bootstrap) ":UserInstallation}/user/extensions/shared";
278*910823aeSJürgen SchmidtEnd
279*910823aeSJürgen Schmidt
280*910823aeSJürgen SchmidtProfileItem gid_Profileitem_Uno_Uno_User_Packages
281*910823aeSJürgen Schmidt    ProfileID = gid_Profile_Uno_Ini;
282*910823aeSJürgen Schmidt    ModuleID = gid_Module_Root;
283*910823aeSJürgen Schmidt    Section = "Bootstrap";
284*910823aeSJürgen Schmidt    Order = 13;
285*910823aeSJürgen Schmidt    Key = "UNO_USER_PACKAGES";
286*910823aeSJürgen Schmidt    Value = "${$OOO_BASE_DIR/program/" PROFILENAME(bootstrap) ":UserInstallation}/user/uno_packages";
287cdf0e10cSrcweirEnd
288cdf0e10cSrcweir
2897bc7b19fSMichael StahlProfileItem gid_Profileitem_Uno_Uno_Bundled_Bak_Extensions
2907bc7b19fSMichael Stahl    ProfileID = gid_Profile_Uno_Ini;
2917bc7b19fSMichael Stahl    ModuleID = gid_Module_Root;
2927bc7b19fSMichael Stahl    Section = "Bootstrap";
293*910823aeSJürgen Schmidt    Order = 14;
2947bc7b19fSMichael Stahl    Key = "BAK_EXTENSIONS";
295*910823aeSJürgen Schmidt    Value = "${$OOO_BASE_DIR/program/" PROFILENAME(bootstrap) ":UserInstallation}/user/extensions/bak";
2967bc7b19fSMichael StahlEnd
2977bc7b19fSMichael Stahl
298cdf0e10cSrcweirProfileItem gid_Profileitem_Uno_Uno_User_Packages_Cache
299cdf0e10cSrcweir    ProfileID = gid_Profile_Uno_Ini;
300cdf0e10cSrcweir    ModuleID = gid_Module_Root;
301cdf0e10cSrcweir    Section = "Bootstrap";
302*910823aeSJürgen Schmidt    Order = 15;
303cdf0e10cSrcweir    Key = "UNO_USER_PACKAGES_CACHE";
304cdf0e10cSrcweir    Value = "$UNO_USER_PACKAGES/cache";
305cdf0e10cSrcweirEnd
306cdf0e10cSrcweirProfileItem gid_Profileitem_Uno_Pkg_BundledUnoFile
307cdf0e10cSrcweir    ProfileID = gid_Profile_Uno_Ini;
308cdf0e10cSrcweir    ModuleID = gid_Module_Root;
309cdf0e10cSrcweir    Section = "Bootstrap";
310*910823aeSJürgen Schmidt    Order = 16;
311cdf0e10cSrcweir    Key = "PKG_BundledUnoFile";
312cdf0e10cSrcweir    Value = "$BUNDLED_EXTENSIONS_USER/registry/com.sun.star.comp.deployment.component.PackageRegistryBackend/unorc";
313cdf0e10cSrcweirEnd
314cdf0e10cSrcweir
315cdf0e10cSrcweirProfileItem gid_Profileitem_Uno_Pkg_SharedUnoFile
316cdf0e10cSrcweir    ProfileID = gid_Profile_Uno_Ini;
317cdf0e10cSrcweir    ModuleID = gid_Module_Root;
318cdf0e10cSrcweir    Section = "Bootstrap";
319*910823aeSJürgen Schmidt    Order = 17;
320cdf0e10cSrcweir    Key = "PKG_SharedUnoFile";
321cdf0e10cSrcweir    Value = "$SHARED_EXTENSIONS_USER/registry/com.sun.star.comp.deployment.component.PackageRegistryBackend/unorc";
322cdf0e10cSrcweirEnd
323cdf0e10cSrcweir
324cdf0e10cSrcweirProfileItem gid_Profileitem_Uno_Pkg_UserUnoFile
325cdf0e10cSrcweir    ProfileID = gid_Profile_Uno_Ini;
326cdf0e10cSrcweir    ModuleID = gid_Module_Root;
327cdf0e10cSrcweir    Section = "Bootstrap";
328*910823aeSJürgen Schmidt    Order = 18;
329cdf0e10cSrcweir    Key = "PKG_UserUnoFile";
330cdf0e10cSrcweir    Value = "$UNO_USER_PACKAGES_CACHE/registry/com.sun.star.comp.deployment.component.PackageRegistryBackend/unorc";
331cdf0e10cSrcweirEnd
332cdf0e10cSrcweir
333*910823aeSJürgen Schmidt#ifdef JSC
334*910823aeSJürgen Schmidt// JSC, will be removed soon
335*910823aeSJürgen SchmidtProfileItem gid_Profileitem_Fundamentalbasis_Brand_Base_Dir
336*910823aeSJürgen Schmidt    ModuleID = gid_Module_Root;
337*910823aeSJürgen Schmidt    ProfileID = gid_Profile_Fundamentalbasis_Ini;
338*910823aeSJürgen Schmidt    Section = "Bootstrap";
339*910823aeSJürgen Schmidt    Key = "BRAND_BASE_DIR";
340*910823aeSJürgen Schmidt    Value = "${ORIGIN}/..";
341*910823aeSJürgen SchmidtEnd
342*910823aeSJürgen Schmidt#endif
343*910823aeSJürgen Schmidt
344*910823aeSJürgen SchmidtProfileItem gid_Profileitem_Fundamentalbasis_Ooo_Base_Dir
345*910823aeSJürgen Schmidt    ModuleID = gid_Module_Root;
346*910823aeSJürgen Schmidt    ProfileID = gid_Profile_Fundamentalbasis_Ini;
347*910823aeSJürgen Schmidt    Section = "Bootstrap";
348*910823aeSJürgen Schmidt    Key = "OOO_BASE_DIR";
349*910823aeSJürgen Schmidt    Value = "${ORIGIN}/..";
350*910823aeSJürgen SchmidtEnd
351*910823aeSJürgen Schmidt
352cdf0e10cSrcweirProfileItem gid_Profileitem_Fundamentalbasis_Uno_Bundled_Extensions
353cdf0e10cSrcweir    ModuleID = gid_Module_Root;
354cdf0e10cSrcweir    ProfileID = gid_Profile_Fundamentalbasis_Ini;
355cdf0e10cSrcweir    Section = "Bootstrap";
356cdf0e10cSrcweir    Key = "BUNDLED_EXTENSIONS";
357cdf0e10cSrcweir    Value = "${$ORIGIN/" PROFILENAME(uno) ":BUNDLED_EXTENSIONS}";
358cdf0e10cSrcweirEnd
359cdf0e10cSrcweir
360cdf0e10cSrcweirProfileItem gid_Profileitem_Fundamentalbasis_Uno_Bundled_Extensions_User
361cdf0e10cSrcweir    ModuleID = gid_Module_Root;
362cdf0e10cSrcweir    ProfileID = gid_Profile_Fundamentalbasis_Ini;
363cdf0e10cSrcweir    Section = "Bootstrap";
364cdf0e10cSrcweir    Key = "BUNDLED_EXTENSIONS_USER";
365cdf0e10cSrcweir    Value = "${$ORIGIN/" PROFILENAME(uno) ":BUNDLED_EXTENSIONS_USER}";
366cdf0e10cSrcweirEnd
367cdf0e10cSrcweir
368cdf0e10cSrcweirProfileItem gid_Profileitem_Fundamentalbasis_Uno_Bundled_Extensions_Prereg
369cdf0e10cSrcweir    ModuleID = gid_Module_Root;
370cdf0e10cSrcweir    ProfileID = gid_Profile_Fundamentalbasis_Ini;
371cdf0e10cSrcweir    Section = "Bootstrap";
372cdf0e10cSrcweir    Key = "BUNDLED_EXTENSIONS_PREREG";
373cdf0e10cSrcweir    Value = "${$ORIGIN/" PROFILENAME(uno) ":BUNDLED_EXTENSIONS_PREREG}";
374cdf0e10cSrcweirEnd
375cdf0e10cSrcweir
376cdf0e10cSrcweirProfileItem gid_Profileitem_Fundamentalbasis_Uno_Shared_Packages_Cache
377cdf0e10cSrcweir    ModuleID = gid_Module_Root;
378cdf0e10cSrcweir    ProfileID = gid_Profile_Fundamentalbasis_Ini;
379cdf0e10cSrcweir    Section = "Bootstrap";
380cdf0e10cSrcweir    Key = "UNO_SHARED_PACKAGES_CACHE";
381cdf0e10cSrcweir    Value = "${$ORIGIN/" PROFILENAME(uno) ":UNO_SHARED_PACKAGES_CACHE}";
382cdf0e10cSrcweirEnd
383cdf0e10cSrcweir
384cdf0e10cSrcweirProfileItem gid_Profileitem_Fundamentalbasis_Uno_Shared_Extensions_User
385cdf0e10cSrcweir    ModuleID = gid_Module_Root;
386cdf0e10cSrcweir    ProfileID = gid_Profile_Fundamentalbasis_Ini;
387cdf0e10cSrcweir    Section = "Bootstrap";
388cdf0e10cSrcweir    Key = "SHARED_EXTENSIONS_USER";
389cdf0e10cSrcweir    Value = "${$ORIGIN/" PROFILENAME(uno) ":SHARED_EXTENSIONS_USER}";
390cdf0e10cSrcweirEnd
391cdf0e10cSrcweir
392cdf0e10cSrcweirProfileItem gid_Profileitem_Fundamentalbasis_Uno_User_Packages_Cache
393cdf0e10cSrcweir    ModuleID = gid_Module_Root;
394cdf0e10cSrcweir    ProfileID = gid_Profile_Fundamentalbasis_Ini;
395cdf0e10cSrcweir    Section = "Bootstrap";
396cdf0e10cSrcweir    Key = "UNO_USER_PACKAGES_CACHE";
397cdf0e10cSrcweir    Value = "${$ORIGIN/" PROFILENAME(uno) ":UNO_USER_PACKAGES_CACHE}";
398cdf0e10cSrcweirEnd
399cdf0e10cSrcweir
400cdf0e10cSrcweirProfileItem gid_Profileitem_Fundamentalbasis_Uno_Tmp_Extensions
401cdf0e10cSrcweir    ModuleID = gid_Module_Root;
402cdf0e10cSrcweir    ProfileID = gid_Profile_Fundamentalbasis_Ini;
403cdf0e10cSrcweir    Section = "Bootstrap";
404cdf0e10cSrcweir    Key = "TMP_EXTENSIONS";
405cdf0e10cSrcweir    Value = "${$ORIGIN/" PROFILENAME(uno) ":TMP_EXTENSIONS}";
406cdf0e10cSrcweirEnd
407cdf0e10cSrcweir
4087bc7b19fSMichael StahlProfileItem gid_Profileitem_Fundamentalbasis_Uno_Bak_Extensions
4097bc7b19fSMichael Stahl    ModuleID = gid_Module_Root;
4107bc7b19fSMichael Stahl    ProfileID = gid_Profile_Fundamentalbasis_Ini;
4117bc7b19fSMichael Stahl    Section = "Bootstrap";
4127bc7b19fSMichael Stahl    Key = "BAK_EXTENSIONS";
4137bc7b19fSMichael Stahl    Value = "${$ORIGIN/" PROFILENAME(uno) ":BAK_EXTENSIONS}";
4147bc7b19fSMichael StahlEnd
4157bc7b19fSMichael Stahl
416cdf0e10cSrcweirProfileItem gid_Profileitem_Fundamentalbasis_Ure_More_Types
417cdf0e10cSrcweir    ModuleID = gid_Module_Root;
418cdf0e10cSrcweir    ProfileID = gid_Profile_Fundamentalbasis_Ini;
419cdf0e10cSrcweir    Section = "Bootstrap";
420cdf0e10cSrcweir    Key = "URE_MORE_TYPES";
421*910823aeSJürgen Schmidt    Value = "$ORIGIN/oovbaapi.rdb ${${$ORIGIN/" PROFILENAME(uno) ":PKG_UserUnoFile}:UNO_TYPES} ${${$ORIGIN/" PROFILENAME(uno) ":PKG_SharedUnoFile}:UNO_TYPES} ${${$ORIGIN/" PROFILENAME(uno) ":PKG_BundledUnoFile}:UNO_TYPES}";
422cdf0e10cSrcweirEnd
423cdf0e10cSrcweir
424cdf0e10cSrcweirProfileItem gid_Profileitem_Fundamentalbasis_Ure_More_Services
425cdf0e10cSrcweir    ModuleID = gid_Module_Root;
426cdf0e10cSrcweir    ProfileID = gid_Profile_Fundamentalbasis_Ini;
427cdf0e10cSrcweir    Section = "Bootstrap";
428cdf0e10cSrcweir    Key = "URE_MORE_SERVICES";
429*910823aeSJürgen Schmidt    Value = "${${$ORIGIN/" PROFILENAME(uno) ":PKG_UserUnoFile}:UNO_SERVICES} ${${$ORIGIN/" PROFILENAME(uno) ":PKG_SharedUnoFile}:UNO_SERVICES} ${${$ORIGIN/" PROFILENAME(uno) ":PKG_BundledUnoFile}:UNO_SERVICES}";
430cdf0e10cSrcweirEnd
431cdf0e10cSrcweir
432cdf0e10cSrcweirProfileItem gid_Profileitem_Fundamentalbasis_Ure_More_Java_Types
433cdf0e10cSrcweir    ModuleID = gid_Module_Root;
434cdf0e10cSrcweir    ProfileID = gid_Profile_Fundamentalbasis_Ini;
435cdf0e10cSrcweir    Section = "Bootstrap";
436cdf0e10cSrcweir    Key = "URE_MORE_JAVA_TYPES";
437cdf0e10cSrcweir    Value = "$ORIGIN/classes/unoil.jar $ORIGIN/classes/ScriptFramework.jar ${${$ORIGIN/" PROFILENAME(uno) ":PKG_UserUnoFile}:UNO_JAVA_CLASSPATH} ${${$ORIGIN/" PROFILENAME(uno) ":PKG_SharedUnoFile}:UNO_JAVA_CLASSPATH} ${${$ORIGIN/" PROFILENAME(uno) ":PKG_BundledUnoFile}:UNO_JAVA_CLASSPATH}";
438cdf0e10cSrcweirEnd
439cdf0e10cSrcweir
440cdf0e10cSrcweirProfileItem gid_Profileitem_Fundamentalbasis_Ure_Java_Jfw_Shared_Data
441cdf0e10cSrcweir    ModuleID = gid_Module_Root;
442cdf0e10cSrcweir    ProfileID = gid_Profile_Fundamentalbasis_Ini;
443cdf0e10cSrcweir    Section = "Bootstrap";
444cdf0e10cSrcweir    Key = "URE_OVERRIDE_JAVA_JFW_SHARED_DATA";
445*910823aeSJürgen Schmidt    Value = "${OOO_BASE_DIR}/share/config/javasettings_${_OS}_${_ARCH}.xml";
446cdf0e10cSrcweirEnd
447cdf0e10cSrcweir
448cdf0e10cSrcweirProfileItem gid_Profileitem_Fundamentalbasis_Ure_Java_Jfw_User_Data
449cdf0e10cSrcweir    ModuleID = gid_Module_Root;
450cdf0e10cSrcweir    ProfileID = gid_Profile_Fundamentalbasis_Ini;
451cdf0e10cSrcweir    Section = "Bootstrap";
452cdf0e10cSrcweir    Key = "URE_OVERRIDE_JAVA_JFW_USER_DATA";
453*910823aeSJürgen Schmidt    Value = "${${OOO_BASE_DIR}/program/" PROFILENAME(bootstrap) ":UserInstallation}/user/config/javasettings_${_OS}_${_ARCH}.xml";
454cdf0e10cSrcweirEnd
455cdf0e10cSrcweir
456cdf0e10cSrcweirProfileItem gid_Profileitem_Fundamentalbasis_Ure_Java_Classpath_Urls
457cdf0e10cSrcweir    ModuleID = gid_Module_Root;
458cdf0e10cSrcweir    ProfileID = gid_Profile_Fundamentalbasis_Ini;
459cdf0e10cSrcweir    Section = "Bootstrap";
460cdf0e10cSrcweir    Key = "URE_MORE_JAVA_CLASSPATH_URLS";
461cdf0e10cSrcweir    Value = "";
462cdf0e10cSrcweir#ifdef SYSTEM_BSH
463cdf0e10cSrcweir    ValueList1 = BSH_JAR;
464cdf0e10cSrcweir#endif
465cdf0e10cSrcweir#ifdef SYSTEM_HSQLDB
466cdf0e10cSrcweir    ValueList2 = HSQLDB_JAR;
467cdf0e10cSrcweir#endif
468cdf0e10cSrcweir#ifdef SYSTEM_SAXON
469cdf0e10cSrcweir    ValueList3 = SAXON_JAR;
470cdf0e10cSrcweir#endif
471cdf0e10cSrcweirEnd
472cdf0e10cSrcweir
473cdf0e10cSrcweirProfileItem gid_Profileitem_Fundamentalbasis_Ure_Bin_Dir
474cdf0e10cSrcweir    ModuleID = gid_Module_Root;
475cdf0e10cSrcweir    ProfileID = gid_Profile_Fundamentalbasis_Ini;
476cdf0e10cSrcweir    Section = "Bootstrap";
477cdf0e10cSrcweir    Key = "URE_BIN_DIR";
478d44f38edSYuri Dario#if defined(WNT) || defined(OS2)
479*910823aeSJürgen Schmidt    Value = "$ORIGIN";
480*910823aeSJürgen Schmidt//    Value = "${.link:$ORIGIN/../ure-link}/bin";
481cdf0e10cSrcweir#else
482*910823aeSJürgen Schmidt    Value = "$ORIGIN";
483*910823aeSJürgen Schmidt//    Value = "$ORIGIN/../ure-link/bin";
484cdf0e10cSrcweir#endif
485cdf0e10cSrcweirEnd
486cdf0e10cSrcweir
487cdf0e10cSrcweirProfileItem gid_Profileitem_Fundamentalbasis_Ure_Lib_Dir
488cdf0e10cSrcweir    ModuleID = gid_Module_Root;
489cdf0e10cSrcweir    ProfileID = gid_Profile_Fundamentalbasis_Ini;
490cdf0e10cSrcweir    Section = "Bootstrap";
491cdf0e10cSrcweir    Key = "URE_LIB_DIR";
492d44f38edSYuri Dario#if defined(WNT) || defined(OS2)
493*910823aeSJürgen Schmidt    Value = "$ORIGIN";
494*910823aeSJürgen Schmidt//    Value = "${.link:$ORIGIN/../ure-link}/bin";
495cdf0e10cSrcweir#else
496*910823aeSJürgen Schmidt    Value = "$ORIGIN";
497*910823aeSJürgen Schmidt//    Value = "$ORIGIN/../ure-link/lib";
498cdf0e10cSrcweir#endif
499cdf0e10cSrcweirEnd
500cdf0e10cSrcweir
501cdf0e10cSrcweir// Basis layer: gid_Profile_Version_Ini_Basis
502cdf0e10cSrcweir
503*910823aeSJürgen Schmidt#if defined(JSC)
504*910823aeSJürgen Schmidt
505cdf0e10cSrcweirProfileItem gid_Basis_Profileitem_Version_Buildid
506cdf0e10cSrcweir    ProfileID = gid_Profile_Version_Ini_Basis;
507cdf0e10cSrcweir    ModuleID = gid_Module_Root;
508cdf0e10cSrcweir    Section = "Version";
509cdf0e10cSrcweir    Key = "buildid";
510cdf0e10cSrcweir    Value = "<buildid>";
511cdf0e10cSrcweirEnd
512cdf0e10cSrcweir
5138bd5297cSJürgen SchmidtProfileItem gid_Basis_Profileitem_Version_ScsRevision
5148bd5297cSJürgen Schmidt    ProfileID = gid_Profile_Version_Ini_Basis;
5158bd5297cSJürgen Schmidt    ModuleID = gid_Module_Root;
5168bd5297cSJürgen Schmidt    Section = "Version";
5178bd5297cSJürgen Schmidt    Key = "Revision";
5188bd5297cSJürgen Schmidt    Value = "<scsrevision>";
5198bd5297cSJürgen SchmidtEnd
5208bd5297cSJürgen Schmidt
521cdf0e10cSrcweirProfileItem gid_Basis_Profileitem_Version_Productsource
522cdf0e10cSrcweir    ProfileID = gid_Profile_Version_Ini_Basis;
523cdf0e10cSrcweir    ModuleID = gid_Module_Root;
524cdf0e10cSrcweir    Section = "Version";
525cdf0e10cSrcweir    Key = "ProductSource";
526cdf0e10cSrcweir    Value = "<sourceid>";
527cdf0e10cSrcweirEnd
528cdf0e10cSrcweir
529cdf0e10cSrcweirProfileItem gid_Basis_Profileitem_Version_Productmajor
530cdf0e10cSrcweir    ProfileID = gid_Profile_Version_Ini_Basis;
531cdf0e10cSrcweir    ModuleID = gid_Module_Root;
532cdf0e10cSrcweir    Section = "Version";
533cdf0e10cSrcweir    Key = "ProductMajor";
534cdf0e10cSrcweir    Value = "<productmajor>";
535cdf0e10cSrcweirEnd
536cdf0e10cSrcweir
537cdf0e10cSrcweirProfileItem gid_Basis_Profileitem_Version_Productminor
538cdf0e10cSrcweir    ProfileID = gid_Profile_Version_Ini_Basis;
539cdf0e10cSrcweir    ModuleID = gid_Module_Root;
540cdf0e10cSrcweir    Section = "Version";
541cdf0e10cSrcweir    Key = "ProductMinor";
542cdf0e10cSrcweir    Value = "<productminor>";
543cdf0e10cSrcweirEnd
544cdf0e10cSrcweir
545cdf0e10cSrcweirProfileItem gid_Basis_Profileitem_Version_Productbuildid
546cdf0e10cSrcweir    ProfileID = gid_Profile_Version_Ini_Basis;
547cdf0e10cSrcweir    ModuleID = gid_Module_Root;
548cdf0e10cSrcweir    Section = "Version";
549cdf0e10cSrcweir    Key = "ProductBuildid";
550cdf0e10cSrcweir    Value = "<productbuildid>";
551cdf0e10cSrcweirEnd
552cdf0e10cSrcweir
553cdf0e10cSrcweirProfileItem gid_Basis_Profileitem_Version_Ooobaseversion
554cdf0e10cSrcweir    ProfileID = gid_Profile_Version_Ini_Basis;
555cdf0e10cSrcweir    ModuleID = gid_Module_Root;
556cdf0e10cSrcweir    Section = "Version";
557cdf0e10cSrcweir    Key = "OOOBaseVersion";
558cdf0e10cSrcweir    Value = "${OOOBASEVERSION}";
559cdf0e10cSrcweirEnd
560cdf0e10cSrcweir
561cdf0e10cSrcweirProfileItem gid_Basis_Profileitem_Version_Ooopackageversion
562cdf0e10cSrcweir    ProfileID = gid_Profile_Version_Ini_Basis;
563cdf0e10cSrcweir    ModuleID = gid_Module_Root;
564cdf0e10cSrcweir    Section = "Version";
565cdf0e10cSrcweir    Key = "OOOPackageVersion";
566cdf0e10cSrcweir    Value = "${OOOPACKAGEVERSION}";
567cdf0e10cSrcweirEnd
568*910823aeSJürgen Schmidt
569*910823aeSJürgen Schmidt#endif // JSC
570