• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2    "name": "@ohos/image_framework",
3    "description": "Image standard provides atomic capabilities",
4    "version": "3.1",
5    "license": "Apache License 2.0",
6    "publishAs": "code-segment",
7    "segment": {
8      "destPath": "foundation/multimedia/image_framework"
9    },
10    "dirs": {},
11    "scripts": {},
12    "component": {
13      "name": "multimedia_image_framework",
14      "subsystem": "multimedia",
15      "syscap": [
16        "SystemCapability.Multimedia.Image.Core",
17        "SystemCapability.Multimedia.Image.ImageSource",
18        "SystemCapability.Multimedia.Image.ImagePacker",
19        "SystemCapability.Multimedia.Image.ImageReceiver",
20        "SystemCapability.Multimedia.Image.ImageCreator"
21      ],
22      "features": [],
23      "adapted_system_type": [ "standard" ],
24      "rom": "10000KB",
25      "ram": "10000KB",
26      "deps": {
27        "components": [
28          "ipc_core",
29          "libhilog",
30          "bytrace_core",
31          "libhichecker"
32        ],
33        "third_party": [
34          "flutter",
35          "libpng",
36          "libexif",
37          "giflib",
38          "bounds_checking_function",
39          "expat",
40		  "json",
41          "boost"
42        ]
43      },
44      "build": {
45        "sub_component": [
46          "//foundation/multimedia/image_framework:image_framework",
47          "//foundation/multimedia/image_framework:plugins"
48        ],
49        "inner_kits": [
50          {
51            "header": {
52              "header_files": [
53                "pixel_map.h",
54                "image_packer.h",
55                "image_source.h",
56                "image_type.h",
57                "peer_listener.h",
58                "incremental_pixel_map.h",
59                "pixel_map_manager.h",
60                "decode_listener.h",
61                "pixel_map_parcel.h"
62              ],
63              "header_base": "//foundation/multimedia/image_framework/interfaces/innerkits/include"
64            },
65            "name": "//foundation/multimedia/image_framework/interfaces/innerkits:image_native"
66          },
67          {
68            "header": {
69              "header_files": [
70                "image_packer_napi.h",
71                "image_source_napi.h",
72                "native_module_ohos_image.h",
73                "pixel_map_napi.h"
74              ],
75              "header_base": "//foundation/multimedia/image_framework/interfaces/kits/js/common/include"
76            },
77            "name": "//foundation/multimedia/image_framework/interfaces/kits/js/common:image"
78          }
79        ],
80        "test": [
81          "//foundation/multimedia/image_framework/frameworks/innerkitsimpl/test:unittest"
82        ]
83      }
84    }
85  }
86