2 * This file is part of the LibreOffice project.
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/.
8 * This file incorporates work covered by the following license notice:
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 .
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;
30 ProfileItem gid_Profileitem_Louno_Uno_Bundled_Extensions
31 ProfileID = gid_Profile_Louno_ini;
32 ModuleID = gid_Module_Root;
33 Section = "Bootstrap";
35 Key = "BUNDLED_EXTENSIONS";
36 Value = "$BRAND_BASE_DIR/" LIBO_SHARE_FOLDER "/extensions";
39 ProfileItem gid_Profileitem_Louno_Uno_Bundled_Extensions_User
40 ProfileID = gid_Profile_Louno_ini;
41 ModuleID = gid_Module_Root;
42 Section = "Bootstrap";
44 Key = "BUNDLED_EXTENSIONS_USER";
45 Value = "${$BRAND_BASE_DIR/" LIBO_ETC_FOLDER "/" PROFILENAME(bootstrap) ":UserInstallation}/user/extensions/bundled";
48 ProfileItem gid_Profileitem_Louno_Uno_Shared_Packages
49 ProfileID = gid_Profile_Louno_ini;
50 ModuleID = gid_Module_Root;
51 Section = "Bootstrap";
53 Key = "UNO_SHARED_PACKAGES";
54 Value = "$BRAND_BASE_DIR/" LIBO_SHARE_FOLDER "/uno_packages";
57 ProfileItem gid_Profileitem_Louno_Uno_Shared_Packages_Cache
58 ProfileID = gid_Profile_Louno_ini;
59 ModuleID = gid_Module_Root;
60 Section = "Bootstrap";
62 Key = "UNO_SHARED_PACKAGES_CACHE";
63 Value = "$UNO_SHARED_PACKAGES/cache";
66 ProfileItem gid_Profileitem_Louno_Uno_Shared_Extensions_User
67 ProfileID = gid_Profile_Louno_ini;
68 ModuleID = gid_Module_Root;
69 Section = "Bootstrap";
71 Key = "SHARED_EXTENSIONS_USER";
72 Value = "${$BRAND_BASE_DIR/" LIBO_ETC_FOLDER "/" PROFILENAME(bootstrap) ":UserInstallation}/user/extensions/shared";
75 ProfileItem gid_Profileitem_Louno_Uno_User_Packages
76 ProfileID = gid_Profile_Louno_ini;
77 ModuleID = gid_Module_Root;
78 Section = "Bootstrap";
80 Key = "UNO_USER_PACKAGES";
81 Value = "${$BRAND_BASE_DIR/" LIBO_ETC_FOLDER "/" PROFILENAME(bootstrap) ":UserInstallation}/user/uno_packages";
84 ProfileItem gid_Profileitem_Louno_Uno_Bundled_Tmp_Extensions
85 ProfileID = gid_Profile_Louno_ini;
86 ModuleID = gid_Module_Root;
87 Section = "Bootstrap";
89 Key = "TMP_EXTENSIONS";
90 Value = "${$BRAND_BASE_DIR/" LIBO_ETC_FOLDER "/" PROFILENAME(bootstrap) ":UserInstallation}/user/extensions/tmp";
93 ProfileItem gid_Profileitem_Louno_Uno_Bundled_Bak_Extensions
94 ProfileID = gid_Profile_Louno_ini;
95 ModuleID = gid_Module_Root;
96 Section = "Bootstrap";
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";
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";
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";
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";
133 Key = "PKG_UserUnoFile";
134 Value = "$UNO_USER_PACKAGES_CACHE/registry/com.sun.star.comp.deployment.component.PackageRegistryBackend/unorc";