xref: /aoo42x/main/scp2/source/ooo/common_brand.scp (revision 23c0a6f8)
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
10022bd5b4SAndrew Rist *
11022bd5b4SAndrew Rist *   http://www.apache.org/licenses/LICENSE-2.0
12022bd5b4SAndrew Rist *
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.
19022bd5b4SAndrew Rist *
20022bd5b4SAndrew Rist *************************************************************/
21022bd5b4SAndrew Rist
22022bd5b4SAndrew Rist
23cdf0e10cSrcweir
24cdf0e10cSrcweir#include "macros.inc"
25cdf0e10cSrcweir
26cdf0e10cSrcweirModule gid_Module_Root_Brand
27cdf0e10cSrcweir    ParentID = gid_Module_Root;
28cdf0e10cSrcweir    InstallOrder = "150";
29cdf0e10cSrcweir    Name = "ooobrand";
30cdf0e10cSrcweir    Description = "OOo Brand";
31cdf0e10cSrcweir    Sortkey = "1030";
32cdf0e10cSrcweir    Default = YES;
33cdf0e10cSrcweir    Styles = (HIDDEN_ROOT,ROOT_BRAND_PACKAGE,ISUPDATEPACKAGE);
34cdf0e10cSrcweir    PackageInfo = "packinfo_brand.txt";
35cdf0e10cSrcweir    Dirs = (gid_Brand_Dir_Program,
36cdf0e10cSrcweir            gid_Brand_Dir_Share,
37cdf0e10cSrcweir            gid_Brand_Dir_Share_Config,
38cdf0e10cSrcweir            gid_Brand_Dir_Share_Extension,
39010ec03aSHerbert Dürr            gid_Brand_Dir_Share_Extensions,
40010ec03aSHerbert Dürr            gid_Brand_Dir_Share_Extensions_Install,
41cdf0e10cSrcweir            gid_Brand_Dir_Share_Prereg,
42cdf0e10cSrcweir            gid_Brand_Dir_Share_Uno_Packages,
43cdf0e10cSrcweir            gid_Brand_Dir_Share_Uno_Packages_Cache,
44cdf0e10cSrcweir            gid_Brand_Dir_Share_Registry,
45cdf0e10cSrcweir            gid_Brand_Dir_Share_Xdg);
46cdf0e10cSrcweir    Files = (gid_Brand_File_BasisLink,
47cdf0e10cSrcweir             gid_Brand_File_Bin_Crashreport,
48cdf0e10cSrcweir             gid_Brand_File_Bin_Crashreport_Script,
49cdf0e10cSrcweir             gid_Brand_File_Bin_Crashreport_Com,
50cdf0e10cSrcweir             gid_Brand_File_Bin_Python,
51cdf0e10cSrcweir             gid_Brand_File_Bin_Soffice,
52cdf0e10cSrcweir             gid_Brand_File_Bin_Soffice_Bin,
53cdf0e10cSrcweir             gid_Brand_File_Bin_Soffice_Bin_Manifest,
54cdf0e10cSrcweir             gid_Brand_File_Bin_Spadmin,
55cdf0e10cSrcweir             gid_Brand_File_Bin_Unoinfo,
56cdf0e10cSrcweir             gid_Brand_File_Bin_Unopkgcom,
57cdf0e10cSrcweir             gid_Brand_File_Bin_Unopkgexe,
58cdf0e10cSrcweir             gid_Brand_File_Bin_Unopkg,
59cdf0e10cSrcweir             gid_Brand_File_Bin_Msvcr71,
60cdf0e10cSrcweir             gid_Brand_File_Bin_Libxml2,
61cdf0e10cSrcweir             gid_Brand_File_Bmp_IntroAbout,
62cdf0e10cSrcweir             gid_Brand_File_Desktophelper_Txt,
63cdf0e10cSrcweir             gid_Brand_File_Images_Brand_Zip,
64cdf0e10cSrcweir             gid_Brand_File_Lib_Dbghelp,
65cdf0e10cSrcweir             gid_Brand_File_Lib_Mingw_GccS,
66cdf0e10cSrcweir             gid_Brand_File_Lib_Mingw_Stdcpp,
67cdf0e10cSrcweir             gid_Brand_File_Lib_Mingwm10,
68cdf0e10cSrcweir             gid_Brand_File_Lib_Msvcr80,
69cdf0e10cSrcweir             gid_Brand_File_Lib_Msvcp80,
70cdf0e10cSrcweir             gid_Brand_File_Lib_Msvcm80,
71cdf0e10cSrcweir			 gid_Brand_File_Lib_Oirm,
72cdf0e10cSrcweir			 gid_Brand_File_Lib_Oirm2,
73cdf0e10cSrcweir             gid_Brand_File_Msvcm80crt_Manifest,
74cdf0e10cSrcweir             gid_Brand_File_Lib_Npsoplugin,
75cdf0e10cSrcweir             gid_Brand_File_ServicesRdb,
76cdf0e10cSrcweir             gid_Brand_File_Share_Registry_Brand_Xcd,
77cdf0e10cSrcweir             gid_Brand_File_Share_Registry_O5oo_Xcd,
78cdf0e10cSrcweir             gid_Brand_File_Script_Unopkg,
79cdf0e10cSrcweir             gid_Brand_File_Share_Xdg_Base,
80cdf0e10cSrcweir             gid_Brand_File_Share_Xdg_Calc,
81cdf0e10cSrcweir             gid_Brand_File_Share_Xdg_Draw,
82cdf0e10cSrcweir             gid_Brand_File_Share_Xdg_Extension,
83cdf0e10cSrcweir             gid_Brand_File_Share_Xdg_Impress,
84cdf0e10cSrcweir             gid_Brand_File_Share_Xdg_JavaFilter,
85cdf0e10cSrcweir             gid_Brand_File_Share_Xdg_Math,
86cdf0e10cSrcweir             gid_Brand_File_Share_Xdg_Printeradmin,
872ad018beSPedro Giffuni             gid_Brand_File_Share_Xdg_QStart,
88cdf0e10cSrcweir             gid_Brand_File_Share_Xdg_StartCenter,
89cdf0e10cSrcweir             gid_Brand_File_Share_Xdg_Writer,
90cdf0e10cSrcweir             gid_Brand_File_Txt_Package);
91cdf0e10cSrcweir    Unixlinks = (gid_Brand_Unixlink_BasisLink,
92cdf0e10cSrcweir                 gid_Brand_Unixlink_Program,
93cdf0e10cSrcweir                 gid_Brand_Unixlink_Unopkg,
94cdf0e10cSrcweir                 gid_Brand_Unixlink_Urelibs);
95cdf0e10cSrcweirEnd
96cdf0e10cSrcweir
97cdf0e10cSrcweir// Language specific brand module
98cdf0e10cSrcweir
99cdf0e10cSrcweirModule gid_Module_Langpack_Brand_Template
100cdf0e10cSrcweir    ParentID = gid_Module_Langpack_Languageroot;
101cdf0e10cSrcweir    Name = "gid_Module_Langpack_Brand_Template";
102cdf0e10cSrcweir    Description = "gid_Module_Langpack_Brand_Template";
103cdf0e10cSrcweir    Styles = (TEMPLATEMODULE);
104cdf0e10cSrcweir    InstallOrder = "1050";
105cdf0e10cSrcweir    Dirs = (gid_Brand_Dir_Help,
106cdf0e10cSrcweir            gid_Brand_Dir_Help_Isolanguage,
107cdf0e10cSrcweir            gid_Brand_Dir_License,
108cdf0e10cSrcweir            gid_Brand_Dir_Program,
109cdf0e10cSrcweir            gid_Brand_Dir_Resource,
110cdf0e10cSrcweir            gid_Brand_Dir_Readme,
111cdf0e10cSrcweir            gid_Brand_Dir_Share,
112cdf0e10cSrcweir            gid_Brand_Dir_Share_Readme);
113*23c0a6f8SAriel Constenla-Haile    Files = (gid_Brand_File_Res_Oirm,
114cdf0e10cSrcweir             gid_Brand_File_Readme_Readme,
115cdf0e10cSrcweir             gid_Brand_File_Readme_Readme_Html,
116cdf0e10cSrcweir             gid_Brand_File_Share_Registry_Cjk_Xcd,
117cdf0e10cSrcweir             gid_Brand_File_Share_Registry_Korea_Xcd,
118cdf0e10cSrcweir             gid_Brand_File_Txt_Readme,
119cdf0e10cSrcweir             gid_Brand_File_Txt_Readme_Html);
120cdf0e10cSrcweirEnd
121cdf0e10cSrcweir
122cdf0e10cSrcweir// Directories
123cdf0e10cSrcweir
124cdf0e10cSrcweirDirectory gid_Brand_Dir_Program
125cdf0e10cSrcweir#if defined MACOSX
126cdf0e10cSrcweir    ParentID = gid_Dir_Bundle_Contents;
127cdf0e10cSrcweir    DosName = "MacOS";
128cdf0e10cSrcweir#else
129cdf0e10cSrcweir    ParentID = gid_Dir_Brand_Root;
130cdf0e10cSrcweir    DosName = "program";
131cdf0e10cSrcweir#endif
132cdf0e10cSrcweirEnd
133cdf0e10cSrcweir
134cdf0e10cSrcweirDirectory gid_Brand_Dir_Resource
135cdf0e10cSrcweir    ParentID = gid_Brand_Dir_Program;
136cdf0e10cSrcweir    DosName = "resource";
137cdf0e10cSrcweirEnd
138cdf0e10cSrcweir
139cdf0e10cSrcweirDirectory gid_Brand_Dir_Readme
140cdf0e10cSrcweir#if defined MACOSX
141cdf0e10cSrcweir    ParentID = gid_Brand_Dir_BasisLink;
142cdf0e10cSrcweir#else
143cdf0e10cSrcweir    ParentID = gid_Dir_Brand_Root;
144cdf0e10cSrcweir#endif
145cdf0e10cSrcweir    DosName = "readmes";
146cdf0e10cSrcweirEnd
147cdf0e10cSrcweir
148cdf0e10cSrcweirDirectory gid_Brand_Dir_License
149cdf0e10cSrcweir#if defined MACOSX
150cdf0e10cSrcweir    ParentID = gid_Brand_Dir_BasisLink;
151cdf0e10cSrcweir#else
152cdf0e10cSrcweir    ParentID = gid_Dir_Brand_Root;
153cdf0e10cSrcweir#endif
154cdf0e10cSrcweir    DosName = "licenses";
155cdf0e10cSrcweirEnd
156cdf0e10cSrcweir
157cdf0e10cSrcweirDirectory gid_Brand_Dir_Help
158cdf0e10cSrcweir#if defined MACOSX
159cdf0e10cSrcweir    ParentID = gid_Dir_Bundle_Contents;
160cdf0e10cSrcweir#else
161cdf0e10cSrcweir    ParentID = gid_Dir_Brand_Root;
162cdf0e10cSrcweir#endif
163cdf0e10cSrcweir    DosName = "help";
164cdf0e10cSrcweirEnd
165cdf0e10cSrcweir
166cdf0e10cSrcweirDirectory gid_Brand_Dir_Help_Isolanguage
167cdf0e10cSrcweir    ParentID = gid_Brand_Dir_Help;
168cdf0e10cSrcweir    DIR_ISOLANGUAGE_ALL_LANG;
169cdf0e10cSrcweirEnd
170cdf0e10cSrcweir
171cdf0e10cSrcweirDirectory gid_Brand_Dir_Share
172cdf0e10cSrcweir#if defined MACOSX
173cdf0e10cSrcweir    ParentID = gid_Dir_Bundle_Contents;
174cdf0e10cSrcweir#else
175cdf0e10cSrcweir    ParentID = gid_Dir_Brand_Root;
176cdf0e10cSrcweir#endif
177cdf0e10cSrcweir    DosName = "share";
178cdf0e10cSrcweirEnd
179cdf0e10cSrcweir
180cdf0e10cSrcweirDirectory gid_Brand_Dir_Share_Config
181cdf0e10cSrcweir    ParentID = gid_Brand_Dir_Share;
182cdf0e10cSrcweir    DosName = "config";
183cdf0e10cSrcweirEnd
184cdf0e10cSrcweir
185cdf0e10cSrcweirDirectory gid_Brand_Dir_Share_Readme
186cdf0e10cSrcweir    ParentID = gid_Brand_Dir_Share;
187cdf0e10cSrcweir    DosName = "readme";
188cdf0e10cSrcweirEnd
189cdf0e10cSrcweir
190cdf0e10cSrcweirDirectory gid_Brand_Dir_Share_Extension
191cdf0e10cSrcweir    ParentID = gid_Brand_Dir_Share;
192cdf0e10cSrcweir    DosName = "extension";
193cdf0e10cSrcweirEnd
194cdf0e10cSrcweir
195cdf0e10cSrcweirDirectory gid_Brand_Dir_Share_Extensions
196cdf0e10cSrcweir    ParentID = gid_Brand_Dir_Share;
197cdf0e10cSrcweir    DosName = "extensions";
198cdf0e10cSrcweirEnd
199cdf0e10cSrcweir
200cdf0e10cSrcweirDirectory gid_Brand_Dir_Share_Prereg
201cdf0e10cSrcweir    ParentID = gid_Brand_Dir_Share;
202cdf0e10cSrcweir    DosName = "prereg";
203cdf0e10cSrcweir    Styles = (CREATE);
204cdf0e10cSrcweirEnd
205cdf0e10cSrcweir
206c6dedb65SAndre FischerDirectory gid_Brand_Dir_Share_Prereg_Bundled
207c6dedb65SAndre Fischer    ParentID = gid_Brand_Dir_Share_Prereg;
208c6dedb65SAndre Fischer    DosName = "bundled";
209c6dedb65SAndre Fischer    Styles = (CREATE);
210c6dedb65SAndre FischerEnd
211c6dedb65SAndre Fischer
212cdf0e10cSrcweirDirectory gid_Brand_Dir_Share_Extensions_Install
213010ec03aSHerbert Dürr    ParentID = gid_Brand_Dir_Share_Extensions;
214cdf0e10cSrcweir    DosName = "install";
215cdf0e10cSrcweirEnd
216cdf0e10cSrcweir
217cdf0e10cSrcweirDirectory gid_Brand_Dir_Share_Extensions_Oooimprovement
218cdf0e10cSrcweir    ParentID = gid_Brand_Dir_Share_Extensions;
219cdf0e10cSrcweir    DosName = "OOoImprovement";
220cdf0e10cSrcweirEnd
221cdf0e10cSrcweir
222cdf0e10cSrcweirDirectory gid_Brand_Dir_Share_Uno_Packages
223cdf0e10cSrcweir    ParentID = gid_Brand_Dir_Share;
224cdf0e10cSrcweir    DosName = "uno_packages";
225cdf0e10cSrcweir    Styles = (CREATE);
226cdf0e10cSrcweirEnd
227cdf0e10cSrcweir
228cdf0e10cSrcweirDirectory gid_Brand_Dir_Share_Uno_Packages_Cache
229cdf0e10cSrcweir    ParentID = gid_Brand_Dir_Share_Uno_Packages;
230cdf0e10cSrcweir    DosName = "cache";
231cdf0e10cSrcweir    Styles = (CREATE);
232cdf0e10cSrcweirEnd
233cdf0e10cSrcweir
234cdf0e10cSrcweirDirectory gid_Brand_Dir_Share_Registry
235cdf0e10cSrcweir    ParentID = gid_Brand_Dir_Share;
236cdf0e10cSrcweir    DosName = "registry";
237cdf0e10cSrcweirEnd
238cdf0e10cSrcweir
239cdf0e10cSrcweir#if defined UNX && ! defined MACOSX
240cdf0e10cSrcweirDirectory gid_Brand_Dir_Share_Xdg
241cdf0e10cSrcweir    ParentID = gid_Brand_Dir_Share;
242cdf0e10cSrcweir    DosName = "xdg";
243cdf0e10cSrcweirEnd
244cdf0e10cSrcweir#endif
245cdf0e10cSrcweir
246cdf0e10cSrcweir// Link to basis
247cdf0e10cSrcweir
248d44f38edSYuri Dario#if defined(WNT) || defined(OS2)
249cdf0e10cSrcweirFile gid_Brand_File_BasisLink
250cdf0e10cSrcweir   TXT_FILE_BODY;
251cdf0e10cSrcweir   Dir = gid_Dir_Brand_Root;
252cdf0e10cSrcweir   Name = "basis-link";
253cdf0e10cSrcweir   Styles = (PACKED);
254cdf0e10cSrcweirEnd
255cdf0e10cSrcweir#elif defined MACOSX
256cdf0e10cSrcweirDirectory gid_Brand_Dir_BasisLink
257cdf0e10cSrcweir    ParentID = gid_Dir_Bundle_Contents;
258cdf0e10cSrcweir    DosName = "basis-link";
259cdf0e10cSrcweirEnd
260cdf0e10cSrcweir#else
261cdf0e10cSrcweirUnixlink gid_Brand_Unixlink_BasisLink
262cdf0e10cSrcweir    BIN_FILE_BODY;
263cdf0e10cSrcweir    Styles = ();
264cdf0e10cSrcweir    // Styles = (LAYERLINK);
265cdf0e10cSrcweir    Name = "basis-link";
266cdf0e10cSrcweir    Dir = gid_Dir_Brand_Root;
267cdf0e10cSrcweir    Target = "../${UNIXBASISROOTNAME}/basis${OOOBASEVERSION}";
268cdf0e10cSrcweirEnd
269cdf0e10cSrcweir#endif
270cdf0e10cSrcweir
271cdf0e10cSrcweir// UnixLinks
272cdf0e10cSrcweir
273cdf0e10cSrcweir#if defined MACOSX
274cdf0e10cSrcweirUnixlink gid_Brand_Unixlink_Urelibs
275cdf0e10cSrcweir    Dir = gid_Brand_Dir_Program;
276cdf0e10cSrcweir    Name = "urelibs";
277cdf0e10cSrcweir    Target = "../basis-link/ure-link/lib";
278cdf0e10cSrcweirEnd
279cdf0e10cSrcweir#endif
280cdf0e10cSrcweir
281cdf0e10cSrcweir#if defined MACOSX
282cdf0e10cSrcweirUnixlink gid_Brand_Unixlink_Program
283cdf0e10cSrcweir    BIN_FILE_BODY;
284cdf0e10cSrcweir    Dir = gid_Dir_Bundle_Contents;
285cdf0e10cSrcweir    Name = "program";
286cdf0e10cSrcweir    Target = "MacOS";
287cdf0e10cSrcweir    Styles = ();
288cdf0e10cSrcweirEnd
289cdf0e10cSrcweir#endif
290cdf0e10cSrcweir
291cdf0e10cSrcweir// Files
292cdf0e10cSrcweir
293cdf0e10cSrcweirFile gid_Brand_File_Bin_Soffice
294cdf0e10cSrcweir    BIN_FILE_BODY;
295cdf0e10cSrcweir    Dir = gid_Brand_Dir_Program;
296cdf0e10cSrcweir    Name = EXENAME(soffice);
297cdf0e10cSrcweir  #ifdef WNT
298cdf0e10cSrcweir    Styles = (PACKED, PATCH_SO_NAME);
299cdf0e10cSrcweir  #else
300cdf0e10cSrcweir    Styles = (PACKED);
301cdf0e10cSrcweir  #endif
302cdf0e10cSrcweirEnd
303cdf0e10cSrcweir
304cdf0e10cSrcweir#if defined(UNX) && !defined(QUARTZ)
305cdf0e10cSrcweirFile gid_Brand_File_Bin_Spadmin
306cdf0e10cSrcweir    BIN_FILE_BODY;
307cdf0e10cSrcweir    Dir = gid_Brand_Dir_Program;
308cdf0e10cSrcweir    Name = "spadmin";
309cdf0e10cSrcweir    Styles = (PACKED);
310cdf0e10cSrcweirEnd
311cdf0e10cSrcweir#endif
312cdf0e10cSrcweir
313cdf0e10cSrcweirFile gid_Brand_File_Bin_Soffice_Bin
314cdf0e10cSrcweir    BIN_FILE_BODY;
315cdf0e10cSrcweir    Dir = gid_Brand_Dir_Program;
316cdf0e10cSrcweir#if defined WNT
317cdf0e10cSrcweir    Styles = (PACKED, PATCH_SO_NAME);
318cdf0e10cSrcweir#else
319cdf0e10cSrcweir    Styles = (PACKED);
320cdf0e10cSrcweir#endif
321cdf0e10cSrcweir    Name = "soffice.bin";
322cdf0e10cSrcweirEnd
323cdf0e10cSrcweir
324cdf0e10cSrcweir// use this for high detail file open dialog >= 5.1 windows
325cdf0e10cSrcweir#ifdef WNT
326cdf0e10cSrcweirFile gid_Brand_File_Bin_Soffice_Bin_Manifest
327cdf0e10cSrcweir    TXT_FILE_BODY;
328cdf0e10cSrcweir    Styles = (PACKED);
329cdf0e10cSrcweir    Dir = gid_Brand_Dir_Program;
330cdf0e10cSrcweir    Name = "soffice.bin.manifest";
331cdf0e10cSrcweirEnd
332cdf0e10cSrcweir#endif
333cdf0e10cSrcweir
334cdf0e10cSrcweir#ifdef WNT
335cdf0e10cSrcweirFile gid_Brand_File_Desktophelper_Txt
336cdf0e10cSrcweir    TXT_FILE_BODY;
337cdf0e10cSrcweir    Styles = (PACKED);
338cdf0e10cSrcweir    Dir = gid_Brand_Dir_Program;
339cdf0e10cSrcweir    Name = "desktophelper.txt";
340cdf0e10cSrcweir    ComponentCondition = "CREATEDESKTOPLINK=1";
341cdf0e10cSrcweirEnd
342cdf0e10cSrcweir#endif
343cdf0e10cSrcweir
344d44f38edSYuri Dario#ifndef OS2
345cdf0e10cSrcweirFile gid_Brand_File_Bin_Unoinfo
346cdf0e10cSrcweir    BIN_FILE_BODY;
347cdf0e10cSrcweir    Dir = gid_Brand_Dir_Program;
348cdf0e10cSrcweir    Name = EXENAME(unoinfo);
349cdf0e10cSrcweir    Styles = (PACKED);
350cdf0e10cSrcweirEnd
351d44f38edSYuri Dario#endif
352cdf0e10cSrcweir
353cdf0e10cSrcweir#ifdef WNT
354cdf0e10cSrcweirFile gid_Brand_File_Bin_Unopkgcom
355cdf0e10cSrcweir    BIN_FILE_BODY;
356cdf0e10cSrcweir    Dir = gid_Brand_Dir_Program;
357cdf0e10cSrcweir    Styles = (PACKED);
358cdf0e10cSrcweir    Name = "unopkg.com";
359cdf0e10cSrcweirEnd
360cdf0e10cSrcweir#endif
361cdf0e10cSrcweir
362dd52c76cSYuri Dario#if defined(WNT)
363cdf0e10cSrcweirFile gid_Brand_File_Bin_Unopkgexe
364cdf0e10cSrcweir    BIN_FILE_BODY;
365cdf0e10cSrcweir    Dir = gid_Brand_Dir_Program;
366cdf0e10cSrcweir    Styles = (PACKED);
367cdf0e10cSrcweir    Name = "unopkg.exe";
368cdf0e10cSrcweirEnd
369cdf0e10cSrcweir#endif
370cdf0e10cSrcweir
371dd52c76cSYuri Dario#if defined(OS2)
372dd52c76cSYuri DarioFile gid_Brand_File_Bin_Unopkgexe
373dd52c76cSYuri Dario    BIN_FILE_BODY;
374dd52c76cSYuri Dario    Dir = gid_Brand_Dir_Program;
375dd52c76cSYuri Dario    Styles = (PACKED);
376dd52c76cSYuri Dario    Name = "unopkg.bin";
377dd52c76cSYuri DarioEnd
378dd52c76cSYuri Dario#endif
379dd52c76cSYuri Dario
380cdf0e10cSrcweir#ifdef WNT
381cdf0e10cSrcweirFile gid_Brand_File_Bin_Rebaseoo
382cdf0e10cSrcweir    BIN_FILE_BODY;
383cdf0e10cSrcweir    Dir = gid_Brand_Dir_Program;
384cdf0e10cSrcweir    Styles = (PACKED);
385cdf0e10cSrcweir    Name = "rebaseoo.exe";
386cdf0e10cSrcweirEnd
387cdf0e10cSrcweir
388cdf0e10cSrcweirFile gid_Brand_File_Bin_Rebasegui
389cdf0e10cSrcweir    BIN_FILE_BODY;
390cdf0e10cSrcweir    Dir = gid_Brand_Dir_Program;
391cdf0e10cSrcweir    Styles = (PACKED);
392cdf0e10cSrcweir    Name = "rebasegui.exe";
393cdf0e10cSrcweirEnd
394cdf0e10cSrcweir#endif
395cdf0e10cSrcweir
396cdf0e10cSrcweir#if defined UNX && !defined MACOSX
397cdf0e10cSrcweirFile gid_Brand_File_Script_Unopkg
398cdf0e10cSrcweir    BIN_FILE_BODY;
399cdf0e10cSrcweir    Dir = gid_Brand_Dir_Program;
400cdf0e10cSrcweir    Styles = (PACKED);
401cdf0e10cSrcweir    Name = "unopkg";
402cdf0e10cSrcweirEnd
403cdf0e10cSrcweir#endif
404cdf0e10cSrcweir
405cdf0e10cSrcweir#if defined MACOSX
406cdf0e10cSrcweirUnixlink gid_Brand_Unixlink_Unopkg
407cdf0e10cSrcweir    BIN_FILE_BODY;
408cdf0e10cSrcweir    Dir = gid_Brand_Dir_Program;
409cdf0e10cSrcweir    Name = "unopkg";
410cdf0e10cSrcweir    Target = "unopkg.bin";
411cdf0e10cSrcweir    Styles = ();
412cdf0e10cSrcweirEnd
413cdf0e10cSrcweir#endif
414cdf0e10cSrcweir
415d44f38edSYuri Dario#ifndef OS2
416cdf0e10cSrcweirFile gid_Brand_File_Bin_Unopkg
417cdf0e10cSrcweir    BIN_FILE_BODY;
418cdf0e10cSrcweir    Dir = gid_Brand_Dir_Program;
419cdf0e10cSrcweir    Styles = (PACKED);
420cdf0e10cSrcweir    Name = "unopkg.bin";
421cdf0e10cSrcweirEnd
422d44f38edSYuri Dario#endif
423cdf0e10cSrcweir
424cdf0e10cSrcweir#if defined WNT && \
425cdf0e10cSrcweir    (defined M1310 || \
426cdf0e10cSrcweir     ((defined M1400 || defined M1500) && \
427cdf0e10cSrcweir      !(defined SYSTEM_MOZILLA || defined WITHOUT_MOZILLA)))
428cdf0e10cSrcweirFile gid_Brand_File_Bin_Msvcr71
429cdf0e10cSrcweir    TXT_FILE_BODY;
430cdf0e10cSrcweir    Dir = gid_Brand_Dir_Program;
431cdf0e10cSrcweir    Name = SCP2_URE_DL_NORMAL("msvcr71" SCP2_STDLP_DEBUG);
432cdf0e10cSrcweir    Styles = (PACKED);
433cdf0e10cSrcweirEnd
434cdf0e10cSrcweir#endif
435cdf0e10cSrcweir
436cdf0e10cSrcweir// Due to Windows DLL search order, OOo executables might pick up a libxml2 DLL
437cdf0e10cSrcweir// from a Windows system directory instead of the one from the URE; to avoid
438cdf0e10cSrcweir// problems, as a HACK, for now a copy of the URE libxml2 DLL is placed next to
439cdf0e10cSrcweir// the OOo executables (where it takes precedence even over DLLs from the
440cdf0e10cSrcweir// Windows system directory):
441cdf0e10cSrcweir#if defined WNT && !defined SYSTEM_LIBXML
442cdf0e10cSrcweirFile gid_Brand_File_Bin_Libxml2
443cdf0e10cSrcweir    TXT_FILE_BODY;
444cdf0e10cSrcweir    Dir = gid_Brand_Dir_Program;
445cdf0e10cSrcweir#if defined _gcc3
446cdf0e10cSrcweir    Name = SCP2_URE_DL_NORMAL("libxml2-2");
447cdf0e10cSrcweir#else
448cdf0e10cSrcweir    Name = SCP2_URE_DL_NORMAL("libxml2");
449cdf0e10cSrcweir#endif
450cdf0e10cSrcweir    Styles = (PACKED);
451cdf0e10cSrcweirEnd
452cdf0e10cSrcweir#endif
453cdf0e10cSrcweir
454cdf0e10cSrcweirFile gid_Brand_File_Bmp_IntroAbout
455cdf0e10cSrcweir    TXT_FILE_BODY;
456cdf0e10cSrcweir    Dir = gid_Brand_Dir_Program;
457cdf0e10cSrcweir    Name = "intro.zip";
458cdf0e10cSrcweir    Styles = (ARCHIVE);
459cdf0e10cSrcweirEnd
460cdf0e10cSrcweir
461cdf0e10cSrcweirFile gid_Brand_File_Images_Brand_Zip
462cdf0e10cSrcweir    TXT_FILE_BODY;
463cdf0e10cSrcweir    Dir = gid_Brand_Dir_Share_Config;
464cdf0e10cSrcweir    Name = "images_brand.zip";
465cdf0e10cSrcweir    Styles = (PACKED);
466cdf0e10cSrcweirEnd
467cdf0e10cSrcweir
468cdf0e10cSrcweirFile gid_Brand_File_Txt_Package
469cdf0e10cSrcweir    TXT_FILE_BODY;
470cdf0e10cSrcweir    Dir = gid_Brand_Dir_Share_Extensions;
471cdf0e10cSrcweir    Name = "package.txt";
472cdf0e10cSrcweir    Styles = (PACKED);
473cdf0e10cSrcweirEnd
474cdf0e10cSrcweir
475cdf0e10cSrcweirFile gid_Brand_File_Share_Registry_Brand_Xcd
476cdf0e10cSrcweir    TXT_FILE_BODY;
477cdf0e10cSrcweir    Styles = (PACKED, SCPZIP_REPLACE);
478cdf0e10cSrcweir    Dir = gid_Brand_Dir_Share_Registry;
479cdf0e10cSrcweir    Name = "brand.xcd";
480cdf0e10cSrcweirEnd
481cdf0e10cSrcweir
482cdf0e10cSrcweirFile gid_Brand_File_Share_Registry_Cjk_Xcd
483cdf0e10cSrcweir    TXT_FILE_BODY;
484cdf0e10cSrcweir    Styles = (PACKED,MAKE_LANG_SPECIFIC);
485cdf0e10cSrcweir    Dir = gid_Brand_Dir_Share_Registry;
486cdf0e10cSrcweir    Name (ja) = "cjk.xcd";
487cdf0e10cSrcweir    Name (ko) = "cjk.xcd";
488cdf0e10cSrcweir    Name (zh-CN) = "cjk.xcd";
489cdf0e10cSrcweir    Name (zh-TW) = "cjk.xcd";
490cdf0e10cSrcweirEnd
491cdf0e10cSrcweir
492cdf0e10cSrcweirFile gid_Brand_File_Share_Registry_Korea_Xcd
493cdf0e10cSrcweir    TXT_FILE_BODY;
494cdf0e10cSrcweir    Styles = (PACKED);
495cdf0e10cSrcweir    Dir = gid_Brand_Dir_Share_Registry;
496cdf0e10cSrcweir    Name (ko) = "korea.xcd";
497cdf0e10cSrcweirEnd
498cdf0e10cSrcweir
499cdf0e10cSrcweir#if defined UNX && ! defined MACOSX
500cdf0e10cSrcweirFile gid_Brand_File_Share_Xdg_Base
501cdf0e10cSrcweir    TXT_FILE_BODY;
502cdf0e10cSrcweir    Dir = gid_Brand_Dir_Share_Xdg;
503cdf0e10cSrcweir    Styles = (PACKED,SCPZIP_REPLACE);
504cdf0e10cSrcweir    Name = "base.desktop";
505cdf0e10cSrcweirEnd
506cdf0e10cSrcweir#endif
507cdf0e10cSrcweir
508cdf0e10cSrcweir#if defined UNX && ! defined MACOSX
509cdf0e10cSrcweirFile gid_Brand_File_Share_Xdg_Calc
510cdf0e10cSrcweir    TXT_FILE_BODY;
511cdf0e10cSrcweir    Dir = gid_Brand_Dir_Share_Xdg;
512cdf0e10cSrcweir    Name = "calc.desktop";
513cdf0e10cSrcweir    Styles = (PACKED,SCPZIP_REPLACE);
514cdf0e10cSrcweirEnd
515cdf0e10cSrcweir#endif
516cdf0e10cSrcweir
517cdf0e10cSrcweir#if defined UNX && ! defined MACOSX
518cdf0e10cSrcweirFile gid_Brand_File_Share_Xdg_Draw
519cdf0e10cSrcweir    TXT_FILE_BODY;
520cdf0e10cSrcweir    Dir = gid_Brand_Dir_Share_Xdg;
521cdf0e10cSrcweir    Name = "draw.desktop";
522cdf0e10cSrcweir    Styles = (PACKED,SCPZIP_REPLACE);
523cdf0e10cSrcweirEnd
524cdf0e10cSrcweir#endif
525cdf0e10cSrcweir
526cdf0e10cSrcweir#if defined UNX && ! defined MACOSX
527cdf0e10cSrcweirFile gid_Brand_File_Share_Xdg_Impress
528cdf0e10cSrcweir    TXT_FILE_BODY;
529cdf0e10cSrcweir    Dir = gid_Brand_Dir_Share_Xdg;
530cdf0e10cSrcweir    Name = "impress.desktop";
531cdf0e10cSrcweir    Styles = (PACKED,SCPZIP_REPLACE);
532cdf0e10cSrcweirEnd
533cdf0e10cSrcweir#endif
534cdf0e10cSrcweir
535cdf0e10cSrcweir#if defined UNX && ! defined MACOSX
536cdf0e10cSrcweirFile gid_Brand_File_Share_Xdg_Math
537cdf0e10cSrcweir    TXT_FILE_BODY;
538cdf0e10cSrcweir    Dir = gid_Brand_Dir_Share_Xdg;
539cdf0e10cSrcweir    Name = "math.desktop";
540cdf0e10cSrcweir    Styles = (PACKED,SCPZIP_REPLACE);
541cdf0e10cSrcweirEnd
542cdf0e10cSrcweir#endif
543cdf0e10cSrcweir
544cdf0e10cSrcweir#if defined UNX && ! defined MACOSX
545cdf0e10cSrcweirFile gid_Brand_File_Share_Xdg_Printeradmin
546cdf0e10cSrcweir    TXT_FILE_BODY;
547cdf0e10cSrcweir    Dir = gid_Brand_Dir_Share_Xdg;
548cdf0e10cSrcweir    Styles = (PACKED,SCPZIP_REPLACE);
549cdf0e10cSrcweir    Name = "printeradmin.desktop";
550cdf0e10cSrcweirEnd
551cdf0e10cSrcweir#endif
552cdf0e10cSrcweir
5532ad018beSPedro Giffuni#if defined UNX && ! defined MACOSX
5542ad018beSPedro Giffuni#ifdef ENABLE_GTK
5552ad018beSPedro GiffuniFile gid_Brand_File_Share_Xdg_QStart
5562ad018beSPedro Giffuni    TXT_FILE_BODY;
5572ad018beSPedro Giffuni    Dir = gid_Brand_Dir_Share_Xdg;
5582ad018beSPedro Giffuni    Styles = (PACKED,SCPZIP_REPLACE);
5592ad018beSPedro Giffuni    Name = "qstart.desktop";
5602ad018beSPedro GiffuniEnd
5612ad018beSPedro Giffuni#endif
5622ad018beSPedro Giffuni#endif
563cdf0e10cSrcweir
564cdf0e10cSrcweir#if defined UNX && ! defined MACOSX
565cdf0e10cSrcweirFile gid_Brand_File_Share_Xdg_Writer
566cdf0e10cSrcweir    TXT_FILE_BODY;
567cdf0e10cSrcweir    Dir = gid_Brand_Dir_Share_Xdg;
568cdf0e10cSrcweir    Name = "writer.desktop";
569cdf0e10cSrcweir    Styles = (PACKED,SCPZIP_REPLACE);
570cdf0e10cSrcweirEnd
571cdf0e10cSrcweir#endif
572cdf0e10cSrcweir
573cdf0e10cSrcweir#if defined UNX && ! defined MACOSX
574cdf0e10cSrcweirFile gid_Brand_File_Share_Xdg_StartCenter
575cdf0e10cSrcweir    TXT_FILE_BODY;
576cdf0e10cSrcweir    Dir = gid_Brand_Dir_Share_Xdg;
577cdf0e10cSrcweir    Name = "startcenter.desktop";
578cdf0e10cSrcweir    Styles = (PACKED,SCPZIP_REPLACE);
579cdf0e10cSrcweirEnd
580cdf0e10cSrcweir#endif
581cdf0e10cSrcweir
582cdf0e10cSrcweir#if defined UNX && ! defined MACOSX
583cdf0e10cSrcweirFile gid_Brand_File_Share_Xdg_JavaFilter
584cdf0e10cSrcweir    TXT_FILE_BODY;
585cdf0e10cSrcweir    Dir = gid_Brand_Dir_Share_Xdg;
586cdf0e10cSrcweir    Name = "javafilter.desktop";
587cdf0e10cSrcweir    Styles = (PACKED,SCPZIP_REPLACE);
588cdf0e10cSrcweirEnd
589cdf0e10cSrcweir#endif
590cdf0e10cSrcweir
591cdf0e10cSrcweir
592cdf0e10cSrcweir#if defined WNT && defined(_gcc3)
593cdf0e10cSrcweirFile gid_Brand_File_Lib_Mingwm10
594cdf0e10cSrcweir    BIN_FILE_BODY;
595cdf0e10cSrcweir    Styles = (PACKED);
596cdf0e10cSrcweir    Dir = gid_Brand_Dir_Program;
597cdf0e10cSrcweir    Name = "mingwm10.dll";
598cdf0e10cSrcweirEnd
599cdf0e10cSrcweir#endif
600cdf0e10cSrcweir
601cdf0e10cSrcweir#if defined(WNT)
602cdf0e10cSrcweir#if defined(M1400)
603cdf0e10cSrcweir#if defined(PROF_EDITION)
604cdf0e10cSrcweirFile gid_Brand_File_Lib_Msvcr80
605cdf0e10cSrcweir    BIN_FILE_BODY;
606cdf0e10cSrcweir    Styles = (PACKED);
607cdf0e10cSrcweir    Dir = gid_Brand_Dir_Program;
608cdf0e10cSrcweir#ifndef _STLP_DEBUG
609cdf0e10cSrcweir    Name = "msvcr80.dll";
610cdf0e10cSrcweir#else
611cdf0e10cSrcweir    Name = "msvcr80d.dll";
612cdf0e10cSrcweir#endif
613cdf0e10cSrcweirEnd
614cdf0e10cSrcweir#endif
615cdf0e10cSrcweir#endif
616cdf0e10cSrcweir#endif
617cdf0e10cSrcweir
618cdf0e10cSrcweir#if defined(WNT) && defined( _gcc3 )
619cdf0e10cSrcweir
620cdf0e10cSrcweir#if defined(MINGW_GCCDLL)
621cdf0e10cSrcweir
622cdf0e10cSrcweirFile gid_Brand_File_Lib_Mingw_GccS
623cdf0e10cSrcweir    TXT_FILE_BODY;
624cdf0e10cSrcweir    Dir = gid_Brand_Dir_Program;
625cdf0e10cSrcweir    Name = MINGW_GCCDLL;
626cdf0e10cSrcweir    Styles = (PACKED);
627cdf0e10cSrcweirEnd
628cdf0e10cSrcweir
629cdf0e10cSrcweir#endif
630cdf0e10cSrcweir
631cdf0e10cSrcweir#if defined(MINGW_GXXDLL)
632cdf0e10cSrcweir
633cdf0e10cSrcweirFile gid_Brand_File_Lib_Mingw_Stdcpp
634cdf0e10cSrcweir    TXT_FILE_BODY;
635cdf0e10cSrcweir    Dir = gid_Brand_Dir_Program;
636cdf0e10cSrcweir    Name = MINGW_GXXDLL;
637cdf0e10cSrcweir    Styles = (PACKED);
638cdf0e10cSrcweirEnd
639cdf0e10cSrcweir
640cdf0e10cSrcweir#endif
641cdf0e10cSrcweir
642cdf0e10cSrcweir#endif
643cdf0e10cSrcweir
644cdf0e10cSrcweir#if defined(WNT)
645cdf0e10cSrcweir#if defined(M1400)
646cdf0e10cSrcweir#if defined(PROF_EDITION)
647cdf0e10cSrcweirFile gid_Brand_File_Lib_Msvcp80
648cdf0e10cSrcweir    BIN_FILE_BODY;
649cdf0e10cSrcweir    Styles = (PACKED);
650cdf0e10cSrcweir    Dir = gid_Brand_Dir_Program;
651cdf0e10cSrcweir#ifndef _STLP_DEBUG
652cdf0e10cSrcweir    Name = "msvcp80.dll";
653cdf0e10cSrcweir#else
654cdf0e10cSrcweir    Name = "msvcp80d.dll";
655cdf0e10cSrcweir#endif
656cdf0e10cSrcweirEnd
657cdf0e10cSrcweir#endif
658cdf0e10cSrcweir#endif
659cdf0e10cSrcweir#endif
660cdf0e10cSrcweir
661cdf0e10cSrcweir#if defined(WNT)
662cdf0e10cSrcweir#if defined(M1400)
663cdf0e10cSrcweir#if defined(PROF_EDITION)
664cdf0e10cSrcweirFile gid_Brand_File_Lib_Msvcm80
665cdf0e10cSrcweir    BIN_FILE_BODY;
666cdf0e10cSrcweir    Styles = (PACKED);
667cdf0e10cSrcweir    Dir = gid_Brand_Dir_Program;
668cdf0e10cSrcweir#ifndef _STLP_DEBUG
669cdf0e10cSrcweir    Name = "msvcm80.dll";
670cdf0e10cSrcweir#else
671cdf0e10cSrcweir    Name = "msvcm80d.dll";
672cdf0e10cSrcweir#endif
673cdf0e10cSrcweirEnd
674cdf0e10cSrcweir#endif
675cdf0e10cSrcweir#endif
676cdf0e10cSrcweir#endif
677cdf0e10cSrcweir
678cdf0e10cSrcweir#if defined(WNT)
679cdf0e10cSrcweir#if defined(M1400)
680cdf0e10cSrcweir#if defined(PROF_EDITION)
681cdf0e10cSrcweirFile gid_Brand_File_Msvcm80crt_Manifest
682cdf0e10cSrcweir    BIN_FILE_BODY;
683cdf0e10cSrcweir    Styles = (PACKED);
684cdf0e10cSrcweir    Dir = gid_Brand_Dir_Program;
685cdf0e10cSrcweir#ifndef _STLP_DEBUG
686cdf0e10cSrcweir    Name = "Microsoft.VC80.CRT.manifest";
687cdf0e10cSrcweir#else
688cdf0e10cSrcweir    Name = "Microsoft.VC80.DebugCRT.manifest";
689cdf0e10cSrcweir#endif
690cdf0e10cSrcweirEnd
691cdf0e10cSrcweir#endif
692cdf0e10cSrcweir#endif
693cdf0e10cSrcweir#endif
694cdf0e10cSrcweir
695cdf0e10cSrcweir// Profiles
696cdf0e10cSrcweir
697cdf0e10cSrcweirProfile gid_Brand_Profile_Bootstrap_Ini
698cdf0e10cSrcweir    ModuleID = gid_Module_Root_Brand;
699cdf0e10cSrcweir    Name = PROFILENAME(bootstrap);
700cdf0e10cSrcweir    Dir = gid_Brand_Dir_Program;
701cdf0e10cSrcweir    Styles = (NETWORK);
702cdf0e10cSrcweirEnd
703cdf0e10cSrcweir
704cdf0e10cSrcweirProfile gid_Brand_Profile_Soffice_Ini
705cdf0e10cSrcweir    ModuleID = gid_Module_Root_Brand;
706cdf0e10cSrcweir    Name = PROFILENAME(soffice);
707cdf0e10cSrcweir    Dir = gid_Brand_Dir_Program;
708cdf0e10cSrcweir    Styles = (NETWORK);
709cdf0e10cSrcweirEnd
710cdf0e10cSrcweir
711cdf0e10cSrcweirProfile gid_Brand_Profile_Setup_Ini
712cdf0e10cSrcweir    ModuleID = gid_Module_Root_Brand;
713cdf0e10cSrcweir    Name = PROFILENAME(setup);
714cdf0e10cSrcweir    Dir = gid_Brand_Dir_Program;
715cdf0e10cSrcweir    Styles = (NETWORK);
716cdf0e10cSrcweirEnd
717cdf0e10cSrcweir
718cdf0e10cSrcweirProfile gid_Brand_Profile_Version_Ini
719cdf0e10cSrcweir    ModuleID = gid_Module_Root_Brand;
720cdf0e10cSrcweir    Name = PROFILENAME(version);
721cdf0e10cSrcweir    Dir = gid_Brand_Dir_Program;
722cdf0e10cSrcweir    Styles = (NETWORK);
723cdf0e10cSrcweirEnd
724cdf0e10cSrcweir
725cdf0e10cSrcweirProfile gid_Brand_Profile_Fundamental_Ini
726cdf0e10cSrcweir    ModuleID = gid_Module_Root_Brand;
727cdf0e10cSrcweir    Name = PROFILENAME(fundamental);
728cdf0e10cSrcweir    Dir = gid_Brand_Dir_Program;
729cdf0e10cSrcweirEnd
730cdf0e10cSrcweir
731cdf0e10cSrcweir#if !defined MACOSX
732cdf0e10cSrcweirProfile gid_Brand_Profile_Redirect_Ini
733cdf0e10cSrcweir    ModuleID = gid_Module_Root_Brand;
734cdf0e10cSrcweir    Name = PROFILENAME(redirect);
735cdf0e10cSrcweir    Dir = gid_Brand_Dir_Program;
736cdf0e10cSrcweirEnd
737cdf0e10cSrcweir#endif
738cdf0e10cSrcweir
739cdf0e10cSrcweir// ProfileItems
740cdf0e10cSrcweir
741cdf0e10cSrcweirProfileItem gid_Brand_Profileitem_Bootstrap_Baseinstall
742cdf0e10cSrcweir    ProfileID = gid_Brand_Profile_Bootstrap_Ini;
743cdf0e10cSrcweir    ModuleID = gid_Module_Root_Brand;
744cdf0e10cSrcweir    Section = "Bootstrap";
745cdf0e10cSrcweir    Order = 2;
746cdf0e10cSrcweir    Key = "BaseInstallation";
747cdf0e10cSrcweir    Value = "${OOO_BASE_DIR}";
748cdf0e10cSrcweirEnd
749cdf0e10cSrcweir
750cdf0e10cSrcweirProfileItem gid_Brand_Profileitem_Bootstrap_Productkey
751cdf0e10cSrcweir    ProfileID = gid_Brand_Profile_Bootstrap_Ini;
752cdf0e10cSrcweir    ModuleID = gid_Module_Root_Brand;
753cdf0e10cSrcweir    Section = "Bootstrap";
754cdf0e10cSrcweir    Order = 1;
755cdf0e10cSrcweir    Key = "ProductKey";
756cdf0e10cSrcweir    Value = "<productkey>";
757cdf0e10cSrcweirEnd
758cdf0e10cSrcweir
759cdf0e10cSrcweirProfileItem gid_Brand_Profileitem_Bootstrap_Errorreport_Port
760cdf0e10cSrcweir    ProfileID = gid_Brand_Profile_Bootstrap_Ini;
761cdf0e10cSrcweir    ModuleID = gid_Module_Root_Brand;
762cdf0e10cSrcweir    Section = "ErrorReport";
763cdf0e10cSrcweir    Order = 7;
764cdf0e10cSrcweir    Key = "ErrorReportPort";
765cdf0e10cSrcweir    Value = "80";
766cdf0e10cSrcweirEnd
767cdf0e10cSrcweir
768cdf0e10cSrcweirProfileItem gid_Brand_Profileitem_Bootstrap_Installmode
769cdf0e10cSrcweir    ProfileID = gid_Brand_Profile_Bootstrap_Ini;
770cdf0e10cSrcweir    ModuleID = gid_Module_Root_Brand;
771cdf0e10cSrcweir    Section = "Bootstrap";
772cdf0e10cSrcweir    Order = 5;
773cdf0e10cSrcweir    Key = "InstallMode";
774cdf0e10cSrcweir    Value = "<installmode>";
775cdf0e10cSrcweirEnd
776cdf0e10cSrcweir
777cdf0e10cSrcweirProfileItem gid_Brand_Profileitem_Bootstrap_Userinstall
778cdf0e10cSrcweir    ProfileID = gid_Brand_Profile_Bootstrap_Ini;
779cdf0e10cSrcweir    ModuleID = gid_Module_Root_Brand;
780cdf0e10cSrcweir    Section = "Bootstrap";
781cdf0e10cSrcweir    Order = 3;
782cdf0e10cSrcweir    Key = "UserInstallation";
783d44f38edSYuri Dario  #if defined(WNT) || defined(OS2)
784cdf0e10cSrcweir    Value = "$SYSUSERCONFIG/%ONEWORDPRODUCTNAME/%USERDIRPRODUCTVERSION";
785cdf0e10cSrcweir  #elif defined MACOSX
786cdf0e10cSrcweir    Value = "$SYSUSERCONFIG/%ONEWORDPRODUCTNAME/%USERDIRPRODUCTVERSION";
787cdf0e10cSrcweir  #else
788cdf0e10cSrcweir    Value = "$SYSUSERCONFIG/.%LCONEWORDPRODUCTNAME/%USERDIRPRODUCTVERSION";
789cdf0e10cSrcweir  #endif
790cdf0e10cSrcweirEnd
791cdf0e10cSrcweir
792cdf0e10cSrcweirProfileItem gid_Brand_Profileitem_Soffice_UreBootstrap
793cdf0e10cSrcweir    ModuleID = gid_Module_Root_Brand;
794cdf0e10cSrcweir    ProfileID = gid_Brand_Profile_Soffice_Ini;
795cdf0e10cSrcweir    Section = "Bootstrap";
796cdf0e10cSrcweir    Key = "URE_BOOTSTRAP";
797cdf0e10cSrcweir    Value = "${ORIGIN}/" PROFILENAME(fundamental);
798cdf0e10cSrcweirEnd
799cdf0e10cSrcweir
800cdf0e10cSrcweirProfileItem gid_Brand_Profileitem_Soffice_Logo
801cdf0e10cSrcweir    ProfileID = gid_Brand_Profile_Soffice_Ini;
802cdf0e10cSrcweir    ModuleID = gid_Module_Root_Brand;
803cdf0e10cSrcweir    Section = "Bootstrap";
804cdf0e10cSrcweir    Order = 1;
805cdf0e10cSrcweir    Key = "Logo";
806cdf0e10cSrcweir    Value = "1";
807cdf0e10cSrcweirEnd
808cdf0e10cSrcweir
809cdf0e10cSrcweirProfileItem gid_Brand_Profileitem_Soffice_ProgressBarColor_So
810cdf0e10cSrcweir    ProfileID = gid_Brand_Profile_Soffice_Ini;
811cdf0e10cSrcweir    ModuleID = gid_Module_Root_Brand;
812cdf0e10cSrcweir    Section = "Bootstrap";
813cdf0e10cSrcweir    Order = 2;
814cdf0e10cSrcweir    Key = "ProgressBarColor";
815cdf0e10cSrcweir    Value = "${PROGRESSBARCOLOR}";
816cdf0e10cSrcweirEnd
817cdf0e10cSrcweir
818cdf0e10cSrcweirProfileItem gid_Brand_Profileitem_Soffice_ProgressSize_So
819cdf0e10cSrcweir    ProfileID = gid_Brand_Profile_Soffice_Ini;
820cdf0e10cSrcweir    ModuleID = gid_Module_Root_Brand;
821cdf0e10cSrcweir    Section = "Bootstrap";
822cdf0e10cSrcweir    Order = 3;
823cdf0e10cSrcweir    Key = "ProgressSize";
824cdf0e10cSrcweir    Value = "${PROGRESSSIZE}";
825cdf0e10cSrcweirEnd
826cdf0e10cSrcweir
827cdf0e10cSrcweirProfileItem gid_Brand_Profileitem_Soffice_ProgressPosition_So
828cdf0e10cSrcweir    ProfileID = gid_Brand_Profile_Soffice_Ini;
829cdf0e10cSrcweir    ModuleID = gid_Module_Root_Brand;
830cdf0e10cSrcweir    Section = "Bootstrap";
831cdf0e10cSrcweir    Order = 4;
832cdf0e10cSrcweir    Key = "ProgressPosition";
833cdf0e10cSrcweir    Value = "${PROGRESSPOSITION}";
834cdf0e10cSrcweirEnd
835cdf0e10cSrcweir
836cdf0e10cSrcweirProfileItem gid_Brand_Profileitem_Soffice_ProgressFrameColor_So
837cdf0e10cSrcweir    ProfileID = gid_Brand_Profile_Soffice_Ini;
838cdf0e10cSrcweir    ModuleID = gid_Module_Root_Brand;
839cdf0e10cSrcweir    Section = "Bootstrap";
840cdf0e10cSrcweir    Order = 5;
841cdf0e10cSrcweir    Key = "ProgressFrameColor";
842cdf0e10cSrcweir    Value = "${PROGRESSFRAMECOLOR}";
843cdf0e10cSrcweirEnd
844cdf0e10cSrcweir
845cdf0e10cSrcweirProfileItem gid_Brand_Profileitem_Soffice_NativeProgress_So
846cdf0e10cSrcweir    ProfileID = gid_Brand_Profile_Soffice_Ini;
847cdf0e10cSrcweir    ModuleID = gid_Module_Root_Brand;
848cdf0e10cSrcweir    Section = "Bootstrap";
849cdf0e10cSrcweir    Order = 6;
850cdf0e10cSrcweir    Key = "NativeProgress";
851cdf0e10cSrcweir    Value = "${NATIVEPROGRESS}";
852cdf0e10cSrcweirEnd
853cdf0e10cSrcweir
854d44f38edSYuri Dario#if defined(WNT) || defined(OS2)
855cdf0e10cSrcweirProfileItem gid_Brand_Profileitem_Soffice_Hideeula
856cdf0e10cSrcweir    ProfileID = gid_Brand_Profile_Soffice_Ini;
857cdf0e10cSrcweir    ModuleID = gid_Module_Root_Brand;
858cdf0e10cSrcweir    Section = "Bootstrap";
859cdf0e10cSrcweir    Order = 7;
860cdf0e10cSrcweir    Key = "HideEula";
861cdf0e10cSrcweir    Value = "[HIDEEULA]";
862cdf0e10cSrcweir    Inifiletablekey = "HideEula";
863cdf0e10cSrcweir    Inifiletableaction = "1";
864cdf0e10cSrcweir    Styles = (INIFILETABLE);
865cdf0e10cSrcweirEnd
866cdf0e10cSrcweir#endif
867cdf0e10cSrcweir
868d44f38edSYuri Dario#if defined(WNT) || defined(OS2)
869cdf0e10cSrcweirProfileItem gid_Brand_Profileitem_Soffice_Startlang
870cdf0e10cSrcweir    ProfileID = gid_Brand_Profile_Soffice_Ini;
871cdf0e10cSrcweir    ModuleID = gid_Module_Root_Brand;
872cdf0e10cSrcweir    Section = "Bootstrap";
873cdf0e10cSrcweir    Order = 8;
874cdf0e10cSrcweir    Key = "STARTLANG";
875cdf0e10cSrcweir    Value = "[STARTLANG]";
876cdf0e10cSrcweir    Inifiletablekey = "STARTLANG";
877cdf0e10cSrcweir    Inifiletableaction = "1";
878cdf0e10cSrcweir    Styles = (INIFILETABLE);
879cdf0e10cSrcweirEnd
880cdf0e10cSrcweir#endif
881cdf0e10cSrcweir
882cdf0e10cSrcweirProfileItem gid_Brand_Profileitem_Version_Buildid
883cdf0e10cSrcweir    ProfileID = gid_Brand_Profile_Version_Ini;
884cdf0e10cSrcweir    ModuleID = gid_Module_Root_Brand;
885cdf0e10cSrcweir    Section = "Version";
886cdf0e10cSrcweir    Order = 4;
887cdf0e10cSrcweir    Key = "buildid";
888cdf0e10cSrcweir    Value = "<buildid>";
889cdf0e10cSrcweirEnd
890cdf0e10cSrcweir
8918bd5297cSJürgen SchmidtProfileItem gid_Brand_Profileitem_Version_ScsRevision
8928bd5297cSJürgen Schmidt    ProfileID = gid_Brand_Profile_Version_Ini;
8938bd5297cSJürgen Schmidt    ModuleID = gid_Module_Root;
8948bd5297cSJürgen Schmidt    Section = "Version";
8958bd5297cSJürgen Schmidt    Key = "Revision";
8968bd5297cSJürgen Schmidt    Value = "<scsrevision>";
8978bd5297cSJürgen SchmidtEnd
8988bd5297cSJürgen Schmidt
899cdf0e10cSrcweirProfileItem gid_Brand_Profileitem_Version_Productsource
900cdf0e10cSrcweir    ProfileID = gid_Brand_Profile_Version_Ini;
901cdf0e10cSrcweir    ModuleID = gid_Module_Root_Brand;
902cdf0e10cSrcweir    Section = "Version";
903cdf0e10cSrcweir    Order = 7;
904cdf0e10cSrcweir    Key = "ProductSource";
905cdf0e10cSrcweir    Value = "<sourceid>";
906cdf0e10cSrcweirEnd
907cdf0e10cSrcweir
908d44f38edSYuri Dario#if defined(WNT) || defined(OS2)
909cdf0e10cSrcweir
910cdf0e10cSrcweirProfileItem gid_Brand_Profileitem_Version_Productcode
911cdf0e10cSrcweir    ProfileID = gid_Brand_Profile_Version_Ini;
912cdf0e10cSrcweir    ModuleID = gid_Module_Root_Brand;
913cdf0e10cSrcweir    Section = "Version";
914cdf0e10cSrcweir    Order = 8;
915cdf0e10cSrcweir    Key = "ProductCode";
916cdf0e10cSrcweir    Value = "<productcode>";
917cdf0e10cSrcweirEnd
918cdf0e10cSrcweir
919cdf0e10cSrcweir#endif
920cdf0e10cSrcweir
921d44f38edSYuri Dario#if defined(WNT) || defined(OS2)
922cdf0e10cSrcweir
923cdf0e10cSrcweirProfileItem gid_Brand_Profileitem_Version_Upgradecode
924cdf0e10cSrcweir    ProfileID = gid_Brand_Profile_Version_Ini;
925cdf0e10cSrcweir    ModuleID = gid_Module_Root_Brand;
926cdf0e10cSrcweir    Section = "Version";
927cdf0e10cSrcweir    Order = 9;
928cdf0e10cSrcweir    Key = "UpgradeCode";
929cdf0e10cSrcweir    Value = "<upgradecode>";
930cdf0e10cSrcweirEnd
931cdf0e10cSrcweir
932cdf0e10cSrcweir#endif
933cdf0e10cSrcweir
934cdf0e10cSrcweirProfileItem gid_Brand_Profileitem_Version_Productmajor
935cdf0e10cSrcweir    ProfileID = gid_Brand_Profile_Version_Ini;
936cdf0e10cSrcweir    ModuleID = gid_Module_Root_Brand;
937cdf0e10cSrcweir    Section = "Version";
938cdf0e10cSrcweir    Order = 10;
939cdf0e10cSrcweir    Key = "ProductMajor";
940cdf0e10cSrcweir    Value = "<productmajor>";
941cdf0e10cSrcweirEnd
942cdf0e10cSrcweir
943cdf0e10cSrcweirProfileItem gid_Brand_Profileitem_Version_Productminor
944cdf0e10cSrcweir    ProfileID = gid_Brand_Profile_Version_Ini;
945cdf0e10cSrcweir    ModuleID = gid_Module_Root_Brand;
946cdf0e10cSrcweir    Section = "Version";
947cdf0e10cSrcweir    Order = 11;
948cdf0e10cSrcweir    Key = "ProductMinor";
949cdf0e10cSrcweir    Value = "<productminor>";
950cdf0e10cSrcweirEnd
951cdf0e10cSrcweir
952cdf0e10cSrcweirProfileItem gid_Brand_Profileitem_Version_Productbuildid
953cdf0e10cSrcweir    ProfileID = gid_Brand_Profile_Version_Ini;
954cdf0e10cSrcweir    ModuleID = gid_Module_Root_Brand;
955cdf0e10cSrcweir    Section = "Version";
956cdf0e10cSrcweir    Order = 12;
957cdf0e10cSrcweir    Key = "ProductBuildid";
958cdf0e10cSrcweir    Value = "<productbuildid>";
959cdf0e10cSrcweirEnd
960cdf0e10cSrcweir
961cdf0e10cSrcweirProfileItem gid_Brand_Profileitem_Version_Alllanguages
962cdf0e10cSrcweir    ProfileID = gid_Brand_Profile_Version_Ini;
963cdf0e10cSrcweir    ModuleID = gid_Module_Root_Brand;
964cdf0e10cSrcweir    Section = "Version";
965cdf0e10cSrcweir    Order = 13;
966cdf0e10cSrcweir    Key = "AllLanguages";
967cdf0e10cSrcweir    Value = "<alllanguages>";
968cdf0e10cSrcweirEnd
969cdf0e10cSrcweir
970cdf0e10cSrcweir#ifdef WNT
971cdf0e10cSrcweir
972cdf0e10cSrcweirProfileItem gid_Brand_Profileitem_Version_Msiproductversion
973cdf0e10cSrcweir    ProfileID = gid_Brand_Profile_Version_Ini;
974cdf0e10cSrcweir    ModuleID = gid_Module_Root_Brand;
975cdf0e10cSrcweir    Section = "Version";
976cdf0e10cSrcweir    Order = 14;
977cdf0e10cSrcweir    Key = "MsiProductVersion";
978cdf0e10cSrcweir    Value = "<msiproductversion>";
979cdf0e10cSrcweirEnd
980cdf0e10cSrcweir
981cdf0e10cSrcweir#endif
982cdf0e10cSrcweir
983cdf0e10cSrcweirProfileItem gid_Brand_Profileitem_Version_Updateurl
984cdf0e10cSrcweir    ProfileID = gid_Brand_Profile_Version_Ini;
985cdf0e10cSrcweir    ModuleID = gid_Module_Root_Brand;
986cdf0e10cSrcweir    Section = "Version";
987cdf0e10cSrcweir    Order = 15;
988cdf0e10cSrcweir    Key = "UpdateURL";
98935779863SAriel Constenla-Haile  #if defined(ENABLE_ONLINE_UPDATE)
990cdf0e10cSrcweir  #ifdef WNT
991cdf0e10cSrcweir    Value = "${UPDATEURL}";
992cdf0e10cSrcweir  #else  // defined WNT
993cdf0e10cSrcweir    Value = "${UPDATEURL}?pkgfmt=<pkgformat>";
994cdf0e10cSrcweir  #endif //defined WNT
995cdf0e10cSrcweir  #else
996cdf0e10cSrcweir    Value = "";
997cdf0e10cSrcweir  #endif
998cdf0e10cSrcweirEnd
999cdf0e10cSrcweir
1000cdf0e10cSrcweirProfileItem gid_Brand_Profileitem_Version_Updateid
1001cdf0e10cSrcweir    ProfileID = gid_Brand_Profile_Version_Ini;
1002cdf0e10cSrcweir    ModuleID = gid_Module_Root_Brand;
1003cdf0e10cSrcweir    Section = "Version";
1004cdf0e10cSrcweir    Order = 16;
1005cdf0e10cSrcweir    Key = "UpdateID";
1006cdf0e10cSrcweir    Value = "<updateid>";
1007cdf0e10cSrcweirEnd
1008cdf0e10cSrcweir
1009cdf0e10cSrcweirProfileItem gid_Brand_Profileitem_Version_Useragent
1010cdf0e10cSrcweir    ProfileID = gid_Brand_Profile_Version_Ini;
1011cdf0e10cSrcweir    ModuleID = gid_Module_Root_Brand;
1012cdf0e10cSrcweir    Section = "Version";
1013cdf0e10cSrcweir    Order = 17;
1014cdf0e10cSrcweir    Key = "UpdateUserAgent";
1015cdf0e10cSrcweir    Value = "<PRODUCT> (${buildid}; ${_OS}; ${_ARCH}; BundledLanguages=${AllLanguages})";
1016cdf0e10cSrcweirEnd
1017cdf0e10cSrcweir
1018cdf0e10cSrcweirProfileItem gid_Brand_Profileitem_Version_Ooobaseversion
1019cdf0e10cSrcweir    ProfileID = gid_Brand_Profile_Version_Ini;
1020cdf0e10cSrcweir    ModuleID = gid_Module_Root_Brand;
1021cdf0e10cSrcweir    Section = "Version";
1022cdf0e10cSrcweir    Order = 18;
1023cdf0e10cSrcweir    Key = "OOOBaseVersion";
1024cdf0e10cSrcweir    Value = "${OOOBASEVERSION}";
1025cdf0e10cSrcweirEnd
1026cdf0e10cSrcweir
1027cdf0e10cSrcweirProfileItem gid_Brand_Profileitem_Version_Extensionupdateurl
1028cdf0e10cSrcweir    ProfileID = gid_Brand_Profile_Version_Ini;
1029cdf0e10cSrcweir    ModuleID = gid_Module_Root_Brand;
1030cdf0e10cSrcweir    Section = "Version";
1031cdf0e10cSrcweir    Order = 18;
1032cdf0e10cSrcweir    Key = "ExtensionUpdateURL";
1033cdf0e10cSrcweir    Value = "http://updateexte.services.openoffice.org/ExtensionUpdateService/check.Update";
1034cdf0e10cSrcweirEnd
1035cdf0e10cSrcweir
1036cdf0e10cSrcweirProfileItem gid_Brand_Profileitem_Fundamental_Brand_Base_Dir
1037cdf0e10cSrcweir    ModuleID = gid_Module_Root_Brand;
1038cdf0e10cSrcweir    ProfileID = gid_Brand_Profile_Fundamental_Ini;
1039cdf0e10cSrcweir    Section = "Bootstrap";
1040cdf0e10cSrcweir    Key = "BRAND_BASE_DIR";
1041cdf0e10cSrcweir    Value = "${ORIGIN}/..";
1042cdf0e10cSrcweirEnd
1043cdf0e10cSrcweir
1044cdf0e10cSrcweirProfileItem gid_Brand_Profileitem_Fundamental_Ooo_Base_Dir
1045cdf0e10cSrcweir    ModuleID = gid_Module_Root_Brand;
1046cdf0e10cSrcweir    ProfileID = gid_Brand_Profile_Fundamental_Ini;
1047cdf0e10cSrcweir    Section = "Bootstrap";
1048cdf0e10cSrcweir    Key = "OOO_BASE_DIR";
1049d44f38edSYuri Dario#if defined(WNT) || defined(OS2)
1050cdf0e10cSrcweir    Value = "${.link:${BRAND_BASE_DIR}/basis-link}";
1051cdf0e10cSrcweir#else
1052cdf0e10cSrcweir    Value = "${BRAND_BASE_DIR}/basis-link";
1053cdf0e10cSrcweir#endif
1054cdf0e10cSrcweirEnd
1055cdf0e10cSrcweir
1056cdf0e10cSrcweirProfileItem gid_Brand_Profileitem_Fundamental_Uno_Bundled_Extensions
1057cdf0e10cSrcweir    ModuleID = gid_Module_Root_Brand;
1058cdf0e10cSrcweir    ProfileID = gid_Brand_Profile_Fundamental_Ini;
1059cdf0e10cSrcweir    Section = "Bootstrap";
1060cdf0e10cSrcweir    Key = "BUNDLED_EXTENSIONS";
1061cdf0e10cSrcweir    Value = "${${OOO_BASE_DIR}/program/" PROFILENAME(fundamentalbasis) ":BUNDLED_EXTENSIONS}";
1062cdf0e10cSrcweirEnd
1063cdf0e10cSrcweir
1064cdf0e10cSrcweirProfileItem gid_Brand_Profileitem_Fundamental_Uno_Bundled_Extensions_User
1065cdf0e10cSrcweir    ModuleID = gid_Module_Root_Brand;
1066cdf0e10cSrcweir    ProfileID = gid_Brand_Profile_Fundamental_Ini;
1067cdf0e10cSrcweir    Section = "Bootstrap";
1068cdf0e10cSrcweir    Key = "BUNDLED_EXTENSIONS_USER";
1069cdf0e10cSrcweir    Value = "${${OOO_BASE_DIR}/program/" PROFILENAME(fundamentalbasis) ":BUNDLED_EXTENSIONS_USER}";
1070cdf0e10cSrcweirEnd
1071cdf0e10cSrcweir
1072cdf0e10cSrcweirProfileItem gid_Brand_Profileitem_Fundamental_Uno_Bundled_Extensions_Prereg
1073cdf0e10cSrcweir    ModuleID = gid_Module_Root_Brand;
1074cdf0e10cSrcweir    ProfileID = gid_Brand_Profile_Fundamental_Ini;
1075cdf0e10cSrcweir    Section = "Bootstrap";
1076cdf0e10cSrcweir    Key = "BUNDLED_EXTENSIONS_PREREG";
1077cdf0e10cSrcweir    Value = "${${OOO_BASE_DIR}/program/" PROFILENAME(fundamentalbasis) ":BUNDLED_EXTENSIONS_PREREG}";
1078cdf0e10cSrcweirEnd
1079cdf0e10cSrcweir
1080cdf0e10cSrcweirProfileItem gid_Brand_Profileitem_Fundamental_Uno_Shared_Packages_Cache
1081cdf0e10cSrcweir    ModuleID = gid_Module_Root_Brand;
1082cdf0e10cSrcweir    ProfileID = gid_Brand_Profile_Fundamental_Ini;
1083cdf0e10cSrcweir    Section = "Bootstrap";
1084cdf0e10cSrcweir    Key = "UNO_SHARED_PACKAGES_CACHE";
1085cdf0e10cSrcweir    Value = "${${OOO_BASE_DIR}/program/" PROFILENAME(fundamentalbasis) ":UNO_SHARED_PACKAGES_CACHE}";
1086cdf0e10cSrcweirEnd
1087cdf0e10cSrcweir
1088cdf0e10cSrcweirProfileItem gid_Brand_Profileitem_Fundamental_Uno_Shared_Extensions_User
1089cdf0e10cSrcweir    ModuleID = gid_Module_Root_Brand;
1090cdf0e10cSrcweir    ProfileID = gid_Brand_Profile_Fundamental_Ini;
1091cdf0e10cSrcweir    Section = "Bootstrap";
1092cdf0e10cSrcweir    Key = "SHARED_EXTENSIONS_USER";
1093cdf0e10cSrcweir    Value = "${${OOO_BASE_DIR}/program/" PROFILENAME(fundamentalbasis) ":SHARED_EXTENSIONS_USER}";
1094cdf0e10cSrcweirEnd
1095cdf0e10cSrcweir
1096cdf0e10cSrcweirProfileItem gid_Brand_Profileitem_Fundamental_Uno_User_Packages_Cache
1097cdf0e10cSrcweir    ModuleID = gid_Module_Root_Brand;
1098cdf0e10cSrcweir    ProfileID = gid_Brand_Profile_Fundamental_Ini;
1099cdf0e10cSrcweir    Section = "Bootstrap";
1100cdf0e10cSrcweir    Key = "UNO_USER_PACKAGES_CACHE";
1101cdf0e10cSrcweir    Value = "${${OOO_BASE_DIR}/program/" PROFILENAME(fundamentalbasis) ":UNO_USER_PACKAGES_CACHE}";
1102cdf0e10cSrcweirEnd
1103cdf0e10cSrcweir
1104cdf0e10cSrcweirProfileItem gid_Brand_Profileitem_Fundamental_Uno_Tmp_Extensions
1105cdf0e10cSrcweir    ModuleID = gid_Module_Root_Brand;
1106cdf0e10cSrcweir    ProfileID = gid_Brand_Profile_Fundamental_Ini;
1107cdf0e10cSrcweir    Section = "Bootstrap";
1108cdf0e10cSrcweir    Key = "TMP_EXTENSIONS";
1109cdf0e10cSrcweir    Value = "${${OOO_BASE_DIR}/program/" PROFILENAME(fundamentalbasis) ":TMP_EXTENSIONS}";
1110cdf0e10cSrcweirEnd
1111cdf0e10cSrcweir
11127bc7b19fSMichael StahlProfileItem gid_Brand_Profileitem_Fundamental_Uno_Bak_Extensions
11137bc7b19fSMichael Stahl    ModuleID = gid_Module_Root_Brand;
11147bc7b19fSMichael Stahl    ProfileID = gid_Brand_Profile_Fundamental_Ini;
11157bc7b19fSMichael Stahl    Section = "Bootstrap";
11167bc7b19fSMichael Stahl    Key = "BAK_EXTENSIONS";
11177bc7b19fSMichael Stahl    Value = "${${OOO_BASE_DIR}/program/" PROFILENAME(fundamentalbasis) ":BAK_EXTENSIONS}";
11187bc7b19fSMichael StahlEnd
11197bc7b19fSMichael Stahl
1120cdf0e10cSrcweirProfileItem gid_Brand_Profileitem_Fundamental_Ure_More_Types
1121cdf0e10cSrcweir    ModuleID = gid_Module_Root_Brand;
1122cdf0e10cSrcweir    ProfileID = gid_Brand_Profile_Fundamental_Ini;
1123cdf0e10cSrcweir    Section = "Bootstrap";
1124cdf0e10cSrcweir    Key = "URE_MORE_TYPES";
1125cdf0e10cSrcweir    Value = "${${OOO_BASE_DIR}/program/" PROFILENAME(fundamentalbasis) ":URE_MORE_TYPES}";
1126cdf0e10cSrcweirEnd
1127cdf0e10cSrcweir
1128cdf0e10cSrcweirProfileItem gid_Brand_Profileitem_Fundamental_Ure_More_Services
1129cdf0e10cSrcweir    ModuleID = gid_Module_Root_Brand;
1130cdf0e10cSrcweir    ProfileID = gid_Brand_Profile_Fundamental_Ini;
1131cdf0e10cSrcweir    Section = "Bootstrap";
1132cdf0e10cSrcweir    Key = "URE_MORE_SERVICES";
1133cdf0e10cSrcweir    Value = "${${OOO_BASE_DIR}/program/" PROFILENAME(fundamentalbasis) ":URE_MORE_SERVICES} $ORIGIN/services.rdb";
1134cdf0e10cSrcweirEnd
1135cdf0e10cSrcweir
1136cdf0e10cSrcweirProfileItem gid_Brand_Profileitem_Fundamental_Ure_More_Java_Types
1137cdf0e10cSrcweir    ModuleID = gid_Module_Root_Brand;
1138cdf0e10cSrcweir    ProfileID = gid_Brand_Profile_Fundamental_Ini;
1139cdf0e10cSrcweir    Section = "Bootstrap";
1140cdf0e10cSrcweir    Key = "URE_MORE_JAVA_TYPES";
1141cdf0e10cSrcweir    Value = "${${OOO_BASE_DIR}/program/" PROFILENAME(fundamentalbasis) ":URE_MORE_JAVA_TYPES}";
1142cdf0e10cSrcweirEnd
1143cdf0e10cSrcweir
1144cdf0e10cSrcweirProfileItem gid_Brand_Profileitem_Fundamental_Ure_Java_Jfw_Shared_Data
1145cdf0e10cSrcweir    ModuleID = gid_Module_Root_Brand;
1146cdf0e10cSrcweir    ProfileID = gid_Brand_Profile_Fundamental_Ini;
1147cdf0e10cSrcweir    Section = "Bootstrap";
1148cdf0e10cSrcweir    Key = "URE_OVERRIDE_JAVA_JFW_SHARED_DATA";
1149cdf0e10cSrcweir    Value = "${${OOO_BASE_DIR}/program/" PROFILENAME(fundamentalbasis) ":URE_OVERRIDE_JAVA_JFW_SHARED_DATA}";
1150cdf0e10cSrcweirEnd
1151cdf0e10cSrcweir
1152cdf0e10cSrcweirProfileItem gid_Brand_Profileitem_Fundamental_Ure_Java_Jfw_User_Data
1153cdf0e10cSrcweir    ModuleID = gid_Module_Root_Brand;
1154cdf0e10cSrcweir    ProfileID = gid_Brand_Profile_Fundamental_Ini;
1155cdf0e10cSrcweir    Section = "Bootstrap";
1156cdf0e10cSrcweir    Key = "URE_OVERRIDE_JAVA_JFW_USER_DATA";
1157cdf0e10cSrcweir    Value = "${${OOO_BASE_DIR}/program/" PROFILENAME(fundamentalbasis) ":URE_OVERRIDE_JAVA_JFW_USER_DATA}";
1158cdf0e10cSrcweirEnd
1159cdf0e10cSrcweir
1160cdf0e10cSrcweirProfileItem gid_Brand_Profileitem_Fundamental_Ure_Java_Classpath_Urls
1161cdf0e10cSrcweir    ModuleID = gid_Module_Root_Brand;
1162cdf0e10cSrcweir    ProfileID = gid_Brand_Profile_Fundamental_Ini;
1163cdf0e10cSrcweir    Section = "Bootstrap";
1164cdf0e10cSrcweir    Key = "URE_MORE_JAVA_CLASSPATH_URLS";
1165cdf0e10cSrcweir    Value = "${${OOO_BASE_DIR}/program/" PROFILENAME(fundamentalbasis) ":URE_MORE_JAVA_CLASSPATH_URLS}";
1166cdf0e10cSrcweirEnd
1167cdf0e10cSrcweir
1168cdf0e10cSrcweirProfileItem gid_Brand_Profileitem_Fundamental_Ure_Bin_Dir
1169cdf0e10cSrcweir    ModuleID = gid_Module_Root_Brand;
1170cdf0e10cSrcweir    ProfileID = gid_Brand_Profile_Fundamental_Ini;
1171cdf0e10cSrcweir    Section = "Bootstrap";
1172cdf0e10cSrcweir    Key = "URE_BIN_DIR";
1173cdf0e10cSrcweir    Value = "${${OOO_BASE_DIR}/program/" PROFILENAME(fundamentalbasis) ":URE_BIN_DIR}";
1174cdf0e10cSrcweirEnd
1175cdf0e10cSrcweir
1176cdf0e10cSrcweirProfileItem gid_Brand_Profileitem_Fundamental_Ure_Lib_Dir
1177cdf0e10cSrcweir    ModuleID = gid_Module_Root_Brand;
1178cdf0e10cSrcweir    ProfileID = gid_Brand_Profile_Fundamental_Ini;
1179cdf0e10cSrcweir    Section = "Bootstrap";
1180cdf0e10cSrcweir    Key = "URE_LIB_DIR";
1181cdf0e10cSrcweir    Value = "${${OOO_BASE_DIR}/program/" PROFILENAME(fundamentalbasis) ":URE_LIB_DIR}";
1182cdf0e10cSrcweirEnd
1183cdf0e10cSrcweir
1184cdf0e10cSrcweir#if !defined MACOSX
1185cdf0e10cSrcweirProfileItem gid_Brand_Profileitem_Redirect_Ure_Bootstrap
1186cdf0e10cSrcweir    ModuleID = gid_Module_Root_Brand;
1187cdf0e10cSrcweir    ProfileID = gid_Brand_Profile_Redirect_Ini;
1188cdf0e10cSrcweir    Section = "Bootstrap";
1189cdf0e10cSrcweir    Key = "URE_BOOTSTRAP";
1190cdf0e10cSrcweir    Value = "${ORIGIN}/" PROFILENAME(fundamental);
1191cdf0e10cSrcweirEnd
1192cdf0e10cSrcweir#endif
1193cdf0e10cSrcweir
1194cdf0e10cSrcweir#ifdef WNT
1195cdf0e10cSrcweirProfileItem gid_Brand_Profileitem_Setup_Alluserset
1196cdf0e10cSrcweir    ProfileID = gid_Brand_Profile_Setup_Ini;
1197cdf0e10cSrcweir    ModuleID = gid_Module_Root_Brand;
1198cdf0e10cSrcweir    Section = "Bootstrap";
1199cdf0e10cSrcweir    Order = 4;
1200cdf0e10cSrcweir    Key = "ALLUSERS";
1201cdf0e10cSrcweir    Value = "[ALLUSERS]";
1202cdf0e10cSrcweir    Inifiletablekey = "AllUsersSet";
1203cdf0e10cSrcweir    Inifiletableaction = "1";
1204cdf0e10cSrcweir    Styles = (INIFILETABLE);
1205cdf0e10cSrcweirEnd
1206cdf0e10cSrcweir#endif
1207cdf0e10cSrcweir
1208cdf0e10cSrcweir#ifdef WNT
1209cdf0e10cSrcweirProfileItem gid_Brand_Profileitem_Setup_Findproduct
1210cdf0e10cSrcweir    ProfileID = gid_Brand_Profile_Setup_Ini;
1211cdf0e10cSrcweir    ModuleID = gid_Module_Root_Brand;
1212cdf0e10cSrcweir    Section = "Bootstrap";
1213cdf0e10cSrcweir    Order = 5;
1214cdf0e10cSrcweir    Key = "FINDPRODUCT";
1215cdf0e10cSrcweir    Value = "[FINDPRODUCT]";
1216cdf0e10cSrcweir    Inifiletablekey = "FindProductSet";
1217cdf0e10cSrcweir    Inifiletableaction = "1";
1218cdf0e10cSrcweir    Styles = (INIFILETABLE);
1219cdf0e10cSrcweirEnd
1220cdf0e10cSrcweir#endif
1221cdf0e10cSrcweir
1222cdf0e10cSrcweir#ifdef WNT
1223cdf0e10cSrcweirProfileItem gid_Brand_Profileitem_Setup_Productcode
1224cdf0e10cSrcweir    ProfileID = gid_Brand_Profile_Setup_Ini;
1225cdf0e10cSrcweir    ModuleID = gid_Module_Root_Brand;
1226cdf0e10cSrcweir    Section = "Bootstrap";
1227cdf0e10cSrcweir    Order = 6;
1228cdf0e10cSrcweir    Key = "ProductCode";
1229cdf0e10cSrcweir    Value = "<productcode>";
1230cdf0e10cSrcweirEnd
1231cdf0e10cSrcweir#endif
1232cdf0e10cSrcweir
1233cdf0e10cSrcweir#ifdef WNT
1234cdf0e10cSrcweirProfileItem gid_Brand_Profileitem_Setup_Upgradecode
1235cdf0e10cSrcweir    ProfileID = gid_Brand_Profile_Setup_Ini;
1236cdf0e10cSrcweir    ModuleID = gid_Module_Root_Brand;
1237cdf0e10cSrcweir    Section = "Bootstrap";
1238cdf0e10cSrcweir    Order = 7;
1239cdf0e10cSrcweir    Key = "UpgradeCode";
1240cdf0e10cSrcweir    Value = "<upgradecode>";
1241cdf0e10cSrcweirEnd
1242cdf0e10cSrcweir#endif
1243cdf0e10cSrcweir
1244cdf0e10cSrcweirProfileItem gid_Brand_Profileitem_Setup_Productbuildid
1245cdf0e10cSrcweir    ProfileID = gid_Brand_Profile_Setup_Ini;
1246cdf0e10cSrcweir    ModuleID = gid_Module_Root_Brand;
1247cdf0e10cSrcweir    Section = "Bootstrap";
1248cdf0e10cSrcweir    Order = 8;
1249cdf0e10cSrcweir    Key = "ProductBuildid";
1250cdf0e10cSrcweir    Value = "<productbuildid>";
1251cdf0e10cSrcweirEnd
1252cdf0e10cSrcweir
1253cdf0e10cSrcweirProfileItem gid_Brand_Profileitem_Setup_Buildid
1254cdf0e10cSrcweir    ProfileID = gid_Brand_Profile_Setup_Ini;
1255cdf0e10cSrcweir    ModuleID = gid_Module_Root_Brand;
1256cdf0e10cSrcweir    Section = "Bootstrap";
1257cdf0e10cSrcweir    Order = 9;
1258cdf0e10cSrcweir    Key = "buildid";
1259cdf0e10cSrcweir    Value = "<buildid>";
1260cdf0e10cSrcweirEnd
1261cdf0e10cSrcweir
1262cdf0e10cSrcweir#ifdef WNT
1263cdf0e10cSrcweirProfileItem gid_Brand_Profileitem_Setup_Ureinstall
1264cdf0e10cSrcweir    ProfileID = gid_Brand_Profile_Setup_Ini;
1265cdf0e10cSrcweir    ModuleID = gid_Module_Root_Brand;
1266cdf0e10cSrcweir    Section = "Bootstrap";
1267cdf0e10cSrcweir    Order = 4;
1268cdf0e10cSrcweir    Key = "UREINSTALLLOCATION";
1269cdf0e10cSrcweir    Value = "[INSTALLLOCATION]URE\\";
1270cdf0e10cSrcweir    Inifiletablekey = "UreInstallLocation";
1271cdf0e10cSrcweir    Inifiletableaction = "1";
1272cdf0e10cSrcweir    Styles = (INIFILETABLE);
1273cdf0e10cSrcweirEnd
1274cdf0e10cSrcweir#endif
1275cdf0e10cSrcweir
1276cdf0e10cSrcweir#ifdef WNT
1277cdf0e10cSrcweirProfileItem gid_Brand_Profileitem_Setup_Basisinstall
1278cdf0e10cSrcweir    ProfileID = gid_Brand_Profile_Setup_Ini;
1279cdf0e10cSrcweir    ModuleID = gid_Module_Root_Brand;
1280cdf0e10cSrcweir    Section = "Bootstrap";
1281cdf0e10cSrcweir    Order = 4;
1282cdf0e10cSrcweir    Key = "BASISINSTALLLOCATION";
1283cdf0e10cSrcweir    Value = "[INSTALLLOCATION]Basis\\";
1284cdf0e10cSrcweir    Inifiletablekey = "BasisInstallLocation";
1285cdf0e10cSrcweir    Inifiletableaction = "1";
1286cdf0e10cSrcweir    Styles = (INIFILETABLE);
1287cdf0e10cSrcweirEnd
1288cdf0e10cSrcweir#endif
1289cdf0e10cSrcweir
1290cdf0e10cSrcweir#ifdef WNT
1291cdf0e10cSrcweirProfileItem gid_Brand_Profileitem_Setup_Officeinstall
1292cdf0e10cSrcweir    ProfileID = gid_Brand_Profile_Setup_Ini;
1293cdf0e10cSrcweir    ModuleID = gid_Module_Root_Brand;
1294cdf0e10cSrcweir    Section = "Bootstrap";
1295cdf0e10cSrcweir    Order = 4;
1296cdf0e10cSrcweir    Key = "OFFICEINSTALLLOCATION";
1297cdf0e10cSrcweir    Value = "[INSTALLLOCATION]";
1298cdf0e10cSrcweir    Inifiletablekey = "OfficeInstallLocation";
1299cdf0e10cSrcweir    Inifiletableaction = "1";
1300cdf0e10cSrcweir    Styles = (INIFILETABLE);
1301cdf0e10cSrcweirEnd
1302cdf0e10cSrcweir#endif
1303cdf0e10cSrcweir
1304cdf0e10cSrcweir#ifdef WNT
1305cdf0e10cSrcweirProfileItem gid_Brand_Profileitem_Setup_Install
1306cdf0e10cSrcweir    ProfileID = gid_Brand_Profile_Setup_Ini;
1307cdf0e10cSrcweir    ModuleID = gid_Module_Root_Brand;
1308cdf0e10cSrcweir    Section = "Bootstrap";
1309cdf0e10cSrcweir    Order = 4;
1310cdf0e10cSrcweir    Key = "INSTALLLOCATION";
1311cdf0e10cSrcweir    Value = "[INSTALLLOCATION]";
1312cdf0e10cSrcweir    Inifiletablekey = "InstallLocation";
1313cdf0e10cSrcweir    Inifiletableaction = "1";
1314cdf0e10cSrcweir    Styles = (INIFILETABLE);
1315cdf0e10cSrcweirEnd
1316cdf0e10cSrcweir#endif
1317cdf0e10cSrcweir
1318cdf0e10cSrcweir//TODO: This actually belongs into a module of its own:
1319cdf0e10cSrcweir#if !defined SYSTEM_PYTHON
1320cdf0e10cSrcweirFile gid_Brand_File_Bin_Python
1321cdf0e10cSrcweir    BIN_FILE_BODY;
1322cdf0e10cSrcweir    Name = EXENAME(pyuno/python);
1323cdf0e10cSrcweir    Dir = gid_Brand_Dir_Program;
1324cdf0e10cSrcweir    Styles = (PACKED);
1325cdf0e10cSrcweirEnd
1326cdf0e10cSrcweir#endif
1327