mirror of
https://github.com/openharmony/multimedia_image_standard.git
synced 2026-07-01 04:19:36 -04:00
a55ab6d385
Signed-off-by: feng-zewu <fengzewu@huawei.com>
45 lines
851 B
Plaintext
45 lines
851 B
Plaintext
{
|
|
"packageName":"plugin_example1",
|
|
"version":"1.0.0.10",
|
|
"targetVersion":"10.0.0.0",
|
|
"libraryPath":"libpluginexample1.z.so",
|
|
"classes": [
|
|
{
|
|
"className":"OHOS::PluginExample::LabelDetector",
|
|
"services": [
|
|
{
|
|
"interfaceID":0,
|
|
"serviceType":0
|
|
}
|
|
],
|
|
"priority":10,
|
|
"maxInstance":2,
|
|
"capabilities": [
|
|
{
|
|
"name":"labelNum",
|
|
"type":"uint32",
|
|
"value": 256
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"className":"OHOS::PluginExample::CloudLabelDetector",
|
|
"services": [
|
|
{
|
|
"interfaceID":0,
|
|
"serviceType":0
|
|
}
|
|
],
|
|
"priority":5,
|
|
"maxInstance":3,
|
|
"capabilities": [
|
|
{
|
|
"name":"labelNum",
|
|
"type":"uint32",
|
|
"value": 10000
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|