From 9a03dc360ee0377d67700f3fa8047b407ce1f6a8 Mon Sep 17 00:00:00 2001 From: shiqichang Date: Sat, 28 May 2022 15:47:53 +0800 Subject: [PATCH] =?UTF-8?q?aafwk=E7=9B=AE=E5=BD=95=E5=88=87=E6=8D=A2abilit?= =?UTF-8?q?y=5Fability=5Fruntime?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: shiqichang Change-Id: I6bb0a17dbefacb4828a62d17d9cb2e3a424399ab --- inputmethod.gni | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/inputmethod.gni b/inputmethod.gni index b8d98f8..23b8ff2 100644 --- a/inputmethod.gni +++ b/inputmethod.gni @@ -11,11 +11,12 @@ # See the License for the specific language governing permissions and # limitations under the License. -aafwk_inner_api_path = "//foundation/aafwk/standard/interfaces/innerkits" +aafwk_inner_api_path = + "//foundation/ability/ability_runtime/interfaces/innerkits" -aafwk_services_path = "//foundation/aafwk/standard/services" +aafwk_services_path = "//foundation/ability/ability_runtime/services" -aafwk_kits_path = "//foundation/aafwk/standard/frameworks/kits" +aafwk_kits_path = "//foundation/ability/ability_runtime/frameworks/kits" inputmethod_path = "//base/miscservices/inputmethod"