mirror of
https://gitee.com/openharmony/accessibility
synced 2024-11-23 06:50:30 +00:00
add aceessibility service 801
Signed-off-by: yichengzhao <yichengzhao1@huawei.com>
This commit is contained in:
parent
3bbe0acf9d
commit
41b5ddbe09
@ -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 {
|
||||
|
@ -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>
|
@ -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"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user