1{ 2 "packageName":"plugin_example1", 3 "version":"1.0.0.10", 4 "targetVersion":"10.0.0.0", 5 "libraryPath":"libpluginexample1.z.so", 6 "classes": [ 7 { 8 "className":"OHOS::PluginExample::LabelDetector", 9 "services": [ 10 { 11 "interfaceID":0, 12 "serviceType":0 13 } 14 ], 15 "priority":10, 16 "maxInstance":2, 17 "capabilities": [ 18 { 19 "name":"labelNum", 20 "type":"uint32", 21 "value": 256 22 } 23 ] 24 }, 25 { 26 "className":"OHOS::PluginExample::CloudLabelDetector", 27 "services": [ 28 { 29 "interfaceID":0, 30 "serviceType":0 31 } 32 ], 33 "priority":5, 34 "maxInstance":3, 35 "capabilities": [ 36 { 37 "name":"labelNum", 38 "type":"uint32", 39 "value": 10000 40 } 41 ] 42 } 43 ] 44} 45