bump product version to 7.6.3.2-android
[LibreOffice.git] / scp2 / source / ooo / ure.scp
blobe36fb7215d2eb5faae7c8884da518b624c0bc99b
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 "AutoInstall/ure"
23 #if defined MACOSX
24 Directory gid_Dir_Ure_Share_Misc
25     ParentID = gid_Brand_Dir_Share_Ure_Share;
26     DosName = "misc";
27 End
28 #endif
30 // Private Dynamic Libraries:
32 #if defined _MSC_VER && ! defined _ARM64_
33 File gid_File_Dl_Cli_Ure_Assembly
34     TXT_FILE_BODY;
35     Styles = (PACKED, ASSEMBLY);
36     Name = "cli_ure.dll";
37     Dir = SCP2_URE_DL_DIR;
38     Assemblyname = "cli_ure";
39     PublicKeyToken = "ce2cb7e279207b9e";
40     Version = "${CLI_URE_NEW_VERSION}";
41     Culture = "neutral";
42     Attributes = "0";
43     ProcessorArchitecture = "MSIL";
44 End
46 File gid_File_Dl_Policy_Cli_Ure_Assembly
47     TXT_FILE_BODY;
48     Styles = (PACKED, ASSEMBLY);
49     Name = "${CLI_URE_POLICY_ASSEMBLY}.dll";
50     Dir = SCP2_URE_DL_DIR;
51     Assemblyname = "${CLI_URE_POLICY_ASSEMBLY}";
52     PublicKeyToken = "ce2cb7e279207b9e";
53     Version = "${CLI_URE_POLICY_VERSION}";
54     Culture = "neutral";
55     Attributes = "0";
56     ProcessorArchitecture = "MSIL";
57 End
59 File gid_File_Dl_Policy_Cli_Ure_Config
60     TXT_FILE_BODY;
61     Styles = (PACKED, ASSIGNCOMPONENT);
62     Name = "cli_ure.config";
63     Dir = SCP2_URE_DL_DIR;
64     AssignComponent = gid_File_Dl_Policy_Cli_Ure_Assembly;
65 End
67 File gid_File_Dl_Cli_Basetypes_Assembly
68     TXT_FILE_BODY;
69     Styles = (PACKED, ASSEMBLY);
70     Name = "cli_basetypes.dll";
71     Dir = SCP2_URE_DL_DIR;
72     Assemblyname = "cli_basetypes";
73     PublicKeyToken = "ce2cb7e279207b9e";
74     Version = "${CLI_BASETYPES_NEW_VERSION}";
75     Culture = "neutral";
76     Attributes = "0";
77     ProcessorArchitecture = "MSIL";
78 End
80 File gid_File_Dl_Policy_Cli_Basetypes_Assembly
81     TXT_FILE_BODY;
82     Styles = (PACKED, ASSEMBLY);
83     Name = "${CLI_BASETYPES_POLICY_ASSEMBLY}.dll";
84     Dir = SCP2_URE_DL_DIR;
85     Assemblyname = "${CLI_BASETYPES_POLICY_ASSEMBLY}";
86     PublicKeyToken = "ce2cb7e279207b9e";
87     Version = "${CLI_BASETYPES_POLICY_VERSION}";
88     Culture = "neutral";
89     Attributes = "0";
90     ProcessorArchitecture = "MSIL";
91 End
93 File gid_File_Dl_Policy_Cli_Basetypes_Config
94     TXT_FILE_BODY;
95     Styles = (PACKED, ASSIGNCOMPONENT);
96     Name = "cli_basetypes.config";
97     Dir = SCP2_URE_DL_DIR;
98     AssignComponent = gid_File_Dl_Policy_Cli_Basetypes_Assembly;
99 End
101 File gid_File_Dl_Cli_Uretypes_Assembly
102     TXT_FILE_BODY;
103     Styles = (PACKED, ASSEMBLY);
104     Name = "cli_uretypes.dll";
105     Dir = SCP2_URE_DL_DIR;
106     Assemblyname = "cli_uretypes";
107     PublicKeyToken = "ce2cb7e279207b9e";
108     Version = "${CLI_URETYPES_NEW_VERSION}";
109     Culture = "neutral";
110     Attributes = "0";
111     ProcessorArchitecture = "MSIL";
114 File gid_File_Dl_Policy_Cli_Uretypes_Assembly
115     TXT_FILE_BODY;
116     Styles = (PACKED, ASSEMBLY);
117     Name = "${CLI_URETYPES_POLICY_ASSEMBLY}.dll";
118     Dir = SCP2_URE_DL_DIR;
119     Assemblyname = "${CLI_URETYPES_POLICY_ASSEMBLY}";
120     PublicKeyToken = "ce2cb7e279207b9e";
121     Version = "${CLI_URETYPES_POLICY_VERSION}";
122     Culture = "neutral";
123     Attributes = "0";
124     ProcessorArchitecture = "MSIL";
127 File gid_File_Dl_Policy_Cli_Uretypes_Config
128     TXT_FILE_BODY;
129     Styles = (PACKED, ASSIGNCOMPONENT);
130     Name = "cli_uretypes.config";
131     Dir = SCP2_URE_DL_DIR;
132     AssignComponent = gid_File_Dl_Policy_Cli_Uretypes_Assembly;
135 File gid_File_Lib_Cli_Cppuhelper_Assembly
136     TXT_FILE_BODY;
137     Styles = (PACKED, ASSEMBLY);
138     Name = "cli_cppuhelper.dll";
139     Dir = SCP2_URE_DL_DIR;
140     Assemblyname = "cli_cppuhelper";
141     PublicKeyToken = "ce2cb7e279207b9e";
142     Version = "${CLI_CPPUHELPER_NEW_VERSION}";
143     Culture = "neutral";
144     Attributes = "0";
145     ProcessorArchitecture = "x86";
148 File gid_File_Lib_Policy_Cli_Cppuhelper_Assembly
149     TXT_FILE_BODY;
150     Styles = (PACKED, ASSEMBLY);
151     Name = "${CLI_CPPUHELPER_POLICY_ASSEMBLY}.dll";
152     Dir = SCP2_URE_DL_DIR;
153     Assemblyname = "${CLI_CPPUHELPER_POLICY_ASSEMBLY}";
154     PublicKeyToken = "ce2cb7e279207b9e";
155     Version = "${CLI_CPPUHELPER_POLICY_VERSION}";
156     Culture = "neutral";
157     Attributes = "0";
158     ProcessorArchitecture = "x86";
161 File gid_File_Lib_Policy_Cli_Cppuhelper_Config
162     TXT_FILE_BODY;
163     Styles = (PACKED, ASSIGNCOMPONENT);
164     Name = "cli_cppuhelper.config";
165     Dir = SCP2_URE_DL_DIR;
166     AssignComponent = gid_File_Lib_Policy_Cli_Cppuhelper_Assembly;
169 #endif
171 // Public Miscellaneous Files:
173 File gid_File_Misc_TypesRdb
174     TXT_FILE_BODY;
175 #if defined MACOSX
176     Dir = gid_Dir_Ure_Share_Misc;
177 #else
178     Dir = gid_Brand_Dir_Program;
179 #endif
180     Name = "types.rdb";
181     Styles = (PACKED);
184 File gid_File_Misc_ServicesRdb
185     TXT_FILE_BODY;
186 #if defined MACOSX
187     Dir = gid_Dir_Ure_Share_Misc;
188 #else
189     Dir = gid_Brand_Dir_Program;
190 #endif
191     Name = "services.rdb";
192     Styles = (PACKED);
195 //Module
197 Module gid_Module_Root_Ure_Hidden
198     ParentID = gid_Module_Root;
199     PackageInfo = "packinfo_ure.txt";
200     InstallOrder = "10";
201     Name = "ure";
202     Description = "ure";
203         Sortkey = "2200";
204         Default = YES;
205         Styles = (HIDDEN_ROOT);
206     Dirs = (gid_Dir_Ure_Share_Misc);
207     Files = (auto_ure_ALL,
208             gid_File_Dl_Cli_Ure_Assembly,
209             gid_File_Dl_Policy_Cli_Ure_Assembly,
210             gid_File_Dl_Policy_Cli_Ure_Config,
211             gid_File_Dl_Cli_Basetypes_Assembly,
212             gid_File_Dl_Policy_Cli_Basetypes_Assembly,
213             gid_File_Dl_Policy_Cli_Basetypes_Config,
214             gid_File_Dl_Cli_Uretypes_Assembly,
215             gid_File_Dl_Policy_Cli_Uretypes_Assembly,
216             gid_File_Dl_Policy_Cli_Uretypes_Config,
217             gid_File_Dl_Cli_Cppuhelper_Assembly,
218             gid_File_Dl_Policy_Cli_Cppuhelper_Assembly,
219             gid_File_Dl_Policy_Cli_Cppuhelper_Config,
220             gid_File_Lib_Cli_Cppuhelper_Assembly,
221             gid_File_Lib_Policy_Cli_Cppuhelper_Assembly,
222             gid_File_Lib_Policy_Cli_Cppuhelper_Config,
223             gid_File_Misc_TypesRdb,
224             gid_File_Misc_ServicesRdb);
227 // Windows Registry:
229 RegistryItem gid_Regitem_Path
230     ModuleID = gid_Module_Root;
231     ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
232     Subkey = "Software\LibreOffice\%PRODUCTNAME";
233     Name = "Path";
234     Value = "[INSTALLLOCATION]";