Bump version to 6.0-36
[LibreOffice.git] / scp2 / source / ooo / profileitem_ooo.scp
blob6ca5dba8db0d7175f3d0f72a918a292a8d55dde8
1 /*
2  * This file is part of the LibreOffice project.
3  *
4  * This Source Code Form is subject to the terms of the Mozilla Public
5  * License, v. 2.0. If a copy of the MPL was not distributed with this
6  * file, You can obtain one at http://mozilla.org/MPL/2.0/.
7  *
8  * This file incorporates work covered by the following license notice:
9  *
10  *   Licensed to the Apache Software Foundation (ASF) under one or more
11  *   contributor license agreements. See the NOTICE file distributed
12  *   with this work for additional information regarding copyright
13  *   ownership. The ASF licenses this file to you under the Apache
14  *   License, Version 2.0 (the "License"); you may not use this file
15  *   except in compliance with the License. You may obtain a copy of
16  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
17  */
19 #include "macros.inc"
21 #include "config_folders.h"
23 Profile gid_Profile_Louno_ini
24     ModuleID = gid_Module_Root;
25     Name = PROFILENAME(louno);
26     Dir = GID_BRAND_DIR_ETC;
27     Styles = (NETWORK);
28 End
30 ProfileItem gid_Profileitem_Louno_Uno_Bundled_Extensions
31     ProfileID = gid_Profile_Louno_ini;
32     ModuleID = gid_Module_Root;
33     Section = "Bootstrap";
34     Order = 1;
35     Key = "BUNDLED_EXTENSIONS";
36     Value = "$BRAND_BASE_DIR/" LIBO_SHARE_FOLDER "/extensions";
37 End
39 ProfileItem gid_Profileitem_Louno_Uno_Bundled_Extensions_User
40     ProfileID = gid_Profile_Louno_ini;
41     ModuleID = gid_Module_Root;
42     Section = "Bootstrap";
43     Order = 1;
44     Key = "BUNDLED_EXTENSIONS_USER";
45     Value = "${$BRAND_BASE_DIR/" LIBO_ETC_FOLDER "/" PROFILENAME(bootstrap) ":UserInstallation}/user/extensions/bundled";
46 End
48 ProfileItem gid_Profileitem_Louno_Uno_Shared_Packages
49     ProfileID = gid_Profile_Louno_ini;
50     ModuleID = gid_Module_Root;
51     Section = "Bootstrap";
52     Order = 1;
53     Key = "UNO_SHARED_PACKAGES";
54     Value = "$BRAND_BASE_DIR/" LIBO_SHARE_FOLDER "/uno_packages";
55 End
57 ProfileItem gid_Profileitem_Louno_Uno_Shared_Packages_Cache
58     ProfileID = gid_Profile_Louno_ini;
59     ModuleID = gid_Module_Root;
60     Section = "Bootstrap";
61     Order = 2;
62     Key = "UNO_SHARED_PACKAGES_CACHE";
63     Value = "$UNO_SHARED_PACKAGES/cache";
64 End
66 ProfileItem gid_Profileitem_Louno_Uno_Shared_Extensions_User
67     ProfileID = gid_Profile_Louno_ini;
68     ModuleID = gid_Module_Root;
69     Section = "Bootstrap";
70     Order = 1;
71     Key = "SHARED_EXTENSIONS_USER";
72     Value = "${$BRAND_BASE_DIR/" LIBO_ETC_FOLDER "/" PROFILENAME(bootstrap) ":UserInstallation}/user/extensions/shared";
73 End
75 ProfileItem gid_Profileitem_Louno_Uno_User_Packages
76     ProfileID = gid_Profile_Louno_ini;
77     ModuleID = gid_Module_Root;
78     Section = "Bootstrap";
79     Order = 3;
80     Key = "UNO_USER_PACKAGES";
81     Value = "${$BRAND_BASE_DIR/" LIBO_ETC_FOLDER "/" PROFILENAME(bootstrap) ":UserInstallation}/user/uno_packages";
82 End
84 ProfileItem gid_Profileitem_Louno_Uno_Bundled_Tmp_Extensions
85     ProfileID = gid_Profile_Louno_ini;
86     ModuleID = gid_Module_Root;
87     Section = "Bootstrap";
88     Order = 1;
89     Key = "TMP_EXTENSIONS";
90     Value = "${$BRAND_BASE_DIR/" LIBO_ETC_FOLDER "/" PROFILENAME(bootstrap) ":UserInstallation}/user/extensions/tmp";
91 End
93 ProfileItem gid_Profileitem_Louno_Uno_Bundled_Bak_Extensions
94     ProfileID = gid_Profile_Louno_ini;
95     ModuleID = gid_Module_Root;
96     Section = "Bootstrap";
97     Order = 1;
98     Key = "BAK_EXTENSIONS";
99     Value = "${$BRAND_BASE_DIR/" LIBO_ETC_FOLDER "/" PROFILENAME(bootstrap) ":UserInstallation}/user/extensions/bak";
102 ProfileItem gid_Profileitem_Louno_Uno_User_Packages_Cache
103     ProfileID = gid_Profile_Louno_ini;
104     ModuleID = gid_Module_Root;
105     Section = "Bootstrap";
106     Order = 4;
107     Key = "UNO_USER_PACKAGES_CACHE";
108     Value = "$UNO_USER_PACKAGES/cache";
110 ProfileItem gid_Profileitem_Louno_Pkg_BundledUnoFile
111     ProfileID = gid_Profile_Louno_ini;
112     ModuleID = gid_Module_Root;
113     Section = "Bootstrap";
114     Order = 5;
115     Key = "PKG_BundledUnoFile";
116     Value = "$BUNDLED_EXTENSIONS_USER/registry/com.sun.star.comp.deployment.component.PackageRegistryBackend/unorc";
119 ProfileItem gid_Profileitem_Louno_Pkg_SharedUnoFile
120     ProfileID = gid_Profile_Louno_ini;
121     ModuleID = gid_Module_Root;
122     Section = "Bootstrap";
123     Order = 5;
124     Key = "PKG_SharedUnoFile";
125     Value = "$SHARED_EXTENSIONS_USER/registry/com.sun.star.comp.deployment.component.PackageRegistryBackend/unorc";
128 ProfileItem gid_Profileitem_Louno_Pkg_UserUnoFile
129     ProfileID = gid_Profile_Louno_ini;
130     ModuleID = gid_Module_Root;
131     Section = "Bootstrap";
132     Order = 6;
133     Key = "PKG_UserUnoFile";
134     Value = "$UNO_USER_PACKAGES_CACHE/registry/com.sun.star.comp.deployment.component.PackageRegistryBackend/unorc";