summaryrefslogtreecommitdiff
path: root/proto/src
diff options
context:
space:
mode:
author Xiaowen Lei <xilei@google.com> 2021-12-24 01:40:19 +0000
committer Xiaowen Lei <xilei@google.com> 2022-01-14 04:06:27 +0000
commit0477dc60a8f384fa8df1beb27e6632535e08312c (patch)
treeade3d5f5bb022afaa7074501fc4e321110c86bf3 /proto/src
parent4f61c5d725c1d94debba10a69dd640ea6a1019c4 (diff)
Add unique notification id for setting up dream.
Test: atest NudgeToSetupDreamCallbackTest Test: flash device and check manually Bug: 213368707 Change-Id: Idb5837bf5b84eb4549bbe8bfc764e5bdca0f5bc2
Diffstat (limited to 'proto/src')
-rw-r--r--proto/src/system_messages.proto3
1 files changed, 3 insertions, 0 deletions
diff --git a/proto/src/system_messages.proto b/proto/src/system_messages.proto
index 6d0eadb40d0f..196c6aaa7fcb 100644
--- a/proto/src/system_messages.proto
+++ b/proto/src/system_messages.proto
@@ -279,6 +279,9 @@ message SystemMessage {
// Notify the user that a CA certificate is pending for the wifi connection.
NOTE_SERVER_CA_CERTIFICATE = 67;
+ // Notify the user to set up dream
+ NOTE_SETUP_DREAM = 68;
+
// ADD_NEW_IDS_ABOVE_THIS_LINE
// Legacy IDs with arbitrary values appear below
// Legacy IDs existed as stable non-conflicting constants prior to the O release