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

protob: Add protobuf syntax tag

This commit is contained in:
Aleksey Popov 2017-12-23 21:34:23 +03:00 committed by Pavol Rusnak
parent ee211f4bc8
commit c88d7b962a
4 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,5 @@
syntax = "proto2";
/**
* Configuration format for TREZOR plugin
*/

View File

@ -1,3 +1,5 @@
syntax = "proto2";
/**
* Messages for TREZOR communication
*/

View File

@ -1,3 +1,5 @@
syntax = "proto2";
/**
* Storage area of TREZOR
*/

View File

@ -1,3 +1,5 @@
syntax = "proto2";
/**
* Types for TREZOR communication
*