[OHOS.with ai] 将配置管理/配置分享/路由聚合/实例状态解析下沉至 Rust 内核,收敛职责并提升性能 (#2209)

* feat: add ohrs config store and startup error logging

* feat: full ability core for ohos

* feat: full ability core for ohos

* feat: clean code

---------

Co-authored-by: FrankHan <frankhan@FrankHans-Mac-mini.local>
This commit is contained in:
韩嘉乐
2026-05-04 21:13:17 +08:00
committed by GitHub
parent 362aa7a9cd
commit 09b4db5d3f
6 changed files with 1300 additions and 372 deletions
+4 -1
View File
@@ -14,5 +14,8 @@ pub mod web;
pub mod tests;
pub mod utils;
const DESCRIPTOR_POOL_BYTES: &[u8] =
pub const DESCRIPTOR_POOL_BYTES: &[u8] =
include_bytes!(concat!(env!("OUT_DIR"), "/file_descriptor_set.bin"));
pub const ALL_DESCRIPTOR_BYTES: &[u8] =
include_bytes!(concat!(env!("OUT_DIR"), "/descriptors.bin"));