• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2    "name": "@ohos/elfio",
3    "description": "ELFIO is a small, header-only C++ library that provides a simple interface for reading and generating files in ELF binary format.",
4    "version": "3.12",
5    "license": "MIT",
6    "publishAs": "code-segment",
7    "segment": {
8        "destPath": "third_party/elfio"
9    },
10    "dirs": {},
11    "scripts": {},
12    "licensePath": "LICENSE.txt",
13    "component": {
14        "name": "elfio",
15        "subsystem": "thirdparty",
16        "syscap": [],
17        "features": [],
18        "adapted_system_type": [
19            "standard"
20        ],
21        "rom": "",
22        "ram": "",
23        "deps": {
24            "components": [],
25            "third_party": []
26        },
27        "build": {
28            "sub_component": [
29                "//third_party/elfio:elfio(//build/toolchain/linux:clang_x64)"
30            ],
31            "inner_kits": [
32                {
33                    "name": "//third_party/elfio:elfio",
34                    "header": {
35                        "header_files": [],
36                        "header_base": "//third_party/elfio/elfio"
37                    }
38                }
39            ],
40            "test": []
41        }
42    }
43}