BlockCache-read cache支持 (#521)

支持block cache的读缓存
This commit is contained in:
曾俊
2024-04-07 14:03:51 +08:00
committed by GitHub
parent 06560afa2a
commit eb49bb993a
19 changed files with 797 additions and 26 deletions

View File

@ -0,0 +1,24 @@
{
"name": "test-blockcache",
"version": "0.1.0",
"description": "用于测试blockcach小程序",
"rust_target": "x86_64-unknown-dragonos",
"task_type": {
"BuildFromSource": {
"Local": {
"path": "apps/test-blockcache"
}
}
},
"depends": [],
"build": {
"build_command": "make install"
},
"install": {
"in_dragonos_path": "/"
},
"clean": {
"clean_command": "make clean"
},
"envs": []
}