From 0b5f09ad1faef32b7e28c9d2c391cd3206ee60d6 Mon Sep 17 00:00:00 2001 From: MrLop Date: Wed, 7 Aug 2024 16:31:52 +0800 Subject: [PATCH] Add Feature for new small core sched model Signed-off-by: MrLop --- bundle.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bundle.json b/bundle.json index be900dc7c58..7f28769b78a 100644 --- a/bundle.json +++ b/bundle.json @@ -25,7 +25,8 @@ "ace_engine_feature_enable_coverage", "ace_engine_feature_enable_point_light", "ace_engine_feature_enable_nav_split_mode", - "ace_engine_feature_asbng_path" + "ace_engine_feature_asbng_path", + "ace_engine_feature_sched_model" ], "adapted_system_type": [ "standard" -- Gitee