Go to file
zhoushicheng 08d1b07524 aafwk->ability_runtime
Signed-off-by: zhoushicheng <zhoushicheng2@huawei.com>
Change-Id: I0c4a1307f9ac4d5ea89dcefbe654ffe66a72adbf
2022-06-28 14:36:59 +08: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 !196 修正GetWindows接口中解析入参失败的问题 2022-06-23 02:50:33 +00:00
interfaces aafwk->ability_runtime 2022-06-27 19:22:55 +08:00
sa_profile change dir from sysyem to accessibility 2022-06-06 11:20:25 +08:00
services aafwk->ability_runtime 2022-06-28 14:36:59 +08:00
accessibility_aafwk.gni aafwk->ability_runtime 2022-06-28 14:36:59 +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