1{
2    "name": "@ohos/lame",
3    "description": "lame is a high quality MP3 encoder.",
4    "version": "3.100",
5    "license": "LGPL V2.0",
6    "publishAs": "code-segment",
7    "segment": {
8        "destPath": "third_party/lame"
9    },
10    "dirs": {},
11    "scripts": {},
12    "licensePath": "LICENSE",
13    "component": {
14        "name": "lame",
15        "subsystem": "thirdparty",
16        "syscap": [],
17        "features": [],
18        "adapted_system_type": [ "standard" ],
19        "rom": "",
20        "ram": "",
21        "deps": {
22            "components": [],
23            "third_party": []
24        },
25        "build": {
26            "sub_component": ["//third_party/lame:lame"],
27            "inner_kits": [
28                {
29                    "name": "//third_party/lame:lame",
30                    "header": {
31                      "header_files": [
32                        "lame.h"
33                      ],
34                      "header_base": "//third_party/lame/include"
35                    }
36                }
37            ],
38            "test": []
39        }
40    }
41}
42