{

    "name": "@ohos/bootstrap_lite",

    "description": " boostrap and start system services",

    "homePage": "https://gitee.com/openharmony",

    "version": "4.0.2",

    "license": "Apache License 2.0",

    "repository": "https://gitee.com/openharmony/startup_bootstrap_lite",

    "supplier": "Organization: OpenHarmony",

    "publishAs": "code-segment",

    "segment": {

        "destPath": "base/startup/bootstrap_lite"

    },

    "dirs": {},

    "scripts": {},

    "component": {

        "name": "bootstrap_lite",

        "subsystem": "startup",

        "features": [

            "bootstrap_lite_enable_bootstrap_service"

        ],

        "adapted_system_type": [

            "mini",

            "small"

        ],

        "rom": "14KB",

        "ram": "~128KB",

        "deps": {

            "components": [

                "samgr_lite"

            ],

            "third_party": [

                "bounds_checking_function"

            ]

        },

        "build": {

            "sub_component": [

                "//base/startup/bootstrap_lite/services/source:bootstrap"

            ]

        }

    }

}