xref: /aoo42x/main/scp2/source/ooo/common_brand.scp (revision cdf0e10c)
1*cdf0e10cSrcweir/*************************************************************************
2*cdf0e10cSrcweir *
3*cdf0e10cSrcweir * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4*cdf0e10cSrcweir *
5*cdf0e10cSrcweir * Copyright 2000, 2010 Oracle and/or its affiliates.
6*cdf0e10cSrcweir *
7*cdf0e10cSrcweir * OpenOffice.org - a multi-platform office productivity suite
8*cdf0e10cSrcweir *
9*cdf0e10cSrcweir * This file is part of OpenOffice.org.
10*cdf0e10cSrcweir *
11*cdf0e10cSrcweir * OpenOffice.org is free software: you can redistribute it and/or modify
12*cdf0e10cSrcweir * it under the terms of the GNU Lesser General Public License version 3
13*cdf0e10cSrcweir * only, as published by the Free Software Foundation.
14*cdf0e10cSrcweir *
15*cdf0e10cSrcweir * OpenOffice.org is distributed in the hope that it will be useful,
16*cdf0e10cSrcweir * but WITHOUT ANY WARRANTY; without even the implied warranty of
17*cdf0e10cSrcweir * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
18*cdf0e10cSrcweir * GNU Lesser General Public License version 3 for more details
19*cdf0e10cSrcweir * (a copy is included in the LICENSE file that accompanied this code).
20*cdf0e10cSrcweir *
21*cdf0e10cSrcweir * You should have received a copy of the GNU Lesser General Public License
22*cdf0e10cSrcweir * version 3 along with OpenOffice.org.  If not, see
23*cdf0e10cSrcweir * <http://www.openoffice.org/license.html>
24*cdf0e10cSrcweir * for a copy of the LGPLv3 License.
25*cdf0e10cSrcweir *
26*cdf0e10cSrcweir ************************************************************************/
27*cdf0e10cSrcweir
28*cdf0e10cSrcweir#include "macros.inc"
29*cdf0e10cSrcweir
30*cdf0e10cSrcweirModule gid_Module_Root_Brand
31*cdf0e10cSrcweir    ParentID = gid_Module_Root;
32*cdf0e10cSrcweir    InstallOrder = "150";
33*cdf0e10cSrcweir    Name = "ooobrand";
34*cdf0e10cSrcweir    Description = "OOo Brand";
35*cdf0e10cSrcweir    Sortkey = "1030";
36*cdf0e10cSrcweir    Default = YES;
37*cdf0e10cSrcweir    Styles = (HIDDEN_ROOT,ROOT_BRAND_PACKAGE,ISUPDATEPACKAGE);
38*cdf0e10cSrcweir    PackageInfo = "packinfo_brand.txt";
39*cdf0e10cSrcweir    Dirs = (gid_Brand_Dir_Program,
40*cdf0e10cSrcweir            gid_Brand_Dir_Share,
41*cdf0e10cSrcweir            gid_Brand_Dir_Share_C05,
42*cdf0e10cSrcweir            gid_Brand_Dir_Share_C05_Rgt,
43*cdf0e10cSrcweir            gid_Brand_Dir_Share_C05_Faq,
44*cdf0e10cSrcweir            gid_Brand_Dir_Share_Config,
45*cdf0e10cSrcweir            gid_Brand_Dir_Share_Extension,
46*cdf0e10cSrcweir            gid_Brand_Dir_Share_Extensions,
47*cdf0e10cSrcweir            gid_Brand_Dir_Share_Prereg,
48*cdf0e10cSrcweir            gid_Brand_Dir_Share_Uno_Packages,
49*cdf0e10cSrcweir            gid_Brand_Dir_Share_Uno_Packages_Cache,
50*cdf0e10cSrcweir            gid_Brand_Dir_Share_Registry,
51*cdf0e10cSrcweir            gid_Brand_Dir_Share_Xdg);
52*cdf0e10cSrcweir    Files = (gid_Brand_File_BasisLink,
53*cdf0e10cSrcweir             gid_Brand_File_Bin_Crashreport,
54*cdf0e10cSrcweir             gid_Brand_File_Bin_Crashreport_Script,
55*cdf0e10cSrcweir             gid_Brand_File_Bin_Crashreport_Com,
56*cdf0e10cSrcweir             gid_Brand_File_Bin_Python,
57*cdf0e10cSrcweir             gid_Brand_File_Bin_Soffice,
58*cdf0e10cSrcweir             gid_Brand_File_Bin_Soffice_Bin,
59*cdf0e10cSrcweir             gid_Brand_File_Bin_Soffice_Bin_Manifest,
60*cdf0e10cSrcweir             gid_Brand_File_Bin_Spadmin,
61*cdf0e10cSrcweir             gid_Brand_File_Bin_Unoinfo,
62*cdf0e10cSrcweir             gid_Brand_File_Bin_Unopkgcom,
63*cdf0e10cSrcweir             gid_Brand_File_Bin_Unopkgexe,
64*cdf0e10cSrcweir             gid_Brand_File_Bin_Unopkg,
65*cdf0e10cSrcweir             gid_Brand_File_Bin_Msvcr71,
66*cdf0e10cSrcweir             gid_Brand_File_Bin_Libxml2,
67*cdf0e10cSrcweir             gid_Brand_File_Bmp_IntroAbout,
68*cdf0e10cSrcweir             gid_Brand_File_C05_Zip_Faq,
69*cdf0e10cSrcweir             gid_Brand_File_C05_Zip_Register,
70*cdf0e10cSrcweir             gid_Brand_File_C05_Htm_Faq,
71*cdf0e10cSrcweir             gid_Brand_File_C05_Htm_Rgt,
72*cdf0e10cSrcweir             gid_Brand_File_C05_Pdf_Gettingstartedguide,
73*cdf0e10cSrcweir             gid_Brand_File_C05_Exe_Suptool,
74*cdf0e10cSrcweir             gid_Brand_File_Desktophelper_Txt,
75*cdf0e10cSrcweir             gid_Brand_File_Html_Thirdpartylicensereadme,
76*cdf0e10cSrcweir             gid_Brand_File_Images_Brand_Zip,
77*cdf0e10cSrcweir             gid_Brand_File_Lib_Dbghelp,
78*cdf0e10cSrcweir             gid_Brand_File_Lib_Mingw_GccS,
79*cdf0e10cSrcweir             gid_Brand_File_Lib_Mingw_Stdcpp,
80*cdf0e10cSrcweir             gid_Brand_File_Lib_Mingwm10,
81*cdf0e10cSrcweir             gid_Brand_File_Lib_Msvcr80,
82*cdf0e10cSrcweir             gid_Brand_File_Lib_Msvcp80,
83*cdf0e10cSrcweir             gid_Brand_File_Lib_Msvcm80,
84*cdf0e10cSrcweir			 gid_Brand_File_Lib_Oirm,
85*cdf0e10cSrcweir			 gid_Brand_File_Lib_Oirm2,
86*cdf0e10cSrcweir             gid_Brand_File_Msvcm80crt_Manifest,
87*cdf0e10cSrcweir             gid_Brand_File_Lib_Npsoplugin,
88*cdf0e10cSrcweir             gid_Brand_File_Lib_Subscrib_C05,
89*cdf0e10cSrcweir             gid_Brand_File_ServicesRdb,
90*cdf0e10cSrcweir             gid_Brand_File_Share_Registry_Brand_Xcd,
91*cdf0e10cSrcweir             gid_Brand_File_Share_Registry_O5oo_Xcd,
92*cdf0e10cSrcweir             gid_Brand_File_Script_Unopkg,
93*cdf0e10cSrcweir             gid_Brand_File_Share_Xdg_Base,
94*cdf0e10cSrcweir             gid_Brand_File_Share_Xdg_Calc,
95*cdf0e10cSrcweir             gid_Brand_File_Share_Xdg_Draw,
96*cdf0e10cSrcweir             gid_Brand_File_Share_Xdg_Extension,
97*cdf0e10cSrcweir             gid_Brand_File_Share_Xdg_Impress,
98*cdf0e10cSrcweir             gid_Brand_File_Share_Xdg_JavaFilter,
99*cdf0e10cSrcweir             gid_Brand_File_Share_Xdg_Math,
100*cdf0e10cSrcweir             gid_Brand_File_Share_Xdg_Printeradmin,
101*cdf0e10cSrcweir//             gid_Brand_File_Share_Xdg_QStart,
102*cdf0e10cSrcweir             gid_Brand_File_Share_Xdg_StartCenter,
103*cdf0e10cSrcweir             gid_Brand_File_Share_Xdg_Writer,
104*cdf0e10cSrcweir             gid_Brand_File_Txt_Package);
105*cdf0e10cSrcweir    Unixlinks = (gid_Brand_Unixlink_BasisLink,
106*cdf0e10cSrcweir                 gid_Brand_Unixlink_Program,
107*cdf0e10cSrcweir                 gid_Brand_Unixlink_Unopkg,
108*cdf0e10cSrcweir                 gid_Brand_Unixlink_Urelibs);
109*cdf0e10cSrcweirEnd
110*cdf0e10cSrcweir
111*cdf0e10cSrcweir// Language specific brand module
112*cdf0e10cSrcweir
113*cdf0e10cSrcweirModule gid_Module_Langpack_Brand_Template
114*cdf0e10cSrcweir    ParentID = gid_Module_Langpack_Languageroot;
115*cdf0e10cSrcweir    Name = "gid_Module_Langpack_Brand_Template";
116*cdf0e10cSrcweir    Description = "gid_Module_Langpack_Brand_Template";
117*cdf0e10cSrcweir    Styles = (TEMPLATEMODULE);
118*cdf0e10cSrcweir    InstallOrder = "1050";
119*cdf0e10cSrcweir    Dirs = (gid_Brand_Dir_Help,
120*cdf0e10cSrcweir            gid_Brand_Dir_Help_Isolanguage,
121*cdf0e10cSrcweir            gid_Brand_Dir_License,
122*cdf0e10cSrcweir            gid_Brand_Dir_Program,
123*cdf0e10cSrcweir            gid_Brand_Dir_Resource,
124*cdf0e10cSrcweir            gid_Brand_Dir_Readme,
125*cdf0e10cSrcweir            gid_Brand_Dir_Share,
126*cdf0e10cSrcweir            gid_Brand_Dir_Share_Readme);
127*cdf0e10cSrcweir    Files = (gid_Brand_File_Res_About,
128*cdf0e10cSrcweir             gid_Brand_File_Res_Oirm,
129*cdf0e10cSrcweir             gid_Brand_File_Help_C05_Sdatabase_Zip,
130*cdf0e10cSrcweir             gid_Brand_File_Help_C05_Scalc_Zip,
131*cdf0e10cSrcweir             gid_Brand_File_Help_C05_Sdraw_Zip,
132*cdf0e10cSrcweir             gid_Brand_File_Help_C05_Swriter_Zip,
133*cdf0e10cSrcweir             gid_Brand_File_License_License,
134*cdf0e10cSrcweir             gid_Brand_File_License_License_Small,
135*cdf0e10cSrcweir             gid_Brand_File_License_License_Html,
136*cdf0e10cSrcweir             gid_Brand_File_License_License_Html_Small,
137*cdf0e10cSrcweir             gid_Brand_File_Readme_Readme,
138*cdf0e10cSrcweir             gid_Brand_File_Readme_Readme_Html,
139*cdf0e10cSrcweir             gid_Brand_File_Share_Registry_Cjk_Xcd,
140*cdf0e10cSrcweir             gid_Brand_File_Share_Registry_Korea_Xcd,
141*cdf0e10cSrcweir             gid_Brand_File_Txt_License,
142*cdf0e10cSrcweir             gid_Brand_File_Txt_License_Small,
143*cdf0e10cSrcweir             gid_Brand_File_Txt_License_Html,
144*cdf0e10cSrcweir             gid_Brand_File_Txt_License_Html_Small,
145*cdf0e10cSrcweir             gid_Brand_File_Txt_Readme,
146*cdf0e10cSrcweir             gid_Brand_File_Txt_Readme_Html);
147*cdf0e10cSrcweirEnd
148*cdf0e10cSrcweir
149*cdf0e10cSrcweir// Directories
150*cdf0e10cSrcweir
151*cdf0e10cSrcweirDirectory gid_Brand_Dir_Program
152*cdf0e10cSrcweir#if defined MACOSX
153*cdf0e10cSrcweir    ParentID = gid_Dir_Bundle_Contents;
154*cdf0e10cSrcweir    DosName = "MacOS";
155*cdf0e10cSrcweir#else
156*cdf0e10cSrcweir    ParentID = gid_Dir_Brand_Root;
157*cdf0e10cSrcweir    DosName = "program";
158*cdf0e10cSrcweir#endif
159*cdf0e10cSrcweirEnd
160*cdf0e10cSrcweir
161*cdf0e10cSrcweirDirectory gid_Brand_Dir_Resource
162*cdf0e10cSrcweir    ParentID = gid_Brand_Dir_Program;
163*cdf0e10cSrcweir    DosName = "resource";
164*cdf0e10cSrcweirEnd
165*cdf0e10cSrcweir
166*cdf0e10cSrcweirDirectory gid_Brand_Dir_Readme
167*cdf0e10cSrcweir#if defined MACOSX
168*cdf0e10cSrcweir    ParentID = gid_Brand_Dir_BasisLink;
169*cdf0e10cSrcweir#else
170*cdf0e10cSrcweir    ParentID = gid_Dir_Brand_Root;
171*cdf0e10cSrcweir#endif
172*cdf0e10cSrcweir    DosName = "readmes";
173*cdf0e10cSrcweirEnd
174*cdf0e10cSrcweir
175*cdf0e10cSrcweirDirectory gid_Brand_Dir_License
176*cdf0e10cSrcweir#if defined MACOSX
177*cdf0e10cSrcweir    ParentID = gid_Brand_Dir_BasisLink;
178*cdf0e10cSrcweir#else
179*cdf0e10cSrcweir    ParentID = gid_Dir_Brand_Root;
180*cdf0e10cSrcweir#endif
181*cdf0e10cSrcweir    DosName = "licenses";
182*cdf0e10cSrcweirEnd
183*cdf0e10cSrcweir
184*cdf0e10cSrcweirDirectory gid_Brand_Dir_Help
185*cdf0e10cSrcweir#if defined MACOSX
186*cdf0e10cSrcweir    ParentID = gid_Dir_Bundle_Contents;
187*cdf0e10cSrcweir#else
188*cdf0e10cSrcweir    ParentID = gid_Dir_Brand_Root;
189*cdf0e10cSrcweir#endif
190*cdf0e10cSrcweir    DosName = "help";
191*cdf0e10cSrcweirEnd
192*cdf0e10cSrcweir
193*cdf0e10cSrcweirDirectory gid_Brand_Dir_Help_Isolanguage
194*cdf0e10cSrcweir    ParentID = gid_Brand_Dir_Help;
195*cdf0e10cSrcweir    DIR_ISOLANGUAGE_ALL_LANG;
196*cdf0e10cSrcweirEnd
197*cdf0e10cSrcweir
198*cdf0e10cSrcweirDirectory gid_Brand_Dir_Share
199*cdf0e10cSrcweir#if defined MACOSX
200*cdf0e10cSrcweir    ParentID = gid_Dir_Bundle_Contents;
201*cdf0e10cSrcweir#else
202*cdf0e10cSrcweir    ParentID = gid_Dir_Brand_Root;
203*cdf0e10cSrcweir#endif
204*cdf0e10cSrcweir    DosName = "share";
205*cdf0e10cSrcweirEnd
206*cdf0e10cSrcweir
207*cdf0e10cSrcweirDirectory gid_Brand_Dir_Share_Config
208*cdf0e10cSrcweir    ParentID = gid_Brand_Dir_Share;
209*cdf0e10cSrcweir    DosName = "config";
210*cdf0e10cSrcweirEnd
211*cdf0e10cSrcweir
212*cdf0e10cSrcweirDirectory gid_Brand_Dir_Share_Readme
213*cdf0e10cSrcweir    ParentID = gid_Brand_Dir_Share;
214*cdf0e10cSrcweir    DosName = "readme";
215*cdf0e10cSrcweirEnd
216*cdf0e10cSrcweir
217*cdf0e10cSrcweirDirectory gid_Brand_Dir_Share_Extension
218*cdf0e10cSrcweir    ParentID = gid_Brand_Dir_Share;
219*cdf0e10cSrcweir    DosName = "extension";
220*cdf0e10cSrcweirEnd
221*cdf0e10cSrcweir
222*cdf0e10cSrcweirDirectory gid_Brand_Dir_Share_Extensions
223*cdf0e10cSrcweir    ParentID = gid_Brand_Dir_Share;
224*cdf0e10cSrcweir    DosName = "extensions";
225*cdf0e10cSrcweirEnd
226*cdf0e10cSrcweir
227*cdf0e10cSrcweirDirectory gid_Brand_Dir_Share_Prereg
228*cdf0e10cSrcweir    ParentID = gid_Brand_Dir_Share;
229*cdf0e10cSrcweir    DosName = "prereg";
230*cdf0e10cSrcweir    Styles = (CREATE);
231*cdf0e10cSrcweirEnd
232*cdf0e10cSrcweir
233*cdf0e10cSrcweirDirectory gid_Brand_Dir_Share_Extensions_Install
234*cdf0e10cSrcweir    ParentID = gid_Brand_Dir_Share_Extension;
235*cdf0e10cSrcweir    DosName = "install";
236*cdf0e10cSrcweirEnd
237*cdf0e10cSrcweir
238*cdf0e10cSrcweirDirectory gid_Brand_Dir_Share_Extensions_Dict_Af
239*cdf0e10cSrcweir    ParentID = gid_Brand_Dir_Share_Extensions;
240*cdf0e10cSrcweir    DosName = "dict-af";
241*cdf0e10cSrcweirEnd
242*cdf0e10cSrcweir
243*cdf0e10cSrcweirDirectory gid_Brand_Dir_Share_Extensions_Dict_Ca
244*cdf0e10cSrcweir    ParentID = gid_Brand_Dir_Share_Extensions;
245*cdf0e10cSrcweir    DosName = "dict-ca";
246*cdf0e10cSrcweirEnd
247*cdf0e10cSrcweir
248*cdf0e10cSrcweirDirectory gid_Brand_Dir_Share_Extensions_Dict_Cs
249*cdf0e10cSrcweir    ParentID = gid_Brand_Dir_Share_Extensions;
250*cdf0e10cSrcweir    DosName = "dict-cs";
251*cdf0e10cSrcweirEnd
252*cdf0e10cSrcweir
253*cdf0e10cSrcweirDirectory gid_Brand_Dir_Share_Extensions_Dict_Da
254*cdf0e10cSrcweir    ParentID = gid_Brand_Dir_Share_Extensions;
255*cdf0e10cSrcweir    DosName = "dict-da";
256*cdf0e10cSrcweirEnd
257*cdf0e10cSrcweir
258*cdf0e10cSrcweirDirectory gid_Brand_Dir_Share_Extensions_Dict_De_At
259*cdf0e10cSrcweir    ParentID = gid_Brand_Dir_Share_Extensions;
260*cdf0e10cSrcweir    DosName = "dict-de-AT";
261*cdf0e10cSrcweirEnd
262*cdf0e10cSrcweir
263*cdf0e10cSrcweirDirectory gid_Brand_Dir_Share_Extensions_Dict_De_Ch
264*cdf0e10cSrcweir    ParentID = gid_Brand_Dir_Share_Extensions;
265*cdf0e10cSrcweir    DosName = "dict-de-CH";
266*cdf0e10cSrcweirEnd
267*cdf0e10cSrcweir
268*cdf0e10cSrcweirDirectory gid_Brand_Dir_Share_Extensions_Dict_De_De
269*cdf0e10cSrcweir    ParentID = gid_Brand_Dir_Share_Extensions;
270*cdf0e10cSrcweir    DosName = "dict-de-DE";
271*cdf0e10cSrcweirEnd
272*cdf0e10cSrcweir
273*cdf0e10cSrcweirDirectory gid_Brand_Dir_Share_Extensions_Dict_En
274*cdf0e10cSrcweir    ParentID = gid_Brand_Dir_Share_Extensions;
275*cdf0e10cSrcweir    DosName = "dict-en";
276*cdf0e10cSrcweirEnd
277*cdf0e10cSrcweir
278*cdf0e10cSrcweirDirectory gid_Brand_Dir_Share_Extensions_Dict_Es
279*cdf0e10cSrcweir    ParentID = gid_Brand_Dir_Share_Extensions;
280*cdf0e10cSrcweir    DosName = "dict-es";
281*cdf0e10cSrcweirEnd
282*cdf0e10cSrcweir
283*cdf0e10cSrcweirDirectory gid_Brand_Dir_Share_Extensions_Dict_Et
284*cdf0e10cSrcweir    ParentID = gid_Brand_Dir_Share_Extensions;
285*cdf0e10cSrcweir    DosName = "dict-et";
286*cdf0e10cSrcweirEnd
287*cdf0e10cSrcweir
288*cdf0e10cSrcweirDirectory gid_Brand_Dir_Share_Extensions_Dict_Fr
289*cdf0e10cSrcweir    ParentID = gid_Brand_Dir_Share_Extensions;
290*cdf0e10cSrcweir    DosName = "dict-fr";
291*cdf0e10cSrcweirEnd
292*cdf0e10cSrcweir
293*cdf0e10cSrcweirDirectory gid_Brand_Dir_Share_Extensions_Dict_Gl
294*cdf0e10cSrcweir    ParentID = gid_Brand_Dir_Share_Extensions;
295*cdf0e10cSrcweir    DosName = "dict-gl";
296*cdf0e10cSrcweirEnd
297*cdf0e10cSrcweir
298*cdf0e10cSrcweirDirectory gid_Brand_Dir_Share_Extensions_Dict_He
299*cdf0e10cSrcweir    ParentID = gid_Brand_Dir_Share_Extensions;
300*cdf0e10cSrcweir    DosName = "dict-he";
301*cdf0e10cSrcweirEnd
302*cdf0e10cSrcweir
303*cdf0e10cSrcweirDirectory gid_Brand_Dir_Share_Extensions_Dict_Hu
304*cdf0e10cSrcweir    ParentID = gid_Brand_Dir_Share_Extensions;
305*cdf0e10cSrcweir    DosName = "dict-hu";
306*cdf0e10cSrcweirEnd
307*cdf0e10cSrcweir
308*cdf0e10cSrcweirDirectory gid_Brand_Dir_Share_Extensions_Dict_It
309*cdf0e10cSrcweir    ParentID = gid_Brand_Dir_Share_Extensions;
310*cdf0e10cSrcweir    DosName = "dict-it";
311*cdf0e10cSrcweirEnd
312*cdf0e10cSrcweir
313*cdf0e10cSrcweirDirectory gid_Brand_Dir_Share_Extensions_Dict_Ku_Tr
314*cdf0e10cSrcweir    ParentID = gid_Brand_Dir_Share_Extensions;
315*cdf0e10cSrcweir    DosName = "dict-ku-TR";
316*cdf0e10cSrcweirEnd
317*cdf0e10cSrcweir
318*cdf0e10cSrcweirDirectory gid_Brand_Dir_Share_Extensions_Dict_Lt
319*cdf0e10cSrcweir    ParentID = gid_Brand_Dir_Share_Extensions;
320*cdf0e10cSrcweir    DosName = "dict-lt";
321*cdf0e10cSrcweirEnd
322*cdf0e10cSrcweir
323*cdf0e10cSrcweirDirectory gid_Brand_Dir_Share_Extensions_Dict_Ne
324*cdf0e10cSrcweir    ParentID = gid_Brand_Dir_Share_Extensions;
325*cdf0e10cSrcweir    DosName = "dict-ne";
326*cdf0e10cSrcweirEnd
327*cdf0e10cSrcweir
328*cdf0e10cSrcweirDirectory gid_Brand_Dir_Share_Extensions_Dict_Nl
329*cdf0e10cSrcweir    ParentID = gid_Brand_Dir_Share_Extensions;
330*cdf0e10cSrcweir    DosName = "dict-nl";
331*cdf0e10cSrcweirEnd
332*cdf0e10cSrcweir
333*cdf0e10cSrcweirDirectory gid_Brand_Dir_Share_Extensions_Dict_No
334*cdf0e10cSrcweir    ParentID = gid_Brand_Dir_Share_Extensions;
335*cdf0e10cSrcweir    DosName = "dict-no";
336*cdf0e10cSrcweirEnd
337*cdf0e10cSrcweir
338*cdf0e10cSrcweirDirectory gid_Brand_Dir_Share_Extensions_Dict_Pl
339*cdf0e10cSrcweir    ParentID = gid_Brand_Dir_Share_Extensions;
340*cdf0e10cSrcweir    DosName = "dict-pl";
341*cdf0e10cSrcweirEnd
342*cdf0e10cSrcweir
343*cdf0e10cSrcweirDirectory gid_Brand_Dir_Share_Extensions_Dict_Pt
344*cdf0e10cSrcweir    ParentID = gid_Brand_Dir_Share_Extensions;
345*cdf0e10cSrcweir    DosName = "dict-pt";
346*cdf0e10cSrcweirEnd
347*cdf0e10cSrcweir
348*cdf0e10cSrcweirDirectory gid_Brand_Dir_Share_Extensions_Dict_Ro
349*cdf0e10cSrcweir    ParentID = gid_Brand_Dir_Share_Extensions;
350*cdf0e10cSrcweir    DosName = "dict-ro";
351*cdf0e10cSrcweirEnd
352*cdf0e10cSrcweir
353*cdf0e10cSrcweirDirectory gid_Brand_Dir_Share_Extensions_Dict_Ru
354*cdf0e10cSrcweir    ParentID = gid_Brand_Dir_Share_Extensions;
355*cdf0e10cSrcweir    DosName = "dict-ru";
356*cdf0e10cSrcweirEnd
357*cdf0e10cSrcweir
358*cdf0e10cSrcweirDirectory gid_Brand_Dir_Share_Extensions_Dict_Sk
359*cdf0e10cSrcweir    ParentID = gid_Brand_Dir_Share_Extensions;
360*cdf0e10cSrcweir    DosName = "dict-sk";
361*cdf0e10cSrcweirEnd
362*cdf0e10cSrcweir
363*cdf0e10cSrcweirDirectory gid_Brand_Dir_Share_Extensions_Dict_Sl
364*cdf0e10cSrcweir    ParentID = gid_Brand_Dir_Share_Extensions;
365*cdf0e10cSrcweir    DosName = "dict-sl";
366*cdf0e10cSrcweirEnd
367*cdf0e10cSrcweir
368*cdf0e10cSrcweirDirectory gid_Brand_Dir_Share_Extensions_Dict_Sr
369*cdf0e10cSrcweir    ParentID = gid_Brand_Dir_Share_Extensions;
370*cdf0e10cSrcweir    DosName = "dict-sr";
371*cdf0e10cSrcweirEnd
372*cdf0e10cSrcweir
373*cdf0e10cSrcweirDirectory gid_Brand_Dir_Share_Extensions_Dict_Sv
374*cdf0e10cSrcweir    ParentID = gid_Brand_Dir_Share_Extensions;
375*cdf0e10cSrcweir    DosName = "dict-sv";
376*cdf0e10cSrcweirEnd
377*cdf0e10cSrcweir
378*cdf0e10cSrcweirDirectory gid_Brand_Dir_Share_Extensions_Dict_Sw
379*cdf0e10cSrcweir    ParentID = gid_Brand_Dir_Share_Extensions;
380*cdf0e10cSrcweir    DosName = "dict-sw";
381*cdf0e10cSrcweirEnd
382*cdf0e10cSrcweir
383*cdf0e10cSrcweirDirectory gid_Brand_Dir_Share_Extensions_Dict_Th
384*cdf0e10cSrcweir    ParentID = gid_Brand_Dir_Share_Extensions;
385*cdf0e10cSrcweir    DosName = "dict-th";
386*cdf0e10cSrcweirEnd
387*cdf0e10cSrcweir
388*cdf0e10cSrcweirDirectory gid_Brand_Dir_Share_Extensions_Dict_Vi
389*cdf0e10cSrcweir    ParentID = gid_Brand_Dir_Share_Extensions;
390*cdf0e10cSrcweir    DosName = "dict-vi";
391*cdf0e10cSrcweirEnd
392*cdf0e10cSrcweir
393*cdf0e10cSrcweirDirectory gid_Brand_Dir_Share_Extensions_Dict_Zu
394*cdf0e10cSrcweir    ParentID = gid_Brand_Dir_Share_Extensions;
395*cdf0e10cSrcweir    DosName = "dict-zu";
396*cdf0e10cSrcweirEnd
397*cdf0e10cSrcweir
398*cdf0e10cSrcweirDirectory gid_Brand_Dir_Share_Extensions_Oooimprovement
399*cdf0e10cSrcweir    ParentID = gid_Brand_Dir_Share_Extensions;
400*cdf0e10cSrcweir    DosName = "OOoImprovement";
401*cdf0e10cSrcweirEnd
402*cdf0e10cSrcweir
403*cdf0e10cSrcweirDirectory gid_Brand_Dir_Share_Uno_Packages
404*cdf0e10cSrcweir    ParentID = gid_Brand_Dir_Share;
405*cdf0e10cSrcweir    DosName = "uno_packages";
406*cdf0e10cSrcweir    Styles = (CREATE);
407*cdf0e10cSrcweirEnd
408*cdf0e10cSrcweir
409*cdf0e10cSrcweirDirectory gid_Brand_Dir_Share_Uno_Packages_Cache
410*cdf0e10cSrcweir    ParentID = gid_Brand_Dir_Share_Uno_Packages;
411*cdf0e10cSrcweir    DosName = "cache";
412*cdf0e10cSrcweir    Styles = (CREATE);
413*cdf0e10cSrcweirEnd
414*cdf0e10cSrcweir
415*cdf0e10cSrcweirDirectory gid_Brand_Dir_Share_Registry
416*cdf0e10cSrcweir    ParentID = gid_Brand_Dir_Share;
417*cdf0e10cSrcweir    DosName = "registry";
418*cdf0e10cSrcweirEnd
419*cdf0e10cSrcweir
420*cdf0e10cSrcweir#if defined UNX && ! defined MACOSX
421*cdf0e10cSrcweirDirectory gid_Brand_Dir_Share_Xdg
422*cdf0e10cSrcweir    ParentID = gid_Brand_Dir_Share;
423*cdf0e10cSrcweir    DosName = "xdg";
424*cdf0e10cSrcweirEnd
425*cdf0e10cSrcweir#endif
426*cdf0e10cSrcweir
427*cdf0e10cSrcweir// Link to basis
428*cdf0e10cSrcweir
429*cdf0e10cSrcweir#if defined WNT
430*cdf0e10cSrcweirFile gid_Brand_File_BasisLink
431*cdf0e10cSrcweir   TXT_FILE_BODY;
432*cdf0e10cSrcweir   Dir = gid_Dir_Brand_Root;
433*cdf0e10cSrcweir   Name = "basis-link";
434*cdf0e10cSrcweir   Styles = (PACKED);
435*cdf0e10cSrcweirEnd
436*cdf0e10cSrcweir#elif defined MACOSX
437*cdf0e10cSrcweirDirectory gid_Brand_Dir_BasisLink
438*cdf0e10cSrcweir    ParentID = gid_Dir_Bundle_Contents;
439*cdf0e10cSrcweir    DosName = "basis-link";
440*cdf0e10cSrcweirEnd
441*cdf0e10cSrcweir#else
442*cdf0e10cSrcweirUnixlink gid_Brand_Unixlink_BasisLink
443*cdf0e10cSrcweir    BIN_FILE_BODY;
444*cdf0e10cSrcweir    Styles = ();
445*cdf0e10cSrcweir    // Styles = (LAYERLINK);
446*cdf0e10cSrcweir    Name = "basis-link";
447*cdf0e10cSrcweir    Dir = gid_Dir_Brand_Root;
448*cdf0e10cSrcweir    Target = "../${UNIXBASISROOTNAME}/basis${OOOBASEVERSION}";
449*cdf0e10cSrcweirEnd
450*cdf0e10cSrcweir#endif
451*cdf0e10cSrcweir
452*cdf0e10cSrcweir// UnixLinks
453*cdf0e10cSrcweir
454*cdf0e10cSrcweir#if defined MACOSX
455*cdf0e10cSrcweirUnixlink gid_Brand_Unixlink_Urelibs
456*cdf0e10cSrcweir    Dir = gid_Brand_Dir_Program;
457*cdf0e10cSrcweir    Name = "urelibs";
458*cdf0e10cSrcweir    Target = "../basis-link/ure-link/lib";
459*cdf0e10cSrcweirEnd
460*cdf0e10cSrcweir#endif
461*cdf0e10cSrcweir
462*cdf0e10cSrcweir#if defined MACOSX
463*cdf0e10cSrcweirUnixlink gid_Brand_Unixlink_Program
464*cdf0e10cSrcweir    BIN_FILE_BODY;
465*cdf0e10cSrcweir    Dir = gid_Dir_Bundle_Contents;
466*cdf0e10cSrcweir    Name = "program";
467*cdf0e10cSrcweir    Target = "MacOS";
468*cdf0e10cSrcweir    Styles = ();
469*cdf0e10cSrcweirEnd
470*cdf0e10cSrcweir#endif
471*cdf0e10cSrcweir
472*cdf0e10cSrcweir// Files
473*cdf0e10cSrcweir
474*cdf0e10cSrcweirFile gid_Brand_File_Html_Thirdpartylicensereadme
475*cdf0e10cSrcweir    Name = "THIRDPARTYLICENSEREADME.html";
476*cdf0e10cSrcweir#ifdef MACOSX
477*cdf0e10cSrcweir    Dir = gid_Brand_Dir_BasisLink;
478*cdf0e10cSrcweir#else
479*cdf0e10cSrcweir    Dir = gid_Dir_Brand_Root;
480*cdf0e10cSrcweir#endif
481*cdf0e10cSrcweir    Styles = (WORKSTATION);
482*cdf0e10cSrcweir    TXT_FILE_BODY;
483*cdf0e10cSrcweirEnd
484*cdf0e10cSrcweir
485*cdf0e10cSrcweirFile gid_Brand_File_Bin_Soffice
486*cdf0e10cSrcweir    BIN_FILE_BODY;
487*cdf0e10cSrcweir    Dir = gid_Brand_Dir_Program;
488*cdf0e10cSrcweir    Name = EXENAME(soffice);
489*cdf0e10cSrcweir  #ifdef WNT
490*cdf0e10cSrcweir    Styles = (PACKED, PATCH_SO_NAME);
491*cdf0e10cSrcweir  #else
492*cdf0e10cSrcweir    Styles = (PACKED);
493*cdf0e10cSrcweir  #endif
494*cdf0e10cSrcweirEnd
495*cdf0e10cSrcweir
496*cdf0e10cSrcweir#if defined(UNX) && !defined(QUARTZ)
497*cdf0e10cSrcweirFile gid_Brand_File_Bin_Spadmin
498*cdf0e10cSrcweir    BIN_FILE_BODY;
499*cdf0e10cSrcweir    Dir = gid_Brand_Dir_Program;
500*cdf0e10cSrcweir    Name = "spadmin";
501*cdf0e10cSrcweir    Styles = (PACKED);
502*cdf0e10cSrcweirEnd
503*cdf0e10cSrcweir#endif
504*cdf0e10cSrcweir
505*cdf0e10cSrcweirFile gid_Brand_File_Bin_Soffice_Bin
506*cdf0e10cSrcweir    BIN_FILE_BODY;
507*cdf0e10cSrcweir    Dir = gid_Brand_Dir_Program;
508*cdf0e10cSrcweir#if defined WNT
509*cdf0e10cSrcweir    Styles = (PACKED, PATCH_SO_NAME);
510*cdf0e10cSrcweir#else
511*cdf0e10cSrcweir    Styles = (PACKED);
512*cdf0e10cSrcweir#endif
513*cdf0e10cSrcweir    Name = "soffice.bin";
514*cdf0e10cSrcweirEnd
515*cdf0e10cSrcweir
516*cdf0e10cSrcweir// use this for high detail file open dialog >= 5.1 windows
517*cdf0e10cSrcweir#ifdef WNT
518*cdf0e10cSrcweirFile gid_Brand_File_Bin_Soffice_Bin_Manifest
519*cdf0e10cSrcweir    TXT_FILE_BODY;
520*cdf0e10cSrcweir    Styles = (PACKED);
521*cdf0e10cSrcweir    Dir = gid_Brand_Dir_Program;
522*cdf0e10cSrcweir    Name = "soffice.bin.manifest";
523*cdf0e10cSrcweirEnd
524*cdf0e10cSrcweir#endif
525*cdf0e10cSrcweir
526*cdf0e10cSrcweir#ifdef WNT
527*cdf0e10cSrcweirFile gid_Brand_File_Desktophelper_Txt
528*cdf0e10cSrcweir    TXT_FILE_BODY;
529*cdf0e10cSrcweir    Styles = (PACKED);
530*cdf0e10cSrcweir    Dir = gid_Brand_Dir_Program;
531*cdf0e10cSrcweir    Name = "desktophelper.txt";
532*cdf0e10cSrcweir    ComponentCondition = "CREATEDESKTOPLINK=1";
533*cdf0e10cSrcweirEnd
534*cdf0e10cSrcweir#endif
535*cdf0e10cSrcweir
536*cdf0e10cSrcweirFile gid_Brand_File_Bin_Unoinfo
537*cdf0e10cSrcweir    BIN_FILE_BODY;
538*cdf0e10cSrcweir    Dir = gid_Brand_Dir_Program;
539*cdf0e10cSrcweir    Name = EXENAME(unoinfo);
540*cdf0e10cSrcweir    Styles = (PACKED);
541*cdf0e10cSrcweirEnd
542*cdf0e10cSrcweir
543*cdf0e10cSrcweir#ifdef WNT
544*cdf0e10cSrcweirFile gid_Brand_File_Bin_Unopkgcom
545*cdf0e10cSrcweir    BIN_FILE_BODY;
546*cdf0e10cSrcweir    Dir = gid_Brand_Dir_Program;
547*cdf0e10cSrcweir    Styles = (PACKED);
548*cdf0e10cSrcweir    Name = "unopkg.com";
549*cdf0e10cSrcweirEnd
550*cdf0e10cSrcweir#endif
551*cdf0e10cSrcweir
552*cdf0e10cSrcweir#ifdef WNT
553*cdf0e10cSrcweirFile gid_Brand_File_Bin_Unopkgexe
554*cdf0e10cSrcweir    BIN_FILE_BODY;
555*cdf0e10cSrcweir    Dir = gid_Brand_Dir_Program;
556*cdf0e10cSrcweir    Styles = (PACKED);
557*cdf0e10cSrcweir    Name = "unopkg.exe";
558*cdf0e10cSrcweirEnd
559*cdf0e10cSrcweir#endif
560*cdf0e10cSrcweir
561*cdf0e10cSrcweir#ifdef WNT
562*cdf0e10cSrcweirFile gid_Brand_File_Bin_Rebaseoo
563*cdf0e10cSrcweir    BIN_FILE_BODY;
564*cdf0e10cSrcweir    Dir = gid_Brand_Dir_Program;
565*cdf0e10cSrcweir    Styles = (PACKED);
566*cdf0e10cSrcweir    Name = "rebaseoo.exe";
567*cdf0e10cSrcweirEnd
568*cdf0e10cSrcweir
569*cdf0e10cSrcweirFile gid_Brand_File_Bin_Rebasegui
570*cdf0e10cSrcweir    BIN_FILE_BODY;
571*cdf0e10cSrcweir    Dir = gid_Brand_Dir_Program;
572*cdf0e10cSrcweir    Styles = (PACKED);
573*cdf0e10cSrcweir    Name = "rebasegui.exe";
574*cdf0e10cSrcweirEnd
575*cdf0e10cSrcweir#endif
576*cdf0e10cSrcweir
577*cdf0e10cSrcweir#if defined UNX && !defined MACOSX
578*cdf0e10cSrcweirFile gid_Brand_File_Script_Unopkg
579*cdf0e10cSrcweir    BIN_FILE_BODY;
580*cdf0e10cSrcweir    Dir = gid_Brand_Dir_Program;
581*cdf0e10cSrcweir    Styles = (PACKED);
582*cdf0e10cSrcweir    Name = "unopkg";
583*cdf0e10cSrcweirEnd
584*cdf0e10cSrcweir#endif
585*cdf0e10cSrcweir
586*cdf0e10cSrcweir#if defined MACOSX
587*cdf0e10cSrcweirUnixlink gid_Brand_Unixlink_Unopkg
588*cdf0e10cSrcweir    BIN_FILE_BODY;
589*cdf0e10cSrcweir    Dir = gid_Brand_Dir_Program;
590*cdf0e10cSrcweir    Name = "unopkg";
591*cdf0e10cSrcweir    Target = "unopkg.bin";
592*cdf0e10cSrcweir    Styles = ();
593*cdf0e10cSrcweirEnd
594*cdf0e10cSrcweir#endif
595*cdf0e10cSrcweir
596*cdf0e10cSrcweirFile gid_Brand_File_Bin_Unopkg
597*cdf0e10cSrcweir    BIN_FILE_BODY;
598*cdf0e10cSrcweir    Dir = gid_Brand_Dir_Program;
599*cdf0e10cSrcweir    Styles = (PACKED);
600*cdf0e10cSrcweir    Name = "unopkg.bin";
601*cdf0e10cSrcweirEnd
602*cdf0e10cSrcweir
603*cdf0e10cSrcweir#if defined WNT && \
604*cdf0e10cSrcweir    (defined M1310 || \
605*cdf0e10cSrcweir     ((defined M1400 || defined M1500) && \
606*cdf0e10cSrcweir      !(defined SYSTEM_MOZILLA || defined WITHOUT_MOZILLA)))
607*cdf0e10cSrcweirFile gid_Brand_File_Bin_Msvcr71
608*cdf0e10cSrcweir    TXT_FILE_BODY;
609*cdf0e10cSrcweir    Dir = gid_Brand_Dir_Program;
610*cdf0e10cSrcweir    Name = SCP2_URE_DL_NORMAL("msvcr71" SCP2_STDLP_DEBUG);
611*cdf0e10cSrcweir    Styles = (PACKED);
612*cdf0e10cSrcweirEnd
613*cdf0e10cSrcweir#endif
614*cdf0e10cSrcweir
615*cdf0e10cSrcweir// Due to Windows DLL search order, OOo executables might pick up a libxml2 DLL
616*cdf0e10cSrcweir// from a Windows system directory instead of the one from the URE; to avoid
617*cdf0e10cSrcweir// problems, as a HACK, for now a copy of the URE libxml2 DLL is placed next to
618*cdf0e10cSrcweir// the OOo executables (where it takes precedence even over DLLs from the
619*cdf0e10cSrcweir// Windows system directory):
620*cdf0e10cSrcweir#if defined WNT && !defined SYSTEM_LIBXML
621*cdf0e10cSrcweirFile gid_Brand_File_Bin_Libxml2
622*cdf0e10cSrcweir    TXT_FILE_BODY;
623*cdf0e10cSrcweir    Dir = gid_Brand_Dir_Program;
624*cdf0e10cSrcweir#if defined _gcc3
625*cdf0e10cSrcweir    Name = SCP2_URE_DL_NORMAL("libxml2-2");
626*cdf0e10cSrcweir#else
627*cdf0e10cSrcweir    Name = SCP2_URE_DL_NORMAL("libxml2");
628*cdf0e10cSrcweir#endif
629*cdf0e10cSrcweir    Styles = (PACKED);
630*cdf0e10cSrcweirEnd
631*cdf0e10cSrcweir#endif
632*cdf0e10cSrcweir
633*cdf0e10cSrcweir#if !defined WITHOUT_MOZILLA && (!defined UNX || defined ENABLE_GTK)
634*cdf0e10cSrcweirFile gid_Brand_File_Lib_Npsoplugin
635*cdf0e10cSrcweir    BIN_FILE_BODY;
636*cdf0e10cSrcweir    Name = SPECIAL_NAME(npsoplugin);
637*cdf0e10cSrcweir    Dir = gid_Brand_Dir_Program;
638*cdf0e10cSrcweir    Styles = (PACKED);
639*cdf0e10cSrcweirEnd
640*cdf0e10cSrcweir#endif
641*cdf0e10cSrcweir
642*cdf0e10cSrcweirFile gid_Brand_File_Bmp_IntroAbout
643*cdf0e10cSrcweir    TXT_FILE_BODY;
644*cdf0e10cSrcweir    Dir = gid_Brand_Dir_Program;
645*cdf0e10cSrcweir    Name = "intro.zip";
646*cdf0e10cSrcweir    Styles = (ARCHIVE);
647*cdf0e10cSrcweirEnd
648*cdf0e10cSrcweir
649*cdf0e10cSrcweirFile gid_Brand_File_Images_Brand_Zip
650*cdf0e10cSrcweir    TXT_FILE_BODY;
651*cdf0e10cSrcweir    Dir = gid_Brand_Dir_Share_Config;
652*cdf0e10cSrcweir    Name = "images_brand.zip";
653*cdf0e10cSrcweir    Styles = (PACKED);
654*cdf0e10cSrcweirEnd
655*cdf0e10cSrcweir
656*cdf0e10cSrcweirFile gid_Brand_File_Txt_Package
657*cdf0e10cSrcweir    TXT_FILE_BODY;
658*cdf0e10cSrcweir    Dir = gid_Brand_Dir_Share_Extensions;
659*cdf0e10cSrcweir    Name = "package.txt";
660*cdf0e10cSrcweir    Styles = (PACKED);
661*cdf0e10cSrcweirEnd
662*cdf0e10cSrcweir
663*cdf0e10cSrcweirFile gid_Brand_File_Share_Registry_Brand_Xcd
664*cdf0e10cSrcweir    TXT_FILE_BODY;
665*cdf0e10cSrcweir    Styles = (PACKED, SCPZIP_REPLACE);
666*cdf0e10cSrcweir    Dir = gid_Brand_Dir_Share_Registry;
667*cdf0e10cSrcweir    Name = "brand.xcd";
668*cdf0e10cSrcweirEnd
669*cdf0e10cSrcweir
670*cdf0e10cSrcweirFile gid_Brand_File_Share_Registry_Cjk_Xcd
671*cdf0e10cSrcweir    TXT_FILE_BODY;
672*cdf0e10cSrcweir    Styles = (PACKED,MAKE_LANG_SPECIFIC);
673*cdf0e10cSrcweir    Dir = gid_Brand_Dir_Share_Registry;
674*cdf0e10cSrcweir    Name (ja) = "cjk.xcd";
675*cdf0e10cSrcweir    Name (ko) = "cjk.xcd";
676*cdf0e10cSrcweir    Name (zh-CN) = "cjk.xcd";
677*cdf0e10cSrcweir    Name (zh-TW) = "cjk.xcd";
678*cdf0e10cSrcweirEnd
679*cdf0e10cSrcweir
680*cdf0e10cSrcweirFile gid_Brand_File_Share_Registry_Korea_Xcd
681*cdf0e10cSrcweir    TXT_FILE_BODY;
682*cdf0e10cSrcweir    Styles = (PACKED);
683*cdf0e10cSrcweir    Dir = gid_Brand_Dir_Share_Registry;
684*cdf0e10cSrcweir    Name (ko) = "korea.xcd";
685*cdf0e10cSrcweirEnd
686*cdf0e10cSrcweir
687*cdf0e10cSrcweir#if defined UNX && ! defined MACOSX
688*cdf0e10cSrcweirFile gid_Brand_File_Share_Xdg_Base
689*cdf0e10cSrcweir    TXT_FILE_BODY;
690*cdf0e10cSrcweir    Dir = gid_Brand_Dir_Share_Xdg;
691*cdf0e10cSrcweir    Styles = (PACKED,SCPZIP_REPLACE);
692*cdf0e10cSrcweir    Name = "base.desktop";
693*cdf0e10cSrcweirEnd
694*cdf0e10cSrcweir#endif
695*cdf0e10cSrcweir
696*cdf0e10cSrcweir#if defined UNX && ! defined MACOSX
697*cdf0e10cSrcweirFile gid_Brand_File_Share_Xdg_Calc
698*cdf0e10cSrcweir    TXT_FILE_BODY;
699*cdf0e10cSrcweir    Dir = gid_Brand_Dir_Share_Xdg;
700*cdf0e10cSrcweir    Name = "calc.desktop";
701*cdf0e10cSrcweir    Styles = (PACKED,SCPZIP_REPLACE);
702*cdf0e10cSrcweirEnd
703*cdf0e10cSrcweir#endif
704*cdf0e10cSrcweir
705*cdf0e10cSrcweir#if defined UNX && ! defined MACOSX
706*cdf0e10cSrcweirFile gid_Brand_File_Share_Xdg_Draw
707*cdf0e10cSrcweir    TXT_FILE_BODY;
708*cdf0e10cSrcweir    Dir = gid_Brand_Dir_Share_Xdg;
709*cdf0e10cSrcweir    Name = "draw.desktop";
710*cdf0e10cSrcweir    Styles = (PACKED,SCPZIP_REPLACE);
711*cdf0e10cSrcweirEnd
712*cdf0e10cSrcweir#endif
713*cdf0e10cSrcweir
714*cdf0e10cSrcweir#if defined UNX && ! defined MACOSX
715*cdf0e10cSrcweirFile gid_Brand_File_Share_Xdg_Impress
716*cdf0e10cSrcweir    TXT_FILE_BODY;
717*cdf0e10cSrcweir    Dir = gid_Brand_Dir_Share_Xdg;
718*cdf0e10cSrcweir    Name = "impress.desktop";
719*cdf0e10cSrcweir    Styles = (PACKED,SCPZIP_REPLACE);
720*cdf0e10cSrcweirEnd
721*cdf0e10cSrcweir#endif
722*cdf0e10cSrcweir
723*cdf0e10cSrcweir#if defined UNX && ! defined MACOSX
724*cdf0e10cSrcweirFile gid_Brand_File_Share_Xdg_Math
725*cdf0e10cSrcweir    TXT_FILE_BODY;
726*cdf0e10cSrcweir    Dir = gid_Brand_Dir_Share_Xdg;
727*cdf0e10cSrcweir    Name = "math.desktop";
728*cdf0e10cSrcweir    Styles = (PACKED,SCPZIP_REPLACE);
729*cdf0e10cSrcweirEnd
730*cdf0e10cSrcweir#endif
731*cdf0e10cSrcweir
732*cdf0e10cSrcweir#if defined UNX && ! defined MACOSX
733*cdf0e10cSrcweirFile gid_Brand_File_Share_Xdg_Printeradmin
734*cdf0e10cSrcweir    TXT_FILE_BODY;
735*cdf0e10cSrcweir    Dir = gid_Brand_Dir_Share_Xdg;
736*cdf0e10cSrcweir    Styles = (PACKED,SCPZIP_REPLACE);
737*cdf0e10cSrcweir    Name = "printeradmin.desktop";
738*cdf0e10cSrcweirEnd
739*cdf0e10cSrcweir#endif
740*cdf0e10cSrcweir
741*cdf0e10cSrcweir//#if defined UNX && ! defined MACOSX
742*cdf0e10cSrcweir//#ifdef ENABLE_GTK
743*cdf0e10cSrcweir//File gid_Brand_File_Share_Xdg_QStart
744*cdf0e10cSrcweir//    TXT_FILE_BODY;
745*cdf0e10cSrcweir//    Dir = gid_Brand_Dir_Share_Xdg;
746*cdf0e10cSrcweir//    Styles = (PACKED,SCPZIP_REPLACE);
747*cdf0e10cSrcweir//    Name = "qstart.desktop";
748*cdf0e10cSrcweir//End
749*cdf0e10cSrcweir//#endif
750*cdf0e10cSrcweir//#endif
751*cdf0e10cSrcweir
752*cdf0e10cSrcweir#if defined UNX && ! defined MACOSX
753*cdf0e10cSrcweirFile gid_Brand_File_Share_Xdg_Writer
754*cdf0e10cSrcweir    TXT_FILE_BODY;
755*cdf0e10cSrcweir    Dir = gid_Brand_Dir_Share_Xdg;
756*cdf0e10cSrcweir    Name = "writer.desktop";
757*cdf0e10cSrcweir    Styles = (PACKED,SCPZIP_REPLACE);
758*cdf0e10cSrcweirEnd
759*cdf0e10cSrcweir#endif
760*cdf0e10cSrcweir
761*cdf0e10cSrcweir#if defined UNX && ! defined MACOSX
762*cdf0e10cSrcweirFile gid_Brand_File_Share_Xdg_StartCenter
763*cdf0e10cSrcweir    TXT_FILE_BODY;
764*cdf0e10cSrcweir    Dir = gid_Brand_Dir_Share_Xdg;
765*cdf0e10cSrcweir    Name = "startcenter.desktop";
766*cdf0e10cSrcweir    Styles = (PACKED,SCPZIP_REPLACE);
767*cdf0e10cSrcweirEnd
768*cdf0e10cSrcweir#endif
769*cdf0e10cSrcweir
770*cdf0e10cSrcweir#if defined UNX && ! defined MACOSX
771*cdf0e10cSrcweirFile gid_Brand_File_Share_Xdg_JavaFilter
772*cdf0e10cSrcweir    TXT_FILE_BODY;
773*cdf0e10cSrcweir    Dir = gid_Brand_Dir_Share_Xdg;
774*cdf0e10cSrcweir    Name = "javafilter.desktop";
775*cdf0e10cSrcweir    Styles = (PACKED,SCPZIP_REPLACE);
776*cdf0e10cSrcweirEnd
777*cdf0e10cSrcweir#endif
778*cdf0e10cSrcweir
779*cdf0e10cSrcweir
780*cdf0e10cSrcweir#if defined WNT && defined(_gcc3)
781*cdf0e10cSrcweirFile gid_Brand_File_Lib_Mingwm10
782*cdf0e10cSrcweir    BIN_FILE_BODY;
783*cdf0e10cSrcweir    Styles = (PACKED);
784*cdf0e10cSrcweir    Dir = gid_Brand_Dir_Program;
785*cdf0e10cSrcweir    Name = "mingwm10.dll";
786*cdf0e10cSrcweirEnd
787*cdf0e10cSrcweir#endif
788*cdf0e10cSrcweir
789*cdf0e10cSrcweir#if defined(WNT)
790*cdf0e10cSrcweir#if defined(M1400)
791*cdf0e10cSrcweir#if defined(PROF_EDITION)
792*cdf0e10cSrcweirFile gid_Brand_File_Lib_Msvcr80
793*cdf0e10cSrcweir    BIN_FILE_BODY;
794*cdf0e10cSrcweir    Styles = (PACKED);
795*cdf0e10cSrcweir    Dir = gid_Brand_Dir_Program;
796*cdf0e10cSrcweir#ifndef _STLP_DEBUG
797*cdf0e10cSrcweir    Name = "msvcr80.dll";
798*cdf0e10cSrcweir#else
799*cdf0e10cSrcweir    Name = "msvcr80d.dll";
800*cdf0e10cSrcweir#endif
801*cdf0e10cSrcweirEnd
802*cdf0e10cSrcweir#endif
803*cdf0e10cSrcweir#endif
804*cdf0e10cSrcweir#endif
805*cdf0e10cSrcweir
806*cdf0e10cSrcweir#if defined(WNT) && defined( _gcc3 )
807*cdf0e10cSrcweir
808*cdf0e10cSrcweir#if defined(MINGW_GCCDLL)
809*cdf0e10cSrcweir
810*cdf0e10cSrcweirFile gid_Brand_File_Lib_Mingw_GccS
811*cdf0e10cSrcweir    TXT_FILE_BODY;
812*cdf0e10cSrcweir    Dir = gid_Brand_Dir_Program;
813*cdf0e10cSrcweir    Name = MINGW_GCCDLL;
814*cdf0e10cSrcweir    Styles = (PACKED);
815*cdf0e10cSrcweirEnd
816*cdf0e10cSrcweir
817*cdf0e10cSrcweir#endif
818*cdf0e10cSrcweir
819*cdf0e10cSrcweir#if defined(MINGW_GXXDLL)
820*cdf0e10cSrcweir
821*cdf0e10cSrcweirFile gid_Brand_File_Lib_Mingw_Stdcpp
822*cdf0e10cSrcweir    TXT_FILE_BODY;
823*cdf0e10cSrcweir    Dir = gid_Brand_Dir_Program;
824*cdf0e10cSrcweir    Name = MINGW_GXXDLL;
825*cdf0e10cSrcweir    Styles = (PACKED);
826*cdf0e10cSrcweirEnd
827*cdf0e10cSrcweir
828*cdf0e10cSrcweir#endif
829*cdf0e10cSrcweir
830*cdf0e10cSrcweir#endif
831*cdf0e10cSrcweir
832*cdf0e10cSrcweir#if defined(WNT)
833*cdf0e10cSrcweir#if defined(M1400)
834*cdf0e10cSrcweir#if defined(PROF_EDITION)
835*cdf0e10cSrcweirFile gid_Brand_File_Lib_Msvcp80
836*cdf0e10cSrcweir    BIN_FILE_BODY;
837*cdf0e10cSrcweir    Styles = (PACKED);
838*cdf0e10cSrcweir    Dir = gid_Brand_Dir_Program;
839*cdf0e10cSrcweir#ifndef _STLP_DEBUG
840*cdf0e10cSrcweir    Name = "msvcp80.dll";
841*cdf0e10cSrcweir#else
842*cdf0e10cSrcweir    Name = "msvcp80d.dll";
843*cdf0e10cSrcweir#endif
844*cdf0e10cSrcweirEnd
845*cdf0e10cSrcweir#endif
846*cdf0e10cSrcweir#endif
847*cdf0e10cSrcweir#endif
848*cdf0e10cSrcweir
849*cdf0e10cSrcweir#if defined(WNT)
850*cdf0e10cSrcweir#if defined(M1400)
851*cdf0e10cSrcweir#if defined(PROF_EDITION)
852*cdf0e10cSrcweirFile gid_Brand_File_Lib_Msvcm80
853*cdf0e10cSrcweir    BIN_FILE_BODY;
854*cdf0e10cSrcweir    Styles = (PACKED);
855*cdf0e10cSrcweir    Dir = gid_Brand_Dir_Program;
856*cdf0e10cSrcweir#ifndef _STLP_DEBUG
857*cdf0e10cSrcweir    Name = "msvcm80.dll";
858*cdf0e10cSrcweir#else
859*cdf0e10cSrcweir    Name = "msvcm80d.dll";
860*cdf0e10cSrcweir#endif
861*cdf0e10cSrcweirEnd
862*cdf0e10cSrcweir#endif
863*cdf0e10cSrcweir#endif
864*cdf0e10cSrcweir#endif
865*cdf0e10cSrcweir
866*cdf0e10cSrcweir#if defined(WNT)
867*cdf0e10cSrcweir#if defined(M1400)
868*cdf0e10cSrcweir#if defined(PROF_EDITION)
869*cdf0e10cSrcweirFile gid_Brand_File_Msvcm80crt_Manifest
870*cdf0e10cSrcweir    BIN_FILE_BODY;
871*cdf0e10cSrcweir    Styles = (PACKED);
872*cdf0e10cSrcweir    Dir = gid_Brand_Dir_Program;
873*cdf0e10cSrcweir#ifndef _STLP_DEBUG
874*cdf0e10cSrcweir    Name = "Microsoft.VC80.CRT.manifest";
875*cdf0e10cSrcweir#else
876*cdf0e10cSrcweir    Name = "Microsoft.VC80.DebugCRT.manifest";
877*cdf0e10cSrcweir#endif
878*cdf0e10cSrcweirEnd
879*cdf0e10cSrcweir#endif
880*cdf0e10cSrcweir#endif
881*cdf0e10cSrcweir#endif
882*cdf0e10cSrcweir
883*cdf0e10cSrcweir// Profiles
884*cdf0e10cSrcweir
885*cdf0e10cSrcweirProfile gid_Brand_Profile_Bootstrap_Ini
886*cdf0e10cSrcweir    ModuleID = gid_Module_Root_Brand;
887*cdf0e10cSrcweir    Name = PROFILENAME(bootstrap);
888*cdf0e10cSrcweir    Dir = gid_Brand_Dir_Program;
889*cdf0e10cSrcweir    Styles = (NETWORK);
890*cdf0e10cSrcweirEnd
891*cdf0e10cSrcweir
892*cdf0e10cSrcweirProfile gid_Brand_Profile_Soffice_Ini
893*cdf0e10cSrcweir    ModuleID = gid_Module_Root_Brand;
894*cdf0e10cSrcweir    Name = PROFILENAME(soffice);
895*cdf0e10cSrcweir    Dir = gid_Brand_Dir_Program;
896*cdf0e10cSrcweir    Styles = (NETWORK);
897*cdf0e10cSrcweirEnd
898*cdf0e10cSrcweir
899*cdf0e10cSrcweirProfile gid_Brand_Profile_Setup_Ini
900*cdf0e10cSrcweir    ModuleID = gid_Module_Root_Brand;
901*cdf0e10cSrcweir    Name = PROFILENAME(setup);
902*cdf0e10cSrcweir    Dir = gid_Brand_Dir_Program;
903*cdf0e10cSrcweir    Styles = (NETWORK);
904*cdf0e10cSrcweirEnd
905*cdf0e10cSrcweir
906*cdf0e10cSrcweirProfile gid_Brand_Profile_Version_Ini
907*cdf0e10cSrcweir    ModuleID = gid_Module_Root_Brand;
908*cdf0e10cSrcweir    Name = PROFILENAME(version);
909*cdf0e10cSrcweir    Dir = gid_Brand_Dir_Program;
910*cdf0e10cSrcweir    Styles = (NETWORK);
911*cdf0e10cSrcweirEnd
912*cdf0e10cSrcweir
913*cdf0e10cSrcweirProfile gid_Brand_Profile_Fundamental_Ini
914*cdf0e10cSrcweir    ModuleID = gid_Module_Root_Brand;
915*cdf0e10cSrcweir    Name = PROFILENAME(fundamental);
916*cdf0e10cSrcweir    Dir = gid_Brand_Dir_Program;
917*cdf0e10cSrcweirEnd
918*cdf0e10cSrcweir
919*cdf0e10cSrcweir#if !defined MACOSX
920*cdf0e10cSrcweirProfile gid_Brand_Profile_Redirect_Ini
921*cdf0e10cSrcweir    ModuleID = gid_Module_Root_Brand;
922*cdf0e10cSrcweir    Name = PROFILENAME(redirect);
923*cdf0e10cSrcweir    Dir = gid_Brand_Dir_Program;
924*cdf0e10cSrcweirEnd
925*cdf0e10cSrcweir#endif
926*cdf0e10cSrcweir
927*cdf0e10cSrcweir// ProfileItems
928*cdf0e10cSrcweir
929*cdf0e10cSrcweirProfileItem gid_Brand_Profileitem_Bootstrap_Baseinstall
930*cdf0e10cSrcweir    ProfileID = gid_Brand_Profile_Bootstrap_Ini;
931*cdf0e10cSrcweir    ModuleID = gid_Module_Root_Brand;
932*cdf0e10cSrcweir    Section = "Bootstrap";
933*cdf0e10cSrcweir    Order = 2;
934*cdf0e10cSrcweir    Key = "BaseInstallation";
935*cdf0e10cSrcweir    Value = "${OOO_BASE_DIR}";
936*cdf0e10cSrcweirEnd
937*cdf0e10cSrcweir
938*cdf0e10cSrcweirProfileItem gid_Brand_Profileitem_Bootstrap_Productkey
939*cdf0e10cSrcweir    ProfileID = gid_Brand_Profile_Bootstrap_Ini;
940*cdf0e10cSrcweir    ModuleID = gid_Module_Root_Brand;
941*cdf0e10cSrcweir    Section = "Bootstrap";
942*cdf0e10cSrcweir    Order = 1;
943*cdf0e10cSrcweir    Key = "ProductKey";
944*cdf0e10cSrcweir    Value = "<productkey>";
945*cdf0e10cSrcweirEnd
946*cdf0e10cSrcweir
947*cdf0e10cSrcweirProfileItem gid_Brand_Profileitem_Bootstrap_Errorreport_Port
948*cdf0e10cSrcweir    ProfileID = gid_Brand_Profile_Bootstrap_Ini;
949*cdf0e10cSrcweir    ModuleID = gid_Module_Root_Brand;
950*cdf0e10cSrcweir    Section = "ErrorReport";
951*cdf0e10cSrcweir    Order = 7;
952*cdf0e10cSrcweir    Key = "ErrorReportPort";
953*cdf0e10cSrcweir    Value = "80";
954*cdf0e10cSrcweirEnd
955*cdf0e10cSrcweir
956*cdf0e10cSrcweirProfileItem gid_Brand_Profileitem_Bootstrap_Installmode
957*cdf0e10cSrcweir    ProfileID = gid_Brand_Profile_Bootstrap_Ini;
958*cdf0e10cSrcweir    ModuleID = gid_Module_Root_Brand;
959*cdf0e10cSrcweir    Section = "Bootstrap";
960*cdf0e10cSrcweir    Order = 5;
961*cdf0e10cSrcweir    Key = "InstallMode";
962*cdf0e10cSrcweir    Value = "<installmode>";
963*cdf0e10cSrcweirEnd
964*cdf0e10cSrcweir
965*cdf0e10cSrcweirProfileItem gid_Brand_Profileitem_Bootstrap_Userinstall
966*cdf0e10cSrcweir    ProfileID = gid_Brand_Profile_Bootstrap_Ini;
967*cdf0e10cSrcweir    ModuleID = gid_Module_Root_Brand;
968*cdf0e10cSrcweir    Section = "Bootstrap";
969*cdf0e10cSrcweir    Order = 3;
970*cdf0e10cSrcweir    Key = "UserInstallation";
971*cdf0e10cSrcweir  #ifdef WNT
972*cdf0e10cSrcweir    Value = "$SYSUSERCONFIG/%ONEWORDPRODUCTNAME/%USERDIRPRODUCTVERSION";
973*cdf0e10cSrcweir  #elif defined MACOSX
974*cdf0e10cSrcweir    Value = "$SYSUSERCONFIG/%ONEWORDPRODUCTNAME/%USERDIRPRODUCTVERSION";
975*cdf0e10cSrcweir  #else
976*cdf0e10cSrcweir    Value = "$SYSUSERCONFIG/.%LCONEWORDPRODUCTNAME/%USERDIRPRODUCTVERSION";
977*cdf0e10cSrcweir  #endif
978*cdf0e10cSrcweirEnd
979*cdf0e10cSrcweir
980*cdf0e10cSrcweirProfileItem gid_Brand_Profileitem_Soffice_UreBootstrap
981*cdf0e10cSrcweir    ModuleID = gid_Module_Root_Brand;
982*cdf0e10cSrcweir    ProfileID = gid_Brand_Profile_Soffice_Ini;
983*cdf0e10cSrcweir    Section = "Bootstrap";
984*cdf0e10cSrcweir    Key = "URE_BOOTSTRAP";
985*cdf0e10cSrcweir    Value = "${ORIGIN}/" PROFILENAME(fundamental);
986*cdf0e10cSrcweirEnd
987*cdf0e10cSrcweir
988*cdf0e10cSrcweirProfileItem gid_Brand_Profileitem_Soffice_Logo
989*cdf0e10cSrcweir    ProfileID = gid_Brand_Profile_Soffice_Ini;
990*cdf0e10cSrcweir    ModuleID = gid_Module_Root_Brand;
991*cdf0e10cSrcweir    Section = "Bootstrap";
992*cdf0e10cSrcweir    Order = 1;
993*cdf0e10cSrcweir    Key = "Logo";
994*cdf0e10cSrcweir    Value = "1";
995*cdf0e10cSrcweirEnd
996*cdf0e10cSrcweir
997*cdf0e10cSrcweirProfileItem gid_Brand_Profileitem_Soffice_ProgressBarColor_So
998*cdf0e10cSrcweir    ProfileID = gid_Brand_Profile_Soffice_Ini;
999*cdf0e10cSrcweir    ModuleID = gid_Module_Root_Brand;
1000*cdf0e10cSrcweir    Section = "Bootstrap";
1001*cdf0e10cSrcweir    Order = 2;
1002*cdf0e10cSrcweir    Key = "ProgressBarColor";
1003*cdf0e10cSrcweir    Value = "${PROGRESSBARCOLOR}";
1004*cdf0e10cSrcweirEnd
1005*cdf0e10cSrcweir
1006*cdf0e10cSrcweirProfileItem gid_Brand_Profileitem_Soffice_ProgressSize_So
1007*cdf0e10cSrcweir    ProfileID = gid_Brand_Profile_Soffice_Ini;
1008*cdf0e10cSrcweir    ModuleID = gid_Module_Root_Brand;
1009*cdf0e10cSrcweir    Section = "Bootstrap";
1010*cdf0e10cSrcweir    Order = 3;
1011*cdf0e10cSrcweir    Key = "ProgressSize";
1012*cdf0e10cSrcweir    Value = "${PROGRESSSIZE}";
1013*cdf0e10cSrcweirEnd
1014*cdf0e10cSrcweir
1015*cdf0e10cSrcweirProfileItem gid_Brand_Profileitem_Soffice_ProgressPosition_So
1016*cdf0e10cSrcweir    ProfileID = gid_Brand_Profile_Soffice_Ini;
1017*cdf0e10cSrcweir    ModuleID = gid_Module_Root_Brand;
1018*cdf0e10cSrcweir    Section = "Bootstrap";
1019*cdf0e10cSrcweir    Order = 4;
1020*cdf0e10cSrcweir    Key = "ProgressPosition";
1021*cdf0e10cSrcweir    Value = "${PROGRESSPOSITION}";
1022*cdf0e10cSrcweirEnd
1023*cdf0e10cSrcweir
1024*cdf0e10cSrcweirProfileItem gid_Brand_Profileitem_Soffice_ProgressFrameColor_So
1025*cdf0e10cSrcweir    ProfileID = gid_Brand_Profile_Soffice_Ini;
1026*cdf0e10cSrcweir    ModuleID = gid_Module_Root_Brand;
1027*cdf0e10cSrcweir    Section = "Bootstrap";
1028*cdf0e10cSrcweir    Order = 5;
1029*cdf0e10cSrcweir    Key = "ProgressFrameColor";
1030*cdf0e10cSrcweir    Value = "${PROGRESSFRAMECOLOR}";
1031*cdf0e10cSrcweirEnd
1032*cdf0e10cSrcweir
1033*cdf0e10cSrcweirProfileItem gid_Brand_Profileitem_Soffice_NativeProgress_So
1034*cdf0e10cSrcweir    ProfileID = gid_Brand_Profile_Soffice_Ini;
1035*cdf0e10cSrcweir    ModuleID = gid_Module_Root_Brand;
1036*cdf0e10cSrcweir    Section = "Bootstrap";
1037*cdf0e10cSrcweir    Order = 6;
1038*cdf0e10cSrcweir    Key = "NativeProgress";
1039*cdf0e10cSrcweir    Value = "${NATIVEPROGRESS}";
1040*cdf0e10cSrcweirEnd
1041*cdf0e10cSrcweir
1042*cdf0e10cSrcweir#ifdef WNT
1043*cdf0e10cSrcweirProfileItem gid_Brand_Profileitem_Soffice_Hideeula
1044*cdf0e10cSrcweir    ProfileID = gid_Brand_Profile_Soffice_Ini;
1045*cdf0e10cSrcweir    ModuleID = gid_Module_Root_Brand;
1046*cdf0e10cSrcweir    Section = "Bootstrap";
1047*cdf0e10cSrcweir    Order = 7;
1048*cdf0e10cSrcweir    Key = "HideEula";
1049*cdf0e10cSrcweir    Value = "[HIDEEULA]";
1050*cdf0e10cSrcweir    Inifiletablekey = "HideEula";
1051*cdf0e10cSrcweir    Inifiletableaction = "1";
1052*cdf0e10cSrcweir    Styles = (INIFILETABLE);
1053*cdf0e10cSrcweirEnd
1054*cdf0e10cSrcweir#endif
1055*cdf0e10cSrcweir
1056*cdf0e10cSrcweir#ifdef WNT
1057*cdf0e10cSrcweirProfileItem gid_Brand_Profileitem_Soffice_Startlang
1058*cdf0e10cSrcweir    ProfileID = gid_Brand_Profile_Soffice_Ini;
1059*cdf0e10cSrcweir    ModuleID = gid_Module_Root_Brand;
1060*cdf0e10cSrcweir    Section = "Bootstrap";
1061*cdf0e10cSrcweir    Order = 8;
1062*cdf0e10cSrcweir    Key = "STARTLANG";
1063*cdf0e10cSrcweir    Value = "[STARTLANG]";
1064*cdf0e10cSrcweir    Inifiletablekey = "STARTLANG";
1065*cdf0e10cSrcweir    Inifiletableaction = "1";
1066*cdf0e10cSrcweir    Styles = (INIFILETABLE);
1067*cdf0e10cSrcweirEnd
1068*cdf0e10cSrcweir#endif
1069*cdf0e10cSrcweir
1070*cdf0e10cSrcweirProfileItem gid_Brand_Profileitem_Version_Buildid
1071*cdf0e10cSrcweir    ProfileID = gid_Brand_Profile_Version_Ini;
1072*cdf0e10cSrcweir    ModuleID = gid_Module_Root_Brand;
1073*cdf0e10cSrcweir    Section = "Version";
1074*cdf0e10cSrcweir    Order = 4;
1075*cdf0e10cSrcweir    Key = "buildid";
1076*cdf0e10cSrcweir    Value = "<buildid>";
1077*cdf0e10cSrcweirEnd
1078*cdf0e10cSrcweir
1079*cdf0e10cSrcweirProfileItem gid_Brand_Profileitem_Version_Productsource
1080*cdf0e10cSrcweir    ProfileID = gid_Brand_Profile_Version_Ini;
1081*cdf0e10cSrcweir    ModuleID = gid_Module_Root_Brand;
1082*cdf0e10cSrcweir    Section = "Version";
1083*cdf0e10cSrcweir    Order = 7;
1084*cdf0e10cSrcweir    Key = "ProductSource";
1085*cdf0e10cSrcweir    Value = "<sourceid>";
1086*cdf0e10cSrcweirEnd
1087*cdf0e10cSrcweir
1088*cdf0e10cSrcweir#ifdef WNT
1089*cdf0e10cSrcweir
1090*cdf0e10cSrcweirProfileItem gid_Brand_Profileitem_Version_Productcode
1091*cdf0e10cSrcweir    ProfileID = gid_Brand_Profile_Version_Ini;
1092*cdf0e10cSrcweir    ModuleID = gid_Module_Root_Brand;
1093*cdf0e10cSrcweir    Section = "Version";
1094*cdf0e10cSrcweir    Order = 8;
1095*cdf0e10cSrcweir    Key = "ProductCode";
1096*cdf0e10cSrcweir    Value = "<productcode>";
1097*cdf0e10cSrcweirEnd
1098*cdf0e10cSrcweir
1099*cdf0e10cSrcweir#endif
1100*cdf0e10cSrcweir
1101*cdf0e10cSrcweir#ifdef WNT
1102*cdf0e10cSrcweir
1103*cdf0e10cSrcweirProfileItem gid_Brand_Profileitem_Version_Upgradecode
1104*cdf0e10cSrcweir    ProfileID = gid_Brand_Profile_Version_Ini;
1105*cdf0e10cSrcweir    ModuleID = gid_Module_Root_Brand;
1106*cdf0e10cSrcweir    Section = "Version";
1107*cdf0e10cSrcweir    Order = 9;
1108*cdf0e10cSrcweir    Key = "UpgradeCode";
1109*cdf0e10cSrcweir    Value = "<upgradecode>";
1110*cdf0e10cSrcweirEnd
1111*cdf0e10cSrcweir
1112*cdf0e10cSrcweir#endif
1113*cdf0e10cSrcweir
1114*cdf0e10cSrcweirProfileItem gid_Brand_Profileitem_Version_Productmajor
1115*cdf0e10cSrcweir    ProfileID = gid_Brand_Profile_Version_Ini;
1116*cdf0e10cSrcweir    ModuleID = gid_Module_Root_Brand;
1117*cdf0e10cSrcweir    Section = "Version";
1118*cdf0e10cSrcweir    Order = 10;
1119*cdf0e10cSrcweir    Key = "ProductMajor";
1120*cdf0e10cSrcweir    Value = "<productmajor>";
1121*cdf0e10cSrcweirEnd
1122*cdf0e10cSrcweir
1123*cdf0e10cSrcweirProfileItem gid_Brand_Profileitem_Version_Productminor
1124*cdf0e10cSrcweir    ProfileID = gid_Brand_Profile_Version_Ini;
1125*cdf0e10cSrcweir    ModuleID = gid_Module_Root_Brand;
1126*cdf0e10cSrcweir    Section = "Version";
1127*cdf0e10cSrcweir    Order = 11;
1128*cdf0e10cSrcweir    Key = "ProductMinor";
1129*cdf0e10cSrcweir    Value = "<productminor>";
1130*cdf0e10cSrcweirEnd
1131*cdf0e10cSrcweir
1132*cdf0e10cSrcweirProfileItem gid_Brand_Profileitem_Version_Productbuildid
1133*cdf0e10cSrcweir    ProfileID = gid_Brand_Profile_Version_Ini;
1134*cdf0e10cSrcweir    ModuleID = gid_Module_Root_Brand;
1135*cdf0e10cSrcweir    Section = "Version";
1136*cdf0e10cSrcweir    Order = 12;
1137*cdf0e10cSrcweir    Key = "ProductBuildid";
1138*cdf0e10cSrcweir    Value = "<productbuildid>";
1139*cdf0e10cSrcweirEnd
1140*cdf0e10cSrcweir
1141*cdf0e10cSrcweirProfileItem gid_Brand_Profileitem_Version_Alllanguages
1142*cdf0e10cSrcweir    ProfileID = gid_Brand_Profile_Version_Ini;
1143*cdf0e10cSrcweir    ModuleID = gid_Module_Root_Brand;
1144*cdf0e10cSrcweir    Section = "Version";
1145*cdf0e10cSrcweir    Order = 13;
1146*cdf0e10cSrcweir    Key = "AllLanguages";
1147*cdf0e10cSrcweir    Value = "<alllanguages>";
1148*cdf0e10cSrcweirEnd
1149*cdf0e10cSrcweir
1150*cdf0e10cSrcweir#ifdef WNT
1151*cdf0e10cSrcweir
1152*cdf0e10cSrcweirProfileItem gid_Brand_Profileitem_Version_Msiproductversion
1153*cdf0e10cSrcweir    ProfileID = gid_Brand_Profile_Version_Ini;
1154*cdf0e10cSrcweir    ModuleID = gid_Module_Root_Brand;
1155*cdf0e10cSrcweir    Section = "Version";
1156*cdf0e10cSrcweir    Order = 14;
1157*cdf0e10cSrcweir    Key = "MsiProductVersion";
1158*cdf0e10cSrcweir    Value = "<msiproductversion>";
1159*cdf0e10cSrcweirEnd
1160*cdf0e10cSrcweir
1161*cdf0e10cSrcweir#endif
1162*cdf0e10cSrcweir
1163*cdf0e10cSrcweirProfileItem gid_Brand_Profileitem_Version_Updateurl
1164*cdf0e10cSrcweir    ProfileID = gid_Brand_Profile_Version_Ini;
1165*cdf0e10cSrcweir    ModuleID = gid_Module_Root_Brand;
1166*cdf0e10cSrcweir    Section = "Version";
1167*cdf0e10cSrcweir    Order = 15;
1168*cdf0e10cSrcweir    Key = "UpdateURL";
1169*cdf0e10cSrcweir  #if defined(BUILD_SPECIAL)
1170*cdf0e10cSrcweir  #ifdef WNT
1171*cdf0e10cSrcweir    Value = "${UPDATEURL}";
1172*cdf0e10cSrcweir  #else  // defined WNT
1173*cdf0e10cSrcweir    Value = "${UPDATEURL}?pkgfmt=<pkgformat>";
1174*cdf0e10cSrcweir  #endif //defined WNT
1175*cdf0e10cSrcweir  #else
1176*cdf0e10cSrcweir    Value = "";
1177*cdf0e10cSrcweir  #endif
1178*cdf0e10cSrcweirEnd
1179*cdf0e10cSrcweir
1180*cdf0e10cSrcweirProfileItem gid_Brand_Profileitem_Version_Updateid
1181*cdf0e10cSrcweir    ProfileID = gid_Brand_Profile_Version_Ini;
1182*cdf0e10cSrcweir    ModuleID = gid_Module_Root_Brand;
1183*cdf0e10cSrcweir    Section = "Version";
1184*cdf0e10cSrcweir    Order = 16;
1185*cdf0e10cSrcweir    Key = "UpdateID";
1186*cdf0e10cSrcweir    Value = "<updateid>";
1187*cdf0e10cSrcweirEnd
1188*cdf0e10cSrcweir
1189*cdf0e10cSrcweirProfileItem gid_Brand_Profileitem_Version_Useragent
1190*cdf0e10cSrcweir    ProfileID = gid_Brand_Profile_Version_Ini;
1191*cdf0e10cSrcweir    ModuleID = gid_Module_Root_Brand;
1192*cdf0e10cSrcweir    Section = "Version";
1193*cdf0e10cSrcweir    Order = 17;
1194*cdf0e10cSrcweir    Key = "UpdateUserAgent";
1195*cdf0e10cSrcweir    Value = "<PRODUCT> (${buildid}; ${_OS}; ${_ARCH}; BundledLanguages=${AllLanguages})";
1196*cdf0e10cSrcweirEnd
1197*cdf0e10cSrcweir
1198*cdf0e10cSrcweirProfileItem gid_Brand_Profileitem_Version_Ooobaseversion
1199*cdf0e10cSrcweir    ProfileID = gid_Brand_Profile_Version_Ini;
1200*cdf0e10cSrcweir    ModuleID = gid_Module_Root_Brand;
1201*cdf0e10cSrcweir    Section = "Version";
1202*cdf0e10cSrcweir    Order = 18;
1203*cdf0e10cSrcweir    Key = "OOOBaseVersion";
1204*cdf0e10cSrcweir    Value = "${OOOBASEVERSION}";
1205*cdf0e10cSrcweirEnd
1206*cdf0e10cSrcweir
1207*cdf0e10cSrcweirProfileItem gid_Brand_Profileitem_Version_Extensionupdateurl
1208*cdf0e10cSrcweir    ProfileID = gid_Brand_Profile_Version_Ini;
1209*cdf0e10cSrcweir    ModuleID = gid_Module_Root_Brand;
1210*cdf0e10cSrcweir    Section = "Version";
1211*cdf0e10cSrcweir    Order = 18;
1212*cdf0e10cSrcweir    Key = "ExtensionUpdateURL";
1213*cdf0e10cSrcweir    Value = "http://updateexte.services.openoffice.org/ExtensionUpdateService/check.Update";
1214*cdf0e10cSrcweirEnd
1215*cdf0e10cSrcweir
1216*cdf0e10cSrcweirProfileItem gid_Brand_Profileitem_Fundamental_Brand_Base_Dir
1217*cdf0e10cSrcweir    ModuleID = gid_Module_Root_Brand;
1218*cdf0e10cSrcweir    ProfileID = gid_Brand_Profile_Fundamental_Ini;
1219*cdf0e10cSrcweir    Section = "Bootstrap";
1220*cdf0e10cSrcweir    Key = "BRAND_BASE_DIR";
1221*cdf0e10cSrcweir    Value = "${ORIGIN}/..";
1222*cdf0e10cSrcweirEnd
1223*cdf0e10cSrcweir
1224*cdf0e10cSrcweirProfileItem gid_Brand_Profileitem_Fundamental_Ooo_Base_Dir
1225*cdf0e10cSrcweir    ModuleID = gid_Module_Root_Brand;
1226*cdf0e10cSrcweir    ProfileID = gid_Brand_Profile_Fundamental_Ini;
1227*cdf0e10cSrcweir    Section = "Bootstrap";
1228*cdf0e10cSrcweir    Key = "OOO_BASE_DIR";
1229*cdf0e10cSrcweir#if defined WNT
1230*cdf0e10cSrcweir    Value = "${.link:${BRAND_BASE_DIR}/basis-link}";
1231*cdf0e10cSrcweir#else
1232*cdf0e10cSrcweir    Value = "${BRAND_BASE_DIR}/basis-link";
1233*cdf0e10cSrcweir#endif
1234*cdf0e10cSrcweirEnd
1235*cdf0e10cSrcweir
1236*cdf0e10cSrcweirProfileItem gid_Brand_Profileitem_Fundamental_Uno_Bundled_Extensions
1237*cdf0e10cSrcweir    ModuleID = gid_Module_Root_Brand;
1238*cdf0e10cSrcweir    ProfileID = gid_Brand_Profile_Fundamental_Ini;
1239*cdf0e10cSrcweir    Section = "Bootstrap";
1240*cdf0e10cSrcweir    Key = "BUNDLED_EXTENSIONS";
1241*cdf0e10cSrcweir    Value = "${${OOO_BASE_DIR}/program/" PROFILENAME(fundamentalbasis) ":BUNDLED_EXTENSIONS}";
1242*cdf0e10cSrcweirEnd
1243*cdf0e10cSrcweir
1244*cdf0e10cSrcweirProfileItem gid_Brand_Profileitem_Fundamental_Uno_Bundled_Extensions_User
1245*cdf0e10cSrcweir    ModuleID = gid_Module_Root_Brand;
1246*cdf0e10cSrcweir    ProfileID = gid_Brand_Profile_Fundamental_Ini;
1247*cdf0e10cSrcweir    Section = "Bootstrap";
1248*cdf0e10cSrcweir    Key = "BUNDLED_EXTENSIONS_USER";
1249*cdf0e10cSrcweir    Value = "${${OOO_BASE_DIR}/program/" PROFILENAME(fundamentalbasis) ":BUNDLED_EXTENSIONS_USER}";
1250*cdf0e10cSrcweirEnd
1251*cdf0e10cSrcweir
1252*cdf0e10cSrcweirProfileItem gid_Brand_Profileitem_Fundamental_Uno_Bundled_Extensions_Prereg
1253*cdf0e10cSrcweir    ModuleID = gid_Module_Root_Brand;
1254*cdf0e10cSrcweir    ProfileID = gid_Brand_Profile_Fundamental_Ini;
1255*cdf0e10cSrcweir    Section = "Bootstrap";
1256*cdf0e10cSrcweir    Key = "BUNDLED_EXTENSIONS_PREREG";
1257*cdf0e10cSrcweir    Value = "${${OOO_BASE_DIR}/program/" PROFILENAME(fundamentalbasis) ":BUNDLED_EXTENSIONS_PREREG}";
1258*cdf0e10cSrcweirEnd
1259*cdf0e10cSrcweir
1260*cdf0e10cSrcweirProfileItem gid_Brand_Profileitem_Fundamental_Uno_Shared_Packages_Cache
1261*cdf0e10cSrcweir    ModuleID = gid_Module_Root_Brand;
1262*cdf0e10cSrcweir    ProfileID = gid_Brand_Profile_Fundamental_Ini;
1263*cdf0e10cSrcweir    Section = "Bootstrap";
1264*cdf0e10cSrcweir    Key = "UNO_SHARED_PACKAGES_CACHE";
1265*cdf0e10cSrcweir    Value = "${${OOO_BASE_DIR}/program/" PROFILENAME(fundamentalbasis) ":UNO_SHARED_PACKAGES_CACHE}";
1266*cdf0e10cSrcweirEnd
1267*cdf0e10cSrcweir
1268*cdf0e10cSrcweirProfileItem gid_Brand_Profileitem_Fundamental_Uno_Shared_Extensions_User
1269*cdf0e10cSrcweir    ModuleID = gid_Module_Root_Brand;
1270*cdf0e10cSrcweir    ProfileID = gid_Brand_Profile_Fundamental_Ini;
1271*cdf0e10cSrcweir    Section = "Bootstrap";
1272*cdf0e10cSrcweir    Key = "SHARED_EXTENSIONS_USER";
1273*cdf0e10cSrcweir    Value = "${${OOO_BASE_DIR}/program/" PROFILENAME(fundamentalbasis) ":SHARED_EXTENSIONS_USER}";
1274*cdf0e10cSrcweirEnd
1275*cdf0e10cSrcweir
1276*cdf0e10cSrcweirProfileItem gid_Brand_Profileitem_Fundamental_Uno_User_Packages_Cache
1277*cdf0e10cSrcweir    ModuleID = gid_Module_Root_Brand;
1278*cdf0e10cSrcweir    ProfileID = gid_Brand_Profile_Fundamental_Ini;
1279*cdf0e10cSrcweir    Section = "Bootstrap";
1280*cdf0e10cSrcweir    Key = "UNO_USER_PACKAGES_CACHE";
1281*cdf0e10cSrcweir    Value = "${${OOO_BASE_DIR}/program/" PROFILENAME(fundamentalbasis) ":UNO_USER_PACKAGES_CACHE}";
1282*cdf0e10cSrcweirEnd
1283*cdf0e10cSrcweir
1284*cdf0e10cSrcweirProfileItem gid_Brand_Profileitem_Fundamental_Uno_Tmp_Extensions
1285*cdf0e10cSrcweir    ModuleID = gid_Module_Root_Brand;
1286*cdf0e10cSrcweir    ProfileID = gid_Brand_Profile_Fundamental_Ini;
1287*cdf0e10cSrcweir    Section = "Bootstrap";
1288*cdf0e10cSrcweir    Key = "TMP_EXTENSIONS";
1289*cdf0e10cSrcweir    Value = "${${OOO_BASE_DIR}/program/" PROFILENAME(fundamentalbasis) ":TMP_EXTENSIONS}";
1290*cdf0e10cSrcweirEnd
1291*cdf0e10cSrcweir
1292*cdf0e10cSrcweirProfileItem gid_Brand_Profileitem_Fundamental_Ure_More_Types
1293*cdf0e10cSrcweir    ModuleID = gid_Module_Root_Brand;
1294*cdf0e10cSrcweir    ProfileID = gid_Brand_Profile_Fundamental_Ini;
1295*cdf0e10cSrcweir    Section = "Bootstrap";
1296*cdf0e10cSrcweir    Key = "URE_MORE_TYPES";
1297*cdf0e10cSrcweir    Value = "${${OOO_BASE_DIR}/program/" PROFILENAME(fundamentalbasis) ":URE_MORE_TYPES}";
1298*cdf0e10cSrcweirEnd
1299*cdf0e10cSrcweir
1300*cdf0e10cSrcweirProfileItem gid_Brand_Profileitem_Fundamental_Ure_More_Services
1301*cdf0e10cSrcweir    ModuleID = gid_Module_Root_Brand;
1302*cdf0e10cSrcweir    ProfileID = gid_Brand_Profile_Fundamental_Ini;
1303*cdf0e10cSrcweir    Section = "Bootstrap";
1304*cdf0e10cSrcweir    Key = "URE_MORE_SERVICES";
1305*cdf0e10cSrcweir    Value = "${${OOO_BASE_DIR}/program/" PROFILENAME(fundamentalbasis) ":URE_MORE_SERVICES} $ORIGIN/services.rdb";
1306*cdf0e10cSrcweirEnd
1307*cdf0e10cSrcweir
1308*cdf0e10cSrcweirProfileItem gid_Brand_Profileitem_Fundamental_Ure_More_Java_Types
1309*cdf0e10cSrcweir    ModuleID = gid_Module_Root_Brand;
1310*cdf0e10cSrcweir    ProfileID = gid_Brand_Profile_Fundamental_Ini;
1311*cdf0e10cSrcweir    Section = "Bootstrap";
1312*cdf0e10cSrcweir    Key = "URE_MORE_JAVA_TYPES";
1313*cdf0e10cSrcweir    Value = "${${OOO_BASE_DIR}/program/" PROFILENAME(fundamentalbasis) ":URE_MORE_JAVA_TYPES}";
1314*cdf0e10cSrcweirEnd
1315*cdf0e10cSrcweir
1316*cdf0e10cSrcweirProfileItem gid_Brand_Profileitem_Fundamental_Ure_Java_Jfw_Shared_Data
1317*cdf0e10cSrcweir    ModuleID = gid_Module_Root_Brand;
1318*cdf0e10cSrcweir    ProfileID = gid_Brand_Profile_Fundamental_Ini;
1319*cdf0e10cSrcweir    Section = "Bootstrap";
1320*cdf0e10cSrcweir    Key = "URE_OVERRIDE_JAVA_JFW_SHARED_DATA";
1321*cdf0e10cSrcweir    Value = "${${OOO_BASE_DIR}/program/" PROFILENAME(fundamentalbasis) ":URE_OVERRIDE_JAVA_JFW_SHARED_DATA}";
1322*cdf0e10cSrcweirEnd
1323*cdf0e10cSrcweir
1324*cdf0e10cSrcweirProfileItem gid_Brand_Profileitem_Fundamental_Ure_Java_Jfw_User_Data
1325*cdf0e10cSrcweir    ModuleID = gid_Module_Root_Brand;
1326*cdf0e10cSrcweir    ProfileID = gid_Brand_Profile_Fundamental_Ini;
1327*cdf0e10cSrcweir    Section = "Bootstrap";
1328*cdf0e10cSrcweir    Key = "URE_OVERRIDE_JAVA_JFW_USER_DATA";
1329*cdf0e10cSrcweir    Value = "${${OOO_BASE_DIR}/program/" PROFILENAME(fundamentalbasis) ":URE_OVERRIDE_JAVA_JFW_USER_DATA}";
1330*cdf0e10cSrcweirEnd
1331*cdf0e10cSrcweir
1332*cdf0e10cSrcweirProfileItem gid_Brand_Profileitem_Fundamental_Ure_Java_Classpath_Urls
1333*cdf0e10cSrcweir    ModuleID = gid_Module_Root_Brand;
1334*cdf0e10cSrcweir    ProfileID = gid_Brand_Profile_Fundamental_Ini;
1335*cdf0e10cSrcweir    Section = "Bootstrap";
1336*cdf0e10cSrcweir    Key = "URE_MORE_JAVA_CLASSPATH_URLS";
1337*cdf0e10cSrcweir    Value = "${${OOO_BASE_DIR}/program/" PROFILENAME(fundamentalbasis) ":URE_MORE_JAVA_CLASSPATH_URLS}";
1338*cdf0e10cSrcweirEnd
1339*cdf0e10cSrcweir
1340*cdf0e10cSrcweirProfileItem gid_Brand_Profileitem_Fundamental_Ure_Bin_Dir
1341*cdf0e10cSrcweir    ModuleID = gid_Module_Root_Brand;
1342*cdf0e10cSrcweir    ProfileID = gid_Brand_Profile_Fundamental_Ini;
1343*cdf0e10cSrcweir    Section = "Bootstrap";
1344*cdf0e10cSrcweir    Key = "URE_BIN_DIR";
1345*cdf0e10cSrcweir    Value = "${${OOO_BASE_DIR}/program/" PROFILENAME(fundamentalbasis) ":URE_BIN_DIR}";
1346*cdf0e10cSrcweirEnd
1347*cdf0e10cSrcweir
1348*cdf0e10cSrcweirProfileItem gid_Brand_Profileitem_Fundamental_Ure_Lib_Dir
1349*cdf0e10cSrcweir    ModuleID = gid_Module_Root_Brand;
1350*cdf0e10cSrcweir    ProfileID = gid_Brand_Profile_Fundamental_Ini;
1351*cdf0e10cSrcweir    Section = "Bootstrap";
1352*cdf0e10cSrcweir    Key = "URE_LIB_DIR";
1353*cdf0e10cSrcweir    Value = "${${OOO_BASE_DIR}/program/" PROFILENAME(fundamentalbasis) ":URE_LIB_DIR}";
1354*cdf0e10cSrcweirEnd
1355*cdf0e10cSrcweir
1356*cdf0e10cSrcweir#if !defined MACOSX
1357*cdf0e10cSrcweirProfileItem gid_Brand_Profileitem_Redirect_Ure_Bootstrap
1358*cdf0e10cSrcweir    ModuleID = gid_Module_Root_Brand;
1359*cdf0e10cSrcweir    ProfileID = gid_Brand_Profile_Redirect_Ini;
1360*cdf0e10cSrcweir    Section = "Bootstrap";
1361*cdf0e10cSrcweir    Key = "URE_BOOTSTRAP";
1362*cdf0e10cSrcweir    Value = "${ORIGIN}/" PROFILENAME(fundamental);
1363*cdf0e10cSrcweirEnd
1364*cdf0e10cSrcweir#endif
1365*cdf0e10cSrcweir
1366*cdf0e10cSrcweir#ifdef WNT
1367*cdf0e10cSrcweirProfileItem gid_Brand_Profileitem_Setup_Alluserset
1368*cdf0e10cSrcweir    ProfileID = gid_Brand_Profile_Setup_Ini;
1369*cdf0e10cSrcweir    ModuleID = gid_Module_Root_Brand;
1370*cdf0e10cSrcweir    Section = "Bootstrap";
1371*cdf0e10cSrcweir    Order = 4;
1372*cdf0e10cSrcweir    Key = "ALLUSERS";
1373*cdf0e10cSrcweir    Value = "[ALLUSERS]";
1374*cdf0e10cSrcweir    Inifiletablekey = "AllUsersSet";
1375*cdf0e10cSrcweir    Inifiletableaction = "1";
1376*cdf0e10cSrcweir    Styles = (INIFILETABLE);
1377*cdf0e10cSrcweirEnd
1378*cdf0e10cSrcweir#endif
1379*cdf0e10cSrcweir
1380*cdf0e10cSrcweir#ifdef WNT
1381*cdf0e10cSrcweirProfileItem gid_Brand_Profileitem_Setup_Findproduct
1382*cdf0e10cSrcweir    ProfileID = gid_Brand_Profile_Setup_Ini;
1383*cdf0e10cSrcweir    ModuleID = gid_Module_Root_Brand;
1384*cdf0e10cSrcweir    Section = "Bootstrap";
1385*cdf0e10cSrcweir    Order = 5;
1386*cdf0e10cSrcweir    Key = "FINDPRODUCT";
1387*cdf0e10cSrcweir    Value = "[FINDPRODUCT]";
1388*cdf0e10cSrcweir    Inifiletablekey = "FindProductSet";
1389*cdf0e10cSrcweir    Inifiletableaction = "1";
1390*cdf0e10cSrcweir    Styles = (INIFILETABLE);
1391*cdf0e10cSrcweirEnd
1392*cdf0e10cSrcweir#endif
1393*cdf0e10cSrcweir
1394*cdf0e10cSrcweir#ifdef WNT
1395*cdf0e10cSrcweirProfileItem gid_Brand_Profileitem_Setup_Productcode
1396*cdf0e10cSrcweir    ProfileID = gid_Brand_Profile_Setup_Ini;
1397*cdf0e10cSrcweir    ModuleID = gid_Module_Root_Brand;
1398*cdf0e10cSrcweir    Section = "Bootstrap";
1399*cdf0e10cSrcweir    Order = 6;
1400*cdf0e10cSrcweir    Key = "ProductCode";
1401*cdf0e10cSrcweir    Value = "<productcode>";
1402*cdf0e10cSrcweirEnd
1403*cdf0e10cSrcweir#endif
1404*cdf0e10cSrcweir
1405*cdf0e10cSrcweir#ifdef WNT
1406*cdf0e10cSrcweirProfileItem gid_Brand_Profileitem_Setup_Upgradecode
1407*cdf0e10cSrcweir    ProfileID = gid_Brand_Profile_Setup_Ini;
1408*cdf0e10cSrcweir    ModuleID = gid_Module_Root_Brand;
1409*cdf0e10cSrcweir    Section = "Bootstrap";
1410*cdf0e10cSrcweir    Order = 7;
1411*cdf0e10cSrcweir    Key = "UpgradeCode";
1412*cdf0e10cSrcweir    Value = "<upgradecode>";
1413*cdf0e10cSrcweirEnd
1414*cdf0e10cSrcweir#endif
1415*cdf0e10cSrcweir
1416*cdf0e10cSrcweirProfileItem gid_Brand_Profileitem_Setup_Productbuildid
1417*cdf0e10cSrcweir    ProfileID = gid_Brand_Profile_Setup_Ini;
1418*cdf0e10cSrcweir    ModuleID = gid_Module_Root_Brand;
1419*cdf0e10cSrcweir    Section = "Bootstrap";
1420*cdf0e10cSrcweir    Order = 8;
1421*cdf0e10cSrcweir    Key = "ProductBuildid";
1422*cdf0e10cSrcweir    Value = "<productbuildid>";
1423*cdf0e10cSrcweirEnd
1424*cdf0e10cSrcweir
1425*cdf0e10cSrcweirProfileItem gid_Brand_Profileitem_Setup_Buildid
1426*cdf0e10cSrcweir    ProfileID = gid_Brand_Profile_Setup_Ini;
1427*cdf0e10cSrcweir    ModuleID = gid_Module_Root_Brand;
1428*cdf0e10cSrcweir    Section = "Bootstrap";
1429*cdf0e10cSrcweir    Order = 9;
1430*cdf0e10cSrcweir    Key = "buildid";
1431*cdf0e10cSrcweir    Value = "<buildid>";
1432*cdf0e10cSrcweirEnd
1433*cdf0e10cSrcweir
1434*cdf0e10cSrcweir#ifdef WNT
1435*cdf0e10cSrcweirProfileItem gid_Brand_Profileitem_Setup_Ureinstall
1436*cdf0e10cSrcweir    ProfileID = gid_Brand_Profile_Setup_Ini;
1437*cdf0e10cSrcweir    ModuleID = gid_Module_Root_Brand;
1438*cdf0e10cSrcweir    Section = "Bootstrap";
1439*cdf0e10cSrcweir    Order = 4;
1440*cdf0e10cSrcweir    Key = "UREINSTALLLOCATION";
1441*cdf0e10cSrcweir    Value = "[INSTALLLOCATION]URE\\";
1442*cdf0e10cSrcweir    Inifiletablekey = "UreInstallLocation";
1443*cdf0e10cSrcweir    Inifiletableaction = "1";
1444*cdf0e10cSrcweir    Styles = (INIFILETABLE);
1445*cdf0e10cSrcweirEnd
1446*cdf0e10cSrcweir#endif
1447*cdf0e10cSrcweir
1448*cdf0e10cSrcweir#ifdef WNT
1449*cdf0e10cSrcweirProfileItem gid_Brand_Profileitem_Setup_Basisinstall
1450*cdf0e10cSrcweir    ProfileID = gid_Brand_Profile_Setup_Ini;
1451*cdf0e10cSrcweir    ModuleID = gid_Module_Root_Brand;
1452*cdf0e10cSrcweir    Section = "Bootstrap";
1453*cdf0e10cSrcweir    Order = 4;
1454*cdf0e10cSrcweir    Key = "BASISINSTALLLOCATION";
1455*cdf0e10cSrcweir    Value = "[INSTALLLOCATION]Basis\\";
1456*cdf0e10cSrcweir    Inifiletablekey = "BasisInstallLocation";
1457*cdf0e10cSrcweir    Inifiletableaction = "1";
1458*cdf0e10cSrcweir    Styles = (INIFILETABLE);
1459*cdf0e10cSrcweirEnd
1460*cdf0e10cSrcweir#endif
1461*cdf0e10cSrcweir
1462*cdf0e10cSrcweir#ifdef WNT
1463*cdf0e10cSrcweirProfileItem gid_Brand_Profileitem_Setup_Officeinstall
1464*cdf0e10cSrcweir    ProfileID = gid_Brand_Profile_Setup_Ini;
1465*cdf0e10cSrcweir    ModuleID = gid_Module_Root_Brand;
1466*cdf0e10cSrcweir    Section = "Bootstrap";
1467*cdf0e10cSrcweir    Order = 4;
1468*cdf0e10cSrcweir    Key = "OFFICEINSTALLLOCATION";
1469*cdf0e10cSrcweir    Value = "[INSTALLLOCATION]";
1470*cdf0e10cSrcweir    Inifiletablekey = "OfficeInstallLocation";
1471*cdf0e10cSrcweir    Inifiletableaction = "1";
1472*cdf0e10cSrcweir    Styles = (INIFILETABLE);
1473*cdf0e10cSrcweirEnd
1474*cdf0e10cSrcweir#endif
1475*cdf0e10cSrcweir
1476*cdf0e10cSrcweir#ifdef WNT
1477*cdf0e10cSrcweirProfileItem gid_Brand_Profileitem_Setup_Install
1478*cdf0e10cSrcweir    ProfileID = gid_Brand_Profile_Setup_Ini;
1479*cdf0e10cSrcweir    ModuleID = gid_Module_Root_Brand;
1480*cdf0e10cSrcweir    Section = "Bootstrap";
1481*cdf0e10cSrcweir    Order = 4;
1482*cdf0e10cSrcweir    Key = "INSTALLLOCATION";
1483*cdf0e10cSrcweir    Value = "[INSTALLLOCATION]";
1484*cdf0e10cSrcweir    Inifiletablekey = "InstallLocation";
1485*cdf0e10cSrcweir    Inifiletableaction = "1";
1486*cdf0e10cSrcweir    Styles = (INIFILETABLE);
1487*cdf0e10cSrcweirEnd
1488*cdf0e10cSrcweir#endif
1489*cdf0e10cSrcweir
1490*cdf0e10cSrcweir//TODO: This actually belongs into a module of its own:
1491*cdf0e10cSrcweir#if !defined SYSTEM_PYTHON
1492*cdf0e10cSrcweirFile gid_Brand_File_Bin_Python
1493*cdf0e10cSrcweir    BIN_FILE_BODY;
1494*cdf0e10cSrcweir    Name = EXENAME(pyuno/python);
1495*cdf0e10cSrcweir    Dir = gid_Brand_Dir_Program;
1496*cdf0e10cSrcweir    Styles = (PACKED);
1497*cdf0e10cSrcweirEnd
1498*cdf0e10cSrcweir#endif
1499*cdf0e10cSrcweir
1500*cdf0e10cSrcweirBRAND_RES_FILE( gid_Brand_File_Res_About, about )
1501*cdf0e10cSrcweir
1502