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"