summaryrefslogtreecommitdiffstats
path: root/contrib/restricted/grpc_py2/src/proto/grpc/core/ya.make
blob: 4ed61628c993334852fa35bd8a2622bd7c995a7e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
PROTO_LIBRARY()

WITHOUT_LICENSE_TEXTS()

VERSION(Service-proxy-version)

LICENSE(Apache-2.0)

SUBSCRIBER(
    g:contrib
    g:cpp-contrib
)

PROTO_NAMESPACE(
    GLOBAL
    contrib/restricted/grpc_py2
)

GRPC()

EXCLUDE_TAGS(GO_PROTO)

END()