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 "openssl" 25 ] 26 }, 27 "build": { 28 "sub_component": [], 29 "inner_kits": [ 30 { 31 "name": "//third_party/sqlite:sqlite", 32 "header": { 33 "header_files": [ 34 "sqlite3ext.h", 35 "sqlite3sym.h" 36 ], 37 "header_base": "//third_party/sqlite/include" 38 } 39 } 40 ], 41 "test": [] 42 } 43 } 44}