1
0
Fork 0
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
hmz007 6d24f2138b
Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56)
3 years ago
..
README Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
__init__.py Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
buildprotos.py Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
client.py Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
common.proto Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
common_pb2.py Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
common_pb2_grpc.py Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago

README

Protos in this dir are generated using
`python -m grpc_tools.protoc -I. --python_out=. --grpc_python_out=. common.proto`
and manually checked into the tree. The source of the protos is
src/config/proto/chromiumos/config/api/test/tls/common.proto, relative to a
standard repo.
(https://chromium.git.corp.google.com/chromiumos/config/+/HEAD/proto/chromiumos/config/api/test/tls/common.proto)
If there are updates to src proto, the protos here must be re-generated. Run the
script "buildprotos.py" to automatically rebuild them from the source. You must
manually repo sync prior to this.