{
    "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.44.4",
    "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_check_pages",
            "sqlite_feature_enable_pgo",
            "sqlite_feature_pgo_path",
            "sqlite_feature_query_cache",
            "sqlite_enable_fdsan"
        ],
        "adapted_system_type": [ "standard" ],
        "rom": "2200KB",
        "ram": "1024KB",
        "deps": {
            "components": [
                "c_utils",
                "icu",
                "openssl"
            ]
        },
        "build": {
            "sub_component": [
                "//third_party/sqlite:sqlite",
                "//third_party/sqlite:sqlite3",
                "//third_party/sqlite:sqliteicu",
                "//third_party/sqlite:sqlitecompressvfs"
            ],
            "inner_kits": [
                {
                    "name": "//third_party/sqlite:sqlite",
                    "header": {
                        "header_files": [
                            "sqlite3ext.h",
                            "sqlite3sym.h"
                        ],
                        "header_base": "//third_party/sqlite/include"
                    }
                },
                {
                    "name": "//third_party/sqlite:sqliteicu"
                },
                {
                    "name": "//third_party/sqlite:sqlite3"
                },
                {
                    "name": "//third_party/sqlite:sqlitecompressvfs"
                }
            ],
            "test": [
                "//third_party/sqlite/unittest:unittest"
            ]
        }
    }
}