• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2    "name": "@ohos/media_utils_lite",
3    "description": "Definition of public information such as media error code, and data types required for recording and playing audio and video.",
4    "version": "3.2",
5    "license": "Apache License 2.0",
6    "publishAs": "code-segment",
7    "segment": {
8        "destPath": "foundation/multimedia/media_utils_lite"
9    },
10    "dirs": {},
11    "scripts": {},
12    "component": {
13        "name": "media_utils_lite",
14        "subsystem": "multimedia",
15        "syscap": [],
16        "features": [],
17        "adapted_system_type": [
18            "mini",
19            "small"
20        ],
21        "rom": "1024kB",
22        "ram": "500kB",
23        "deps": {
24            "components": [],
25            "third_party": []
26        },
27        "build": {
28            "sub_component": [],
29            "inner_kits": [
30                {
31                    "type": "none",
32                    "name": "//foundation/multimedia/media_utils_lite:media_common" ,
33                    "header": {
34                      "header_files": [
35                        "hal_camera.h",
36                        "hal_display.h",
37                        "data_stream.h",
38                        "format.h",
39                        "media_errors.h",
40                        "media_info.h",
41                        "media_log.h",
42                        "source.h"
43                      ],
44                      "header_base": [
45                          "//foundation/multimedia/media_utils_lite/hals",
46                          "//foundation/multimedia/media_utils_lite/interfaces/kits"
47                      ]
48                    }
49                }
50            ],
51            "test": []
52        }
53    }
54}