From 41b5ddbe0919a2f8674ec0df45cf65884895d734 Mon Sep 17 00:00:00 2001 From: yichengzhao Date: Fri, 21 Jan 2022 17:18:46 +0800 Subject: [PATCH] add aceessibility service 801 Signed-off-by: yichengzhao --- dummyData/dummy.h | 2 +- sa_profile/{4702.xml => 801.xml} | 4 ++-- sa_profile/BUILD.gn | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) rename sa_profile/{4702.xml => 801.xml} (93%) diff --git a/dummyData/dummy.h b/dummyData/dummy.h index b96bcdc0..37974584 100644 --- a/dummyData/dummy.h +++ b/dummyData/dummy.h @@ -21,7 +21,7 @@ #include #include "refbase.h" -#define ACCESSIBLE_ABILITY_MANAGER_SERVICE_ID 4702 // to be deleted +#define ACCESSIBLE_ABILITY_MANAGER_SERVICE_ID 801 // to be deleted namespace OHOS { namespace Accessibility { diff --git a/sa_profile/4702.xml b/sa_profile/801.xml similarity index 93% rename from sa_profile/4702.xml rename to sa_profile/801.xml index 37be78c0..43a4e49a 100644 --- a/sa_profile/4702.xml +++ b/sa_profile/801.xml @@ -16,8 +16,8 @@ foundation - 4702 - /system/lib64/libaccessibleabilityms.z.so + 801 + /system/lib/libaccessibleabilityms.z.so true diff --git a/sa_profile/BUILD.gn b/sa_profile/BUILD.gn index c0380756..03ef286d 100644 --- a/sa_profile/BUILD.gn +++ b/sa_profile/BUILD.gn @@ -14,7 +14,7 @@ import("//build/ohos/sa_profile/sa_profile.gni") ohos_sa_profile("aams_sa_profile") { - sources = [ "4702.xml" ] + sources = [ "801.xml" ] part_name = "accessibility_standard" }