• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2    "name": "packing_tool",
3    "version": "3.2",
4    "license": "Apache License 2.0",
5    "publishAs": "code-segment",
6    "description": "packing_tool for openharmony",
7    "segment": {
8      "destPath": "developtools/packing_tool"
9    },
10    "keywords": [
11      "packing",
12      "unpacking"
13    ],
14    "component": {
15      "name": "packing_tool",
16      "subsystem": "developtools",
17      "adapted_system_type": [ "mini", "small", "standard" ],
18      "deps": {
19        "components": []
20      },
21      "build": {
22        "sub_component": [
23          "//developtools/packing_tool:packing_tool"
24        ]
25      }
26    }
27}