From: Woochanlee Date: Fri, 9 Jul 2021 04:49:08 +0000 (+0900) Subject: proto: Delete an invalid type values X-Git-Tag: submit/tizen/20210709.081442~3 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a3cecaff4ec31f62edba59f4eecba6223c11ebf9;p=platform%2Fcore%2Fuifw%2Faurum.git proto: Delete an invalid type values attribute checks and returns only bool type. Change-Id: Iadc2aec7f3647044dceee7641a25ef9564963403 --- diff --git a/protocol/aurum.proto b/protocol/aurum.proto index 23f6f67..639bed7 100644 --- a/protocol/aurum.proto +++ b/protocol/aurum.proto @@ -234,13 +234,7 @@ message ReqGetAttribute { } message RspGetAttribute { RspStatus status = 1; - ParamType type = 2; - oneof params { - string stringValue = 3; - int32 intValue = 4; - double doubleValue = 5; - bool boolValue = 6; - } + bool boolValue = 2; } // ------------------------------------ //