
#********************************************************************************
# Copyright (c) 2022 Contributors to the Eclipse Foundation
#
# See the NOTICE file(s) distributed with this work for additional
# information regarding copyright ownership.
#
# This program and the accompanying materials are made available under the
# terms of the Apache License 2.0 which is available at
# http://www.apache.org/licenses/LICENSE-2.0
#
# SPDX-License-Identifier: Apache-2.0
#*******************************************************************************/

[requires]
grpc/1.38.0@#a93eb68eaa39bd69ddb2c0d85e6eb490
boost/1.72.0@#d9cf09c1be88fc9a3b8fbfef409e28e2
zlib/1.2.13@#13c96f538b52e1600c40b88994de240f

[build_requires]
grpc/1.38.0 # Is needed in the build context to run generate code from proto files
#zlib/1.2.12

[generators]
cmake_find_package
cmake_paths
virtualenv

[options]
boost:shared=False

grpc:fPIC=True
grpc:cpp_plugin=True
grpc:codegen=True

# Follwing options do speed up cross build, but there is no prebuild package for  this combination
#grpc:csharp_ext=False
#grpc:csharp_plugin=False
#grpc:node_plugin=False
#grpc:objective_c_plugin=False
#grpc:php_plugin=False
#grpc:python_plugin=False
#grpc:ruby_plugin=False

[imports]
., license* -> ./licenses @ folder=True, ignore_case=True
