aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/libs/grpc/src/proto/grpc/status/ya.make
blob: 491b0fe2ebafae4e1aaf09e128a40c2019844639 (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
24
25
26
PROTO_LIBRARY() 
 
LICENSE(Apache-2.0)

LICENSE_TEXTS(.yandex_meta/licenses.list.txt)

OWNER( 
    akastornov 
    g:contrib 
    g:cpp-contrib 
) 
 
PROTO_NAMESPACE(
    GLOBAL
    contrib/libs/grpc
)
 
GRPC() 
 
SRCS( 
    status.proto 
) 
 
EXCLUDE_TAGS(GO_PROTO)

END()