third_party_sqlite/bundle.json
王海硕 146cfaaca9 sqlite fts adapt icu
Signed-off-by: wanghaishuo <wanghaishuo1@huawei.com>
2024-11-19 20:32:46 +08:00

48 lines
1.4 KiB
JSON

{
"name": "@ohos/sqlite",
"description": "SQLite is a C-language library that implements a small, fast, self-contained, high-reliability, full-featured, SQL database engine.",
"version": "3.40.1",
"homePage": "https://www.sqlite.org/",
"license": "Public Domain",
"publishAs": "code-segment",
"segment": {
"destPath": "third_party/sqlite"
},
"dirs": {},
"scripts": {},
"component": {
"name": "sqlite",
"subsystem": "thirdparty",
"syscap": [],
"features": ["sqlite_support_icu"],
"adapted_system_type": [ "standard" ],
"rom": "2200KB",
"ram": "1024KB",
"deps": {
"components": [
"c_utils",
"icu",
"openssl"
],
"third_party": [
"openssl"
]
},
"build": {
"sub_component": [],
"inner_kits": [
{
"name": "//third_party/sqlite:sqlite",
"header": {
"header_files": [
"sqlite3ext.h",
"sqlite3sym.h"
],
"header_base": "//third_party/sqlite/include"
}
}
],
"test": []
}
}
}