diff --git a/README.OpenSource b/README.OpenSource index 32514331c1c18342420c42d39080001cf691b28b..25c51def892dee842590eabfc9bb90c57692e438 100644 --- a/README.OpenSource +++ b/README.OpenSource @@ -7,5 +7,23 @@ "Owner": "maojingjing1@huawei.com", "Upstream URL": "https://github.com/axboe/liburing/releases/tag/liburing-2.3", "Description": "liburing provides helpers to setup and reardown io_uring instances, and also a simplified interface for applications that don't need (or want) to deal with the full kernel side implementation." + }, + { + "Name": "liburing", + "License": "MIT License", + "License File": "LICENSE", + "Version Number": "2.3", + "Owner": "maojingjing1@huawei.com", + "Upstream URL": "https://github.com/axboe/liburing/releases/tag/liburing-2.3", + "Description": "liburing provides helpers to setup and reardown io_uring instances, and also a simplified interface for applications that don't need (or want) to deal with the full kernel side implementation." + }, + { + "Name": "liburing", + "License": "GPL V2.0", + "License File": "COPYING.GPL", + "Version Number": "2.3", + "Owner": "maojingjing1@huawei.com", + "Upstream URL": "https://github.com/axboe/liburing/releases/tag/liburing-2.3", + "Description": "liburing provides helpers to setup and reardown io_uring instances, and also a simplified interface for applications that don't need (or want) to deal with the full kernel side implementation." } ] \ No newline at end of file diff --git a/README_zh.md b/README_zh.md index 8ecc12a053aa6ca2b534cd77ff105ebf41ca749a..5fe064f7f0377383b89fb5c535028335f6d344c7 100644 --- a/README_zh.md +++ b/README_zh.md @@ -75,3 +75,7 @@ external_deps += [ "liburing:liburing" ] ``` extern void io_uring_queue_exit(struct io_uring *ring); ``` + +## 相关仓 + +- [**基础文件访问接口**](https://gitee.com/openharmony/filemanagement_file_api)