Salome HOME
Fix compilation pb.
[modules/kernel.git] / resources / KERNELCatalog.xml.in
1 <?xml version='1.0' encoding='us-ascii' ?>
2  
3 <!-- XML component catalog -->
4 <begin-catalog>
5
6 <!-- Path prefix information -->
7
8 <path-prefix-list>
9 </path-prefix-list>
10
11 <!-- Commonly used types  -->
12 <type-list>
13   <type name="double" kind="double"/>
14   <type name="float" kind="double"/>
15   <type name="int" kind="int"/>
16   <type name="short" kind="int"/>
17   <type name="long" kind="int"/>
18   <type name="string" kind="string"/>
19   <type name="char" kind="string"/>
20   <type name="bool" kind="bool"/>
21   <type name="boolean" kind="bool"/>
22   <sequence name="dblevec" content="double"/>
23   <sequence name="intvec" content="int"/>
24   <sequence name="stringvec" content="string"/>
25   <sequence name="boolvec" content="bool"/>
26   <objref name="CALCIUM_integer" id="IDL:Ports/Calcium_Ports/Calcium_Integer_Port:1.0"/>
27   <objref name="CALCIUM_real" id="IDL:Ports/Calcium_Ports/Calcium_Real_Port:1.0"/>
28   <objref name="CALCIUM_double" id="IDL:Ports/Calcium_Ports/Calcium_Double_Port:1.0"/>
29   <objref name="CALCIUM_string" id="IDL:Ports/Calcium_Ports/Calcium_String_Port:1.0"/>
30   <objref name="CALCIUM_boolean" id="IDL:Ports/Calcium_Ports/Calcium_Logical_Port:1.0"/>
31   <objref name="Study" id="IDL:SALOMEDS/Study:1.0"/>
32   <objref name="SObject" id="IDL:SALOMEDS/SObject:1.0"/>
33 </type-list>
34
35 <!-- Component list -->
36 <component-list>
37         <component>
38                 <!-- Component identification -->
39                 <component-name>KERNEL</component-name>
40                 <component-username>Salome</component-username>
41                 <component-type>Other</component-type>
42                 <component-author>NRI</component-author>
43                 <component-version>@VERSION@</component-version>
44                 <component-comment>GUI Neutral Context</component-comment>
45                 <component-multistudy>1</component-multistudy>
46
47         <constraint>hostname = muna</constraint>
48         </component>
49         <component>
50                 <component-name>SalomeTestComponent</component-name>
51                 <component-username>SalomeTestComponent</component-username>
52                 <component-type>Other</component-type>
53                 <component-author>NRI</component-author>
54                 <component-version>@VERSION@</component-version>
55                 <component-comment>GUI Neutral Context</component-comment>
56                 <component-multistudy>1</component-multistudy>
57                 <constraint>'linux' ~ OS</constraint>
58         </component>
59         <component>
60                 <component-name>SALOME_TestComponentPy</component-name>
61                 <component-username>SALOME_TestComponentPy</component-username>
62                 <component-type>Other</component-type>
63                 <component-author>NRI</component-author>
64                 <component-version>@VERSION@</component-version>
65                 <component-comment>GUI Neutral Context</component-comment>
66                 <component-multistudy>1</component-multistudy>
67                 <constraint>'linux' ~ OS</constraint>
68         </component>
69 </component-list>
70 </begin-catalog>