Salome HOME
New CMake implementation
[modules/med.git] / resources / MEDCatalog.xml.in
1 <?xml version='1.0' encoding='us-ascii' ?>
2 <!--
3   Copyright (C) 2007-2013  CEA/DEN, EDF R&D, OPEN CASCADE
4
5   Copyright (C) 2003-2007  OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
6   CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
7
8   This library is free software; you can redistribute it and/or
9   modify it under the terms of the GNU Lesser General Public
10   License as published by the Free Software Foundation; either
11   version 2.1 of the License.
12
13   This library is distributed in the hope that it will be useful,
14   but WITHOUT ANY WARRANTY; without even the implied warranty of
15   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
16   Lesser General Public License for more details.
17
18   You should have received a copy of the GNU Lesser General Public
19   License along with this library; if not, write to the Free Software
20   Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
21
22   See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
23
24 -->
25  
26 <!-- XML component catalog -->
27 <begin-catalog>
28
29 <!-- Path prefix information -->
30
31 <path-prefix-list>
32 </path-prefix-list>
33
34 <type-list>
35   <objref name="SALOME_MED/DataArrayCorbaInterface" id="IDL:SALOME_MED/DataArrayCorbaInterface:1.0"/>
36   <objref name="SALOME_MED/MEDCouplingFieldDoubleCorbaInterface" id="IDL:SALOME_MED/MEDCouplingFieldDoubleCorbaInterface:1.0"/>
37   <objref name="SALOME_MED/MEDCouplingFieldTemplateCorbaInterface" id="IDL:SALOME_MED/MEDCouplingFieldTemplateCorbaInterface:1.0"/>
38   <objref name="SALOME_MED/MEDCouplingMeshCorbaInterface" id="IDL:SALOME_MED/MEDCouplingMeshCorbaInterface:1.0"/>
39   <objref name="SALOME_MED/DataArrayIntCorbaInterface" id="IDL:SALOME_MED/DataArrayIntCorbaInterface:1.0">
40       <base>SALOME_MED/DataArrayCorbaInterface</base>
41   </objref>
42   <objref name="SALOME_MED/DataArrayDoubleCorbaInterface" id="IDL:SALOME_MED/DataArrayDoubleCorbaInterface:1.0">
43       <base>SALOME_MED/DataArrayCorbaInterface</base>
44   </objref>
45   <objref name="SALOME_MED/MEDCouplingUMeshCorbaInterface" id="IDL:SALOME_MED/MEDCouplingUMeshCorbaInterface:1.0">
46       <base>SALOME_MED/MEDCouplingMeshCorbaInterface</base>
47   </objref>
48   <objref name="SALOME_MED/MEDCouplingExtrudedMeshCorbaInterface" id="IDL:SALOME_MED/MEDCouplingExtrudedMeshCorbaInterface:1.0">
49       <base>SALOME_MED/MEDCouplingMeshCorbaInterface</base>
50   </objref>
51   <objref name="SALOME_MED/MEDCouplingCMeshCorbaInterface" id="IDL:SALOME_MED/MEDCouplingCMeshCorbaInterface:1.0">
52       <base>SALOME_MED/MEDCouplingMeshCorbaInterface</base>
53   </objref>
54   <objref name="SALOME_MED/MEDCouplingCurveLinearMeshCorbaInterface" id="IDL:SALOME_MED/MEDCouplingCurveLinearMeshCorbaInterface:1.0">
55       <base>SALOME_MED/MEDCouplingMeshCorbaInterface</base>
56   </objref>
57   <objref name="SALOME_MED/ParaMEDCouplingFieldDoubleCorbaInterface" id="IDL:SALOME_MED/ParaMEDCouplingFieldDoubleCorbaInterface:1.0">
58       <base>SALOME_MED/MEDCouplingFieldDoubleCorbaInterface</base>
59   </objref>
60   <objref name="SALOME_MED/ParaMEDCouplingUMeshCorbaInterface" id="IDL:SALOME_MED/ParaMEDCouplingUMeshCorbaInterface:1.0">
61       <base>SALOME_MED/MEDCouplingUMeshCorbaInterface</base>
62   </objref>
63   <objref name="SALOME_MED/MPIMEDCouplingFieldDoubleCorbaInterface" id="IDL:SALOME_MED/MPIMEDCouplingFieldDoubleCorbaInterface:1.0">
64       <base>SALOME_MED/ParaMEDCouplingFieldDoubleCorbaInterface</base>
65   </objref>
66   <objref name="SALOME_MED/MEDCouplingMultiFieldsCorbaInterface" id="IDL:SALOME_MED/MEDCouplingMultiFieldsCorbaInterface:1.0"/>
67   <objref name="SALOME_MED/MEDCouplingFieldOverTimeCorbaInterface" id="IDL:SALOME_MED/MEDCouplingFieldOverTimeCorbaInterface:1.0">
68       <base>SALOME_MED/MEDCouplingMultiFieldsCorbaInterface</base>
69   </objref>
70 </type-list>
71
72 <!-- Component list -->
73 <component-list>
74
75         <component>
76                 <component-name>MEDOPFactory</component-name>
77                 <component-username>MEDOP Factory</component-username>
78                 <component-type>MED</component-type>
79                 <component-author>Guillaume Boulant</component-author>
80                 <component-version>@VERSION@</component-version>
81                 <component-comment>Factory of SALOME components for MED Field operations</component-comment>
82                 <component-multistudy>0</component-multistudy>
83         </component>
84
85 </component-list>
86 </begin-catalog>