aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/libs/ibdrv/ya.make
diff options
context:
space:
mode:
authorthegeorg <thegeorg@yandex-team.com>2023-07-18 14:04:56 +0300
committerthegeorg <thegeorg@yandex-team.com>2023-07-18 14:04:56 +0300
commite6faf2d02c5150afa1653e6232678b23b68fe534 (patch)
tree1c4c68662b38947880e788869399acd1a202d106 /contrib/libs/ibdrv/ya.make
parent8c8a4c1d7d49f7f55e2d3b30f638b53b7c890273 (diff)
downloadydb-e6faf2d02c5150afa1653e6232678b23b68fe534.tar.gz
Allow using ibdrv interface in opensource apps
Diffstat (limited to 'contrib/libs/ibdrv/ya.make')
-rw-r--r--contrib/libs/ibdrv/ya.make23
1 files changed, 23 insertions, 0 deletions
diff --git a/contrib/libs/ibdrv/ya.make b/contrib/libs/ibdrv/ya.make
new file mode 100644
index 0000000000..7b7fbce797
--- /dev/null
+++ b/contrib/libs/ibdrv/ya.make
@@ -0,0 +1,23 @@
+LIBRARY()
+
+VERSION(5.3-1.0.0.1)
+
+BUILD_ONLY_IF(WARNING OS_LINUX)
+
+SRCS(
+ impl.cpp
+ symbols.cpp
+)
+
+ADDINCL(
+ GLOBAL contrib/libs/ibdrv/include
+)
+
+LICENSE(
+ "((GPL-2.0-only WITH Linux-syscall-note) OR Linux-OpenIB)" AND
+ "(GPL-2.0-only OR Linux-OpenIB)"
+)
+
+LICENSE_TEXTS(.yandex_meta/licenses.list.txt)
+
+END()