mirror of
https://github.com/openharmony/multimedia_image_standard.git
synced 2026-07-22 15:25:23 -04:00
83 lines
2.5 KiB
JSON
83 lines
2.5 KiB
JSON
{
|
|
"name": "@ohos/image_standard",
|
|
"description": "Image standard provides atomic capabilities",
|
|
"version": "3.1",
|
|
"license": "Apache License 2.0",
|
|
"publishAs": "code-segment",
|
|
"segment": {
|
|
"destPath": "foundation/multimedia/image_standard"
|
|
},
|
|
"dirs": {},
|
|
"scripts": {},
|
|
"component": {
|
|
"name": "multimedia_image_standard",
|
|
"subsystem": "multimedia",
|
|
"syscap": [
|
|
"SystemCapability.Multimedia.Image.Core",
|
|
"SystemCapability.Multimedia.Image.ImageSource",
|
|
"SystemCapability.Multimedia.Image.ImagePacker",
|
|
"SystemCapability.Multimedia.Image.ImageReceiver",
|
|
"SystemCapability.Multimedia.Image.ImageCreator"
|
|
],
|
|
"features": [],
|
|
"adapted_system_type": [ "standard" ],
|
|
"rom": "10000KB",
|
|
"ram": "10000KB",
|
|
"deps": {
|
|
"components": [
|
|
"ipc_core",
|
|
"libhilog",
|
|
"bytrace_core",
|
|
"libhichecker"
|
|
],
|
|
"third_party": [
|
|
"flutter",
|
|
"libpng",
|
|
"libexif",
|
|
"giflib",
|
|
"bounds_checking_function",
|
|
"expat",
|
|
"json",
|
|
"boost"
|
|
]
|
|
},
|
|
"build": {
|
|
"sub_component": [
|
|
"//foundation/multimedia/image_standard:image_framework",
|
|
"//foundation/multimedia/image_standard:plugins"
|
|
],
|
|
"inner_kits": [
|
|
{
|
|
"header": {
|
|
"header_files": [
|
|
"pixel_map.h",
|
|
"image_packer.h",
|
|
"image_source.h",
|
|
"image_type.h",
|
|
"peer_listener.h",
|
|
"incremental_pixel_map.h",
|
|
"pixel_map_manager.h",
|
|
"decode_listener.h",
|
|
"pixel_map_parcel.h"
|
|
],
|
|
"header_base": "//foundation/multimedia/image_standard/interfaces/innerkits/include"
|
|
},
|
|
"name": "//foundation/multimedia/image_standard/interfaces/innerkits:image_native"
|
|
},
|
|
{
|
|
"header": {
|
|
"header_files": [
|
|
"image_packer_napi.h",
|
|
"image_source_napi.h",
|
|
"native_module_ohos_image.h",
|
|
"pixel_map_napi.h"
|
|
],
|
|
"header_base": "//foundation/multimedia/image_standard/interfaces/kits/js/common/include"
|
|
},
|
|
"name": "//foundation/multimedia/image_standard/interfaces/innerkits:image"
|
|
}
|
|
]
|
|
}
|
|
}
|
|
}
|