cb6d938a07
Change-Id: I21a53381ad4018034de3833e8e244d0d7a7d28b8
1316 lines
36 KiB
Text
1316 lines
36 KiB
Text
/*************************************************************************
|
|
*
|
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
*
|
|
* Copyright 2000, 2010 Oracle and/or its affiliates.
|
|
*
|
|
* OpenOffice.org - a multi-platform office productivity suite
|
|
*
|
|
* This file is part of OpenOffice.org.
|
|
*
|
|
* OpenOffice.org is free software: you can redistribute it and/or modify
|
|
* it under the terms of the GNU Lesser General Public License version 3
|
|
* only, as published by the Free Software Foundation.
|
|
*
|
|
* OpenOffice.org is distributed in the hope that it will be useful,
|
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
* GNU Lesser General Public License version 3 for more details
|
|
* (a copy is included in the LICENSE file that accompanied this code).
|
|
*
|
|
* You should have received a copy of the GNU Lesser General Public License
|
|
* version 3 along with OpenOffice.org. If not, see
|
|
* <http://www.openoffice.org/license.html>
|
|
* for a copy of the LGPLv3 License.
|
|
*
|
|
************************************************************************/
|
|
|
|
#include "macros.inc"
|
|
|
|
#include "AutoInstall/brand"
|
|
|
|
#include "config_dconf.h"
|
|
#include "config_folders.h"
|
|
|
|
Module gid_Module_Root_Brand
|
|
ParentID = gid_Module_Root;
|
|
InstallOrder = "150";
|
|
Name = "ooobrand";
|
|
Description = "OOo Brand";
|
|
Sortkey = "1030";
|
|
Default = YES;
|
|
Styles = (HIDDEN_ROOT,ROOT_BRAND_PACKAGE,ISUPDATEPACKAGE);
|
|
PackageInfo = "packinfo_brand.txt";
|
|
Dirs = (gid_Brand_Dir_Program,
|
|
gid_Brand_Dir_Share,
|
|
gid_Brand_Dir_Share_Config,
|
|
gid_Brand_Dir_Share_Extensions,
|
|
gid_Brand_Dir_Share_Uno_Packages,
|
|
gid_Brand_Dir_Share_Uno_Packages_Cache,
|
|
gid_Brand_Dir_Share_Ure,
|
|
gid_Brand_Dir_Share_Ure_Etc,
|
|
gid_Brand_Dir_Share_Ure_Share,
|
|
gid_Brand_Dir_Share_Glade,
|
|
gid_Brand_Dir_Share_Labels,
|
|
gid_Brand_Dir_Share_Registry,
|
|
gid_Brand_Dir_Share_Xdg);
|
|
Files = (auto_brand_ALL,
|
|
gid_Brand_File_Gdb_Trace,
|
|
gid_Brand_File_Bin_Soffice,
|
|
gid_Brand_File_Bin_Soffice_Bin_Manifest,
|
|
gid_Brand_File_Bin_Unoinfo,
|
|
gid_Brand_File_Bmp_IntroAboutShell,
|
|
gid_Brand_File_Bmp_IntroAboutShell_custom,
|
|
gid_Brand_File_Desktophelper_Txt,
|
|
gid_Brand_File_Html_Thirdpartylicensereadme,
|
|
gid_Brand_File_Lib_Dbghelp,
|
|
gid_Brand_File_Lib_Mingw_GccS,
|
|
gid_Brand_File_Lib_Mingw_Stdcpp,
|
|
gid_Brand_File_Lib_Msvcr80,
|
|
gid_Brand_File_Lib_Msvcp80,
|
|
gid_Brand_File_Lib_Msvcm80,
|
|
gid_Brand_File_Msvcm80crt_Manifest,
|
|
gid_Brand_File_Share_Registry_O5oo_Xcd,
|
|
gid_Brand_File_Script_Unopkg,
|
|
gid_Brand_File_Share_Xdg_Base,
|
|
gid_Brand_File_Share_Xdg_Calc,
|
|
gid_Brand_File_Share_Xdg_Draw,
|
|
gid_Brand_File_Share_Xdg_Extension,
|
|
gid_Brand_File_Share_Xdg_Impress,
|
|
gid_Brand_File_Share_Xdg_Math,
|
|
gid_Brand_File_Share_Xdg_QStart,
|
|
gid_Brand_File_Share_Xdg_StartCenter,
|
|
gid_Brand_File_Share_Xdg_Writer,
|
|
gid_Brand_File_Share_Xdg_XsltFilter,
|
|
gid_Brand_File_Txt_Package,
|
|
gid_License_Txt,
|
|
git_License_Odt,
|
|
gid_Credits_Odt,
|
|
gid_Apache_Notice);
|
|
End
|
|
|
|
// Language specific brand module
|
|
|
|
Module gid_Module_Langpack_Brand_Template
|
|
ParentID = gid_Module_Langpack_Languageroot;
|
|
Name = "gid_Module_Langpack_Brand_Template";
|
|
Description = "gid_Module_Langpack_Brand_Template";
|
|
Styles = (TEMPLATEMODULE);
|
|
InstallOrder = "1050";
|
|
Dirs = (gid_Brand_Dir_Program_Shell,
|
|
gid_Brand_Dir_Readme);
|
|
Files = (gid_Brand_File_Readme_Readme,
|
|
gid_Brand_File_Share_Registry_Cjk_Xcd,
|
|
gid_Brand_File_Txt_Readme);
|
|
End
|
|
|
|
// Directories
|
|
|
|
Directory gid_Brand_Dir_Program
|
|
#if defined MACOSX
|
|
ParentID = gid_Dir_Bundle_Contents;
|
|
DosName = "MacOS";
|
|
#else
|
|
ParentID = gid_Dir_Brand_Root;
|
|
DosName = "program";
|
|
#endif
|
|
End
|
|
|
|
Directory gid_Brand_Dir_Program_Shell
|
|
#if defined MACOSX
|
|
ParentID = gid_Brand_Dir_Share;
|
|
#else
|
|
ParentID = gid_Brand_Dir_Program;
|
|
#endif
|
|
DosName = "shell";
|
|
End
|
|
|
|
Directory gid_Brand_Dir_Readme
|
|
#if defined MACOSX
|
|
ParentID = gid_Dir_Bundle_Contents_Resources;
|
|
#else
|
|
ParentID = gid_Dir_Brand_Root;
|
|
#endif
|
|
DosName = "readmes";
|
|
End
|
|
|
|
Directory gid_Brand_Dir_Share
|
|
#if defined MACOSX
|
|
ParentID = gid_Dir_Bundle_Contents;
|
|
#else
|
|
ParentID = gid_Dir_Brand_Root;
|
|
#endif
|
|
DosName = LIBO_SHARE_FOLDER;
|
|
End
|
|
|
|
Directory gid_Brand_Dir_Share_Config
|
|
ParentID = gid_Brand_Dir_Share;
|
|
DosName = "config";
|
|
End
|
|
|
|
Directory gid_Brand_Dir_Share_Extensions
|
|
ParentID = gid_Brand_Dir_Share;
|
|
DosName = "extensions";
|
|
End
|
|
|
|
Directory gid_Brand_Dir_Share_Extensions_Dict_Af
|
|
ParentID = gid_Brand_Dir_Share_Extensions;
|
|
DosName = "dict-af";
|
|
End
|
|
|
|
Directory gid_Brand_Dir_Share_Extensions_Dict_An
|
|
ParentID = gid_Brand_Dir_Share_Extensions;
|
|
DosName = "dict-an";
|
|
End
|
|
|
|
Directory gid_Brand_Dir_Share_Extensions_Dict_Ar
|
|
ParentID = gid_Brand_Dir_Share_Extensions;
|
|
DosName = "dict-ar";
|
|
End
|
|
|
|
Directory gid_Brand_Dir_Share_Extensions_Dict_Be
|
|
ParentID = gid_Brand_Dir_Share_Extensions;
|
|
DosName = "dict-be";
|
|
End
|
|
|
|
Directory gid_Brand_Dir_Share_Extensions_Dict_Bg
|
|
ParentID = gid_Brand_Dir_Share_Extensions;
|
|
DosName = "dict-bg";
|
|
End
|
|
|
|
Directory gid_Brand_Dir_Share_Extensions_Dict_Bn
|
|
ParentID = gid_Brand_Dir_Share_Extensions;
|
|
DosName = "dict-bn";
|
|
End
|
|
|
|
Directory gid_Brand_Dir_Share_Extensions_Dict_Br
|
|
ParentID = gid_Brand_Dir_Share_Extensions;
|
|
DosName = "dict-br";
|
|
End
|
|
|
|
Directory gid_Brand_Dir_Share_Extensions_Dict_Bs
|
|
ParentID = gid_Brand_Dir_Share_Extensions;
|
|
DosName = "dict-bs";
|
|
End
|
|
|
|
Directory gid_Brand_Dir_Share_Extensions_Dict_Ca
|
|
ParentID = gid_Brand_Dir_Share_Extensions;
|
|
DosName = "dict-ca";
|
|
End
|
|
|
|
Directory gid_Brand_Dir_Share_Extensions_Dict_Cs
|
|
ParentID = gid_Brand_Dir_Share_Extensions;
|
|
DosName = "dict-cs";
|
|
End
|
|
|
|
Directory gid_Brand_Dir_Share_Extensions_Dict_Da
|
|
ParentID = gid_Brand_Dir_Share_Extensions;
|
|
DosName = "dict-da";
|
|
End
|
|
|
|
Directory gid_Brand_Dir_Share_Extensions_Dict_De
|
|
ParentID = gid_Brand_Dir_Share_Extensions;
|
|
DosName = "dict-de";
|
|
End
|
|
|
|
Directory gid_Brand_Dir_Share_Extensions_Dict_En
|
|
ParentID = gid_Brand_Dir_Share_Extensions;
|
|
DosName = "dict-en";
|
|
End
|
|
|
|
Directory gid_Brand_Dir_Share_Extensions_Dict_El
|
|
ParentID = gid_Brand_Dir_Share_Extensions;
|
|
DosName = "dict-el";
|
|
End
|
|
|
|
Directory gid_Brand_Dir_Share_Extensions_Dict_Es
|
|
ParentID = gid_Brand_Dir_Share_Extensions;
|
|
DosName = "dict-es";
|
|
End
|
|
|
|
Directory gid_Brand_Dir_Share_Extensions_Dict_Et
|
|
ParentID = gid_Brand_Dir_Share_Extensions;
|
|
DosName = "dict-et";
|
|
End
|
|
|
|
Directory gid_Brand_Dir_Share_Extensions_Dict_Fr
|
|
ParentID = gid_Brand_Dir_Share_Extensions;
|
|
DosName = "dict-fr";
|
|
End
|
|
|
|
Directory gid_Brand_Dir_Share_Extensions_Dict_Gd
|
|
ParentID = gid_Brand_Dir_Share_Extensions;
|
|
DosName = "dict-gd";
|
|
End
|
|
|
|
Directory gid_Brand_Dir_Share_Extensions_Dict_Gl
|
|
ParentID = gid_Brand_Dir_Share_Extensions;
|
|
DosName = "dict-gl";
|
|
End
|
|
|
|
Directory gid_Brand_Dir_Share_Extensions_Dict_Gu
|
|
ParentID = gid_Brand_Dir_Share_Extensions;
|
|
DosName = "dict-gu";
|
|
End
|
|
|
|
Directory gid_Brand_Dir_Share_Extensions_Dict_He
|
|
ParentID = gid_Brand_Dir_Share_Extensions;
|
|
DosName = "dict-he";
|
|
End
|
|
|
|
Directory gid_Brand_Dir_Share_Extensions_Dict_Hi
|
|
ParentID = gid_Brand_Dir_Share_Extensions;
|
|
DosName = "dict-hi";
|
|
End
|
|
|
|
Directory gid_Brand_Dir_Share_Extensions_Dict_Hu
|
|
ParentID = gid_Brand_Dir_Share_Extensions;
|
|
DosName = "dict-hu";
|
|
End
|
|
|
|
Directory gid_Brand_Dir_Share_Extensions_Dict_Hr
|
|
ParentID = gid_Brand_Dir_Share_Extensions;
|
|
DosName = "dict-hr";
|
|
End
|
|
|
|
Directory gid_Brand_Dir_Share_Extensions_Dict_Is
|
|
ParentID = gid_Brand_Dir_Share_Extensions;
|
|
DosName = "dict-is";
|
|
End
|
|
|
|
Directory gid_Brand_Dir_Share_Extensions_Dict_It
|
|
ParentID = gid_Brand_Dir_Share_Extensions;
|
|
DosName = "dict-it";
|
|
End
|
|
|
|
Directory gid_Brand_Dir_Share_Extensions_Dict_Kmr_Latn
|
|
ParentID = gid_Brand_Dir_Share_Extensions;
|
|
DosName = "dict-kmr-Latn";
|
|
End
|
|
|
|
Directory gid_Brand_Dir_Share_Extensions_Dict_Lo
|
|
ParentID = gid_Brand_Dir_Share_Extensions;
|
|
DosName = "dict-lo";
|
|
End
|
|
|
|
Directory gid_Brand_Dir_Share_Extensions_Dict_Lt
|
|
ParentID = gid_Brand_Dir_Share_Extensions;
|
|
DosName = "dict-lt";
|
|
End
|
|
|
|
Directory gid_Brand_Dir_Share_Extensions_Dict_Lv
|
|
ParentID = gid_Brand_Dir_Share_Extensions;
|
|
DosName = "dict-lv";
|
|
End
|
|
|
|
Directory gid_Brand_Dir_Share_Extensions_Dict_Ne
|
|
ParentID = gid_Brand_Dir_Share_Extensions;
|
|
DosName = "dict-ne";
|
|
End
|
|
|
|
Directory gid_Brand_Dir_Share_Extensions_Dict_Nl
|
|
ParentID = gid_Brand_Dir_Share_Extensions;
|
|
DosName = "dict-nl";
|
|
End
|
|
|
|
Directory gid_Brand_Dir_Share_Extensions_Dict_No
|
|
ParentID = gid_Brand_Dir_Share_Extensions;
|
|
DosName = "dict-no";
|
|
End
|
|
|
|
Directory gid_Brand_Dir_Share_Extensions_Dict_Oc
|
|
ParentID = gid_Brand_Dir_Share_Extensions;
|
|
DosName = "dict-oc";
|
|
End
|
|
|
|
Directory gid_Brand_Dir_Share_Extensions_Dict_Pl
|
|
ParentID = gid_Brand_Dir_Share_Extensions;
|
|
DosName = "dict-pl";
|
|
End
|
|
|
|
Directory gid_Brand_Dir_Share_Extensions_Dict_Pt_Br
|
|
ParentID = gid_Brand_Dir_Share_Extensions;
|
|
DosName = "dict-pt-BR";
|
|
End
|
|
|
|
Directory gid_Brand_Dir_Share_Extensions_Dict_Pt_Pt
|
|
ParentID = gid_Brand_Dir_Share_Extensions;
|
|
DosName = "dict-pt-PT";
|
|
End
|
|
|
|
Directory gid_Brand_Dir_Share_Extensions_Dict_Ro
|
|
ParentID = gid_Brand_Dir_Share_Extensions;
|
|
DosName = "dict-ro";
|
|
End
|
|
|
|
Directory gid_Brand_Dir_Share_Extensions_Dict_Ru
|
|
ParentID = gid_Brand_Dir_Share_Extensions;
|
|
DosName = "dict-ru";
|
|
End
|
|
|
|
Directory gid_Brand_Dir_Share_Extensions_Dict_Si
|
|
ParentID = gid_Brand_Dir_Share_Extensions;
|
|
DosName = "dict-si";
|
|
End
|
|
|
|
Directory gid_Brand_Dir_Share_Extensions_Dict_Sk
|
|
ParentID = gid_Brand_Dir_Share_Extensions;
|
|
DosName = "dict-sk";
|
|
End
|
|
|
|
Directory gid_Brand_Dir_Share_Extensions_Dict_Sl
|
|
ParentID = gid_Brand_Dir_Share_Extensions;
|
|
DosName = "dict-sl";
|
|
End
|
|
|
|
Directory gid_Brand_Dir_Share_Extensions_Dict_Sr
|
|
ParentID = gid_Brand_Dir_Share_Extensions;
|
|
DosName = "dict-sr";
|
|
End
|
|
|
|
Directory gid_Brand_Dir_Share_Extensions_Dict_Sv
|
|
ParentID = gid_Brand_Dir_Share_Extensions;
|
|
DosName = "dict-sv";
|
|
End
|
|
|
|
Directory gid_Brand_Dir_Share_Extensions_Dict_Sw
|
|
ParentID = gid_Brand_Dir_Share_Extensions;
|
|
DosName = "dict-sw";
|
|
End
|
|
|
|
Directory gid_Brand_Dir_Share_Extensions_Dict_Te
|
|
ParentID = gid_Brand_Dir_Share_Extensions;
|
|
DosName = "dict-te";
|
|
End
|
|
|
|
Directory gid_Brand_Dir_Share_Extensions_Dict_Th
|
|
ParentID = gid_Brand_Dir_Share_Extensions;
|
|
DosName = "dict-th";
|
|
End
|
|
|
|
Directory gid_Brand_Dir_Share_Extensions_Dict_Uk
|
|
ParentID = gid_Brand_Dir_Share_Extensions;
|
|
DosName = "dict-uk";
|
|
End
|
|
|
|
Directory gid_Brand_Dir_Share_Extensions_Dict_Vi
|
|
ParentID = gid_Brand_Dir_Share_Extensions;
|
|
DosName = "dict-vi";
|
|
End
|
|
|
|
Directory gid_Brand_Dir_Share_Extensions_Dict_Zu
|
|
ParentID = gid_Brand_Dir_Share_Extensions;
|
|
DosName = "dict-zu";
|
|
End
|
|
|
|
Directory gid_Brand_Dir_Share_Extensions_Oooimprovement
|
|
ParentID = gid_Brand_Dir_Share_Extensions;
|
|
DosName = "OOoImprovement";
|
|
End
|
|
|
|
Directory gid_Brand_Dir_Share_Uno_Packages
|
|
ParentID = gid_Brand_Dir_Share;
|
|
DosName = "uno_packages";
|
|
Styles = (CREATE);
|
|
End
|
|
|
|
Directory gid_Brand_Dir_Share_Uno_Packages_Cache
|
|
ParentID = gid_Brand_Dir_Share_Uno_Packages;
|
|
DosName = "cache";
|
|
Styles = (CREATE);
|
|
End
|
|
|
|
Directory gid_Brand_Dir_Share_Uno_Packages_Cache_Uno_Packages
|
|
ParentID = gid_Brand_Dir_Share_Uno_Packages_Cache;
|
|
DosName = "uno_packages";
|
|
Styles = (CREATE);
|
|
End
|
|
|
|
Directory gid_Brand_Dir_Share_Glade
|
|
ParentID = gid_Brand_Dir_Share;
|
|
DosName = "glade";
|
|
End
|
|
|
|
Directory gid_Brand_Dir_Share_Labels
|
|
ParentID = gid_Brand_Dir_Share;
|
|
DosName = "labels";
|
|
End
|
|
|
|
#if defined MACOSX
|
|
|
|
Directory gid_Brand_Dir_Share_Ure
|
|
ParentID = gid_Brand_Dir_Share;
|
|
DosName = "ure";
|
|
End
|
|
|
|
Directory gid_Brand_Dir_Share_Ure_Etc
|
|
ParentID = gid_Brand_Dir_Share_Ure;
|
|
DosName = "etc";
|
|
End
|
|
|
|
Directory gid_Brand_Dir_Share_Ure_Share
|
|
ParentID = gid_Brand_Dir_Share_Ure;
|
|
DosName = "share";
|
|
End
|
|
|
|
#endif
|
|
|
|
Directory gid_Brand_Dir_Share_Registry
|
|
ParentID = gid_Brand_Dir_Share;
|
|
DosName = "registry";
|
|
End
|
|
|
|
#if defined UNX && ! defined MACOSX
|
|
Directory gid_Brand_Dir_Share_Xdg
|
|
ParentID = gid_Brand_Dir_Share;
|
|
DosName = "xdg";
|
|
End
|
|
#endif
|
|
|
|
// Files
|
|
|
|
File gid_Brand_File_Html_Thirdpartylicensereadme
|
|
Name = "LICENSE.html";
|
|
#if defined MACOSX
|
|
Dir = gid_Dir_Bundle_Contents_Resources;
|
|
#else
|
|
Dir = gid_Dir_Brand_Root;
|
|
#endif
|
|
Styles = (WORKSTATION);
|
|
TXT_FILE_BODY;
|
|
End
|
|
|
|
#if defined UNX && !defined MACOSX
|
|
|
|
File gid_Brand_File_Gdb_Trace
|
|
TXT_FILE_BODY;
|
|
Dir = gid_Brand_Dir_Program;
|
|
Name = gdbtrace;
|
|
Styles = (PACKED);
|
|
End
|
|
|
|
#endif
|
|
|
|
#if !defined MACOSX && !defined WNT
|
|
|
|
File gid_Brand_File_Bin_Soffice
|
|
BIN_FILE_BODY;
|
|
Dir = FILELIST_DIR;
|
|
Name = "desktop_soffice_sh.filelist";
|
|
Styles = (FILELIST, PACKED);
|
|
End
|
|
|
|
#endif
|
|
|
|
#ifdef WNT
|
|
File gid_Brand_File_Desktophelper_Txt
|
|
TXT_FILE_BODY;
|
|
Styles = (PACKED);
|
|
Dir = gid_Brand_Dir_Program;
|
|
Name = "desktophelper.txt";
|
|
ComponentCondition = "CREATEDESKTOPLINK=1";
|
|
End
|
|
#endif
|
|
|
|
#if !defined WNT && !defined MACOSX
|
|
File gid_Brand_File_Bin_Unoinfo
|
|
BIN_FILE_BODY;
|
|
Dir = gid_Brand_Dir_Program;
|
|
Name = "unoinfo";
|
|
Styles = (PACKED);
|
|
End
|
|
#endif
|
|
|
|
#if defined UNX && !defined MACOSX
|
|
File gid_Brand_File_Script_Unopkg
|
|
BIN_FILE_BODY;
|
|
Dir = gid_Brand_Dir_Program;
|
|
Styles = (PACKED);
|
|
Name = "unopkg";
|
|
End
|
|
#endif
|
|
|
|
File gid_Brand_File_Bmp_IntroAboutShell
|
|
TXT_FILE_BODY;
|
|
Dir = FILELIST_DIR;
|
|
Name = "desktop_branding.filelist";
|
|
Styles = (FILELIST);
|
|
End
|
|
|
|
#if defined CUSTOM_BRANDING
|
|
File gid_Brand_File_Bmp_IntroAboutShell_custom
|
|
TXT_FILE_BODY;
|
|
Dir = FILELIST_DIR;
|
|
Name = "desktop_branding_custom.filelist";
|
|
Styles = (FILELIST);
|
|
End
|
|
#endif
|
|
|
|
File gid_Brand_File_Txt_Package
|
|
TXT_FILE_BODY;
|
|
Dir = gid_Brand_Dir_Share_Extensions;
|
|
Name = "package.txt";
|
|
Styles = (PACKED);
|
|
End
|
|
|
|
File gid_Brand_File_Share_Registry_Cjk_Xcd
|
|
TXT_FILE_BODY;
|
|
Styles = (PACKED,MAKE_LANG_SPECIFIC);
|
|
Dir = gid_Brand_Dir_Share_Registry;
|
|
Name (ja) = "cjk.xcd";
|
|
Name (ko) = "cjk.xcd";
|
|
Name (zh-CN) = "cjk.xcd";
|
|
Name (zh-TW) = "cjk.xcd";
|
|
End
|
|
|
|
#if defined UNX && ! defined MACOSX
|
|
File gid_Brand_File_Share_Xdg_Base
|
|
TXT_FILE_BODY;
|
|
Dir = gid_Brand_Dir_Share_Xdg;
|
|
Styles = (PACKED,SCPZIP_REPLACE);
|
|
Name = "base.desktop";
|
|
End
|
|
#endif
|
|
|
|
#if defined UNX && ! defined MACOSX
|
|
File gid_Brand_File_Share_Xdg_Calc
|
|
TXT_FILE_BODY;
|
|
Dir = gid_Brand_Dir_Share_Xdg;
|
|
Name = "calc.desktop";
|
|
Styles = (PACKED,SCPZIP_REPLACE);
|
|
End
|
|
#endif
|
|
|
|
#if defined UNX && ! defined MACOSX
|
|
File gid_Brand_File_Share_Xdg_Draw
|
|
TXT_FILE_BODY;
|
|
Dir = gid_Brand_Dir_Share_Xdg;
|
|
Name = "draw.desktop";
|
|
Styles = (PACKED,SCPZIP_REPLACE);
|
|
End
|
|
#endif
|
|
|
|
#if defined UNX && ! defined MACOSX
|
|
File gid_Brand_File_Share_Xdg_Impress
|
|
TXT_FILE_BODY;
|
|
Dir = gid_Brand_Dir_Share_Xdg;
|
|
Name = "impress.desktop";
|
|
Styles = (PACKED,SCPZIP_REPLACE);
|
|
End
|
|
#endif
|
|
|
|
#if defined UNX && ! defined MACOSX
|
|
File gid_Brand_File_Share_Xdg_Math
|
|
TXT_FILE_BODY;
|
|
Dir = gid_Brand_Dir_Share_Xdg;
|
|
Name = "math.desktop";
|
|
Styles = (PACKED,SCPZIP_REPLACE);
|
|
End
|
|
#endif
|
|
|
|
#if defined UNX && ! defined MACOSX
|
|
#ifdef ENABLE_SYSTRAY_GTK
|
|
File gid_Brand_File_Share_Xdg_QStart
|
|
TXT_FILE_BODY;
|
|
Dir = gid_Brand_Dir_Share_Xdg;
|
|
Styles = (PACKED,SCPZIP_REPLACE);
|
|
Name = "qstart.desktop";
|
|
End
|
|
#endif
|
|
#endif
|
|
|
|
#if defined UNX && ! defined MACOSX
|
|
File gid_Brand_File_Share_Xdg_Writer
|
|
TXT_FILE_BODY;
|
|
Dir = gid_Brand_Dir_Share_Xdg;
|
|
Name = "writer.desktop";
|
|
Styles = (PACKED,SCPZIP_REPLACE);
|
|
End
|
|
#endif
|
|
|
|
#if defined UNX && ! defined MACOSX
|
|
File gid_Brand_File_Share_Xdg_StartCenter
|
|
TXT_FILE_BODY;
|
|
Dir = gid_Brand_Dir_Share_Xdg;
|
|
Name = "startcenter.desktop";
|
|
Styles = (PACKED,SCPZIP_REPLACE);
|
|
End
|
|
#endif
|
|
|
|
#if defined UNX && ! defined MACOSX
|
|
File gid_Brand_File_Share_Xdg_XsltFilter
|
|
TXT_FILE_BODY;
|
|
Dir = gid_Brand_Dir_Share_Xdg;
|
|
Name = "xsltfilter.desktop";
|
|
Styles = (PACKED,SCPZIP_REPLACE);
|
|
End
|
|
#endif
|
|
|
|
// Profiles
|
|
|
|
Profile gid_Brand_Profile_Bootstrap_Ini
|
|
ModuleID = gid_Module_Root_Brand;
|
|
Name = PROFILENAME(bootstrap);
|
|
Dir = GID_BRAND_DIR_ETC;
|
|
Styles = (NETWORK);
|
|
End
|
|
|
|
Profile gid_Brand_Profile_Soffice_Ini
|
|
ModuleID = gid_Module_Root_Brand;
|
|
Name = PROFILENAME(soffice);
|
|
Dir = GID_BRAND_DIR_ETC;
|
|
Styles = (NETWORK);
|
|
End
|
|
|
|
Profile gid_Brand_Profile_Setup_Ini
|
|
ModuleID = gid_Module_Root_Brand;
|
|
Name = PROFILENAME(setup);
|
|
Dir = GID_BRAND_DIR_ETC;
|
|
Styles = (NETWORK);
|
|
End
|
|
|
|
Profile gid_Brand_Profile_Version_Ini
|
|
ModuleID = gid_Module_Root_Brand;
|
|
Name = PROFILENAME(version);
|
|
Dir = GID_BRAND_DIR_ETC;
|
|
Styles = (NETWORK);
|
|
End
|
|
|
|
Profile gid_Brand_Profile_Fundamental_Ini
|
|
ModuleID = gid_Module_Root_Brand;
|
|
Name = PROFILENAME(fundamental);
|
|
Dir = GID_BRAND_DIR_ETC;
|
|
End
|
|
|
|
#if !defined MACOSX
|
|
Profile gid_Brand_Profile_Redirect_Ini
|
|
ModuleID = gid_Module_Root_Brand;
|
|
Name = PROFILENAME(redirect);
|
|
Dir = gid_Brand_Dir_Program;
|
|
End
|
|
#endif
|
|
|
|
// ProfileItems
|
|
|
|
ProfileItem gid_Brand_Profileitem_Bootstrap_Errorreport_Server
|
|
ProfileID = gid_Brand_Profile_Bootstrap_Ini;
|
|
ModuleID = gid_Module_Root_Brand;
|
|
Section = "ErrorReport";
|
|
Order = 8;
|
|
Key = "ErrorReportServer";
|
|
Value = "report.libreoffice.org";
|
|
End
|
|
|
|
ProfileItem gid_Brand_Profileitem_Bootstrap_Productkey
|
|
ProfileID = gid_Brand_Profile_Bootstrap_Ini;
|
|
ModuleID = gid_Module_Root_Brand;
|
|
Section = "Bootstrap";
|
|
Order = 1;
|
|
Key = "ProductKey";
|
|
Value = "<productkey>";
|
|
End
|
|
|
|
ProfileItem gid_Brand_Profileitem_Bootstrap_Errorreport_Port
|
|
ProfileID = gid_Brand_Profile_Bootstrap_Ini;
|
|
ModuleID = gid_Module_Root_Brand;
|
|
Section = "ErrorReport";
|
|
Order = 7;
|
|
Key = "ErrorReportPort";
|
|
Value = "80";
|
|
End
|
|
|
|
ProfileItem gid_Brand_Profileitem_Bootstrap_Installmode
|
|
ProfileID = gid_Brand_Profile_Bootstrap_Ini;
|
|
ModuleID = gid_Module_Root_Brand;
|
|
Section = "Bootstrap";
|
|
Order = 5;
|
|
Key = "InstallMode";
|
|
Value = "<installmode>";
|
|
End
|
|
|
|
ProfileItem gid_Brand_Profileitem_Bootstrap_Userinstall
|
|
ProfileID = gid_Brand_Profile_Bootstrap_Ini;
|
|
ModuleID = gid_Module_Root_Brand;
|
|
Section = "Bootstrap";
|
|
Order = 3;
|
|
Key = "UserInstallation";
|
|
#ifdef WNT
|
|
Value = "$SYSUSERCONFIG/%ONEWORDPRODUCTNAME/%USERDIRPRODUCTVERSION";
|
|
#elif defined MACOSX
|
|
Value = "$SYSUSERCONFIG/%ONEWORDPRODUCTNAME/%USERDIRPRODUCTVERSION";
|
|
#else
|
|
Value = "$SYSUSERCONFIG/%LCONEWORDPRODUCTNAME/%USERDIRPRODUCTVERSION";
|
|
#endif
|
|
End
|
|
|
|
ProfileItem gid_Brand_Profileitem_Soffice_UreBootstrap
|
|
ModuleID = gid_Module_Root_Brand;
|
|
ProfileID = gid_Brand_Profile_Soffice_Ini;
|
|
Section = "Bootstrap";
|
|
Key = "URE_BOOTSTRAP";
|
|
Value = "${ORIGIN}/" PROFILENAME(fundamental);
|
|
End
|
|
|
|
ProfileItem gid_Brand_Profileitem_Soffice_Logo
|
|
ProfileID = gid_Brand_Profile_Soffice_Ini;
|
|
ModuleID = gid_Module_Root_Brand;
|
|
Section = "Bootstrap";
|
|
Order = 1;
|
|
Key = "Logo";
|
|
Value = "1";
|
|
End
|
|
|
|
ProfileItem gid_Brand_Profileitem_Soffice_ProgressBarColor_So
|
|
ProfileID = gid_Brand_Profile_Soffice_Ini;
|
|
ModuleID = gid_Module_Root_Brand;
|
|
Section = "Bootstrap";
|
|
Order = 2;
|
|
Key = "ProgressBarColor";
|
|
Value = "${PROGRESSBARCOLOR}";
|
|
End
|
|
|
|
ProfileItem gid_Brand_Profileitem_Soffice_ProgressSize_So
|
|
ProfileID = gid_Brand_Profile_Soffice_Ini;
|
|
ModuleID = gid_Module_Root_Brand;
|
|
Section = "Bootstrap";
|
|
Order = 3;
|
|
Key = "ProgressSize";
|
|
Value = "${PROGRESSSIZE}";
|
|
End
|
|
|
|
ProfileItem gid_Brand_Profileitem_Soffice_ProgressPosition_So
|
|
ProfileID = gid_Brand_Profile_Soffice_Ini;
|
|
ModuleID = gid_Module_Root_Brand;
|
|
Section = "Bootstrap";
|
|
Order = 4;
|
|
Key = "ProgressPosition";
|
|
Value = "${PROGRESSPOSITION}";
|
|
End
|
|
|
|
ProfileItem gid_Brand_Profileitem_Soffice_ProgressFrameColor_So
|
|
ProfileID = gid_Brand_Profile_Soffice_Ini;
|
|
ModuleID = gid_Module_Root_Brand;
|
|
Section = "Bootstrap";
|
|
Order = 5;
|
|
Key = "ProgressFrameColor";
|
|
Value = "${PROGRESSFRAMECOLOR}";
|
|
End
|
|
|
|
ProfileItem gid_Brand_Profileitem_Soffice_NativeProgress_So
|
|
ProfileID = gid_Brand_Profile_Soffice_Ini;
|
|
ModuleID = gid_Module_Root_Brand;
|
|
Section = "Bootstrap";
|
|
Order = 6;
|
|
Key = "NativeProgress";
|
|
Value = "${NATIVEPROGRESS}";
|
|
End
|
|
|
|
ProfileItem gid_Brand_Profileitem_Soffice_ProgressTextColor_So
|
|
ProfileID = gid_Brand_Profile_Soffice_Ini;
|
|
ModuleID = gid_Module_Root_Brand;
|
|
Section = "Bootstrap";
|
|
Order = 7;
|
|
Key = "ProgressTextColor";
|
|
Value = "${PROGRESSTEXTCOLOR}";
|
|
End
|
|
|
|
ProfileItem gid_Brand_Profileitem_Soffice_ProgressTextBaseline_So
|
|
ProfileID = gid_Brand_Profile_Soffice_Ini;
|
|
ModuleID = gid_Module_Root_Brand;
|
|
Section = "Bootstrap";
|
|
Order = 8;
|
|
Key = "ProgressTextBaseline";
|
|
Value = "${PROGRESSTEXTBASELINE}";
|
|
End
|
|
|
|
ProfileItem gid_Brand_Profileitem_Soffice_Hideeula
|
|
ProfileID = gid_Brand_Profile_Soffice_Ini;
|
|
ModuleID = gid_Module_Root_Brand;
|
|
Section = "Bootstrap";
|
|
Order = 7;
|
|
Key = "HideEula";
|
|
Value = "1";
|
|
End
|
|
|
|
ProfileItem gid_Brand_Profileitem_Version_Buildid
|
|
ProfileID = gid_Brand_Profile_Version_Ini;
|
|
ModuleID = gid_Module_Root_Brand;
|
|
Section = "Version";
|
|
Order = 4;
|
|
Key = "buildid";
|
|
Value = "<buildid>";
|
|
End
|
|
|
|
#ifdef WNT
|
|
|
|
ProfileItem gid_Brand_Profileitem_Version_Productcode
|
|
ProfileID = gid_Brand_Profile_Version_Ini;
|
|
ModuleID = gid_Module_Root_Brand;
|
|
Section = "Version";
|
|
Order = 8;
|
|
Key = "ProductCode";
|
|
Value = "<productcode>";
|
|
End
|
|
|
|
#endif
|
|
|
|
#ifdef WNT
|
|
|
|
ProfileItem gid_Brand_Profileitem_Version_Upgradecode
|
|
ProfileID = gid_Brand_Profile_Version_Ini;
|
|
ModuleID = gid_Module_Root_Brand;
|
|
Section = "Version";
|
|
Order = 9;
|
|
Key = "UpgradeCode";
|
|
Value = "<upgradecode>";
|
|
End
|
|
|
|
#endif
|
|
|
|
ProfileItem gid_Brand_Profileitem_Version_Alllanguages
|
|
ProfileID = gid_Brand_Profile_Version_Ini;
|
|
ModuleID = gid_Module_Root_Brand;
|
|
Section = "Version";
|
|
Order = 13;
|
|
Key = "AllLanguages";
|
|
Value = "<alllanguages>";
|
|
End
|
|
|
|
#ifdef WNT
|
|
|
|
ProfileItem gid_Brand_Profileitem_Version_Msiproductversion
|
|
ProfileID = gid_Brand_Profile_Version_Ini;
|
|
ModuleID = gid_Module_Root_Brand;
|
|
Section = "Version";
|
|
Order = 14;
|
|
Key = "MsiProductVersion";
|
|
Value = "<msiproductversion>";
|
|
End
|
|
|
|
#endif
|
|
|
|
ProfileItem gid_Brand_Profileitem_Version_Updateurl
|
|
ProfileID = gid_Brand_Profile_Version_Ini;
|
|
ModuleID = gid_Module_Root_Brand;
|
|
Section = "Version";
|
|
Order = 15;
|
|
Key = "UpdateURL";
|
|
#if defined(ENABLE_ONLINE_UPDATE)
|
|
#ifdef WNT
|
|
Value = "${UPDATEURL}";
|
|
#else // defined WNT
|
|
Value = "${UPDATEURL}?pkgfmt=<pkgformat>";
|
|
#endif //defined WNT
|
|
#else
|
|
Value = "";
|
|
#endif
|
|
End
|
|
|
|
ProfileItem gid_Brand_Profileitem_Version_Updateid
|
|
ProfileID = gid_Brand_Profile_Version_Ini;
|
|
ModuleID = gid_Module_Root_Brand;
|
|
Section = "Version";
|
|
Order = 16;
|
|
Key = "UpdateID";
|
|
Value = "<updateid>";
|
|
End
|
|
|
|
ProfileItem gid_Brand_Profileitem_Version_Useragent
|
|
ProfileID = gid_Brand_Profile_Version_Ini;
|
|
ModuleID = gid_Module_Root_Brand;
|
|
Section = "Version";
|
|
Order = 17;
|
|
Key = "UpdateUserAgent";
|
|
Value = "<PRODUCT> (${buildid}; ${_OS}; ${_ARCH}; <OPTIONAL_OS_HW_DATA>)";
|
|
End
|
|
|
|
ProfileItem gid_Brand_Profileitem_Version_Vendor
|
|
ProfileID = gid_Brand_Profile_Version_Ini;
|
|
ModuleID = gid_Module_Root_Brand;
|
|
Section = "Version";
|
|
Order = 16;
|
|
Key = "Vendor";
|
|
Value = "<vendor>";
|
|
End
|
|
|
|
ProfileItem gid_Brand_Profileitem_Version_BuildVersion
|
|
ProfileID = gid_Brand_Profile_Version_Ini;
|
|
ModuleID = gid_Module_Root_Brand;
|
|
Section = "Version";
|
|
Order = 17;
|
|
Key = "BuildVersion";
|
|
Value = "<buildversion>";
|
|
End
|
|
|
|
ProfileItem gid_Brand_Profileitem_Version_Extensionupdateurl
|
|
ProfileID = gid_Brand_Profile_Version_Ini;
|
|
ModuleID = gid_Module_Root_Brand;
|
|
Section = "Version";
|
|
Order = 18;
|
|
Key = "ExtensionUpdateURL";
|
|
#if defined(ENABLE_EXTENSION_UPDATE)
|
|
Value = "http://updateexte.libreoffice.org/ExtensionUpdateService/check.Update";
|
|
#else
|
|
Value = "";
|
|
#endif
|
|
End
|
|
|
|
ProfileItem gid_Brand_Profileitem_Version_ReferenceOOoMajorMinor
|
|
ProfileID = gid_Brand_Profile_Version_Ini;
|
|
ModuleID = gid_Module_Root_Brand;
|
|
Section = "Version";
|
|
Key = "ReferenceOOoMajorMinor";
|
|
Value = "${REFERENCEOOOMAJORMINOR}";
|
|
End
|
|
|
|
ProfileItem gid_Brand_Profileitem_Fundamental_Brand_Base_Dir
|
|
ModuleID = gid_Module_Root_Brand;
|
|
ProfileID = gid_Brand_Profile_Fundamental_Ini;
|
|
Section = "Bootstrap";
|
|
Key = "BRAND_BASE_DIR";
|
|
Value = "${ORIGIN}/..";
|
|
End
|
|
|
|
ProfileItem gid_Brand_Profileitem_Fundamental_Brand_Share_Subdir
|
|
ModuleID = gid_Module_Root_Brand;
|
|
ProfileID = gid_Brand_Profile_Fundamental_Ini;
|
|
Section = "Bootstrap";
|
|
Key = "BRAND_SHARE_SUBDIR";
|
|
Value = LIBO_SHARE_FOLDER;
|
|
End
|
|
|
|
ProfileItem gid_Brand_Profileitem_Fundamental_Brand_Bin_Subdir
|
|
ModuleID = gid_Module_Root_Brand;
|
|
ProfileID = gid_Brand_Profile_Fundamental_Ini;
|
|
Section = "Bootstrap";
|
|
Key = "BRAND_INI_DIR";
|
|
Value = "${ORIGIN}";
|
|
End
|
|
|
|
ProfileItem gid_Brand_Profileitem_Fundamental_Lo_Lib_Dir
|
|
ModuleID = gid_Module_Root_Brand;
|
|
ProfileID = gid_Brand_Profile_Fundamental_Ini;
|
|
Section = "Bootstrap";
|
|
Key = "LO_LIB_DIR";
|
|
Value = "${BRAND_BASE_DIR}/" LIBO_LIB_FOLDER;
|
|
End
|
|
|
|
ProfileItem gid_Brand_Profileitem_Fundamental_Lo_Java_Dir
|
|
ModuleID = gid_Module_Root_Brand;
|
|
ProfileID = gid_Brand_Profile_Fundamental_Ini;
|
|
Section = "Bootstrap";
|
|
Key = "LO_JAVA_DIR";
|
|
Value = "${BRAND_BASE_DIR}/" LIBO_SHARE_JAVA_FOLDER;
|
|
End
|
|
|
|
ProfileItem gid_Brand_Profileitem_Fundamental_Uno_Bundled_Extensions
|
|
ModuleID = gid_Module_Root_Brand;
|
|
ProfileID = gid_Brand_Profile_Fundamental_Ini;
|
|
Section = "Bootstrap";
|
|
Key = "BUNDLED_EXTENSIONS";
|
|
Value = "${$ORIGIN/" PROFILENAME(louno) ":BUNDLED_EXTENSIONS}";
|
|
End
|
|
|
|
ProfileItem gid_Brand_Profileitem_Fundamental_Uno_Bundled_Extensions_User
|
|
ModuleID = gid_Module_Root_Brand;
|
|
ProfileID = gid_Brand_Profile_Fundamental_Ini;
|
|
Section = "Bootstrap";
|
|
Key = "BUNDLED_EXTENSIONS_USER";
|
|
Value = "${$ORIGIN/" PROFILENAME(louno) ":BUNDLED_EXTENSIONS_USER}";
|
|
End
|
|
|
|
ProfileItem gid_Brand_Profileitem_Fundamental_Uno_Shared_Packages_Cache
|
|
ModuleID = gid_Module_Root_Brand;
|
|
ProfileID = gid_Brand_Profile_Fundamental_Ini;
|
|
Section = "Bootstrap";
|
|
Key = "UNO_SHARED_PACKAGES_CACHE";
|
|
Value = "${$ORIGIN/" PROFILENAME(louno) ":UNO_SHARED_PACKAGES_CACHE}";
|
|
End
|
|
|
|
ProfileItem gid_Brand_Profileitem_Fundamental_Uno_Shared_Extensions_User
|
|
ModuleID = gid_Module_Root_Brand;
|
|
ProfileID = gid_Brand_Profile_Fundamental_Ini;
|
|
Section = "Bootstrap";
|
|
Key = "SHARED_EXTENSIONS_USER";
|
|
Value = "${$ORIGIN/" PROFILENAME(louno) ":SHARED_EXTENSIONS_USER}";
|
|
End
|
|
|
|
ProfileItem gid_Brand_Profileitem_Fundamental_Uno_User_Packages_Cache
|
|
ModuleID = gid_Module_Root_Brand;
|
|
ProfileID = gid_Brand_Profile_Fundamental_Ini;
|
|
Section = "Bootstrap";
|
|
Key = "UNO_USER_PACKAGES_CACHE";
|
|
Value = "${$ORIGIN/" PROFILENAME(louno) ":UNO_USER_PACKAGES_CACHE}";
|
|
End
|
|
|
|
ProfileItem gid_Brand_Profileitem_Fundamental_Uno_Tmp_Extensions
|
|
ModuleID = gid_Module_Root_Brand;
|
|
ProfileID = gid_Brand_Profile_Fundamental_Ini;
|
|
Section = "Bootstrap";
|
|
Key = "TMP_EXTENSIONS";
|
|
Value = "${$ORIGIN/" PROFILENAME(louno) ":TMP_EXTENSIONS}";
|
|
End
|
|
|
|
ProfileItem gid_Brand_Profileitem_Fundamental_Uno_Bak_Extensions
|
|
ModuleID = gid_Module_Root_Brand;
|
|
ProfileID = gid_Brand_Profile_Fundamental_Ini;
|
|
Section = "Bootstrap";
|
|
Key = "BAK_EXTENSIONS";
|
|
Value = "${$ORIGIN/" PROFILENAME(louno) ":TMP_EXTENSIONS}";
|
|
End
|
|
|
|
ProfileItem gid_Brand_Profileitem_Fundamental_Ure_More_Types
|
|
ModuleID = gid_Module_Root_Brand;
|
|
ProfileID = gid_Brand_Profile_Fundamental_Ini;
|
|
Section = "Bootstrap";
|
|
Key = "URE_MORE_TYPES";
|
|
Value = "<$ORIGIN/types>* ${${$ORIGIN/" PROFILENAME(louno) ":PKG_UserUnoFile}:UNO_TYPES} ${${$ORIGIN/" PROFILENAME(louno) ":PKG_SharedUnoFile}:UNO_TYPES} ${${$ORIGIN/" PROFILENAME(louno) ":PKG_BundledUnoFile}:UNO_TYPES}";
|
|
End
|
|
|
|
ProfileItem gid_Brand_Profileitem_Fundamental_Ure_More_Services
|
|
ModuleID = gid_Module_Root_Brand;
|
|
ProfileID = gid_Brand_Profile_Fundamental_Ini;
|
|
Section = "Bootstrap";
|
|
Key = "URE_MORE_SERVICES";
|
|
Value = "${${$ORIGIN/" PROFILENAME(louno) ":PKG_UserUnoFile}:UNO_SERVICES} ${${$ORIGIN/" PROFILENAME(louno) ":PKG_SharedUnoFile}:UNO_SERVICES} ${${$ORIGIN/" PROFILENAME(louno) ":PKG_BundledUnoFile}:UNO_SERVICES} <$ORIGIN/services>*";
|
|
End
|
|
|
|
ProfileItem gid_Brand_Profileitem_Fundamental_Ure_More_Java_Types
|
|
ModuleID = gid_Module_Root_Brand;
|
|
ProfileID = gid_Brand_Profile_Fundamental_Ini;
|
|
Section = "Bootstrap";
|
|
Key = "URE_MORE_JAVA_TYPES";
|
|
Value = "${BRAND_BASE_DIR}/" LIBO_SHARE_JAVA_FOLDER "/unoil.jar ${BRAND_BASE_DIR}/" LIBO_SHARE_JAVA_FOLDER "/ScriptFramework.jar ${${$ORIGIN/" PROFILENAME(louno) ":PKG_UserUnoFile}:UNO_JAVA_CLASSPATH} ${${$ORIGIN/" PROFILENAME(louno) ":PKG_SharedUnoFile}:UNO_JAVA_CLASSPATH} ${${$ORIGIN/" PROFILENAME(louno) ":PKG_BundledUnoFile}:UNO_JAVA_CLASSPATH}";
|
|
End
|
|
|
|
ProfileItem gid_Brand_Profileitem_Fundamental_Ure_Java_Jfw_Shared_Data
|
|
ModuleID = gid_Module_Root_Brand;
|
|
ProfileID = gid_Brand_Profile_Fundamental_Ini;
|
|
Section = "Bootstrap";
|
|
Key = "URE_OVERRIDE_JAVA_JFW_SHARED_DATA";
|
|
Value = "${BRAND_BASE_DIR}/" LIBO_SHARE_FOLDER "/config/javasettings_${_OS}_${_ARCH}.xml";
|
|
End
|
|
|
|
ProfileItem gid_Brand_Profileitem_Fundamental_Ure_Java_Jfw_User_Data
|
|
ModuleID = gid_Module_Root_Brand;
|
|
ProfileID = gid_Brand_Profile_Fundamental_Ini;
|
|
Section = "Bootstrap";
|
|
Key = "URE_OVERRIDE_JAVA_JFW_USER_DATA";
|
|
Value = "${${BRAND_BASE_DIR}/" LIBO_ETC_FOLDER "/" PROFILENAME(bootstrap) ":UserInstallation}/user/config/javasettings_${_OS}_${_ARCH}.xml";
|
|
End
|
|
|
|
ProfileItem gid_Brand_Profileitem_Fundamental_Ure_Java_Classpath_Urls
|
|
ModuleID = gid_Module_Root_Brand;
|
|
ProfileID = gid_Brand_Profile_Fundamental_Ini;
|
|
Section = "Bootstrap";
|
|
Key = "URE_MORE_JAVA_CLASSPATH_URLS";
|
|
Value = "";
|
|
#ifdef SYSTEM_HSQLDB
|
|
ValueList1 = HSQLDB_JAR;
|
|
#endif
|
|
End
|
|
|
|
ProfileItem gid_Brand_Profileitem_Fundamental_Ure_Bin_Dir
|
|
ModuleID = gid_Module_Root_Brand;
|
|
ProfileID = gid_Brand_Profile_Fundamental_Ini;
|
|
Section = "Bootstrap";
|
|
Key = "URE_BIN_DIR";
|
|
Value = "${BRAND_BASE_DIR}/" LIBO_URE_BIN_FOLDER;
|
|
End
|
|
|
|
#if ENABLE_DCONF
|
|
#define CONFIGURATION_LAYERS_DCONF " dconf:*"
|
|
#else
|
|
#define CONFIGURATION_LAYERS_DCONF
|
|
#endif
|
|
#if defined WNT
|
|
#define CONFIGURATION_LAYERS_WINREG " winreg:LOCAL_MACHINE"
|
|
#define CONFIGURATION_LAYERS_WINUSERREG " winreg:CURRENT_USER"
|
|
#else
|
|
#define CONFIGURATION_LAYERS_WINREG
|
|
#define CONFIGURATION_LAYERS_WINUSERREG
|
|
#endif
|
|
ProfileItem gid_Brand_Profileitem_Fundamental_Configuration_Layers
|
|
ProfileID = gid_Brand_Profile_Fundamental_Ini;
|
|
ModuleID = gid_Module_Root_Brand;
|
|
Section = "Bootstrap";
|
|
Key = "CONFIGURATION_LAYERS";
|
|
Value = "xcsxcu:${BRAND_BASE_DIR}/" LIBO_SHARE_FOLDER "/registry res:${BRAND_BASE_DIR}/" LIBO_SHARE_FOLDER "/registry" CONFIGURATION_LAYERS_DCONF CONFIGURATION_LAYERS_WINREG " bundledext:${${BRAND_BASE_DIR}/" LIBO_ETC_FOLDER "/" PROFILENAME(louno) ":BUNDLED_EXTENSIONS_USER}/registry/com.sun.star.comp.deployment.configuration.PackageRegistryBackend/configmgr.ini sharedext:${${BRAND_BASE_DIR}/" LIBO_ETC_FOLDER "/" PROFILENAME(louno) ":SHARED_EXTENSIONS_USER}/registry/com.sun.star.comp.deployment.configuration.PackageRegistryBackend/configmgr.ini userext:${${BRAND_BASE_DIR}/" LIBO_ETC_FOLDER "/" PROFILENAME(louno) ":UNO_USER_PACKAGES_CACHE}/registry/com.sun.star.comp.deployment.configuration.PackageRegistryBackend/configmgr.ini " CONFIGURATION_LAYERS_WINUSERREG " user:!${$BRAND_BASE_DIR/" LIBO_ETC_FOLDER "/" PROFILENAME(bootstrap) ":UserInstallation}/user/registrymodifications.xcu";
|
|
End
|
|
#undef CONFIGURATION_LAYERS_DCONF
|
|
#undef CONFIGURATION_LAYERS_WINREG
|
|
#undef CONFIGURATION_LAYERS_WINUSERREG
|
|
|
|
#if !defined MACOSX
|
|
ProfileItem gid_Brand_Profileitem_Redirect_Ure_Bootstrap
|
|
ModuleID = gid_Module_Root_Brand;
|
|
ProfileID = gid_Brand_Profile_Redirect_Ini;
|
|
Section = "Bootstrap";
|
|
Key = "URE_BOOTSTRAP";
|
|
Value = "${ORIGIN}/" PROFILENAME(fundamental);
|
|
End
|
|
#endif
|
|
|
|
#ifdef WNT
|
|
ProfileItem gid_Brand_Profileitem_Setup_Alluserset
|
|
ProfileID = gid_Brand_Profile_Setup_Ini;
|
|
ModuleID = gid_Module_Root_Brand;
|
|
Section = "Bootstrap";
|
|
Order = 4;
|
|
Key = "ALLUSERS";
|
|
Value = "[ALLUSERS]";
|
|
Inifiletablekey = "AllUsersSet";
|
|
Inifiletableaction = "1";
|
|
Styles = (INIFILETABLE);
|
|
End
|
|
#endif
|
|
|
|
#ifdef WNT
|
|
ProfileItem gid_Brand_Profileitem_Setup_Findproduct
|
|
ProfileID = gid_Brand_Profile_Setup_Ini;
|
|
ModuleID = gid_Module_Root_Brand;
|
|
Section = "Bootstrap";
|
|
Order = 5;
|
|
Key = "FINDPRODUCT";
|
|
Value = "[FINDPRODUCT]";
|
|
Inifiletablekey = "FindProductSet";
|
|
Inifiletableaction = "1";
|
|
Styles = (INIFILETABLE);
|
|
End
|
|
#endif
|
|
|
|
#ifdef WNT
|
|
ProfileItem gid_Brand_Profileitem_Setup_Productcode
|
|
ProfileID = gid_Brand_Profile_Setup_Ini;
|
|
ModuleID = gid_Module_Root_Brand;
|
|
Section = "Bootstrap";
|
|
Order = 6;
|
|
Key = "ProductCode";
|
|
Value = "<productcode>";
|
|
End
|
|
#endif
|
|
|
|
#ifdef WNT
|
|
ProfileItem gid_Brand_Profileitem_Setup_Upgradecode
|
|
ProfileID = gid_Brand_Profile_Setup_Ini;
|
|
ModuleID = gid_Module_Root_Brand;
|
|
Section = "Bootstrap";
|
|
Order = 7;
|
|
Key = "UpgradeCode";
|
|
Value = "<upgradecode>";
|
|
End
|
|
#endif
|
|
|
|
ProfileItem gid_Brand_Profileitem_Setup_Buildid
|
|
ProfileID = gid_Brand_Profile_Setup_Ini;
|
|
ModuleID = gid_Module_Root_Brand;
|
|
Section = "Bootstrap";
|
|
Order = 9;
|
|
Key = "buildid";
|
|
Value = "<buildid>";
|
|
End
|
|
|
|
#ifdef WNT
|
|
ProfileItem gid_Brand_Profileitem_Setup_Ureinstall
|
|
ProfileID = gid_Brand_Profile_Setup_Ini;
|
|
ModuleID = gid_Module_Root_Brand;
|
|
Section = "Bootstrap";
|
|
Order = 4;
|
|
Key = "UREINSTALLLOCATION";
|
|
Value = "[INSTALLLOCATION]URE\\";
|
|
Inifiletablekey = "UreInstallLocation";
|
|
Inifiletableaction = "1";
|
|
Styles = (INIFILETABLE);
|
|
End
|
|
#endif
|
|
|
|
#ifdef WNT
|
|
ProfileItem gid_Brand_Profileitem_Setup_Basisinstall
|
|
ProfileID = gid_Brand_Profile_Setup_Ini;
|
|
ModuleID = gid_Module_Root_Brand;
|
|
Section = "Bootstrap";
|
|
Order = 4;
|
|
Key = "BASISINSTALLLOCATION";
|
|
Value = "[INSTALLLOCATION]";
|
|
Inifiletablekey = "BasisInstallLocation";
|
|
Inifiletableaction = "1";
|
|
Styles = (INIFILETABLE);
|
|
End
|
|
#endif
|
|
|
|
#ifdef WNT
|
|
ProfileItem gid_Brand_Profileitem_Setup_Officeinstall
|
|
ProfileID = gid_Brand_Profile_Setup_Ini;
|
|
ModuleID = gid_Module_Root_Brand;
|
|
Section = "Bootstrap";
|
|
Order = 4;
|
|
Key = "OFFICEINSTALLLOCATION";
|
|
Value = "[INSTALLLOCATION]";
|
|
Inifiletablekey = "OfficeInstallLocation";
|
|
Inifiletableaction = "1";
|
|
Styles = (INIFILETABLE);
|
|
End
|
|
#endif
|
|
|
|
#ifdef WNT
|
|
ProfileItem gid_Brand_Profileitem_Setup_Install
|
|
ProfileID = gid_Brand_Profile_Setup_Ini;
|
|
ModuleID = gid_Module_Root_Brand;
|
|
Section = "Bootstrap";
|
|
Order = 4;
|
|
Key = "INSTALLLOCATION";
|
|
Value = "[INSTALLLOCATION]";
|
|
Inifiletablekey = "InstallLocation";
|
|
Inifiletableaction = "1";
|
|
Styles = (INIFILETABLE);
|
|
End
|
|
#endif
|
|
|
|
File gid_License_Txt
|
|
TXT_FILE_BODY;
|
|
#if defined MACOSX
|
|
Dir = gid_Dir_Bundle_Contents_Resources;
|
|
#else
|
|
Dir = gid_Dir_Brand_Root;
|
|
#endif
|
|
#ifdef UNX
|
|
Name = "LICENSE";
|
|
#endif
|
|
#ifdef WNT
|
|
Name = "license.txt";
|
|
#endif
|
|
Styles = (PACKED);
|
|
End
|
|
|
|
File gid_License_Odt
|
|
TXT_FILE_BODY;
|
|
#if defined MACOSX
|
|
Dir = gid_Dir_Bundle_Contents_Resources;
|
|
#else
|
|
Dir = gid_Dir_Brand_Root;
|
|
#endif
|
|
Name = "LICENSE.fodt";
|
|
Styles = (PACKED);
|
|
End
|
|
|
|
File gid_Credits_Odt
|
|
TXT_FILE_BODY;
|
|
#if defined MACOSX
|
|
Dir = gid_Dir_Bundle_Contents_Resources;
|
|
#else
|
|
Dir = gid_Dir_Brand_Root;
|
|
#endif
|
|
Name = "CREDITS.fodt";
|
|
Styles = (PACKED);
|
|
End
|
|
|
|
File gid_Apache_Notice
|
|
TXT_FILE_BODY;
|
|
#if defined MACOSX
|
|
Dir = gid_Dir_Bundle_Contents_Resources;
|
|
#else
|
|
Dir = gid_Dir_Brand_Root;
|
|
#endif
|
|
Name = "NOTICE";
|
|
Styles = (PACKED);
|
|
End
|