diff options
author | orivej <orivej@yandex-team.ru> | 2022-02-10 16:44:49 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:44:49 +0300 |
commit | 718c552901d703c502ccbefdfc3c9028d608b947 (patch) | |
tree | 46534a98bbefcd7b1f3faa5b52c138ab27db75b7 /contrib/restricted/aws/aws-c-cal/ya.make | |
parent | e9656aae26e0358d5378e5b63dcac5c8dbe0e4d0 (diff) | |
download | ydb-718c552901d703c502ccbefdfc3c9028d608b947.tar.gz |
Restoring authorship annotation for <orivej@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'contrib/restricted/aws/aws-c-cal/ya.make')
-rw-r--r-- | contrib/restricted/aws/aws-c-cal/ya.make | 70 |
1 files changed, 35 insertions, 35 deletions
diff --git a/contrib/restricted/aws/aws-c-cal/ya.make b/contrib/restricted/aws/aws-c-cal/ya.make index 9c4193a677..522f585b59 100644 --- a/contrib/restricted/aws/aws-c-cal/ya.make +++ b/contrib/restricted/aws/aws-c-cal/ya.make @@ -1,41 +1,41 @@ -# Generated by devtools/yamaker. - -LIBRARY() - +# Generated by devtools/yamaker. + +LIBRARY() + OWNER( orivej g:cpp-contrib ) - -VERSION(0.4.5) - -LICENSE(Apache-2.0) - + +VERSION(0.4.5) + +LICENSE(Apache-2.0) + LICENSE_TEXTS(.yandex_meta/licenses.list.txt) -PEERDIR( - contrib/libs/openssl - contrib/restricted/aws/aws-c-common -) - -ADDINCL( - GLOBAL contrib/restricted/aws/aws-c-cal/include -) - -NO_COMPILER_WARNINGS() - -NO_RUNTIME() - -SRCS( - source/cal.c - source/der.c - source/ecc.c - source/hash.c - source/hmac.c - source/unix/openssl_platform_init.c - source/unix/opensslcrypto_ecc.c - source/unix/opensslcrypto_hash.c - source/unix/opensslcrypto_hmac.c -) - -END() +PEERDIR( + contrib/libs/openssl + contrib/restricted/aws/aws-c-common +) + +ADDINCL( + GLOBAL contrib/restricted/aws/aws-c-cal/include +) + +NO_COMPILER_WARNINGS() + +NO_RUNTIME() + +SRCS( + source/cal.c + source/der.c + source/ecc.c + source/hash.c + source/hmac.c + source/unix/openssl_platform_init.c + source/unix/opensslcrypto_ecc.c + source/unix/opensslcrypto_hash.c + source/unix/opensslcrypto_hmac.c +) + +END() |