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