Go to file
zaki e490e7a0be update setparameter graphic and arkui animationscale
Signed-off-by: zaki <zhoujun141@huawei.com>
Change-Id: I9794a855a7453efcc1867e120ac576d12ee042ce
2022-08-01 17:32:33 +08:00
common/log/include change copyright to 2022 2022-03-09 14:06:39 +08:00
figures change readme 2022-07-19 13:46:20 +08:00
frameworks !301 优化accessibility config注册接口的实现 2022-07-30 07:10:55 +00:00
interfaces !302 重复代码问题对应 2022-07-30 09:01:19 +00:00
sa_profile change dir from sysyem to accessibility 2022-06-06 11:20:25 +08:00
services update setparameter graphic and arkui animationscale 2022-08-01 17:32:33 +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 corresponding to d.ts,change gesture injection processing 2022-07-21 17:51:45 +08:00
hisysevent.yaml add hisysevent for accessibility 2022-07-01 16:27:52 +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 change readme 2022-07-19 13:46:20 +08:00
README_zh.md change readme 2022-07-19 13:46:20 +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
│   ├── acfwk               # AccessibilityConfiguration Kit implementation code
│   └── asacfwk             # AccessibleAbility Kit implementation code
├── interfaces
│   ├── innerkits           # Internal APIs of AccessibleAbility、AccessibilityConfiguration and AccessibleAbilityClient
│   └── kits                # Developer APIs of AccessibleAbility、AccessibilityConfiguration and AccessibleAbilityClient
├── sa_profile              # System service configuration files
└── services
    └── aams                # Framework code of the AccessibleAbility management service
    └── interface           # Interface of the AccessibleAbility management service
    └── test                # Test code

Repositories Involved

accessibility

ability_ability_runtime

account_os_account

bundlemanager_bundle_framework

distributeddatamgr_appdatamgr

notification_common_event_service

multimodalinput_input

windowmanager