Mupceet dc47fa258f codecheck对应
Signed-off-by: Mupceet <laiguizhong@huawei.com>
2022-08-04 15:29:34 +08:00
2022-07-19 13:46:20 +08:00
2022-08-04 14:04:17 +08:00
2022-08-04 15:29:34 +08:00
2022-08-04 14:04:17 +08:00
2022-06-28 14:36:59 +08:00
2022-03-09 14:06:39 +08:00
2022-01-08 17:49:41 +08:00
2022-03-22 11:05:59 +08:00
2022-07-19 13:46:20 +08:00
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

Description
No description provided
Readme 17 MiB
Languages
C++ 99.7%
C 0.3%