• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2    "name": "@ohos/gstreamer",
3    "description": "The core around which all other modules revolve. Base functionality and libraries, some essential elements, documentation, and testing.",
4    "version": "3.1",
5    "license": "LGPL V2.0",
6    "publishAs": "code-segment",
7    "segment": {
8        "destPath": "third_party/gstreamer"
9    },
10    "dirs": {},
11    "scripts": {},
12    "licensePath": "gstreamer/COPYING",
13    "readmePath": {
14        "en": "gstreamer/README"
15    },
16    "component": {
17        "name": "gstreamer",
18        "subsystem": "thirdparty",
19        "syscap": [],
20        "features": [],
21        "adapted_system_type": [ "standard" ],
22        "rom": "",
23        "ram": "",
24        "deps": {
25            "components": [ "hitrace" ],
26            "third_party": [
27                "curl",
28                "glib",
29                "ffmpeg",
30                "zlib",
31                "bzip2"
32            ]
33        },
34        "build": {
35            "sub_component": [],
36            "inner_kits": [],
37            "test": []
38        }
39    }
40}