Version 6.1.4.1, tag libreoffice-6.1.4.1
[LibreOffice.git] / scp2 / source / ooo / common_brand.scp
blob08e3b43df660efcadccbdc01c1a759483ec82dd4
1 /*************************************************************************
2  *
3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4  *
5  * Copyright 2000, 2010 Oracle and/or its affiliates.
6  *
7  * OpenOffice.org - a multi-platform office productivity suite
8  *
9  * This file is part of OpenOffice.org.
10  *
11  * OpenOffice.org is free software: you can redistribute it and/or modify
12  * it under the terms of the GNU Lesser General Public License version 3
13  * only, as published by the Free Software Foundation.
14  *
15  * OpenOffice.org is distributed in the hope that it will be useful,
16  * but WITHOUT ANY WARRANTY; without even the implied warranty of
17  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
18  * GNU Lesser General Public License version 3 for more details
19  * (a copy is included in the LICENSE file that accompanied this code).
20  *
21  * You should have received a copy of the GNU Lesser General Public License
22  * version 3 along with OpenOffice.org.  If not, see
23  * <http://www.openoffice.org/license.html>
24  * for a copy of the LGPLv3 License.
25  *
26  ************************************************************************/
28 #include "macros.inc"
30 #include "AutoInstall/brand"
32 #include "config_dconf.h"
33 #include "config_folders.h"
35 Module gid_Module_Root_Brand
36     ParentID = gid_Module_Root;
37     InstallOrder = "150";
38     Name = "ooobrand";
39     Description = "OOo Brand";
40     Sortkey = "1030";
41     Default = YES;
42     Styles = (HIDDEN_ROOT,ROOT_BRAND_PACKAGE,ISUPDATEPACKAGE);
43     PackageInfo = "packinfo_brand.txt";
44     Dirs = (gid_Brand_Dir_Program,
45             gid_Brand_Dir_Share,
46             gid_Brand_Dir_Share_Config,
47             gid_Brand_Dir_Share_Extensions,
48             gid_Brand_Dir_Share_Uno_Packages,
49             gid_Brand_Dir_Share_Uno_Packages_Cache,
50             gid_Brand_Dir_Share_Ure,
51             gid_Brand_Dir_Share_Ure_Share,
52             gid_Brand_Dir_Share_Registry,
53             gid_Brand_Dir_Share_Xdg);
54     Files = (auto_brand_ALL,
55              gid_Brand_File_Desktophelper_Txt,
56              gid_Brand_File_Share_Xdg_Base,
57              gid_Brand_File_Share_Xdg_Calc,
58              gid_Brand_File_Share_Xdg_Draw,
59              gid_Brand_File_Share_Xdg_Impress,
60              gid_Brand_File_Share_Xdg_Math,
61              gid_Brand_File_Share_Xdg_QStart,
62              gid_Brand_File_Share_Xdg_StartCenter,
63              gid_Brand_File_Share_Xdg_Writer,
64              gid_Brand_File_Share_Xdg_XsltFilter);
65 End
67 // Language specific brand module
69 Module gid_Module_Langpack_Brand_Template
70     ParentID = gid_Module_Langpack_Languageroot;
71     Name = "gid_Module_Langpack_Brand_Template";
72     Description = "gid_Module_Langpack_Brand_Template";
73     Styles = (TEMPLATEMODULE);
74     InstallOrder = "1050";
75     Dirs = (gid_Brand_Dir_Program_Shell,
76             gid_Brand_Dir_Readme);
77     Files = (gid_Brand_File_Readme_Readme,
78              gid_Brand_File_Share_Registry_Cjk_Xcd);
79 End
81 // Directories
83 Directory gid_Brand_Dir_Program
84 #if defined MACOSX
85     ParentID = gid_Dir_Bundle_Contents;
86     DosName = "MacOS";
87 #else
88     ParentID = gid_Dir_Brand_Root;
89     DosName = "program";
90 #endif
91 End
93 Directory gid_Brand_Dir_Readme
94 #if defined MACOSX
95     ParentID = gid_Dir_Bundle_Contents_Resources;
96 #else
97     ParentID = gid_Dir_Brand_Root;
98 #endif
99     DosName = "readmes";
102 Directory gid_Brand_Dir_Share
103 #if defined MACOSX
104     ParentID = gid_Dir_Bundle_Contents;
105 #else
106     ParentID = gid_Dir_Brand_Root;
107 #endif
108     DosName = LIBO_SHARE_FOLDER;
111 Directory gid_Brand_Dir_Share_Config
112     ParentID = gid_Brand_Dir_Share;
113     DosName = "config";
116 Directory gid_Brand_Dir_Share_Uno_Packages
117     ParentID = gid_Brand_Dir_Share;
118     DosName = "uno_packages";
119     Styles = (CREATE);
122 Directory gid_Brand_Dir_Share_Uno_Packages_Cache
123     ParentID = gid_Brand_Dir_Share_Uno_Packages;
124     DosName = "cache";
125     Styles = (CREATE);
128 Directory gid_Brand_Dir_Share_Uno_Packages_Cache_Uno_Packages
129     ParentID = gid_Brand_Dir_Share_Uno_Packages_Cache;
130     DosName = "uno_packages";
131     Styles = (CREATE);
134 #if defined MACOSX
136 Directory gid_Brand_Dir_Share_Ure
137     ParentID = gid_Brand_Dir_Share;
138     DosName = "ure";
141 Directory gid_Brand_Dir_Share_Ure_Share
142     ParentID = gid_Brand_Dir_Share_Ure;
143     DosName = "share";
146 #endif
148 Directory gid_Brand_Dir_Share_Registry
149     ParentID = gid_Brand_Dir_Share;
150     DosName = "registry";
153 #if defined UNX && ! defined MACOSX
154 Directory gid_Brand_Dir_Share_Xdg
155     ParentID = gid_Brand_Dir_Share;
156     DosName = "xdg";
158 #endif
160 // Files
162 #ifdef WNT
163 File gid_Brand_File_Desktophelper_Txt
164     TXT_FILE_BODY;
165     Styles = (PACKED);
166     Dir = gid_Brand_Dir_Program;
167     Name = "desktophelper.txt";
168     ComponentCondition = "CREATEDESKTOPLINK=1";
170 #endif
172 File gid_Brand_File_Readme_Readme
173   TXT_FILE_BODY;
174   Dir = gid_Brand_Dir_Readme;
175   #ifdef UNX
176     README_ALL_LANG(Name, README);
177   #endif
178   #ifdef WNT
179     README_TXT_ALL_LANG(Name, readme, txt);
180   #endif
181     Styles = (PACKED, SCPZIP_REPLACE);
184 File gid_Brand_File_Share_Registry_Cjk_Xcd
185     TXT_FILE_BODY;
186     Styles = (PACKED,MAKE_LANG_SPECIFIC);
187     Dir = gid_Brand_Dir_Share_Registry;
188     Name (ja) = "cjk.xcd";
189     Name (ko) = "cjk.xcd";
190     Name (zh-CN) = "cjk.xcd";
191     Name (zh-TW) = "cjk.xcd";
194 #if defined UNX && ! defined MACOSX
195 File gid_Brand_File_Share_Xdg_Base
196     TXT_FILE_BODY;
197     Dir = gid_Brand_Dir_Share_Xdg;
198     Styles = (PACKED,SCPZIP_REPLACE);
199     Name = "base.desktop";
201 #endif
203 #if defined UNX && ! defined MACOSX
204 File gid_Brand_File_Share_Xdg_Calc
205     TXT_FILE_BODY;
206     Dir = gid_Brand_Dir_Share_Xdg;
207     Name = "calc.desktop";
208     Styles = (PACKED,SCPZIP_REPLACE);
210 #endif
212 #if defined UNX && ! defined MACOSX
213 File gid_Brand_File_Share_Xdg_Draw
214     TXT_FILE_BODY;
215     Dir = gid_Brand_Dir_Share_Xdg;
216     Name = "draw.desktop";
217     Styles = (PACKED,SCPZIP_REPLACE);
219 #endif
221 #if defined UNX && ! defined MACOSX
222 File gid_Brand_File_Share_Xdg_Impress
223     TXT_FILE_BODY;
224     Dir = gid_Brand_Dir_Share_Xdg;
225     Name = "impress.desktop";
226     Styles = (PACKED,SCPZIP_REPLACE);
228 #endif
230 #if defined UNX && ! defined MACOSX
231 File gid_Brand_File_Share_Xdg_Math
232     TXT_FILE_BODY;
233     Dir = gid_Brand_Dir_Share_Xdg;
234     Name = "math.desktop";
235     Styles = (PACKED,SCPZIP_REPLACE);
237 #endif
239 #if defined UNX && ! defined MACOSX
240 File gid_Brand_File_Share_Xdg_Writer
241     TXT_FILE_BODY;
242     Dir = gid_Brand_Dir_Share_Xdg;
243     Name = "writer.desktop";
244     Styles = (PACKED,SCPZIP_REPLACE);
246 #endif
248 #if defined UNX && ! defined MACOSX
249 File gid_Brand_File_Share_Xdg_StartCenter
250     TXT_FILE_BODY;
251     Dir = gid_Brand_Dir_Share_Xdg;
252     Name = "startcenter.desktop";
253     Styles = (PACKED,SCPZIP_REPLACE);
255 #endif
257 #if defined UNX && ! defined MACOSX
258 File gid_Brand_File_Share_Xdg_XsltFilter
259     TXT_FILE_BODY;
260     Dir = gid_Brand_Dir_Share_Xdg;
261     Name = "xsltfilter.desktop";
262     Styles = (PACKED,SCPZIP_REPLACE);
264 #endif
266 // Profiles
268 Profile gid_Brand_Profile_Bootstrap_Ini
269     ModuleID = gid_Module_Root_Brand;
270     Name = PROFILENAME(bootstrap);
271     Dir = GID_BRAND_DIR_ETC;
272     Styles = (NETWORK);
275 Profile gid_Brand_Profile_Soffice_Ini
276     ModuleID = gid_Module_Root_Brand;
277     Name = PROFILENAME(soffice);
278     Dir = GID_BRAND_DIR_ETC;
279     Styles = (NETWORK);
282 Profile gid_Brand_Profile_Setup_Ini
283     ModuleID = gid_Module_Root_Brand;
284     Name = PROFILENAME(setup);
285     Dir = GID_BRAND_DIR_ETC;
286     Styles = (NETWORK);
289 Profile gid_Brand_Profile_Version_Ini
290     ModuleID = gid_Module_Root_Brand;
291     Name = PROFILENAME(version);
292     Dir = GID_BRAND_DIR_ETC;
293     Styles = (NETWORK);
296 Profile gid_Brand_Profile_Fundamental_Ini
297     ModuleID = gid_Module_Root_Brand;
298     Name = PROFILENAME(fundamental);
299     Dir = GID_BRAND_DIR_ETC;
302 #if !defined MACOSX
303 Profile gid_Brand_Profile_Redirect_Ini
304     ModuleID = gid_Module_Root_Brand;
305     Name = PROFILENAME(redirect);
306     Dir = gid_Brand_Dir_Program;
308 #endif
310 // ProfileItems
312 ProfileItem gid_Brand_Profileitem_Bootstrap_Productkey
313     ProfileID = gid_Brand_Profile_Bootstrap_Ini;
314     ModuleID = gid_Module_Root_Brand;
315     Section = "Bootstrap";
316     Order = 1;
317     Key = "ProductKey";
318     Value = "<productkey>";
321 ProfileItem gid_Brand_Profileitem_Bootstrap_Installmode
322     ProfileID = gid_Brand_Profile_Bootstrap_Ini;
323     ModuleID = gid_Module_Root_Brand;
324     Section = "Bootstrap";
325     Order = 5;
326     Key = "InstallMode";
327     Value = "<installmode>";
330 ProfileItem gid_Brand_Profileitem_Bootstrap_Userinstall
331     ProfileID = gid_Brand_Profile_Bootstrap_Ini;
332     ModuleID = gid_Module_Root_Brand;
333     Section = "Bootstrap";
334     Order = 3;
335     Key = "UserInstallation";
336   #ifdef WNT
337     Value = "$SYSUSERCONFIG/%ONEWORDPRODUCTNAME/%USERDIRPRODUCTVERSION";
338   #elif defined MACOSX
339     Value = "$SYSUSERCONFIG/%ONEWORDPRODUCTNAME/%USERDIRPRODUCTVERSION";
340   #else
341     Value = "$SYSUSERCONFIG/%LCONEWORDPRODUCTNAME/%USERDIRPRODUCTVERSION";
342   #endif
345 ProfileItem gid_Brand_Profileitem_Soffice_UreBootstrap
346     ModuleID = gid_Module_Root_Brand;
347     ProfileID = gid_Brand_Profile_Soffice_Ini;
348     Section = "Bootstrap";
349     Key = "URE_BOOTSTRAP";
350     Value = "${ORIGIN}/" PROFILENAME(fundamental);
353 ProfileItem gid_Brand_Profileitem_Soffice_Logo
354     ProfileID = gid_Brand_Profile_Soffice_Ini;
355     ModuleID = gid_Module_Root_Brand;
356     Section = "Bootstrap";
357     Order = 1;
358     Key = "Logo";
359     Value = "1";
362 ProfileItem gid_Brand_Profileitem_Soffice_ProgressBarColor_So
363     ProfileID = gid_Brand_Profile_Soffice_Ini;
364     ModuleID = gid_Module_Root_Brand;
365     Section = "Bootstrap";
366     Order = 2;
367     Key = "ProgressBarColor";
368     Value = "${PROGRESSBARCOLOR}";
371 ProfileItem gid_Brand_Profileitem_Soffice_ProgressSize_So
372     ProfileID = gid_Brand_Profile_Soffice_Ini;
373     ModuleID = gid_Module_Root_Brand;
374     Section = "Bootstrap";
375     Order = 3;
376     Key = "ProgressSize";
377     Value = "${PROGRESSSIZE}";
380 ProfileItem gid_Brand_Profileitem_Soffice_ProgressPosition_So
381     ProfileID = gid_Brand_Profile_Soffice_Ini;
382     ModuleID = gid_Module_Root_Brand;
383     Section = "Bootstrap";
384     Order = 4;
385     Key = "ProgressPosition";
386     Value = "${PROGRESSPOSITION}";
389 ProfileItem gid_Brand_Profileitem_Soffice_ProgressFrameColor_So
390     ProfileID = gid_Brand_Profile_Soffice_Ini;
391     ModuleID = gid_Module_Root_Brand;
392     Section = "Bootstrap";
393     Order = 5;
394     Key = "ProgressFrameColor";
395     Value = "${PROGRESSFRAMECOLOR}";
398 ProfileItem gid_Brand_Profileitem_Soffice_NativeProgress_So
399     ProfileID = gid_Brand_Profile_Soffice_Ini;
400     ModuleID = gid_Module_Root_Brand;
401     Section = "Bootstrap";
402     Order = 6;
403     Key = "NativeProgress";
404     Value = "${NATIVEPROGRESS}";
407 ProfileItem gid_Brand_Profileitem_Soffice_ProgressTextColor_So
408     ProfileID = gid_Brand_Profile_Soffice_Ini;
409     ModuleID = gid_Module_Root_Brand;
410     Section = "Bootstrap";
411     Order = 7;
412     Key = "ProgressTextColor";
413     Value = "${PROGRESSTEXTCOLOR}";
416 ProfileItem gid_Brand_Profileitem_Soffice_ProgressTextBaseline_So
417     ProfileID = gid_Brand_Profile_Soffice_Ini;
418     ModuleID = gid_Module_Root_Brand;
419     Section = "Bootstrap";
420     Order = 8;
421     Key = "ProgressTextBaseline";
422     Value = "${PROGRESSTEXTBASELINE}";
425 ProfileItem gid_Brand_Profileitem_Soffice_Hideeula
426     ProfileID = gid_Brand_Profile_Soffice_Ini;
427     ModuleID = gid_Module_Root_Brand;
428     Section = "Bootstrap";
429     Order = 7;
430     Key = "HideEula";
431     Value = "1";
434 ProfileItem gid_Brand_Profileitem_Soffice_CrashDirectory
435     ProfileID = gid_Brand_Profile_Soffice_Ini;
436     ModuleID = gid_Module_Root_Brand;
437     Section = "Bootstrap";
438     Key = "CrashDirectory";
439     Value = "${$BRAND_BASE_DIR/" LIBO_ETC_FOLDER "/" PROFILENAME(bootstrap) ":UserInstallation}/crash";
442 ProfileItem gid_Brand_Profileitem_Soffice_SecureUserConfig
443     ProfileID = gid_Brand_Profile_Soffice_Ini;
444     ModuleID = gid_Module_Root_Brand;
445     Section = "Bootstrap";
446     Key = "SecureUserConfig";
447     Value = "true";
450 ProfileItem gid_Brand_Profileitem_Soffice_SecureUserConfigCompress
451     ProfileID = gid_Brand_Profile_Soffice_Ini;
452     ModuleID = gid_Module_Root_Brand;
453     Section = "Bootstrap";
454     Key = "SecureUserConfigCompress";
455     Value = "true";
458 ProfileItem gid_Brand_Profileitem_Soffice_SecureUserConfigNumCopies
459     ProfileID = gid_Brand_Profile_Soffice_Ini;
460     ModuleID = gid_Module_Root_Brand;
461     Section = "Bootstrap";
462     Key = "SecureUserConfigNumCopies";
463     Value = "2";
467 ProfileItem gid_Brand_Profileitem_Soffice_SecureUserConfigMode
468     ProfileID = gid_Brand_Profile_Soffice_Ini;
469     ModuleID = gid_Module_Root_Brand;
470     Section = "Bootstrap";
471     Key = "SecureUserConfigMode";
472     Value = "1";
475 ProfileItem gid_Brand_Profileitem_Soffice_SecureUserConfigExtensions
476     ProfileID = gid_Brand_Profile_Soffice_Ini;
477     ModuleID = gid_Module_Root_Brand;
478     Section = "Bootstrap";
479     Key = "SecureUserConfigExtensions";
480     Value = "true";
483 ProfileItem gid_Brand_Profileitem_Version_Buildid
484     ProfileID = gid_Brand_Profile_Version_Ini;
485     ModuleID = gid_Module_Root_Brand;
486     Section = "Version";
487     Order = 4;
488     Key = "buildid";
489     Value = "<buildid>";
492 #ifdef WNT
494 ProfileItem gid_Brand_Profileitem_Version_Productcode
495     ProfileID = gid_Brand_Profile_Version_Ini;
496     ModuleID = gid_Module_Root_Brand;
497     Section = "Version";
498     Order = 8;
499     Key = "ProductCode";
500     Value = "<productcode>";
503 #endif
505 #ifdef WNT
507 ProfileItem gid_Brand_Profileitem_Version_Upgradecode
508     ProfileID = gid_Brand_Profile_Version_Ini;
509     ModuleID = gid_Module_Root_Brand;
510     Section = "Version";
511     Order = 9;
512     Key = "UpgradeCode";
513     Value = "<upgradecode>";
516 #endif
518 ProfileItem gid_Brand_Profileitem_Version_Alllanguages
519     ProfileID = gid_Brand_Profile_Version_Ini;
520     ModuleID = gid_Module_Root_Brand;
521     Section = "Version";
522     Order = 13;
523     Key = "AllLanguages";
524     Value = "<alllanguages>";
527 #ifdef WNT
529 ProfileItem gid_Brand_Profileitem_Version_Msiproductversion
530     ProfileID = gid_Brand_Profile_Version_Ini;
531     ModuleID = gid_Module_Root_Brand;
532     Section = "Version";
533     Order = 14;
534     Key = "MsiProductVersion";
535     Value = "<msiproductversion>";
538 #endif
540 ProfileItem gid_Brand_Profileitem_Version_Updateurl
541     ProfileID = gid_Brand_Profile_Version_Ini;
542     ModuleID = gid_Module_Root_Brand;
543     Section = "Version";
544     Order = 15;
545     Key = "UpdateURL";
546   #if defined(ENABLE_ONLINE_UPDATE)
547   #ifdef WNT
548     Value = "${UPDATEURL}";
549   #else  // defined WNT
550     Value = "${UPDATEURL}?pkgfmt=<pkgformat>";
551   #endif //defined WNT
552   #else
553     Value = "";
554   #endif
557 ProfileItem gid_Brand_Profileitem_Version_UpdateChannel
558     ProfileID = gid_Brand_Profile_Version_Ini;
559     ModuleID = gid_Module_Root_Brand;
560     Section = "Version";
561     Order = 19;
562     Key = "UpdateChannel";
563     Value = "<updatechannel>";
566 ProfileItem gid_Brand_Profileitem_Version_Updateid
567     ProfileID = gid_Brand_Profile_Version_Ini;
568     ModuleID = gid_Module_Root_Brand;
569     Section = "Version";
570     Order = 16;
571     Key = "UpdateID";
572     Value = "<updateid>";
575 ProfileItem gid_Brand_Profileitem_Version_Useragent
576     ProfileID = gid_Brand_Profile_Version_Ini;
577     ModuleID = gid_Module_Root_Brand;
578     Section = "Version";
579     Order = 17;
580     Key = "UpdateUserAgent";
581     Value = "<PRODUCT> (${buildid}; ${_OS}; ${_ARCH}; <OPTIONAL_OS_HW_DATA>)";
584 ProfileItem gid_Brand_Profileitem_Version_Vendor
585     ProfileID = gid_Brand_Profile_Version_Ini;
586     ModuleID = gid_Module_Root_Brand;
587     Section = "Version";
588     Order = 16;
589     Key = "Vendor";
590     Value = "<vendor>";
593 ProfileItem gid_Brand_Profileitem_Version_BuildVersion
594     ProfileID = gid_Brand_Profile_Version_Ini;
595     ModuleID = gid_Module_Root_Brand;
596     Section = "Version";
597     Order = 17;
598     Key = "BuildVersion";
599     Value = "<buildversion>";
602 ProfileItem gid_Brand_Profileitem_Version_Extensionupdateurl
603     ProfileID = gid_Brand_Profile_Version_Ini;
604     ModuleID = gid_Module_Root_Brand;
605     Section = "Version";
606     Order = 18;
607     Key = "ExtensionUpdateURL";
608     #if defined(ENABLE_EXTENSION_UPDATE)
609       Value = "http://updateexte.libreoffice.org/ExtensionUpdateService/check.Update";
610     #else
611       Value = "";
612     #endif
615 ProfileItem gid_Brand_Profileitem_Version_ReferenceOOoMajorMinor
616     ProfileID = gid_Brand_Profile_Version_Ini;
617     ModuleID = gid_Module_Root_Brand;
618     Section = "Version";
619     Key = "ReferenceOOoMajorMinor";
620     Value = "${REFERENCEOOOMAJORMINOR}";
623 ProfileItem gid_Brand_Profileitem_Fundamental_Brand_Base_Dir
624     ModuleID = gid_Module_Root_Brand;
625     ProfileID = gid_Brand_Profile_Fundamental_Ini;
626     Section = "Bootstrap";
627     Key = "BRAND_BASE_DIR";
628     Value = "${ORIGIN}/..";
631 ProfileItem gid_Brand_Profileitem_Fundamental_Brand_Share_Subdir
632     ModuleID = gid_Module_Root_Brand;
633     ProfileID = gid_Brand_Profile_Fundamental_Ini;
634     Section = "Bootstrap";
635     Key = "BRAND_SHARE_SUBDIR";
636     Value = LIBO_SHARE_FOLDER;
639 ProfileItem gid_Brand_Profileitem_Fundamental_Brand_Resource_Subdir
640     ModuleID = gid_Module_Root_Brand;
641     ProfileID = gid_Brand_Profile_Fundamental_Ini;
642     Section = "Bootstrap";
643     Key = "BRAND_SHARE_RESOURCE_SUBDIR";
644     Value = LIBO_SHARE_RESOURCE_FOLDER;
647 ProfileItem gid_Brand_Profileitem_Fundamental_Brand_Bin_Subdir
648     ModuleID = gid_Module_Root_Brand;
649     ProfileID = gid_Brand_Profile_Fundamental_Ini;
650     Section = "Bootstrap";
651     Key = "BRAND_INI_DIR";
652     Value = "${ORIGIN}";
655 ProfileItem gid_Brand_Profileitem_Fundamental_Lo_Lib_Dir
656     ModuleID = gid_Module_Root_Brand;
657     ProfileID = gid_Brand_Profile_Fundamental_Ini;
658     Section = "Bootstrap";
659     Key = "LO_LIB_DIR";
660     Value = "${BRAND_BASE_DIR}/" LIBO_LIB_FOLDER;
663 ProfileItem gid_Brand_Profileitem_Fundamental_Lo_Java_Dir
664     ModuleID = gid_Module_Root_Brand;
665     ProfileID = gid_Brand_Profile_Fundamental_Ini;
666     Section = "Bootstrap";
667     Key = "LO_JAVA_DIR";
668     Value = "${BRAND_BASE_DIR}/" LIBO_SHARE_JAVA_FOLDER;
671 ProfileItem gid_Brand_Profileitem_Fundamental_Uno_Bundled_Extensions
672     ModuleID = gid_Module_Root_Brand;
673     ProfileID = gid_Brand_Profile_Fundamental_Ini;
674     Section = "Bootstrap";
675     Key = "BUNDLED_EXTENSIONS";
676     Value = "${$ORIGIN/" PROFILENAME(louno) ":BUNDLED_EXTENSIONS}";
679 ProfileItem gid_Brand_Profileitem_Fundamental_Uno_Bundled_Extensions_User
680     ModuleID = gid_Module_Root_Brand;
681     ProfileID = gid_Brand_Profile_Fundamental_Ini;
682     Section = "Bootstrap";
683     Key = "BUNDLED_EXTENSIONS_USER";
684     Value = "${$ORIGIN/" PROFILENAME(louno) ":BUNDLED_EXTENSIONS_USER}";
687 ProfileItem gid_Brand_Profileitem_Fundamental_Uno_Shared_Packages_Cache
688     ModuleID = gid_Module_Root_Brand;
689     ProfileID = gid_Brand_Profile_Fundamental_Ini;
690     Section = "Bootstrap";
691     Key = "UNO_SHARED_PACKAGES_CACHE";
692     Value = "${$ORIGIN/" PROFILENAME(louno) ":UNO_SHARED_PACKAGES_CACHE}";
695 ProfileItem gid_Brand_Profileitem_Fundamental_Uno_Shared_Extensions_User
696     ModuleID = gid_Module_Root_Brand;
697     ProfileID = gid_Brand_Profile_Fundamental_Ini;
698     Section = "Bootstrap";
699     Key = "SHARED_EXTENSIONS_USER";
700     Value = "${$ORIGIN/" PROFILENAME(louno) ":SHARED_EXTENSIONS_USER}";
703 ProfileItem gid_Brand_Profileitem_Fundamental_Uno_User_Packages_Cache
704     ModuleID = gid_Module_Root_Brand;
705     ProfileID = gid_Brand_Profile_Fundamental_Ini;
706     Section = "Bootstrap";
707     Key = "UNO_USER_PACKAGES_CACHE";
708     Value = "${$ORIGIN/" PROFILENAME(louno) ":UNO_USER_PACKAGES_CACHE}";
711 ProfileItem gid_Brand_Profileitem_Fundamental_Uno_Tmp_Extensions
712     ModuleID = gid_Module_Root_Brand;
713     ProfileID = gid_Brand_Profile_Fundamental_Ini;
714     Section = "Bootstrap";
715     Key = "TMP_EXTENSIONS";
716     Value = "${$ORIGIN/" PROFILENAME(louno) ":TMP_EXTENSIONS}";
719 ProfileItem gid_Brand_Profileitem_Fundamental_Uno_Bak_Extensions
720     ModuleID = gid_Module_Root_Brand;
721     ProfileID = gid_Brand_Profile_Fundamental_Ini;
722     Section = "Bootstrap";
723     Key = "BAK_EXTENSIONS";
724     Value = "${$ORIGIN/" PROFILENAME(louno) ":TMP_EXTENSIONS}";
727 ProfileItem gid_Brand_Profileitem_Fundamental_Ure_More_Types
728     ModuleID = gid_Module_Root_Brand;
729     ProfileID = gid_Brand_Profile_Fundamental_Ini;
730     Section = "Bootstrap";
731     Key = "URE_MORE_TYPES";
732     Value = "<$ORIGIN/types>* ${${$ORIGIN/" PROFILENAME(louno) ":PKG_UserUnoFile}:UNO_TYPES} ${${$ORIGIN/" PROFILENAME(louno) ":PKG_SharedUnoFile}:UNO_TYPES} ${${$ORIGIN/" PROFILENAME(louno) ":PKG_BundledUnoFile}:UNO_TYPES}";
735 ProfileItem gid_Brand_Profileitem_Fundamental_Ure_More_Services
736     ModuleID = gid_Module_Root_Brand;
737     ProfileID = gid_Brand_Profile_Fundamental_Ini;
738     Section = "Bootstrap";
739     Key = "URE_MORE_SERVICES";
740     Value = "${${$ORIGIN/" PROFILENAME(louno) ":PKG_UserUnoFile}:UNO_SERVICES} ${${$ORIGIN/" PROFILENAME(louno) ":PKG_SharedUnoFile}:UNO_SERVICES} ${${$ORIGIN/" PROFILENAME(louno) ":PKG_BundledUnoFile}:UNO_SERVICES} <$ORIGIN/services>*";
743 ProfileItem gid_Brand_Profileitem_Fundamental_Ure_More_Java_Types
744     ModuleID = gid_Module_Root_Brand;
745     ProfileID = gid_Brand_Profile_Fundamental_Ini;
746     Section = "Bootstrap";
747     Key = "URE_MORE_JAVA_TYPES";
748     Value = "${BRAND_BASE_DIR}/" LIBO_SHARE_JAVA_FOLDER "/unoil.jar ${BRAND_BASE_DIR}/" LIBO_SHARE_JAVA_FOLDER "/ScriptFramework.jar ${${$ORIGIN/" PROFILENAME(louno) ":PKG_UserUnoFile}:UNO_JAVA_CLASSPATH} ${${$ORIGIN/" PROFILENAME(louno) ":PKG_SharedUnoFile}:UNO_JAVA_CLASSPATH} ${${$ORIGIN/" PROFILENAME(louno) ":PKG_BundledUnoFile}:UNO_JAVA_CLASSPATH}";
751 ProfileItem gid_Brand_Profileitem_Fundamental_Ure_Java_Jfw_Shared_Data
752     ModuleID = gid_Module_Root_Brand;
753     ProfileID = gid_Brand_Profile_Fundamental_Ini;
754     Section = "Bootstrap";
755     Key = "URE_OVERRIDE_JAVA_JFW_SHARED_DATA";
756     Value = "${BRAND_BASE_DIR}/" LIBO_SHARE_FOLDER "/config/javasettings_${_OS}_${_ARCH}.xml";
759 ProfileItem gid_Brand_Profileitem_Fundamental_Ure_Java_Jfw_User_Data
760     ModuleID = gid_Module_Root_Brand;
761     ProfileID = gid_Brand_Profile_Fundamental_Ini;
762     Section = "Bootstrap";
763     Key = "URE_OVERRIDE_JAVA_JFW_USER_DATA";
764     Value = "${${BRAND_BASE_DIR}/" LIBO_ETC_FOLDER "/" PROFILENAME(bootstrap) ":UserInstallation}/user/config/javasettings_${_OS}_${_ARCH}.xml";
767 ProfileItem gid_Brand_Profileitem_Fundamental_Ure_Java_Classpath_Urls
768     ModuleID = gid_Module_Root_Brand;
769     ProfileID = gid_Brand_Profile_Fundamental_Ini;
770     Section = "Bootstrap";
771     Key = "URE_MORE_JAVA_CLASSPATH_URLS";
772     Value = "";
773 #ifdef SYSTEM_HSQLDB
774     ValueList1 = HSQLDB_JAR;
775 #endif
778 ProfileItem gid_Brand_Profileitem_Fundamental_Ure_Bin_Dir
779     ModuleID = gid_Module_Root_Brand;
780     ProfileID = gid_Brand_Profile_Fundamental_Ini;
781     Section = "Bootstrap";
782     Key = "URE_BIN_DIR";
783     Value = "${BRAND_BASE_DIR}/" LIBO_URE_BIN_FOLDER;
786 #if ENABLE_DCONF
787 #define CONFIGURATION_LAYERS_DCONF " dconf:*"
788 #else
789 #define CONFIGURATION_LAYERS_DCONF
790 #endif
791 #if defined WNT
792 #define CONFIGURATION_LAYERS_WINREG " winreg:LOCAL_MACHINE"
793 #define CONFIGURATION_LAYERS_WINUSERREG " winreg:CURRENT_USER"
794 #else
795 #define CONFIGURATION_LAYERS_WINREG
796 #define CONFIGURATION_LAYERS_WINUSERREG
797 #endif
798 ProfileItem gid_Brand_Profileitem_Fundamental_Configuration_Layers
799     ProfileID = gid_Brand_Profile_Fundamental_Ini;
800     ModuleID = gid_Module_Root_Brand;
801     Section = "Bootstrap";
802     Key = "CONFIGURATION_LAYERS";
803     Value = "xcsxcu:${BRAND_BASE_DIR}/" LIBO_SHARE_FOLDER "/registry res:${BRAND_BASE_DIR}/" LIBO_SHARE_FOLDER "/registry" CONFIGURATION_LAYERS_DCONF CONFIGURATION_LAYERS_WINREG " bundledext:${${BRAND_BASE_DIR}/" LIBO_ETC_FOLDER "/" PROFILENAME(louno) ":BUNDLED_EXTENSIONS_USER}/registry/com.sun.star.comp.deployment.configuration.PackageRegistryBackend/configmgr.ini sharedext:${${BRAND_BASE_DIR}/" LIBO_ETC_FOLDER "/" PROFILENAME(louno) ":SHARED_EXTENSIONS_USER}/registry/com.sun.star.comp.deployment.configuration.PackageRegistryBackend/configmgr.ini userext:${${BRAND_BASE_DIR}/" LIBO_ETC_FOLDER "/" PROFILENAME(louno) ":UNO_USER_PACKAGES_CACHE}/registry/com.sun.star.comp.deployment.configuration.PackageRegistryBackend/configmgr.ini" CONFIGURATION_LAYERS_WINUSERREG " user:!${$BRAND_BASE_DIR/" LIBO_ETC_FOLDER "/" PROFILENAME(bootstrap) ":UserInstallation}/user/registrymodifications.xcu";
805 #undef CONFIGURATION_LAYERS_DCONF
806 #undef CONFIGURATION_LAYERS_WINREG
807 #undef CONFIGURATION_LAYERS_WINUSERREG
809 #if !defined MACOSX
810 ProfileItem gid_Brand_Profileitem_Redirect_Ure_Bootstrap
811     ModuleID = gid_Module_Root_Brand;
812     ProfileID = gid_Brand_Profile_Redirect_Ini;
813     Section = "Bootstrap";
814     Key = "URE_BOOTSTRAP";
815     Value = "${ORIGIN}/" PROFILENAME(fundamental);
817 #endif
819 #ifdef WNT
820 ProfileItem gid_Brand_Profileitem_Setup_Alluserset
821     ProfileID = gid_Brand_Profile_Setup_Ini;
822     ModuleID = gid_Module_Root_Brand;
823     Section = "Bootstrap";
824     Order = 4;
825     Key = "ALLUSERS";
826     Value = "[ALLUSERS]";
827     Inifiletablekey = "AllUsersSet";
828     Inifiletableaction = "1";
829     Styles = (INIFILETABLE);
831 #endif
833 #ifdef WNT
834 ProfileItem gid_Brand_Profileitem_Setup_Findproduct
835     ProfileID = gid_Brand_Profile_Setup_Ini;
836     ModuleID = gid_Module_Root_Brand;
837     Section = "Bootstrap";
838     Order = 5;
839     Key = "FINDPRODUCT";
840     Value = "[FINDPRODUCT]";
841     Inifiletablekey = "FindProductSet";
842     Inifiletableaction = "1";
843     Styles = (INIFILETABLE);
845 #endif
847 #ifdef WNT
848 ProfileItem gid_Brand_Profileitem_Setup_Productcode
849     ProfileID = gid_Brand_Profile_Setup_Ini;
850     ModuleID = gid_Module_Root_Brand;
851     Section = "Bootstrap";
852     Order = 6;
853     Key = "ProductCode";
854     Value = "<productcode>";
856 #endif
858 #ifdef WNT
859 ProfileItem gid_Brand_Profileitem_Setup_Upgradecode
860     ProfileID = gid_Brand_Profile_Setup_Ini;
861     ModuleID = gid_Module_Root_Brand;
862     Section = "Bootstrap";
863     Order = 7;
864     Key = "UpgradeCode";
865     Value = "<upgradecode>";
867 #endif
869 ProfileItem gid_Brand_Profileitem_Setup_Buildid
870     ProfileID = gid_Brand_Profile_Setup_Ini;
871     ModuleID = gid_Module_Root_Brand;
872     Section = "Bootstrap";
873     Order = 9;
874     Key = "buildid";
875     Value = "<buildid>";
878 #ifdef WNT
879 ProfileItem gid_Brand_Profileitem_Setup_Ureinstall
880     ProfileID = gid_Brand_Profile_Setup_Ini;
881     ModuleID = gid_Module_Root_Brand;
882     Section = "Bootstrap";
883     Order = 4;
884     Key = "UREINSTALLLOCATION";
885     Value = "[INSTALLLOCATION]URE\\";
886     Inifiletablekey = "UreInstallLocation";
887     Inifiletableaction = "1";
888     Styles = (INIFILETABLE);
890 #endif
892 #ifdef WNT
893 ProfileItem gid_Brand_Profileitem_Setup_Basisinstall
894     ProfileID = gid_Brand_Profile_Setup_Ini;
895     ModuleID = gid_Module_Root_Brand;
896     Section = "Bootstrap";
897     Order = 4;
898     Key = "BASISINSTALLLOCATION";
899     Value = "[INSTALLLOCATION]";
900     Inifiletablekey = "BasisInstallLocation";
901     Inifiletableaction = "1";
902     Styles = (INIFILETABLE);
904 #endif
906 #ifdef WNT
907 ProfileItem gid_Brand_Profileitem_Setup_Officeinstall
908     ProfileID = gid_Brand_Profile_Setup_Ini;
909     ModuleID = gid_Module_Root_Brand;
910     Section = "Bootstrap";
911     Order = 4;
912     Key = "OFFICEINSTALLLOCATION";
913     Value = "[INSTALLLOCATION]";
914     Inifiletablekey = "OfficeInstallLocation";
915     Inifiletableaction = "1";
916     Styles = (INIFILETABLE);
918 #endif
920 #ifdef WNT
921 ProfileItem gid_Brand_Profileitem_Setup_Install
922     ProfileID = gid_Brand_Profile_Setup_Ini;
923     ModuleID = gid_Module_Root_Brand;
924     Section = "Bootstrap";
925     Order = 4;
926     Key = "INSTALLLOCATION";
927     Value = "[INSTALLLOCATION]";
928     Inifiletablekey = "InstallLocation";
929     Inifiletableaction = "1";
930     Styles = (INIFILETABLE);
932 #endif