1{
2    "name": "@ohos/flatbuffers",
3    "description": "Memory Efficient Serialization Library.",
4    "version": "3.1",
5    "license": "Apache License 2.0",
6    "pubiishAs": "code-segment",
7    "segment": {
8      "destPath": "third_party/flatbuffers"
9    },
10    "dirs": {},
11    "scripts": {},
12    "component": {
13      "name": "flatbuffers",
14      "subsystem": "thirdparty",
15      "syscap": [],
16      "features": [],
17      "adapted_system_type": [
18        "standard",
19        "small"
20      ],
21      "rom": "0",
22      "ram": "0",
23      "deps": {
24        "components": [
25        ],
26        "third_party": [
27        ]
28      },
29      "build": {
30        "sub_component": [ "//third_party/flatbuffers:libflatbuffers_static" ],
31        "inner_kits": [
32                {
33                    "name": "//third_party/flatbuffers:libflatbuffers_static",
34                    "header": {
35                        "header_base": "//third_party/flatbuffers/include",
36                        "header_files": [
37                        ]
38                    }
39                }
40        ],
41        "test": [
42        ]
43      }
44    }
45  }
46