From 1278c050da5971e2f997b5f8d4a203c89db64e30 Mon Sep 17 00:00:00 2001 From: 18721213663 Date: Wed, 19 Jun 2024 12:17:25 +0800 Subject: [PATCH] update opensource Signed-off-by: 18721213663 --- README.OpenSource | 18 ++++++++++++++++++ README_zh.md | 4 ++++ 2 files changed, 22 insertions(+) diff --git a/README.OpenSource b/README.OpenSource index 3251433..25c51de 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 8ecc12a..5fe064f 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) -- Gitee