Prepare Project for open source

Change-Id: Ic26d4915efa2be47ce00ffaab7a474d696e6657c
This commit is contained in:
Alexey Polyudov
2020-05-04 13:13:13 -07:00
parent 4b3f08089a
commit 271a449d7a
9 changed files with 388 additions and 2 deletions
+2
View File
@@ -1,3 +1,4 @@
// nearby:google3-begin
// Any changes in this file maybe cause the unmapped result in the PLX tables.
// Please remember to update the table schemas:
// 1. Check your changes are rolled out in the MPM.
@@ -8,6 +9,7 @@
// https://plx.corp.google.com/scripts2/script_e1._9eb6f3_e3cd_419b_b483_c1e42abc824a
//
// Or you can wait one or two days then run the above Step3. dircetly.
// nearby:google3-end
syntax = "proto2";
+2
View File
@@ -10,10 +10,12 @@ option objc_class_prefix = "GNCP";
enum UserType {
UNKNOWN_USER_TYPE = 0;
PRODUCTION = 1;
// nearby:google3-begin
MODULEFOOD = 2;
TEST = 3;
PRESTO_DOGFOOD = 4;
AUTO_TEST = 5;
// nearby:google3-end
}
// The client that is logging.