Bump version to 6.0-36
[LibreOffice.git] / scp2 / source / ooo / common_brand.scp
blob1eef7833f2d01efcdb573b25e59094d9ed63a9f5
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 #ifdef ENABLE_SYSTRAY_GTK
241 File gid_Brand_File_Share_Xdg_QStart
242     TXT_FILE_BODY;
243     Dir = gid_Brand_Dir_Share_Xdg;
244     Styles = (PACKED,SCPZIP_REPLACE);
245     Name = "qstart.desktop";
247 #endif
248 #endif
250 #if defined UNX && ! defined MACOSX
251 File gid_Brand_File_Share_Xdg_Writer
252     TXT_FILE_BODY;
253     Dir = gid_Brand_Dir_Share_Xdg;
254     Name = "writer.desktop";
255     Styles = (PACKED,SCPZIP_REPLACE);
257 #endif
259 #if defined UNX && ! defined MACOSX
260 File gid_Brand_File_Share_Xdg_StartCenter
261     TXT_FILE_BODY;
262     Dir = gid_Brand_Dir_Share_Xdg;
263     Name = "startcenter.desktop";
264     Styles = (PACKED,SCPZIP_REPLACE);
266 #endif
268 #if defined UNX && ! defined MACOSX
269 File gid_Brand_File_Share_Xdg_XsltFilter
270     TXT_FILE_BODY;
271     Dir = gid_Brand_Dir_Share_Xdg;
272     Name = "xsltfilter.desktop";
273     Styles = (PACKED,SCPZIP_REPLACE);
275 #endif
277 // Profiles
279 Profile gid_Brand_Profile_Bootstrap_Ini
280     ModuleID = gid_Module_Root_Brand;
281     Name = PROFILENAME(bootstrap);
282     Dir = GID_BRAND_DIR_ETC;
283     Styles = (NETWORK);
286 Profile gid_Brand_Profile_Soffice_Ini
287     ModuleID = gid_Module_Root_Brand;
288     Name = PROFILENAME(soffice);
289     Dir = GID_BRAND_DIR_ETC;
290     Styles = (NETWORK);
293 Profile gid_Brand_Profile_Setup_Ini
294     ModuleID = gid_Module_Root_Brand;
295     Name = PROFILENAME(setup);
296     Dir = GID_BRAND_DIR_ETC;
297     Styles = (NETWORK);
300 Profile gid_Brand_Profile_Version_Ini
301     ModuleID = gid_Module_Root_Brand;
302     Name = PROFILENAME(version);
303     Dir = GID_BRAND_DIR_ETC;
304     Styles = (NETWORK);
307 Profile gid_Brand_Profile_Fundamental_Ini
308     ModuleID = gid_Module_Root_Brand;
309     Name = PROFILENAME(fundamental);
310     Dir = GID_BRAND_DIR_ETC;
313 #if !defined MACOSX
314 Profile gid_Brand_Profile_Redirect_Ini
315     ModuleID = gid_Module_Root_Brand;
316     Name = PROFILENAME(redirect);
317     Dir = gid_Brand_Dir_Program;
319 #endif
321 // ProfileItems
323 ProfileItem gid_Brand_Profileitem_Bootstrap_Productkey
324     ProfileID = gid_Brand_Profile_Bootstrap_Ini;
325     ModuleID = gid_Module_Root_Brand;
326     Section = "Bootstrap";
327     Order = 1;
328     Key = "ProductKey";
329     Value = "<productkey>";
332 ProfileItem gid_Brand_Profileitem_Bootstrap_Installmode
333     ProfileID = gid_Brand_Profile_Bootstrap_Ini;
334     ModuleID = gid_Module_Root_Brand;
335     Section = "Bootstrap";
336     Order = 5;
337     Key = "InstallMode";
338     Value = "<installmode>";
341 ProfileItem gid_Brand_Profileitem_Bootstrap_Userinstall
342     ProfileID = gid_Brand_Profile_Bootstrap_Ini;
343     ModuleID = gid_Module_Root_Brand;
344     Section = "Bootstrap";
345     Order = 3;
346     Key = "UserInstallation";
347   #ifdef WNT
348     Value = "$SYSUSERCONFIG/%ONEWORDPRODUCTNAME/%USERDIRPRODUCTVERSION";
349   #elif defined MACOSX
350     Value = "$SYSUSERCONFIG/%ONEWORDPRODUCTNAME/%USERDIRPRODUCTVERSION";
351   #else
352     Value = "$SYSUSERCONFIG/%LCONEWORDPRODUCTNAME/%USERDIRPRODUCTVERSION";
353   #endif
356 ProfileItem gid_Brand_Profileitem_Soffice_UreBootstrap
357     ModuleID = gid_Module_Root_Brand;
358     ProfileID = gid_Brand_Profile_Soffice_Ini;
359     Section = "Bootstrap";
360     Key = "URE_BOOTSTRAP";
361     Value = "${ORIGIN}/" PROFILENAME(fundamental);
364 ProfileItem gid_Brand_Profileitem_Soffice_Logo
365     ProfileID = gid_Brand_Profile_Soffice_Ini;
366     ModuleID = gid_Module_Root_Brand;
367     Section = "Bootstrap";
368     Order = 1;
369     Key = "Logo";
370     Value = "1";
373 ProfileItem gid_Brand_Profileitem_Soffice_ProgressBarColor_So
374     ProfileID = gid_Brand_Profile_Soffice_Ini;
375     ModuleID = gid_Module_Root_Brand;
376     Section = "Bootstrap";
377     Order = 2;
378     Key = "ProgressBarColor";
379     Value = "${PROGRESSBARCOLOR}";
382 ProfileItem gid_Brand_Profileitem_Soffice_ProgressSize_So
383     ProfileID = gid_Brand_Profile_Soffice_Ini;
384     ModuleID = gid_Module_Root_Brand;
385     Section = "Bootstrap";
386     Order = 3;
387     Key = "ProgressSize";
388     Value = "${PROGRESSSIZE}";
391 ProfileItem gid_Brand_Profileitem_Soffice_ProgressPosition_So
392     ProfileID = gid_Brand_Profile_Soffice_Ini;
393     ModuleID = gid_Module_Root_Brand;
394     Section = "Bootstrap";
395     Order = 4;
396     Key = "ProgressPosition";
397     Value = "${PROGRESSPOSITION}";
400 ProfileItem gid_Brand_Profileitem_Soffice_ProgressFrameColor_So
401     ProfileID = gid_Brand_Profile_Soffice_Ini;
402     ModuleID = gid_Module_Root_Brand;
403     Section = "Bootstrap";
404     Order = 5;
405     Key = "ProgressFrameColor";
406     Value = "${PROGRESSFRAMECOLOR}";
409 ProfileItem gid_Brand_Profileitem_Soffice_NativeProgress_So
410     ProfileID = gid_Brand_Profile_Soffice_Ini;
411     ModuleID = gid_Module_Root_Brand;
412     Section = "Bootstrap";
413     Order = 6;
414     Key = "NativeProgress";
415     Value = "${NATIVEPROGRESS}";
418 ProfileItem gid_Brand_Profileitem_Soffice_ProgressTextColor_So
419     ProfileID = gid_Brand_Profile_Soffice_Ini;
420     ModuleID = gid_Module_Root_Brand;
421     Section = "Bootstrap";
422     Order = 7;
423     Key = "ProgressTextColor";
424     Value = "${PROGRESSTEXTCOLOR}";
427 ProfileItem gid_Brand_Profileitem_Soffice_ProgressTextBaseline_So
428     ProfileID = gid_Brand_Profile_Soffice_Ini;
429     ModuleID = gid_Module_Root_Brand;
430     Section = "Bootstrap";
431     Order = 8;
432     Key = "ProgressTextBaseline";
433     Value = "${PROGRESSTEXTBASELINE}";
436 ProfileItem gid_Brand_Profileitem_Soffice_Hideeula
437     ProfileID = gid_Brand_Profile_Soffice_Ini;
438     ModuleID = gid_Module_Root_Brand;
439     Section = "Bootstrap";
440     Order = 7;
441     Key = "HideEula";
442     Value = "1";
445 ProfileItem gid_Brand_Profileitem_Soffice_CrashDirectory
446     ProfileID = gid_Brand_Profile_Soffice_Ini;
447     ModuleID = gid_Module_Root_Brand;
448     Section = "Bootstrap";
449     Key = "CrashDirectory";
450     Value = "${$BRAND_BASE_DIR/" LIBO_ETC_FOLDER "/" PROFILENAME(bootstrap) ":UserInstallation}/crash";
453 ProfileItem gid_Brand_Profileitem_Soffice_SecureUserConfig
454     ProfileID = gid_Brand_Profile_Soffice_Ini;
455     ModuleID = gid_Module_Root_Brand;
456     Section = "Bootstrap";
457     Key = "SecureUserConfig";
458     Value = "true";
461 ProfileItem gid_Brand_Profileitem_Soffice_SecureUserConfigCompress
462     ProfileID = gid_Brand_Profile_Soffice_Ini;
463     ModuleID = gid_Module_Root_Brand;
464     Section = "Bootstrap";
465     Key = "SecureUserConfigCompress";
466     Value = "true";
469 ProfileItem gid_Brand_Profileitem_Soffice_SecureUserConfigNumCopies
470     ProfileID = gid_Brand_Profile_Soffice_Ini;
471     ModuleID = gid_Module_Root_Brand;
472     Section = "Bootstrap";
473     Key = "SecureUserConfigNumCopies";
474     Value = "2";
478 ProfileItem gid_Brand_Profileitem_Soffice_SecureUserConfigMode
479     ProfileID = gid_Brand_Profile_Soffice_Ini;
480     ModuleID = gid_Module_Root_Brand;
481     Section = "Bootstrap";
482     Key = "SecureUserConfigMode";
483     Value = "1";
486 ProfileItem gid_Brand_Profileitem_Soffice_SecureUserConfigExtensions
487     ProfileID = gid_Brand_Profile_Soffice_Ini;
488     ModuleID = gid_Module_Root_Brand;
489     Section = "Bootstrap";
490     Key = "SecureUserConfigExtensions";
491     Value = "true";
494 ProfileItem gid_Brand_Profileitem_Version_Buildid
495     ProfileID = gid_Brand_Profile_Version_Ini;
496     ModuleID = gid_Module_Root_Brand;
497     Section = "Version";
498     Order = 4;
499     Key = "buildid";
500     Value = "<buildid>";
503 #ifdef WNT
505 ProfileItem gid_Brand_Profileitem_Version_Productcode
506     ProfileID = gid_Brand_Profile_Version_Ini;
507     ModuleID = gid_Module_Root_Brand;
508     Section = "Version";
509     Order = 8;
510     Key = "ProductCode";
511     Value = "<productcode>";
514 #endif
516 #ifdef WNT
518 ProfileItem gid_Brand_Profileitem_Version_Upgradecode
519     ProfileID = gid_Brand_Profile_Version_Ini;
520     ModuleID = gid_Module_Root_Brand;
521     Section = "Version";
522     Order = 9;
523     Key = "UpgradeCode";
524     Value = "<upgradecode>";
527 #endif
529 ProfileItem gid_Brand_Profileitem_Version_Alllanguages
530     ProfileID = gid_Brand_Profile_Version_Ini;
531     ModuleID = gid_Module_Root_Brand;
532     Section = "Version";
533     Order = 13;
534     Key = "AllLanguages";
535     Value = "<alllanguages>";
538 #ifdef WNT
540 ProfileItem gid_Brand_Profileitem_Version_Msiproductversion
541     ProfileID = gid_Brand_Profile_Version_Ini;
542     ModuleID = gid_Module_Root_Brand;
543     Section = "Version";
544     Order = 14;
545     Key = "MsiProductVersion";
546     Value = "<msiproductversion>";
549 #endif
551 ProfileItem gid_Brand_Profileitem_Version_Updateurl
552     ProfileID = gid_Brand_Profile_Version_Ini;
553     ModuleID = gid_Module_Root_Brand;
554     Section = "Version";
555     Order = 15;
556     Key = "UpdateURL";
557   #if defined(ENABLE_ONLINE_UPDATE)
558   #ifdef WNT
559     Value = "${UPDATEURL}";
560   #else  // defined WNT
561     Value = "${UPDATEURL}?pkgfmt=<pkgformat>";
562   #endif //defined WNT
563   #else
564     Value = "";
565   #endif
568 ProfileItem gid_Brand_Profileitem_Version_UpdateChannel
569     ProfileID = gid_Brand_Profile_Version_Ini;
570     ModuleID = gid_Module_Root_Brand;
571     Section = "Version";
572     Order = 19;
573     Key = "UpdateChannel";
574     Value = "<updatechannel>";
577 ProfileItem gid_Brand_Profileitem_Version_Updateid
578     ProfileID = gid_Brand_Profile_Version_Ini;
579     ModuleID = gid_Module_Root_Brand;
580     Section = "Version";
581     Order = 16;
582     Key = "UpdateID";
583     Value = "<updateid>";
586 ProfileItem gid_Brand_Profileitem_Version_Useragent
587     ProfileID = gid_Brand_Profile_Version_Ini;
588     ModuleID = gid_Module_Root_Brand;
589     Section = "Version";
590     Order = 17;
591     Key = "UpdateUserAgent";
592     Value = "<PRODUCT> (${buildid}; ${_OS}; ${_ARCH}; <OPTIONAL_OS_HW_DATA>)";
595 ProfileItem gid_Brand_Profileitem_Version_Vendor
596     ProfileID = gid_Brand_Profile_Version_Ini;
597     ModuleID = gid_Module_Root_Brand;
598     Section = "Version";
599     Order = 16;
600     Key = "Vendor";
601     Value = "<vendor>";
604 ProfileItem gid_Brand_Profileitem_Version_BuildVersion
605     ProfileID = gid_Brand_Profile_Version_Ini;
606     ModuleID = gid_Module_Root_Brand;
607     Section = "Version";
608     Order = 17;
609     Key = "BuildVersion";
610     Value = "<buildversion>";
613 ProfileItem gid_Brand_Profileitem_Version_Extensionupdateurl
614     ProfileID = gid_Brand_Profile_Version_Ini;
615     ModuleID = gid_Module_Root_Brand;
616     Section = "Version";
617     Order = 18;
618     Key = "ExtensionUpdateURL";
619     #if defined(ENABLE_EXTENSION_UPDATE)
620       Value = "http://updateexte.libreoffice.org/ExtensionUpdateService/check.Update";
621     #else
622       Value = "";
623     #endif
626 ProfileItem gid_Brand_Profileitem_Version_ReferenceOOoMajorMinor
627     ProfileID = gid_Brand_Profile_Version_Ini;
628     ModuleID = gid_Module_Root_Brand;
629     Section = "Version";
630     Key = "ReferenceOOoMajorMinor";
631     Value = "${REFERENCEOOOMAJORMINOR}";
634 ProfileItem gid_Brand_Profileitem_Fundamental_Brand_Base_Dir
635     ModuleID = gid_Module_Root_Brand;
636     ProfileID = gid_Brand_Profile_Fundamental_Ini;
637     Section = "Bootstrap";
638     Key = "BRAND_BASE_DIR";
639     Value = "${ORIGIN}/..";
642 ProfileItem gid_Brand_Profileitem_Fundamental_Brand_Share_Subdir
643     ModuleID = gid_Module_Root_Brand;
644     ProfileID = gid_Brand_Profile_Fundamental_Ini;
645     Section = "Bootstrap";
646     Key = "BRAND_SHARE_SUBDIR";
647     Value = LIBO_SHARE_FOLDER;
650 ProfileItem gid_Brand_Profileitem_Fundamental_Brand_Resource_Subdir
651     ModuleID = gid_Module_Root_Brand;
652     ProfileID = gid_Brand_Profile_Fundamental_Ini;
653     Section = "Bootstrap";
654     Key = "BRAND_SHARE_RESOURCE_SUBDIR";
655     Value = LIBO_SHARE_RESOURCE_FOLDER;
658 ProfileItem gid_Brand_Profileitem_Fundamental_Brand_Bin_Subdir
659     ModuleID = gid_Module_Root_Brand;
660     ProfileID = gid_Brand_Profile_Fundamental_Ini;
661     Section = "Bootstrap";
662     Key = "BRAND_INI_DIR";
663     Value = "${ORIGIN}";
666 ProfileItem gid_Brand_Profileitem_Fundamental_Lo_Lib_Dir
667     ModuleID = gid_Module_Root_Brand;
668     ProfileID = gid_Brand_Profile_Fundamental_Ini;
669     Section = "Bootstrap";
670     Key = "LO_LIB_DIR";
671     Value = "${BRAND_BASE_DIR}/" LIBO_LIB_FOLDER;
674 ProfileItem gid_Brand_Profileitem_Fundamental_Lo_Java_Dir
675     ModuleID = gid_Module_Root_Brand;
676     ProfileID = gid_Brand_Profile_Fundamental_Ini;
677     Section = "Bootstrap";
678     Key = "LO_JAVA_DIR";
679     Value = "${BRAND_BASE_DIR}/" LIBO_SHARE_JAVA_FOLDER;
682 ProfileItem gid_Brand_Profileitem_Fundamental_Uno_Bundled_Extensions
683     ModuleID = gid_Module_Root_Brand;
684     ProfileID = gid_Brand_Profile_Fundamental_Ini;
685     Section = "Bootstrap";
686     Key = "BUNDLED_EXTENSIONS";
687     Value = "${$ORIGIN/" PROFILENAME(louno) ":BUNDLED_EXTENSIONS}";
690 ProfileItem gid_Brand_Profileitem_Fundamental_Uno_Bundled_Extensions_User
691     ModuleID = gid_Module_Root_Brand;
692     ProfileID = gid_Brand_Profile_Fundamental_Ini;
693     Section = "Bootstrap";
694     Key = "BUNDLED_EXTENSIONS_USER";
695     Value = "${$ORIGIN/" PROFILENAME(louno) ":BUNDLED_EXTENSIONS_USER}";
698 ProfileItem gid_Brand_Profileitem_Fundamental_Uno_Shared_Packages_Cache
699     ModuleID = gid_Module_Root_Brand;
700     ProfileID = gid_Brand_Profile_Fundamental_Ini;
701     Section = "Bootstrap";
702     Key = "UNO_SHARED_PACKAGES_CACHE";
703     Value = "${$ORIGIN/" PROFILENAME(louno) ":UNO_SHARED_PACKAGES_CACHE}";
706 ProfileItem gid_Brand_Profileitem_Fundamental_Uno_Shared_Extensions_User
707     ModuleID = gid_Module_Root_Brand;
708     ProfileID = gid_Brand_Profile_Fundamental_Ini;
709     Section = "Bootstrap";
710     Key = "SHARED_EXTENSIONS_USER";
711     Value = "${$ORIGIN/" PROFILENAME(louno) ":SHARED_EXTENSIONS_USER}";
714 ProfileItem gid_Brand_Profileitem_Fundamental_Uno_User_Packages_Cache
715     ModuleID = gid_Module_Root_Brand;
716     ProfileID = gid_Brand_Profile_Fundamental_Ini;
717     Section = "Bootstrap";
718     Key = "UNO_USER_PACKAGES_CACHE";
719     Value = "${$ORIGIN/" PROFILENAME(louno) ":UNO_USER_PACKAGES_CACHE}";
722 ProfileItem gid_Brand_Profileitem_Fundamental_Uno_Tmp_Extensions
723     ModuleID = gid_Module_Root_Brand;
724     ProfileID = gid_Brand_Profile_Fundamental_Ini;
725     Section = "Bootstrap";
726     Key = "TMP_EXTENSIONS";
727     Value = "${$ORIGIN/" PROFILENAME(louno) ":TMP_EXTENSIONS}";
730 ProfileItem gid_Brand_Profileitem_Fundamental_Uno_Bak_Extensions
731     ModuleID = gid_Module_Root_Brand;
732     ProfileID = gid_Brand_Profile_Fundamental_Ini;
733     Section = "Bootstrap";
734     Key = "BAK_EXTENSIONS";
735     Value = "${$ORIGIN/" PROFILENAME(louno) ":TMP_EXTENSIONS}";
738 ProfileItem gid_Brand_Profileitem_Fundamental_Ure_More_Types
739     ModuleID = gid_Module_Root_Brand;
740     ProfileID = gid_Brand_Profile_Fundamental_Ini;
741     Section = "Bootstrap";
742     Key = "URE_MORE_TYPES";
743     Value = "<$ORIGIN/types>* ${${$ORIGIN/" PROFILENAME(louno) ":PKG_UserUnoFile}:UNO_TYPES} ${${$ORIGIN/" PROFILENAME(louno) ":PKG_SharedUnoFile}:UNO_TYPES} ${${$ORIGIN/" PROFILENAME(louno) ":PKG_BundledUnoFile}:UNO_TYPES}";
746 ProfileItem gid_Brand_Profileitem_Fundamental_Ure_More_Services
747     ModuleID = gid_Module_Root_Brand;
748     ProfileID = gid_Brand_Profile_Fundamental_Ini;
749     Section = "Bootstrap";
750     Key = "URE_MORE_SERVICES";
751     Value = "${${$ORIGIN/" PROFILENAME(louno) ":PKG_UserUnoFile}:UNO_SERVICES} ${${$ORIGIN/" PROFILENAME(louno) ":PKG_SharedUnoFile}:UNO_SERVICES} ${${$ORIGIN/" PROFILENAME(louno) ":PKG_BundledUnoFile}:UNO_SERVICES} <$ORIGIN/services>*";
754 ProfileItem gid_Brand_Profileitem_Fundamental_Ure_More_Java_Types
755     ModuleID = gid_Module_Root_Brand;
756     ProfileID = gid_Brand_Profile_Fundamental_Ini;
757     Section = "Bootstrap";
758     Key = "URE_MORE_JAVA_TYPES";
759     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}";
762 ProfileItem gid_Brand_Profileitem_Fundamental_Ure_Java_Jfw_Shared_Data
763     ModuleID = gid_Module_Root_Brand;
764     ProfileID = gid_Brand_Profile_Fundamental_Ini;
765     Section = "Bootstrap";
766     Key = "URE_OVERRIDE_JAVA_JFW_SHARED_DATA";
767     Value = "${BRAND_BASE_DIR}/" LIBO_SHARE_FOLDER "/config/javasettings_${_OS}_${_ARCH}.xml";
770 ProfileItem gid_Brand_Profileitem_Fundamental_Ure_Java_Jfw_User_Data
771     ModuleID = gid_Module_Root_Brand;
772     ProfileID = gid_Brand_Profile_Fundamental_Ini;
773     Section = "Bootstrap";
774     Key = "URE_OVERRIDE_JAVA_JFW_USER_DATA";
775     Value = "${${BRAND_BASE_DIR}/" LIBO_ETC_FOLDER "/" PROFILENAME(bootstrap) ":UserInstallation}/user/config/javasettings_${_OS}_${_ARCH}.xml";
778 ProfileItem gid_Brand_Profileitem_Fundamental_Ure_Java_Classpath_Urls
779     ModuleID = gid_Module_Root_Brand;
780     ProfileID = gid_Brand_Profile_Fundamental_Ini;
781     Section = "Bootstrap";
782     Key = "URE_MORE_JAVA_CLASSPATH_URLS";
783     Value = "";
784 #ifdef SYSTEM_HSQLDB
785     ValueList1 = HSQLDB_JAR;
786 #endif
789 ProfileItem gid_Brand_Profileitem_Fundamental_Ure_Bin_Dir
790     ModuleID = gid_Module_Root_Brand;
791     ProfileID = gid_Brand_Profile_Fundamental_Ini;
792     Section = "Bootstrap";
793     Key = "URE_BIN_DIR";
794     Value = "${BRAND_BASE_DIR}/" LIBO_URE_BIN_FOLDER;
797 #if ENABLE_DCONF
798 #define CONFIGURATION_LAYERS_DCONF " dconf:*"
799 #else
800 #define CONFIGURATION_LAYERS_DCONF
801 #endif
802 #if defined WNT
803 #define CONFIGURATION_LAYERS_WINREG " winreg:LOCAL_MACHINE"
804 #define CONFIGURATION_LAYERS_WINUSERREG " winreg:CURRENT_USER"
805 #else
806 #define CONFIGURATION_LAYERS_WINREG
807 #define CONFIGURATION_LAYERS_WINUSERREG
808 #endif
809 ProfileItem gid_Brand_Profileitem_Fundamental_Configuration_Layers
810     ProfileID = gid_Brand_Profile_Fundamental_Ini;
811     ModuleID = gid_Module_Root_Brand;
812     Section = "Bootstrap";
813     Key = "CONFIGURATION_LAYERS";
814     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";
816 #undef CONFIGURATION_LAYERS_DCONF
817 #undef CONFIGURATION_LAYERS_WINREG
818 #undef CONFIGURATION_LAYERS_WINUSERREG
820 #if !defined MACOSX
821 ProfileItem gid_Brand_Profileitem_Redirect_Ure_Bootstrap
822     ModuleID = gid_Module_Root_Brand;
823     ProfileID = gid_Brand_Profile_Redirect_Ini;
824     Section = "Bootstrap";
825     Key = "URE_BOOTSTRAP";
826     Value = "${ORIGIN}/" PROFILENAME(fundamental);
828 #endif
830 #ifdef WNT
831 ProfileItem gid_Brand_Profileitem_Setup_Alluserset
832     ProfileID = gid_Brand_Profile_Setup_Ini;
833     ModuleID = gid_Module_Root_Brand;
834     Section = "Bootstrap";
835     Order = 4;
836     Key = "ALLUSERS";
837     Value = "[ALLUSERS]";
838     Inifiletablekey = "AllUsersSet";
839     Inifiletableaction = "1";
840     Styles = (INIFILETABLE);
842 #endif
844 #ifdef WNT
845 ProfileItem gid_Brand_Profileitem_Setup_Findproduct
846     ProfileID = gid_Brand_Profile_Setup_Ini;
847     ModuleID = gid_Module_Root_Brand;
848     Section = "Bootstrap";
849     Order = 5;
850     Key = "FINDPRODUCT";
851     Value = "[FINDPRODUCT]";
852     Inifiletablekey = "FindProductSet";
853     Inifiletableaction = "1";
854     Styles = (INIFILETABLE);
856 #endif
858 #ifdef WNT
859 ProfileItem gid_Brand_Profileitem_Setup_Productcode
860     ProfileID = gid_Brand_Profile_Setup_Ini;
861     ModuleID = gid_Module_Root_Brand;
862     Section = "Bootstrap";
863     Order = 6;
864     Key = "ProductCode";
865     Value = "<productcode>";
867 #endif
869 #ifdef WNT
870 ProfileItem gid_Brand_Profileitem_Setup_Upgradecode
871     ProfileID = gid_Brand_Profile_Setup_Ini;
872     ModuleID = gid_Module_Root_Brand;
873     Section = "Bootstrap";
874     Order = 7;
875     Key = "UpgradeCode";
876     Value = "<upgradecode>";
878 #endif
880 ProfileItem gid_Brand_Profileitem_Setup_Buildid
881     ProfileID = gid_Brand_Profile_Setup_Ini;
882     ModuleID = gid_Module_Root_Brand;
883     Section = "Bootstrap";
884     Order = 9;
885     Key = "buildid";
886     Value = "<buildid>";
889 #ifdef WNT
890 ProfileItem gid_Brand_Profileitem_Setup_Ureinstall
891     ProfileID = gid_Brand_Profile_Setup_Ini;
892     ModuleID = gid_Module_Root_Brand;
893     Section = "Bootstrap";
894     Order = 4;
895     Key = "UREINSTALLLOCATION";
896     Value = "[INSTALLLOCATION]URE\\";
897     Inifiletablekey = "UreInstallLocation";
898     Inifiletableaction = "1";
899     Styles = (INIFILETABLE);
901 #endif
903 #ifdef WNT
904 ProfileItem gid_Brand_Profileitem_Setup_Basisinstall
905     ProfileID = gid_Brand_Profile_Setup_Ini;
906     ModuleID = gid_Module_Root_Brand;
907     Section = "Bootstrap";
908     Order = 4;
909     Key = "BASISINSTALLLOCATION";
910     Value = "[INSTALLLOCATION]";
911     Inifiletablekey = "BasisInstallLocation";
912     Inifiletableaction = "1";
913     Styles = (INIFILETABLE);
915 #endif
917 #ifdef WNT
918 ProfileItem gid_Brand_Profileitem_Setup_Officeinstall
919     ProfileID = gid_Brand_Profile_Setup_Ini;
920     ModuleID = gid_Module_Root_Brand;
921     Section = "Bootstrap";
922     Order = 4;
923     Key = "OFFICEINSTALLLOCATION";
924     Value = "[INSTALLLOCATION]";
925     Inifiletablekey = "OfficeInstallLocation";
926     Inifiletableaction = "1";
927     Styles = (INIFILETABLE);
929 #endif
931 #ifdef WNT
932 ProfileItem gid_Brand_Profileitem_Setup_Install
933     ProfileID = gid_Brand_Profile_Setup_Ini;
934     ModuleID = gid_Module_Root_Brand;
935     Section = "Bootstrap";
936     Order = 4;
937     Key = "INSTALLLOCATION";
938     Value = "[INSTALLLOCATION]";
939     Inifiletablekey = "InstallLocation";
940     Inifiletableaction = "1";
941     Styles = (INIFILETABLE);
943 #endif