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 26STD_LIB_FILE( gid_File_Lib_Swd , swd) 27 28SPECIAL_LIB_FILE(gid_File_Lib_Hwpreader, hwp) 29 30File gid_File_Exe_Swriter 31 BIN_FILE_BODY; 32 Dir = gid_Brand_Dir_Program; 33 Name = EXENAME(swriter); 34 #ifdef WNT 35 FileDescription = "%PRODUCTNAME Writer"; 36 Styles = (PACKED, PATCH_SO_NAME); 37 #else 38 Styles = (PACKED); 39 #endif 40End 41 42#ifdef WNT 43File gid_File_Exe_Sweb 44 BIN_FILE_BODY; 45 Dir = gid_Brand_Dir_Program; 46 Name = EXENAME(sweb); 47 FileDescription = "%PRODUCTNAME Writer(Web)"; 48 Styles = (PACKED, PATCH_SO_NAME); 49End 50#endif 51 52File gid_File_Help_Swriter_Zip 53 Dir = gid_Dir_Help_Isolanguage; 54 ARCHIVE_TXT_FILE_BODY; 55 EXTRA_ALL_GOOD_HELP_LOCALIZATIONS_LANG(swriter); 56 Patchfiles = (); 57End 58 59/* 60File gid_File_Share_Config_Sofficecfg_Writer_Menubar_Xml 61 TXT_FILE_BODY; 62 Styles = (PACKED); 63 Dir = gid_Dir_Share_Config_Sofficecfg_Swriter_Menubar; 64 Name = "/uiconfig/swriter/menubar/menubar.xml"; 65End 66 67File gid_File_Share_Config_Sofficecfg_Writerweb_Menubar_Xml 68 TXT_FILE_BODY; 69 Styles = (PACKED); 70 Dir = gid_Dir_Share_Config_Sofficecfg_Sweb_Menubar; 71 Name = "/uiconfig/sweb/menubar/menubar.xml"; 72End 73 74File gid_File_Share_Config_Sofficecfg_Writerglobal_Menubar_Xml 75 TXT_FILE_BODY; 76 Styles = (PACKED); 77 Dir = gid_Dir_Share_Config_Sofficecfg_Sglobal_Menubar; 78 Name = "/uiconfig/sglobal/menubar/menubar.xml"; 79End 80*/ 81 82File gid_File_Share_Registry_Writer_Xcd 83 TXT_FILE_BODY; 84 Styles = (PACKED); 85 Dir = gid_Dir_Share_Registry; 86 Name = "writer.xcd"; 87End 88