diff --git a/bundle.json b/bundle.json index aa9b2e263c27837f46281ad70dbc8f3d1be5585e..993d854e62ddd98684e2958372d7823df3aec58a 100755 --- a/bundle.json +++ b/bundle.json @@ -1,5 +1,5 @@ { - "name": "@ohos/startup_init", + "name": "@ohos/init", "description": "ohos init process", "homePage": "https://gitee.com/openharmony", "version": "3.1", @@ -20,8 +20,8 @@ "adapted_system_type": [ "standard" ], - "rom": "", - "ram": "", + "rom": "3.9MB", + "ram": "8356KB", "hisysevent_config": [ "//base/startup/init/services/modules/sysevent/init_events.yaml" ], diff --git a/services/init/lite/bundle.json b/services/init/lite/bundle.json index 54e3696f3c844d5ef8fade228b64ad0c846dd7b0..ce99977441d7a29b9f3331c6c7e3e00c9a515636 100644 --- a/services/init/lite/bundle.json +++ b/services/init/lite/bundle.json @@ -1,5 +1,5 @@ { - "name": "@ohos/startup_init_lite", + "name": "@ohos/init_lite", "description": "ohos init lite process", "homePage": "https://gitee.com/openharmony", "version": "3.1",