From 966210df33810e77230caeeef1d6b7cd6f5dc189 Mon Sep 17 00:00:00 2001 From: shiqichang Date: Sat, 28 May 2022 15:40:34 +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: Iba1c0c7fff82d7fd11c3e389a13854466880b239 --- filemanagement_aafwk.gni | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/filemanagement_aafwk.gni b/filemanagement_aafwk.gni index 24033666..26516654 100644 --- a/filemanagement_aafwk.gni +++ b/filemanagement_aafwk.gni @@ -9,9 +9,10 @@ # 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. +# limitations under the License. -aafwk_inner_api_path = "//foundation/aafwk/standard/interfaces/innerkits" -aafwk_kits_path = "//foundation/aafwk/standard/frameworks/kits" -aafwk_path = "//foundation/aafwk/standard" -aafwk_services_path = "//foundation/aafwk/standard/services" +aafwk_inner_api_path = + "//foundation/ability/ability_runtime/interfaces/innerkits" +aafwk_kits_path = "//foundation/ability/ability_runtime/frameworks/kits" +aafwk_path = "//foundation/ability/ability_runtime" +aafwk_services_path = "//foundation/ability/ability_runtime/services" -- Gitee