!12 test fileapi

Merge pull request !12 from zhuhongtao666/master
This commit is contained in:
openharmony_ci
2024-06-13 16:15:09 +00:00
committed by Gitee
3 changed files with 14 additions and 1 deletions
+2
View File
@@ -59,6 +59,8 @@ ohos_shared_library("liburing") {
external_deps = [ "c_utils:utils" ]
subsystem_name = "thirdparty"
part_name = "liburing"
innerapi_tags = [ "platformsdk" ]
output_name = "liburing"
output_extension = "so"
license_file = "README.OpenSource"
}
+1
View File
@@ -35,6 +35,7 @@
<filteritem type="filename" name="*.spec" desc="spec file,can not add license head"/>
<filteritem type="filepath" name="man/io_uring_submit_and_get_events.3" desc="config file,can not add license head"/>
<filteritem type="filepath" name="debian/copyright" desc="copyright file,can not add license head"/>
<filteritem type="filepath" name="install.sh" desc="compile build scripts, use Apache-2.0 license which is incompatible with GPL-2.0 license"/>
</filefilter>
<filefilter name="defaultFilter" desc="Filters for compatibility,license header policies">
<filteritem type="filename" name="COPYING"/>
+11 -1
View File
@@ -29,7 +29,17 @@
},
"build": {
"sub_component": [],
"inner_kits": [],
"inner_kits": [
{
"name": "//third_party/liburing:liburing",
"header": {
"header_files": [
"liburing.h"
],
"header_base": "//third_party/liburing/src/include"
}
}
],
"test": []
}
}