mirror of
https://github.com/openharmony/third_party_liburing.git
synced 2026-07-01 06:41:58 -04:00
@@ -59,6 +59,8 @@ ohos_shared_library("liburing") {
|
|||||||
external_deps = [ "c_utils:utils" ]
|
external_deps = [ "c_utils:utils" ]
|
||||||
subsystem_name = "thirdparty"
|
subsystem_name = "thirdparty"
|
||||||
part_name = "liburing"
|
part_name = "liburing"
|
||||||
|
innerapi_tags = [ "platformsdk" ]
|
||||||
output_name = "liburing"
|
output_name = "liburing"
|
||||||
|
output_extension = "so"
|
||||||
license_file = "README.OpenSource"
|
license_file = "README.OpenSource"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -35,6 +35,7 @@
|
|||||||
<filteritem type="filename" name="*.spec" desc="spec file,can not add license head"/>
|
<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="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="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>
|
||||||
<filefilter name="defaultFilter" desc="Filters for compatibility,license header policies">
|
<filefilter name="defaultFilter" desc="Filters for compatibility,license header policies">
|
||||||
<filteritem type="filename" name="COPYING"/>
|
<filteritem type="filename" name="COPYING"/>
|
||||||
|
|||||||
+11
-1
@@ -29,7 +29,17 @@
|
|||||||
},
|
},
|
||||||
"build": {
|
"build": {
|
||||||
"sub_component": [],
|
"sub_component": [],
|
||||||
"inner_kits": [],
|
"inner_kits": [
|
||||||
|
{
|
||||||
|
"name": "//third_party/liburing:liburing",
|
||||||
|
"header": {
|
||||||
|
"header_files": [
|
||||||
|
"liburing.h"
|
||||||
|
],
|
||||||
|
"header_base": "//third_party/liburing/src/include"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
],
|
||||||
"test": []
|
"test": []
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user