• 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.44.4",
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            "sqlite_support_check_pages",
19            "sqlite_feature_enable_pgo",
20            "sqlite_feature_pgo_path"
21        ],
22        "adapted_system_type": [ "standard" ],
23        "rom": "2200KB",
24        "ram": "1024KB",
25        "deps": {
26            "components": [
27                "c_utils",
28                "icu",
29                "openssl"
30            ]
31        },
32        "build": {
33            "sub_component": [
34                "//third_party/sqlite:sqlite",
35                "//third_party/sqlite:sqlite3",
36                "//third_party/sqlite:sqliteicu",
37                "//third_party/sqlite:sqlitecompressvfs"
38            ],
39            "inner_kits": [
40                {
41                    "name": "//third_party/sqlite:sqlite",
42                    "header": {
43                        "header_files": [
44                            "sqlite3ext.h",
45                            "sqlite3sym.h"
46                        ],
47                        "header_base": "//third_party/sqlite/include"
48                    }
49                },
50                {
51                    "name": "//third_party/sqlite:sqliteicu"
52                },
53                {
54                    "name": "//third_party/sqlite:sqlite3"
55                },
56                {
57                    "name": "//third_party/sqlite:sqlitecompressvfs"
58                }
59            ],
60            "test": [
61                "//third_party/sqlite/unittest:unittest"
62            ]
63        }
64    }
65}
66