CUJs for MPTS heavyweight profile - Waze interface

Bug: 144421070
Test: in follow-up CL containing CUJs
Change-Id: I35f7bea3d71c425d5706eca8936553b1b9c1ddef
Merged-In: I35f7bea3d71c425d5706eca8936553b1b9c1ddef
(cherry picked from commit 5a49c991b14400574c2a458086d04715cef77f0c)
diff --git a/libraries/app-helpers/interfaces/common/src/android/platform/helpers/IWazeHelper.java b/libraries/app-helpers/interfaces/common/src/android/platform/helpers/IWazeHelper.java
new file mode 100644
index 0000000..0884af5
--- /dev/null
+++ b/libraries/app-helpers/interfaces/common/src/android/platform/helpers/IWazeHelper.java
@@ -0,0 +1,21 @@
+/*
+ * Copyright (C) 2019 The Android Open Source Project
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+package android.platform.helpers;
+
+public interface IWazeHelper extends IAppHelper {
+    // Inherit methods from super class.
+}