Go to file
openharmony_ci 018d7850c4
!197 修正keyEventFilter的MT测试fail的问题
Merge pull request !197 from Mupceet/release_0621_mt_fail
2022-06-21 07:00:01 +00:00
common/log/include change copyright to 2022 2022-03-09 14:06:39 +08:00
figures fix README 2022-01-17 15:18:06 +08:00
frameworks !188 添加无障碍dump信息 2022-06-21 06:38:51 +00:00
interfaces !194 修正eventFilter设定相关bug 2022-06-21 06:57:52 +00:00
sa_profile change dir from sysyem to accessibility 2022-06-06 11:20:25 +08:00
services !197 修正keyEventFilter的MT测试fail的问题 2022-06-21 07:00:01 +00:00
accessibility_aafwk.gni aafwk directory switching 2022-06-06 14:52:53 +08:00
BUILD.gn change copyright to 2022 2022-03-09 14:06:39 +08:00
bundle.json Signed-off-by: yichengzhao <yichengzhao1@huawei.com> 2022-06-09 15:49:07 +08:00
LICENSE Accessibility init commit 2022-01-08 17:49:41 +08:00
OAT.xml 视检问题修正 2022-03-22 11:05:59 +08:00
README_en.md Signed-off-by: yichengzhao <yichengzhao1@huawei.com> 2022-06-09 15:49:07 +08:00
README_zh.md Signed-off-by: yichengzhao <yichengzhao1@huawei.com> 2022-06-09 15:49:07 +08:00

Accessibility

Introduction

The accessibility framework provides a standard mechanism for exchanging information between applications and accessibility applications and supports the development of accessibility applications to enhance the accessibility experience. The typical use cases are as follows:

  1. Allow people with disabilities to use applications. For example, provide the screen reader for people with visual impairments.
  2. Provide the capability to interact with applications. For example, offer the UI automatic test framework and the capability to develop accessibility applications based on UI responses.

Directory Structure

/foundation/barrierfree/accessibility
├── frameworks
│   ├── aafwk               # AccessibleAbility Kit implementation code
│   └── asacfwk             # AccessibleAbilityClient Kit implementation code
├── interfaces
│   ├── innerkits           # Internal APIs of AccessibleAbility and AccessibleAbilityClient
│   └── kits                # Developer APIs of AccessibleAbility and AccessibleAbilityClient
├── sa_profile              # System service configuration files
├── services
│   └── aams                # Framework code of the AccessibleAbility management service
│   └── test                # Test code
├── test                    # Test code
└── util                    # Utility code

Repositories Involved

accessibility

distributedschedule_samgr

appexecfwk_standard

notification_ces_standard

multimodalinput_input