1 /*************************************************************************
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
5 * Copyright 2008 by Sun Microsystems, Inc.
7 * OpenOffice.org - a multi-platform office productivity suite
9 * $RCSfile: profileitem_ooo.scp,v $
10 * $Revision: 1.67.2.2 $
12 * This file is part of OpenOffice.org.
14 * OpenOffice.org is free software: you can redistribute it and/or modify
15 * it under the terms of the GNU Lesser General Public License version 3
16 * only, as published by the Free Software Foundation.
18 * OpenOffice.org is distributed in the hope that it will be useful,
19 * but WITHOUT ANY WARRANTY; without even the implied warranty of
20 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
21 * GNU Lesser General Public License version 3 for more details
22 * (a copy is included in the LICENSE file that accompanied this code).
24 * You should have received a copy of the GNU Lesser General Public License
25 * version 3 along with OpenOffice.org. If not, see
26 * <http://www.openoffice.org/license.html>
27 * for a copy of the LGPLv3 License.
29 ************************************************************************/
35 ProfileItem gid_Profileitem_Configmgr_Cfg_Servertype
36 ProfileID = gid_Profile_Configmgr_Ini;
37 ModuleID = gid_Module_Root;
38 Section = "Bootstrap";
40 Key = "CFG_ServerType";
45 ProfileItem gid_Profileitem_Configmgr_Bootstrap_Ini
46 ProfileID = gid_Profile_Configmgr_Ini;
47 ModuleID = gid_Module_Root;
48 Section = "Bootstrap";
50 Key = "BootstrapFile";
51 Value = "$BRAND_BASE_DIR/program/" PROFILENAME(bootstrap);
54 ProfileItem gid_Profileitem_Configmgr_Version_Ini
55 ProfileID = gid_Profile_Configmgr_Ini;
56 ModuleID = gid_Module_Root;
57 Section = "Bootstrap";
60 Value = "$BRAND_BASE_DIR/program/" PROFILENAME(version);
64 ProfileItem gid_Profileitem_Configmgr_Uno_Ini
65 ProfileID = gid_Profile_Configmgr_Ini;
66 ModuleID = gid_Module_Root;
67 Section = "Bootstrap";
71 Value = "$ORIGIN/unorc";
73 Value = "$ORIGIN/uno.ini";
78 ProfileItem gid_Profileitem_Configmgr_Baseinstallation
79 ProfileID = gid_Profile_Configmgr_Ini;
80 ModuleID = gid_Module_Root;
81 Section = "Bootstrap";
83 Key = "BaseInstallation";
84 Value = "${OOO_BASE_DIR}";
88 ProfileItem gid_Profileitem_Configmgr_Userinstallation
89 ProfileID = gid_Profile_Configmgr_Ini;
90 ModuleID = gid_Module_Root;
91 Section = "Bootstrap";
93 Key = "UserInstallation";
94 Value = "${$BootstrapFile:UserInstallation}";
97 ProfileItem gid_Profileitem_Configmgr_Schemaversion
98 ProfileID = gid_Profile_Configmgr_Ini;
99 ModuleID = gid_Module_Root;
100 Section = "Bootstrap";
102 Key = "CFG_SchemaVersion";
103 Value = "${$VersionFile:buildid}";
106 ProfileItem gid_Profileitem_Configmgr_Localcfg_Schemadataurl
107 ProfileID = gid_Profile_Configmgr_Ini;
108 ModuleID = gid_Module_Root;
109 Section = "Bootstrap";
111 Key = "CFG_SchemaDataUrl";
112 Value = "$BaseInstallation/share/registry/schema ?$CFG_BrandLayerUrl/schema ?$CFG_UnoSharedPackages/schema ?$CFG_UnoUserPackages/schema";
115 ProfileItem gid_Profileitem_Configmgr_Localcfg_Defaultdataurl
116 ProfileID = gid_Profile_Configmgr_Ini;
117 ModuleID = gid_Module_Root;
118 Section = "Bootstrap";
120 Key = "CFG_DefaultLayerUrls";
121 Value = "$BaseInstallation/share/registry $CFG_UnoSharedPackages $CFG_UnoUserPackages";
124 ProfileItem gid_Profileitem_Configmgr_Cachedisposal
125 ProfileID =gid_Profile_Configmgr_Ini ;
126 ModuleID = gid_Module_Root;
127 Section = "Bootstrap";
129 Key = "CFG_CacheDisposeDelay";
133 ProfileItem gid_Profileitem_Configmgr_Cacheinterval
134 ProfileID = gid_Profile_Configmgr_Ini ;
135 ModuleID = gid_Module_Root;
136 Section = "Bootstrap";
138 Key = "CFG_CacheDisposeInterval";
142 ProfileItem gid_Profileitem_Configmgr_Cachewrite
143 ProfileID = gid_Profile_Configmgr_Ini ;
144 ModuleID = gid_Module_Root;
145 Section = "Bootstrap";
147 Key = "CFG_CacheWriteInterval";
151 ProfileItem gid_Profileitem_Configmgr_Localcfg_Userdataurl
152 ProfileID = gid_Profile_Configmgr_Ini;
153 ModuleID = gid_Module_Root;
154 Section = "Bootstrap";
156 Key = "CFG_UserLayerUrl";
157 Value = "$UserInstallation/user/registry";
160 ProfileItem gid_Profileitem_Configmgr_Localcfg_Cacheurl
161 ProfileID = gid_Profile_Configmgr_Ini;
162 ModuleID = gid_Module_Root;
163 Section = "Bootstrap";
165 Key = "CFG_CacheUrl";
166 Value = "$UserInstallation/user/registry/cache";
169 ProfileItem gid_Profileitem_Configmgr_Localcfg_Defaultlayerurl
170 ProfileID = gid_Profile_Configmgr_Ini;
171 ModuleID = gid_Module_Root;
172 Section = "Bootstrap";
174 Key = "CFG_DefaultLayerUrl";
175 Value = "$BaseInstallation/share/registry";
178 ProfileItem gid_Profileitem_Configmgr_Localcfg_Modulelayerurl
179 ProfileID = gid_Profile_Configmgr_Ini;
180 ModuleID = gid_Module_Root;
181 Section = "Bootstrap";
183 Key = "CFG_ModuleLayerUrl";
184 Value = "$CFG_DefaultLayerUrl/modules";
187 ProfileItem gid_Profileitem_Configmgr_Localcfg_Unosharedpackages
188 ProfileID = gid_Profile_Configmgr_Ini;
189 ModuleID = gid_Module_Root;
190 Section = "Bootstrap";
192 Key = "CFG_UnoSharedPackages";
193 Value = "${$UnoFile:UNO_SHARED_PACKAGES_CACHE}/registry/com.sun.star.comp.deployment.configuration.PackageRegistryBackend/registry";
196 ProfileItem gid_Profileitem_Configmgr_Localcfg_Unouserpackages
197 ProfileID = gid_Profile_Configmgr_Ini;
198 ModuleID = gid_Module_Root;
199 Section = "Bootstrap";
201 Key = "CFG_UnoUserPackages";
202 Value = "${$UnoFile:UNO_USER_PACKAGES_CACHE}/registry/com.sun.star.comp.deployment.configuration.PackageRegistryBackend/registry";
205 ProfileItem gid_Profileitem_Configmgr_Unocfg_BrandLayerUrl
206 ProfileID = gid_Profile_Configmgr_Ini;
207 ModuleID = gid_Module_Root;
208 Section = "Bootstrap";
210 Key = "CFG_BrandLayerUrl";
211 Value = "${BRAND_BASE_DIR}/share/registry";
214 ProfileItem gid_Profileitem_Configmgr_Unocfg_BrandLayerModulesUrl
215 ProfileID = gid_Profile_Configmgr_Ini;
216 ModuleID = gid_Module_Root;
217 Section = "Bootstrap";
219 Key = "CFG_BrandLayerModulesUrl";
220 Value = "$CFG_BrandLayerUrl/modules";
223 ProfileItem gid_Profileitem_Configmgr_Unocfg_Backendservice
224 ProfileID = gid_Profile_Configmgr_Ini;
225 ModuleID = gid_Module_Root;
226 Section = "Bootstrap";
228 Key = "CFG_BackendService";
229 Value = "com.sun.star.comp.configuration.backend.MultiStratumBackend";
232 ProfileItem gid_Profileitem_Configmgr_Localcfg_Schemasupplier
233 ProfileID = gid_Profile_Configmgr_Ini;
234 ModuleID = gid_Module_Root;
235 Section = "Bootstrap";
237 Key = "CFG_SchemaSupplier";
238 Value = "com.sun.star.comp.configuration.backend.LocalSchemaSupplier";
241 ProfileItem gid_Profileitem_Configmgr_Localcfg_Datasvc
242 ProfileID = gid_Profile_Configmgr_Ini;
243 ModuleID = gid_Module_Root;
244 Section = "Bootstrap";
246 Key = "CFG_LocalDataSvc";
247 Value = "com.sun.star.comp.configuration.backend.LocalStratum";
250 ProfileItem gid_Profileitem_Configmgr_Localcfg_Moduledatasvc
251 ProfileID = gid_Profile_Configmgr_Ini;
252 ModuleID = gid_Module_Root;
253 Section = "Bootstrap";
255 Key = "CFG_LocalModuleDataSvc";
256 Value = "com.sun.star.comp.configuration.backend.LocalMultiStratum";
259 ProfileItem gid_Profileitem_Configmgr_Localcfg_Resdatasvc
260 ProfileID = gid_Profile_Configmgr_Ini;
261 ModuleID = gid_Module_Root;
262 Section = "Bootstrap";
264 Key = "CFG_LocalResDataSvc";
265 Value = "com.sun.star.comp.configuration.backend.LocalResourceStratum";
269 ProfileItem gid_Profileitem_Configmgr_Strata
270 ProfileID = gid_Profile_Configmgr_Ini;
271 ModuleID = gid_Module_Root;
272 Section = "Bootstrap";
275 Value = "${CFG_LocalDataSvc}:$CFG_DefaultLayerUrl;${CFG_LocalModuleDataSvc}:$CFG_ModuleLayerUrl;${CFG_LocalResDataSvc}:$CFG_DefaultLayerUrl;?${CFG_LocalDataSvc}:$CFG_BrandLayerUrl;?${CFG_LocalModuleDataSvc}:$CFG_BrandLayerModulesUrl;${CFG_LocalDataSvc}:$CFG_UnoSharedPackages;?com.sun.star.comp.configuration.backend.SystemIntegration:;${CFG_LocalDataSvc}:$CFG_UnoUserPackages;${CFG_LocalDataSvc}:$CFG_UserLayerUrl;";
278 ProfileItem gid_Profileitem_Configmgr_Ldapmappingurl
279 ProfileID = gid_Profile_Configmgr_Ini ;
280 ModuleID = gid_Module_Root;
281 Section = "Bootstrap";
283 Key = "CFG_LdapMappingUrl";
284 Value = "$BaseInstallation/share/registry/ldap";
289 ProfileItem gid_Profileitem_Setup_Uno_Java_Comppath
290 ProfileID = gid_Profile_Setup_Ini;
291 ModuleID = gid_Module_Root;
292 Section = "Bootstrap";
294 Key = "UNO_JAVA_COMPPATH";
295 Value = "$ORIGIN/classes";
298 ProfileItem gid_Profileitem_Setup_Uno_Services
299 ProfileID = gid_Profile_Setup_Ini;
300 ModuleID = gid_Module_Root;
301 Section = "Bootstrap";
303 Key = "UNO_SERVICES";
304 Value = "$ORIGIN/setup_services.rdb";
307 ProfileItem gid_Profileitem_Setup_Uno_Types
308 ProfileID = gid_Profile_Setup_Ini;
309 ModuleID = gid_Module_Root;
310 Section = "Bootstrap";
313 Value = "$ORIGIN/types.rdb";
318 ProfileItem gid_Profileitem_Setup_Alluserset
319 ProfileID = gid_Profile_Setup_Ini;
320 ModuleID = gid_Module_Root;
321 Section = "Bootstrap";
324 Value = "[ALLUSERS]";
325 Inifiletablekey = "AllUsersSet";
326 Inifiletableaction = "1";
327 Styles = (INIFILETABLE);
334 ProfileItem gid_Profileitem_Setup_Findproduct
335 ProfileID = gid_Profile_Setup_Ini;
336 ModuleID = gid_Module_Root;
337 Section = "Bootstrap";
340 Value = "[FINDPRODUCT]";
341 Inifiletablekey = "FindProductSet";
342 Inifiletableaction = "1";
343 Styles = (INIFILETABLE);
350 ProfileItem gid_Profileitem_Setup_Productcode
351 ProfileID = gid_Profile_Setup_Ini;
352 ModuleID = gid_Module_Root;
353 Section = "Bootstrap";
356 Value = "<productcode>";
363 ProfileItem gid_Profileitem_Setup_Upgradecode
364 ProfileID = gid_Profile_Setup_Ini;
365 ModuleID = gid_Module_Root;
366 Section = "Bootstrap";
369 Value = "<upgradecode>";
374 ProfileItem gid_Profileitem_Soffice_Logo
375 ProfileID = gid_Profile_Soffice_Ini;
376 ModuleID = gid_Module_Root;
377 Section = "Bootstrap";
383 ProfileItem gid_Profileitem_Soffice_ProgressBarColor
384 ProfileID = gid_Profile_Soffice_Ini;
385 ModuleID = gid_Module_Root;
386 Section = "Bootstrap";
388 Key = "ProgressBarColor";
392 ProfileItem gid_Profileitem_Soffice_ProgressSize
393 ProfileID = gid_Profile_Soffice_Ini;
394 ModuleID = gid_Module_Root;
395 Section = "Bootstrap";
397 Key = "ProgressSize";
401 ProfileItem gid_Profileitem_Soffice_ProgressPosition
402 ProfileID = gid_Profile_Soffice_Ini;
403 ModuleID = gid_Module_Root;
404 Section = "Bootstrap";
406 Key = "ProgressPosition";
412 ProfileItem gid_Profileitem_Soffice_Hideeula
413 ProfileID = gid_Profile_Soffice_Ini;
414 ModuleID = gid_Module_Root;
415 Section = "Bootstrap";
418 Value = "[HIDEEULA]";
419 Inifiletablekey = "HideEula";
420 Inifiletableaction = "1";
421 Styles = (INIFILETABLE);
426 ProfileItem gid_Profileitem_Uno_Uno_Shared_Packages
427 ProfileID = gid_Profile_Uno_Ini;
428 ModuleID = gid_Module_Root;
429 Section = "Bootstrap";
431 Key = "UNO_SHARED_PACKAGES";
432 Value = "$BRAND_BASE_DIR/share/uno_packages";
435 ProfileItem gid_Profileitem_Uno_Uno_Shared_Packages_Cache
436 ProfileID = gid_Profile_Uno_Ini;
437 ModuleID = gid_Module_Root;
438 Section = "Bootstrap";
440 Key = "UNO_SHARED_PACKAGES_CACHE";
441 Value = "$UNO_SHARED_PACKAGES/cache";
444 ProfileItem gid_Profileitem_Uno_Uno_User_Packages
445 ProfileID = gid_Profile_Uno_Ini;
446 ModuleID = gid_Module_Root;
447 Section = "Bootstrap";
449 Key = "UNO_USER_PACKAGES";
450 Value = "${$BRAND_BASE_DIR/program/" PROFILENAME(bootstrap) ":UserInstallation}/user/uno_packages";
453 ProfileItem gid_Profileitem_Uno_Uno_User_Packages_Cache
454 ProfileID = gid_Profile_Uno_Ini;
455 ModuleID = gid_Module_Root;
456 Section = "Bootstrap";
458 Key = "UNO_USER_PACKAGES_CACHE";
459 Value = "$UNO_USER_PACKAGES/cache";
462 ProfileItem gid_Profileitem_Uno_Pkg_SharedUnoFile
463 ProfileID = gid_Profile_Uno_Ini;
464 ModuleID = gid_Module_Root;
465 Section = "Bootstrap";
467 Key = "PKG_SharedUnoFile";
468 Value = "$UNO_SHARED_PACKAGES_CACHE/registry/com.sun.star.comp.deployment.component.PackageRegistryBackend/unorc";
471 ProfileItem gid_Profileitem_Uno_Pkg_UserUnoFile
472 ProfileID = gid_Profile_Uno_Ini;
473 ModuleID = gid_Module_Root;
474 Section = "Bootstrap";
476 Key = "PKG_UserUnoFile";
477 Value = "$UNO_USER_PACKAGES_CACHE/registry/com.sun.star.comp.deployment.component.PackageRegistryBackend/unorc";
480 ProfileItem gid_Profileitem_Fundamentalbasis_Uno_Shared_Packages_Cache
481 ModuleID = gid_Module_Root;
482 ProfileID = gid_Profile_Fundamentalbasis_Ini;
483 Section = "Bootstrap";
484 Key = "UNO_SHARED_PACKAGES_CACHE";
485 Value = "${$ORIGIN/" PROFILENAME(uno) ":UNO_SHARED_PACKAGES_CACHE}";
488 ProfileItem gid_Profileitem_Fundamentalbasis_Uno_User_Packages_Cache
489 ModuleID = gid_Module_Root;
490 ProfileID = gid_Profile_Fundamentalbasis_Ini;
491 Section = "Bootstrap";
492 Key = "UNO_USER_PACKAGES_CACHE";
493 Value = "${$ORIGIN/" PROFILENAME(uno) ":UNO_USER_PACKAGES_CACHE}";
496 ProfileItem gid_Profileitem_Fundamentalbasis_Ure_More_Types
497 ModuleID = gid_Module_Root;
498 ProfileID = gid_Profile_Fundamentalbasis_Ini;
499 Section = "Bootstrap";
500 Key = "URE_MORE_TYPES";
501 #if defined ENABLE_VBA && !defined VBA_EXTENSION
502 Value = "$ORIGIN/offapi.rdb $ORIGIN/oovbaapi.rdb ${${$ORIGIN/" PROFILENAME(uno) ":PKG_SharedUnoFile}:UNO_TYPES} ${${$ORIGIN/" PROFILENAME(uno) ":PKG_UserUnoFile}:UNO_TYPES}";
504 Value = "$ORIGIN/offapi.rdb ${${$ORIGIN/" PROFILENAME(uno) ":PKG_SharedUnoFile}:UNO_TYPES} ${${$ORIGIN/" PROFILENAME(uno) ":PKG_UserUnoFile}:UNO_TYPES}";
508 ProfileItem gid_Profileitem_Fundamentalbasis_Ure_More_Services
509 ModuleID = gid_Module_Root;
510 ProfileID = gid_Profile_Fundamentalbasis_Ini;
511 Section = "Bootstrap";
512 Key = "URE_MORE_SERVICES";
513 Value = "${${$ORIGIN/" PROFILENAME(uno) ":PKG_UserUnoFile}:UNO_SERVICES} ${${$ORIGIN/" PROFILENAME(uno) ":PKG_SharedUnoFile}:UNO_SERVICES} $ORIGIN/services.rdb";
516 ProfileItem gid_Profileitem_Fundamentalbasis_Ure_More_Java_Types
517 ModuleID = gid_Module_Root;
518 ProfileID = gid_Profile_Fundamentalbasis_Ini;
519 Section = "Bootstrap";
520 Key = "URE_MORE_JAVA_TYPES";
521 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}";
524 ProfileItem gid_Profileitem_Fundamentalbasis_Ure_Java_Jfw_Shared_Data
525 ModuleID = gid_Module_Root;
526 ProfileID = gid_Profile_Fundamentalbasis_Ini;
527 Section = "Bootstrap";
528 Key = "URE_OVERRIDE_JAVA_JFW_SHARED_DATA";
529 Value = "${BRAND_BASE_DIR}/share/config/javasettings_${_OS}_${_ARCH}.xml";
532 ProfileItem gid_Profileitem_Fundamentalbasis_Ure_Java_Jfw_User_Data
533 ModuleID = gid_Module_Root;
534 ProfileID = gid_Profile_Fundamentalbasis_Ini;
535 Section = "Bootstrap";
536 Key = "URE_OVERRIDE_JAVA_JFW_USER_DATA";
537 Value = "${${BRAND_BASE_DIR}/program/" PROFILENAME(bootstrap) ":UserInstallation}/user/config/javasettings_${_OS}_${_ARCH}.xml";
540 ProfileItem gid_Profileitem_Fundamentalbasis_Ure_Java_Classpath_Urls
541 ModuleID = gid_Module_Root;
542 ProfileID = gid_Profile_Fundamentalbasis_Ini;
543 Section = "Bootstrap";
544 Key = "URE_MORE_JAVA_CLASSPATH_URLS";
547 ValueList1 = BSH_JAR;
550 ValueList2 = HSQLDB_JAR;
553 ValueList3 = SAXON_JAR;
557 ProfileItem gid_Profileitem_Fundamentalbasis_Ure_Bin_Dir
558 ModuleID = gid_Module_Root;
559 ProfileID = gid_Profile_Fundamentalbasis_Ini;
560 Section = "Bootstrap";
563 Value = "${.link:$ORIGIN/../ure-link}/bin";
565 Value = "$ORIGIN/../ure-link/bin";
569 ProfileItem gid_Profileitem_Fundamentalbasis_Ure_Lib_Dir
570 ModuleID = gid_Module_Root;
571 ProfileID = gid_Profile_Fundamentalbasis_Ini;
572 Section = "Bootstrap";
575 Value = "${.link:$ORIGIN/../ure-link}/bin";
577 Value = "$ORIGIN/../ure-link/lib";
581 // Basis layer: gid_Profile_Version_Ini_Basis
583 ProfileItem gid_Basis_Profileitem_Version_Buildid
584 ProfileID = gid_Profile_Version_Ini_Basis;
585 ModuleID = gid_Module_Root;
591 ProfileItem gid_Basis_Profileitem_Version_Productsource
592 ProfileID = gid_Profile_Version_Ini_Basis;
593 ModuleID = gid_Module_Root;
595 Key = "ProductSource";
596 Value = "<sourceid>";
599 ProfileItem gid_Basis_Profileitem_Version_Productmajor
600 ProfileID = gid_Profile_Version_Ini_Basis;
601 ModuleID = gid_Module_Root;
603 Key = "ProductMajor";
604 Value = "<productmajor>";
607 ProfileItem gid_Basis_Profileitem_Version_Productminor
608 ProfileID = gid_Profile_Version_Ini_Basis;
609 ModuleID = gid_Module_Root;
611 Key = "ProductMinor";
612 Value = "<productminor>";
615 ProfileItem gid_Basis_Profileitem_Version_Productbuildid
616 ProfileID = gid_Profile_Version_Ini_Basis;
617 ModuleID = gid_Module_Root;
619 Key = "ProductBuildid";
620 Value = "<productbuildid>";
623 ProfileItem gid_Basis_Profileitem_Version_Ooobaseversion
624 ProfileID = gid_Profile_Version_Ini_Basis;
625 ModuleID = gid_Module_Root;
627 Key = "OOOBaseVersion";
628 Value = "${OOOBASEVERSION}";
631 ProfileItem gid_Basis_Profileitem_Version_Ooopackageversion
632 ProfileID = gid_Profile_Version_Ini_Basis;
633 ModuleID = gid_Module_Root;
635 Key = "OOOPackageVersion";
636 Value = "${OOOPACKAGEVERSION}";