update dev300-m58
[ooovba.git] / scp2 / source / base / file_base.scp
blobfa6c1cfcd661d13d3167381c6f828ff44a58bda1
1 /*************************************************************************
2  *
3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4  * 
5  * Copyright 2008 by Sun Microsystems, Inc.
6  *
7  * OpenOffice.org - a multi-platform office productivity suite
8  *
9  * $RCSfile: file_base.scp,v $
10  * $Revision: 1.28 $
11  *
12  * This file is part of OpenOffice.org.
13  *
14  * OpenOffice.org is free software: you can redistribute it and/or modify
15  * it under the terms of the GNU Lesser General Public License version 3
16  * only, as published by the Free Software Foundation.
17  *
18  * OpenOffice.org is distributed in the hope that it will be useful,
19  * but WITHOUT ANY WARRANTY; without even the implied warranty of
20  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
21  * GNU Lesser General Public License version 3 for more details
22  * (a copy is included in the LICENSE file that accompanied this code).
23  *
24  * You should have received a copy of the GNU Lesser General Public License
25  * version 3 along with OpenOffice.org.  If not, see
26  * <http://www.openoffice.org/license.html>
27  * for a copy of the LGPLv3 License.
28  *
29  ************************************************************************/
31 #include "macros.inc"
33 File gid_File_Exe_Sbase
34     BIN_FILE_BODY;
35     Dir = gid_Brand_Dir_Program;
36     Name = EXENAME(sbase);
37   #ifdef WNT
38     FileDescription = "%PRODUCTNAME Base";
39     Styles = (PACKED, PATCH_SO_NAME);
40   #else
41     Styles = (PACKED);
42   #endif
43 End
45 #if defined WNT
46 File gid_File_Exe_Odbcconfig
47     BIN_FILE_BODY;
48     Dir = gid_Dir_Program;
49     Name = EXENAME(odbcconfig);
50     Styles = (PACKED);
51 End
52 #endif
54 STD_UNO_LIB_FILE( gid_File_Lib_Abp, abp)
55 STD_RES_FILE( gid_File_Res_Abp, abp)
57 STD_UNO_LIB_FILE( gid_File_Lib_Dbp, dbp)
58 STD_RES_FILE( gid_File_Res_Dbp, dbp)
60 STD_UNO_LIB_FILE_PATCH( gid_File_Lib_Dbu, dbu )
61 STD_RES_FILE( gid_File_Res_Dbu, dbu)
63 STD_UNO_LIB_FILE( gid_File_Lib_Adabasui, adabasui )
64 STD_RES_FILE( gid_File_Res_Adabasui, adabasui)
66 STD_RES_FILE( gid_File_Res_Cnr, cnr)
67 STD_RES_FILE( gid_File_Res_Sdbcl, sdbcl)
68 STD_RES_FILE( gid_File_Res_Sdberr, sdberr)
70 STD_UNO_LIB_FILE_PATCH( gid_File_Lib_Rpt, rpt )
71 STD_RES_FILE( gid_File_Res_Rpt, rpt)
73 STD_UNO_LIB_FILE( gid_File_Lib_Rptui, rptui )
74 STD_RES_FILE( gid_File_Res_Rptui, rptui)
76 STD_UNO_LIB_FILE( gid_File_Lib_Rptxml, rptxml )
78 File gid_File_Help_Sdatabase_Zip
79     Dir = gid_Dir_Help_Isolanguage;
80     ARCHIVE_TXT_FILE_BODY;
81     EXTRA_ALL_GOOD_HELP_LOCALIZATIONS_LANG(sdatabase);
82     Patchfiles = (); 
83 End
85 File gid_File_Registry_Spool_Oo_Setup_Base_Xcu
86     TXT_FILE_BODY;
87     Styles = (PACKED);
88     Dir = gid_Dir_Share_Registry_Modules_Oo_Setup;
89     Name = "/registry/spool/org/openoffice/Setup-base.xcu";
90 End
92 File gid_File_Registry_Spool_Oo_Common_Base_Xcu
93     TXT_FILE_BODY;
94     Styles = (PACKED);
95     Dir = gid_Dir_Share_Registry_Modules_Oo_Office_Common;
96     Name = "/registry/spool/org/openoffice/Office/Common-base.xcu";
97 End
99 File gid_File_Registry_Spool_Oo_TypeDetection_Database_Types_Xcu
100     TXT_FILE_BODY;
101     Styles = (PACKED);
102     Dir = gid_Dir_Share_Registry_Modules_Oo_TypeDetection_Types;
103     Name = "/registry/spool/fcfg_database_types.xcu";
106 File gid_File_Registry_Spool_Oo_TypeDetection_Database_Filters_Xcu
107     TXT_FILE_BODY;
108     Styles = (PACKED);
109     Dir = gid_Dir_Share_Registry_Modules_Oo_TypeDetection_Filter;
110     Name = "/registry/spool/fcfg_database_filters.xcu";
113 File gid_File_Registry_Spool_Oo_TypeDetection_Database_Others_Xcu
114     TXT_FILE_BODY;
115     Styles = (PACKED);
116     Dir = gid_Dir_Share_Registry_Modules_Oo_TypeDetection_Misc;
117     Name = "/registry/spool/fcfg_database_others.xcu";