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
26Module gid_Module_Optional_OGLTrans
27    PackageInfo = "packinfo_office.txt";
28    MOD_NAME_DESC(MODULE_OPTIONAL_OGLTRANS);
29    ParentID = gid_Module_Optional;
30    Files = ( gid_File_Lib_OpenGLTransitions, gid_File_Share_Config_Sofficecfg_Impress_Transitions_OGL_Xml, gid_File_Share_Registry_Ogltrans_Xcd );
31    Minimal = NO;
32    Default = NO;
33End
34
35File gid_File_Lib_OpenGLTransitions
36    TXT_FILE_BODY;
37    Styles = (PACKED);
38    Dir = SCP2_OOO_BIN_DIR;
39  #ifdef UNX
40    Name = STRING(CONCAT2(OGLTrans.uno,UNXSUFFIX));
41  #else
42    Name = "OGLTrans.uno.dll";
43  #endif
44End
45
46File gid_File_Share_Config_Sofficecfg_Impress_Transitions_OGL_Xml
47    TXT_FILE_BODY;
48    Styles = (PACKED);
49    Dir = gid_Dir_Share_Config_Sofficecfg_Simpress;
50    Name = "transitions-ogl.xml";
51End
52
53File gid_File_Share_Registry_Ogltrans_Xcd
54    TXT_FILE_BODY;
55    Styles = (PACKED);
56    Dir = gid_Dir_Share_Registry;
57    Name = "ogltrans.xcd";
58End
59