diff --git a/proto/common_types.proto b/proto/common_types.proto index 77a9cc167f032d969cdcf3fd4229ded844f611ed..eb9c872f9c743eef383d2d14f04cd23281181ebe 100644 --- a/proto/common_types.proto +++ b/proto/common_types.proto @@ -11,6 +11,7 @@ // See the License for the specific language governing permissions and // limitations under the License. +package common_types; syntax = "proto3"; option java_package = "ohos.devtools.datasources.transport.grpc.service"; diff --git a/proto/js_heap_config.proto b/proto/js_heap_config.proto index f0ed769963590ab1a4bd5a460faafa661c4058e7..d9aa292aedde4af03bd04d3f1f79ac8b511fac84 100644 --- a/proto/js_heap_config.proto +++ b/proto/js_heap_config.proto @@ -11,6 +11,7 @@ // See the License for the specific language governing permissions and // limitations under the License. +package js_heap_config; syntax = "proto3"; option java_package = "ohos.devtools.datasources.transport.grpc.service"; option optimize_for = LITE_RUNTIME; diff --git a/proto/js_heap_result.proto b/proto/js_heap_result.proto index 774c0e63b553a0b208e54287234be0d36b36d11e..26cb5b3971ac2ba3e66ea4d5d698d8c9cbbdfbf6 100644 --- a/proto/js_heap_result.proto +++ b/proto/js_heap_result.proto @@ -11,6 +11,7 @@ // See the License for the specific language governing permissions and // limitations under the License. +package js_heap_result; syntax = "proto3"; option java_package = "ohos.devtools.datasources.transport.grpc.service"; option optimize_for = LITE_RUNTIME;