Fix for x86_64 build fail
[platform/upstream/connectedhomeip.git] / src / app / zap-templates / zcl / data-model / silabs / zcl-test.properties
1 # This file is provided for test of backwards compatibility.
2 # The actual files used to load the ZCL for default configuration
3 # is `zcl.json`, so if you want to affect how loading works for
4 # built-in configuration, please use that.
5 #
6 version=ZCL Test Data
7
8 xmlRoot=.
9
10 xmlFile=\
11   types.xml, general.xml, \
12   ha.xml, ha-devices.xml, \
13   cba.xml, cba-devices.xml, \
14   ota.xml, \
15   ami.xml, ami-devices.xml, \
16   zll.xml, zll-devices.xml, \
17   ta.xml, ta-devices.xml, \
18   hc.xml, hc-devices.xml, \
19   green-power.xml, green-power-devices.xml
20
21 manufacturersXml=../shared/manufacturers.xml 
22 zclSchema=./schema/zcl.xsd
23 zclValidation=./schema/zcl-validation.js
24
25 options.text.defaultResponsePolicy=Always, Conditional, Never
26 options.bool=commandDiscovery
27
28 # NOTE NOTE NOTE: This does not work correctly, because JS
29 # converts 0x1002 automatically to a number, so it ends up being decimal
30 # 4098, which doesn't match the manufacturer code in the DB.
31 # You should not use this file for default.
32 #
33 # Please use `zcl.json` for these features, because 
34 # the properties file is provided for testing backwards compatibility
35 # only anyway.
36 defaults.text.manufacturerCodes=0x1002
37 defaults.text.defaultResponsePolicy=always
38 defaults.bool.commandDiscovery=true
39
40 zigbeeDeviceType.ZA_COORDINATOR=Coordinator or Router
41 zigbeeDeviceType.ZA_ROUTER=Router
42 zigbeeDeviceType.ZA_END_DEVICE=End Device
43 zigbeeDeviceType.ZA_MOBILE_END_DEVICE=Mobile End Device
44 zigbeeDeviceType.ZA_SLEEPY_END_DEVICE=Sleepy End Device