add aceessibility service 801

Signed-off-by: yichengzhao <yichengzhao1@huawei.com>
This commit is contained in:
yichengzhao 2022-01-21 17:18:46 +08:00
parent 3bbe0acf9d
commit 41b5ddbe09
3 changed files with 4 additions and 4 deletions

View File

@ -21,7 +21,7 @@
#include <vector>
#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 {

View File

@ -16,8 +16,8 @@
<info>
<process>foundation</process>
<systemability>
<name>4702</name>
<libpath>/system/lib64/libaccessibleabilityms.z.so</libpath>
<name>801</name>
<libpath>/system/lib/libaccessibleabilityms.z.so</libpath>
<!--<depend></depend> --> <!-- Declare the name of system abilities which the system ability depends on. Note that one dependency uses 1 line. If there are dependencies, it needs to check if all those dependencies are available in service manager before starting the system ability. -->
<!--<depend-time-out></depend-time-out> --> <!-- Check all dependencies are available before the timeout period ended. The MAX_DEPENDENCY_TIMEOUT is 60s. -->
<run-on-create>true</run-on-create>

View File

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