Go to file
Mupceet d821167344 uitest获取window信息接口追加
Signed-off-by: Mupceet <laiguizhong@huawei.com>
2022-06-01 21:13:20 +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 uitest获取window信息接口追加 2022-06-01 21:13:20 +08:00
interfaces uitest获取window信息接口追加 2022-06-01 21:13:20 +08:00
sa_profile change uid gid 2022-05-26 18:48:23 +08:00
services uitest获取window信息接口追加 2022-06-01 21:13:20 +08:00
accessibility_aafwk.gni aafwk绝对路径整改 2022-05-20 15:12:27 +08:00
BUILD.gn change copyright to 2022 2022-03-09 14:06:39 +08:00
bundle.json 提交部分fuzz测试case及相关代码 2022-05-28 12:57:36 +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 Add README 2022-04-11 09:49:08 +00:00
README_zh.md IssueNo:#I53O6Y:ces部件化整改需求 2022-04-24 08:50:23 +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

/base/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