1 /*************************************************************************
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
5 * Copyright 2000, 2010 Oracle and/or its affiliates.
7 * OpenOffice.org - a multi-platform office productivity suite
9 * This file is part of OpenOffice.org.
11 * OpenOffice.org is free software: you can redistribute it and/or modify
12 * it under the terms of the GNU Lesser General Public License version 3
13 * only, as published by the Free Software Foundation.
15 * OpenOffice.org is distributed in the hope that it will be useful,
16 * but WITHOUT ANY WARRANTY; without even the implied warranty of
17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18 * GNU Lesser General Public License version 3 for more details
19 * (a copy is included in the LICENSE file that accompanied this code).
21 * You should have received a copy of the GNU Lesser General Public License
22 * version 3 along with OpenOffice.org. If not, see
23 * <http://www.openoffice.org/license.html>
24 * for a copy of the LGPLv3 License.
26 ************************************************************************/
31 File gid_File_Lib_Cli_Oootypes_Assembly
33 Styles = (PACKED, ASSEMBLY);
34 Name = "cli_oootypes.dll";
35 Dir = gid_Brand_Dir_Program;
36 Assemblyname = "cli_oootypes";
37 PublicKeyToken = "ce2cb7e279207b9e";
38 Version = "${CLI_OOOTYPES_NEW_VERSION}";
41 ProcessorArchitecture = "MSIL";
47 File gid_File_Lib_Policy_Cli_Oootypes_Assembly
49 Styles = (PACKED, ASSEMBLY);
50 Name = "${CLI_OOOTYPES_POLICY_ASSEMBLY}.dll";
51 Dir = gid_Brand_Dir_Program;
52 Assemblyname = "${CLI_OOOTYPES_POLICY_ASSEMBLY}";
53 PublicKeyToken = "ce2cb7e279207b9e";
54 Version = "${CLI_OOOTYPES_POLICY_VERSION}";
57 ProcessorArchitecture = "MSIL";
64 File gid_File_Lib_Policy_Cli_Oootypes_Config
66 Styles = (PACKED, ASSIGNCOMPOMENT);
67 Name = "cli_oootypes.config";
68 Dir = gid_Brand_Dir_Program;
69 AssignComponent = gid_File_Lib_Policy_Cli_Oootypes_Assembly;
74 #if defined WNT && !defined _gcc3 && defined WITH_MOZAB4WIN
75 // see common_brand.scp gid_Brand_File_Lib_Msvcp80 and
76 // gid_Brand_File_Lib_Msvcr80
77 File gid_File_Moz_Msvcp80
79 Dir = SCP2_OOO_BIN_DIR;
80 Name = SCP2_URE_DL_NORMAL("msvcp80");
83 File gid_File_Moz_Msvcr80
85 Dir = SCP2_OOO_BIN_DIR;
86 Name = SCP2_URE_DL_NORMAL("msvcr80");
89 File gid_File_Moz_Msvc80crt_Manifest
92 Dir = gid_Brand_Dir_Program;
93 Name = "Microsoft.VC80.CRT.manifest";