1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
3 * This file is part of the LibreOffice project.
5 * This Source Code Form is subject to the terms of the Mozilla Public
6 * License, v. 2.0. If a copy of the MPL was not distributed with this
7 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
12 Installation gid_Installation_Test
13 ProductName = "${PRODUCTNAME}";
14 ProductVersion = "${PRODUCTVERSION}";
15 ProductExtension = "${PRODUCTEXTENSION}";
17 DefaultDestPath = "<winprogpath>\%PRODUCTNAME";
19 DefaultDestPath = "/opt/%PRODUCTNAME";
23 Module gid_Module_Root_Smoketest
25 Description = "smoketest";
26 PackageInfo = "packinfo_test.txt";
30 Directory gid_Test_Dir_Brand_Root
31 ParentID = PREDEFINED_PROGDIR;
33 HostName = "${PRODUCTNAME} ${BRANDPACKAGEVERSION}";
37 Styles = (OFFICEDIRECTORY,ISINSTALLLOCATION,CREATE);
42 Directory gid_Test_Dir_Bundle
43 ParentID = PD_PROGDIR;
44 HostName = "%PRODUCTNAME.app";
45 LangPackHostName = "%PRODUCTNAME Language Pack.app";
48 Directory gid_Test_Dir_Bundle_Contents
49 ParentID = gid_Test_Dir_Bundle;
50 HostName = "Contents";
51 Styles = (OFFICEDIRECTORY);
55 Directory gid_Test_Brand_Dir_Program
57 ParentID = gid_Test_Dir_Bundle_Contents;
60 ParentID = gid_Test_Dir_Brand_Root;
65 Directory gid_Test_Brand_Dir_Share
67 ParentID = gid_Test_Dir_Bundle_Contents;
69 ParentID = gid_Test_Dir_Brand_Root;
74 Directory gid_Test_Brand_Dir_Share_Test
75 ParentID = gid_Test_Brand_Dir_Share;
80 File gid_Test_File_Txt_License
82 Dir = gid_Test_Brand_Dir_Share_Test;
89 Styles = (PACKED, SCPZIP_REPLACE);
92 File gid_Test_File_Txt_Readme
94 Dir = gid_Test_Brand_Dir_Share_Test;
96 Name = "README_en-US";
99 Name = "readme_en-US.txt";
101 Styles = (PACKED, SCPZIP_REPLACE);
104 File gid_Test_File_Misc_Smoketestdoc
106 Dir = gid_Test_Brand_Dir_Share_Test;
107 Name = "smoketestdoc.sxw";
108 Styles = (PACKED, SCPZIP_REPLACE);
111 File gid_Test_File_Bin_LOSmoketest
113 Dir = gid_Test_Brand_Dir_Program;
114 Name = "losmoketest";
118 File gid_Test_File_Exe_Cppunittester
120 Dir = gid_Test_Brand_Dir_Program;
121 Name = "cppunittester";
125 File gid_Test_File_Lib_Cppunit
128 Dir = gid_Test_Brand_Dir_Program;
130 Name = STRING(CONCAT3(libcppunit-1.13,UNXSUFFIX,.0));
134 File gid_Test_File_Lib_Smoketest
137 Dir = gid_Test_Brand_Dir_Program;
139 Name = STRING(CONCAT2(libsmoketest,UNXSUFFIX));
143 File gid_Test_File_Lib_Test
146 Dir = gid_Test_Brand_Dir_Program;
148 Name = STRING(CONCAT2(libtest,UNXSUFFIX));
152 File gid_Test_File_Lib_Unotest
155 Dir = gid_Test_Brand_Dir_Program;
157 Name = STRING(CONCAT2(libunotest,UNXSUFFIX));
161 File gid_Test_File_Lib_Unoexceptionprotector
164 Dir = gid_Test_Brand_Dir_Program;
166 Name = STRING(CONCAT2(unoexceptionprotector,UNXSUFFIX));
171 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */