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" }