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