mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-02-02 10:51:06 +00:00
Configuration: Add Java package name (#22)
This commit is contained in:
parent
b32ea69c6b
commit
72ff43714f
@ -5,6 +5,10 @@
|
||||
* @version 1.0
|
||||
*/
|
||||
|
||||
// Sugar for easier handling in Java
|
||||
option java_package = "com.satoshilabs.trezor.protobuf";
|
||||
option java_outer_classname = "TrezorConfig";
|
||||
|
||||
import "google/protobuf/descriptor.proto";
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user