• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2    "name": "@ohos/sqlite",
3    "description": "SQLite is a C-language library that implements a small, fast, self-contained, high-reliability, full-featured, SQL database engine.",
4    "version": "3.40.1",
5    "homePage": "https://www.sqlite.org/",
6    "license": "Public Domain",
7    "publishAs": "code-segment",
8    "segment": {
9        "destPath": "third_party/sqlite"
10    },
11    "dirs": {},
12    "scripts": {},
13    "component": {
14        "name": "sqlite",
15        "subsystem": "thirdparty",
16        "syscap": [],
17        "features": [],
18        "adapted_system_type": [ "standard" ],
19        "rom": "2200KB",
20        "ram": "1024KB",
21        "deps": {
22            "components": [
23                "c_utils",
24                "icu",
25                "openssl"
26            ]
27        },
28        "build": {
29            "sub_component": [
30                "//third_party/sqlite:sqlite",
31                "//third_party/sqlite:sqliteicu"
32            ],
33            "inner_kits": [
34                {
35                    "name": "//third_party/sqlite:sqlite",
36                    "header": {
37                        "header_files": [
38                            "sqlite3ext.h",
39                            "sqlite3sym.h"
40                        ],
41                        "header_base": "//third_party/sqlite/include"
42                    }
43                },
44                {
45                    "name": "//third_party/sqlite:sqliteicu"
46                }
47            ],
48            "test": []
49        }
50    }
51}
52