1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-22 07:28:10 +00:00

protobuf: add missing java sugar

fixes #139
This commit is contained in:
matejcik 2019-05-13 14:29:38 +02:00
parent 43866407df
commit cc7e844898

View File

@ -1,6 +1,10 @@
syntax = "proto2";
package hw.trezor.messages.common;
// Sugar for easier handling in Java
option java_package = "com.satoshilabs.trezor.lib.protobuf";
option java_outer_classname = "TrezorMessageCommon";
/**
* Response: Success of the previous request
* @end