1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements.  See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership.  The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance
9 * with the License.  You may obtain a copy of the License at
10 *
11 *   http://www.apache.org/licenses/LICENSE-2.0
12 *
13 * Unless required by applicable law or agreed to in writing,
14 * software distributed under the License is distributed on an
15 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16 * KIND, either express or implied.  See the License for the
17 * specific language governing permissions and limitations
18 * under the License.
19 *
20 *************************************************************/
21
22
23
24#include "macros.inc"
25
26File gid_File_Lib_Placeware
27    Name = LIBNAME(placeware);
28    PACKED_LIB_FILE_BODY;
29End
30
31File gid_File_Lib_Animcore
32	Name = SPECIAL_NAME(animcore);
33	PACKED_LIB_FILE_BODY;
34End
35
36File gid_File_Share_Registry_Impress_Xcd
37    TXT_FILE_BODY;
38    Styles = (PACKED);
39    Dir = gid_Dir_Share_Registry;
40    Name = "impress.xcd";
41End
42
43File gid_File_Help_Simpress_Zip
44    Dir = gid_Dir_Help_Isolanguage;
45    TXT_FILE_BODY;
46    Styles = (ARCHIVE,DONT_OVERWRITE);
47    EXTRA_ALL_GOOD_HELP_LOCALIZATIONS_LANG(simpress);
48    Patchfiles = ();
49End
50
51File gid_File_Exe_Simpress
52    BIN_FILE_BODY;
53    Dir = gid_Brand_Dir_Program;
54    Name = EXENAME(simpress);
55  #ifdef WNT
56    FileDescription = "%PRODUCTNAME Impress";
57    Styles = (PACKED, PATCH_SO_NAME);
58  #else
59    Styles = (PACKED);
60  #endif
61End
62
63// new user interface configuration files
64/*
65File gid_File_Share_Config_Sofficecfg_Impress_Menubar_Xml
66    TXT_FILE_BODY;
67    Styles = (PACKED);
68    Dir = gid_Dir_Share_Config_Sofficecfg_Simpress_Menubar;
69    Name = "/uiconfig/simpress/menubar/menubar.xml";
70End
71*/
72
73// configuration files for custom animation effects
74
75File gid_File_Share_Config_Sofficecfg_Impress_Effects_Xml
76    TXT_FILE_BODY;
77    Styles = (PACKED);
78    Dir = gid_Dir_Share_Config_Sofficecfg_Simpress;
79    Name = "effects.xml";
80End
81
82File gid_File_Share_Config_Sofficecfg_Impress_Transitions_Xml
83    TXT_FILE_BODY;
84    Styles = (PACKED);
85    Dir = gid_Dir_Share_Config_Sofficecfg_Simpress;
86    Name = "transitions.xml";
87End
88