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