Fix for x86_64 build fail
[platform/upstream/connectedhomeip.git] / src / app / zap-templates / zcl / data-model / silabs / green-power-devices.xml
1 <?xml version="1.0"?>
2 <!--
3 Copyright (c) 2008,2020 Silicon Labs.
4
5 Licensed under the Apache License, Version 2.0 (the "License");
6 you may not use this file except in compliance with the License.
7 You may obtain a copy of the License at
8
9     http://www.apache.org/licenses/LICENSE-2.0
10
11 Unless required by applicable law or agreed to in writing, software
12 distributed under the License is distributed on an "AS IS" BASIS,
13 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 See the License for the specific language governing permissions and
15 limitations under the License.
16 -->
17 <configurator>
18   <deviceType>
19     <name>GP-proxy</name>
20     <domain>GP</domain>
21     <typeName>GP Proxy</typeName>
22     <zigbeeType>Router</zigbeeType>
23     <profileId editable="false">0xA1E0</profileId>
24     <deviceId editable="false">0x0060</deviceId>
25     <clusters lockOthers="true">
26       <include cluster="Green Power" client="true" server="true" clientLocked="true" serverLocked="true"/>
27     </clusters>
28   </deviceType>
29   <deviceType>
30     <name>GP-proxy-basic</name>
31     <domain>GP</domain>
32     <typeName>GP Proxy Basic</typeName>
33     <zigbeeType>Router</zigbeeType>
34     <profileId editable="false">0xA1E0</profileId>
35     <deviceId editable="false">0x0061</deviceId>
36     <clusters lockOthers="true">
37       <include cluster="Green Power" client="true" server="false" clientLocked="true" serverLocked="true"/>
38     </clusters>
39   </deviceType>
40   <deviceType>
41     <name>GP-target-plus</name>
42     <domain>GP</domain>
43     <typeName>GP Target+</typeName>
44     <zigbeeType>Router</zigbeeType>
45     <profileId editable="false">0xA1E0</profileId>
46     <deviceId editable="false">0x0062</deviceId>
47     <clusters lockOthers="true">
48       <include cluster="Green Power" client="true" server="true" clientLocked="true" serverLocked="true"/>
49     </clusters>
50   </deviceType>
51   <deviceType>
52     <name>GP-target</name>
53     <domain>GP</domain>
54     <typeName>GP Target</typeName>
55     <zigbeeType>Router</zigbeeType>
56     <profileId editable="false">0xA1E0</profileId>
57     <deviceId editable="false">0x0063</deviceId>
58     <clusters lockOthers="true">
59       <include cluster="Green Power" client="true" server="true" clientLocked="true" serverLocked="true"/>
60     </clusters>
61   </deviceType>
62   <deviceType>
63     <name>GP-commissioning-tool</name>
64     <domain>GP</domain>
65     <typeName>GP Commissioning Tool</typeName>
66     <zigbeeType>Router</zigbeeType>
67     <profileId editable="false">0xA1E0</profileId>
68     <deviceId editable="false">0x0064</deviceId>
69     <clusters lockOthers="true">
70       <include cluster="Green Power" client="false" server="true" clientLocked="true" serverLocked="true"/>
71     </clusters>
72   </deviceType>
73   <deviceType>
74     <name>GP-combo</name>
75     <domain>GP</domain>
76     <typeName>GP Combo</typeName>
77     <zigbeeType>Router</zigbeeType>
78     <profileId editable="false">0xA1E0</profileId>
79     <deviceId editable="false">0x0065</deviceId>
80     <clusters lockOthers="true">
81       <include cluster="Green Power" client="true" server="true" clientLocked="true" serverLocked="true"/>
82     </clusters>
83   </deviceType>
84   <deviceType>
85     <name>GP-combo-basic</name>
86     <domain>GP</domain>
87     <typeName>GP Combo Basic</typeName>
88     <zigbeeType>Router</zigbeeType>
89     <profileId editable="false">0xA1E0</profileId>
90     <deviceId editable="false">0x0066</deviceId>
91     <clusters lockOthers="true">
92       <include cluster="Green Power" client="true" server="true" clientLocked="true" serverLocked="true"/>
93     </clusters>
94   </deviceType>
95   <deviceType>
96     <name>GP-test-device</name>
97     <domain>GP</domain>
98     <typeName>GP Test Device</typeName>
99     <zigbeeType>Router</zigbeeType>
100     <profileId editable="false">0xA1E0</profileId>
101     <deviceId editable="false">0x0066</deviceId>
102     <clusters lockOthers="false">
103       <include cluster="Green Power" client="true" server="true" clientLocked="true" serverLocked="true"/>
104     </clusters>
105   </deviceType>
106 </configurator>