mirror of
https://gitee.com/openharmony/accessibility
synced 2024-11-23 15:01:17 +00:00
add accessibility.para.dac
Signed-off-by: yichengzhao <yichengzhao1@huawei.com> Change-Id: I442da21767b410ba7272fe7f1293163c3d018808
This commit is contained in:
parent
01c2ae09ef
commit
5c2ac6f906
@ -62,7 +62,8 @@
|
||||
"service_group": [
|
||||
"//foundation/barrierfree/accessibility/sa_profile:aams_sa_profile",
|
||||
"//foundation/barrierfree/accessibility/sa_profile:accessibility_cfg",
|
||||
"//foundation/barrierfree/accessibility/services/aams:accessibleabilityms"
|
||||
"//foundation/barrierfree/accessibility/services/aams:accessibleabilityms",
|
||||
"//foundation/barrierfree/accessibility/services/etc:ohos.para.dac"
|
||||
]
|
||||
},
|
||||
"inner_kits": [
|
||||
|
20
services/etc/BUILD.gn
Normal file
20
services/etc/BUILD.gn
Normal file
@ -0,0 +1,20 @@
|
||||
# Copyright (c) 2022 Huawei Device Co., Ltd.
|
||||
# Licensed under the Apache License, Version 2.0 (the "License");
|
||||
# you may not use this file except in compliance with the License.
|
||||
# You may obtain a copy of the License at
|
||||
#
|
||||
# http://www.apache.org/licenses/LICENSE-2.0
|
||||
#
|
||||
# Unless required by applicable law or agreed to in writing, software
|
||||
# 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.
|
||||
|
||||
import("//build/ohos.gni")
|
||||
|
||||
ohos_prebuilt_etc("ohos.para.dac") {
|
||||
source = "//foundation/barrierfree/accessibility/services/etc/accessibility.para.dac"
|
||||
part_name = "accessibility"
|
||||
module_install_dir = "etc/param"
|
||||
}
|
14
services/etc/accessibility.para.dac
Normal file
14
services/etc/accessibility.para.dac
Normal file
@ -0,0 +1,14 @@
|
||||
# Copyright (c) 2022 Huawei Device Co., Ltd.
|
||||
# Licensed under the Apache License, Version 2.0 (the "License");
|
||||
# you may not use this file except in compliance with the License.
|
||||
# You may obtain a copy of the License at
|
||||
#
|
||||
# http://www.apache.org/licenses/LICENSE-2.0
|
||||
#
|
||||
# Unless required by applicable law or agreed to in writing, software
|
||||
# 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.
|
||||
|
||||
accessibility.config.ready = accessibility:accessibility:0776
|
Loading…
Reference in New Issue
Block a user