mirror of
https://gitee.com/openharmony/accessibility
synced 2024-11-22 22:39:56 +00:00
change readme
Signed-off-by: Mupceet <laiguizhong@huawei.com>
This commit is contained in:
parent
03e5936035
commit
aceb2cf01b
28
README_en.md
28
README_en.md
@ -15,26 +15,32 @@ The accessibility framework provides a standard mechanism for exchanging informa
|
||||
/foundation/barrierfree/accessibility
|
||||
├── frameworks
|
||||
│ ├── aafwk # AccessibleAbility Kit implementation code
|
||||
│ └── asacfwk # AccessibleAbilityClient Kit implementation code
|
||||
│ ├── acfwk # AccessibilityConfiguration Kit implementation code
|
||||
│ └── asacfwk # AccessibleAbility Kit implementation code
|
||||
├── interfaces
|
||||
│ ├── innerkits # Internal APIs of AccessibleAbility and AccessibleAbilityClient
|
||||
│ └── kits # Developer APIs of AccessibleAbility and AccessibleAbilityClient
|
||||
│ ├── 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
|
||||
│ └── test # Test code
|
||||
├── test # Test code
|
||||
└── util # Utility code
|
||||
└── services
|
||||
└── aams # Framework code of the AccessibleAbility management service
|
||||
└── interface # Interface of the AccessibleAbility management service
|
||||
└── test # Test code
|
||||
```
|
||||
|
||||
# Repositories Involved<a name="relevant"></a>
|
||||
|
||||
**accessibility**
|
||||
|
||||
[distributedschedule_samgr](https://gitee.com/openharmony/distributedschedule_samgr)
|
||||
[ability_ability_runtime](https://gitee.com/openharmony/ability_ability_runtime)
|
||||
|
||||
[appexecfwk_standard](https://gitee.com/openharmony/appexecfwk_standard)
|
||||
[account_os_account](https://gitee.com/openharmony/account_os_account)
|
||||
|
||||
[notification_ces_standard](https://gitee.com/openharmony/notification_ces_standard)
|
||||
[bundlemanager_bundle_framework](https://gitee.com/openharmony/bundlemanager_bundle_framework)
|
||||
|
||||
[distributeddatamgr_appdatamgr](https://gitee.com/openharmony/distributeddatamgr_appdatamgr)
|
||||
|
||||
[notification_common_event_service](https://gitee.com/openharmony/notification_common_event_service)
|
||||
|
||||
[multimodalinput_input](https://gitee.com/openharmony/multimodalinput_input)
|
||||
|
||||
[windowmanager](https://gitee.com/openharmony/windowmanager)
|
||||
|
19
README_zh.md
19
README_zh.md
@ -18,10 +18,11 @@
|
||||
/foundation/barrierfree/accessibility
|
||||
├── frameworks
|
||||
│ ├── aafwk # AccessibleAbility Kit实现代码
|
||||
│ ├── acfwk # AccessibilityConfiguration Kit实现代码
|
||||
│ └── asacfwk # AccessibleAbilityClient Kit实现代码
|
||||
├── interfaces
|
||||
│ ├── innerkits # AccessibleAbility 和 AccessibleAbilityClient 的子系统接口
|
||||
│ └── kits # AccessibleAbility 和 AccessibleAbilityClient 的开发者接口
|
||||
│ ├── innerkits # AccessibleAbility、AccessibilityConfiguration 和 AccessibleAbilityClient 的子系统接口
|
||||
│ └── kits # AccessibleAbility、AccessibilityConfiguration 和 AccessibleAbilityClient 的开发者接口
|
||||
├── sa_profile # 系统服务配置文件
|
||||
└── services
|
||||
└── aams # AccessibleAbility 管理服务框架代码
|
||||
@ -33,10 +34,16 @@
|
||||
|
||||
**accessibility**
|
||||
|
||||
[distributedschedule_samgr](https://gitee.com/openharmony/distributedschedule_samgr)
|
||||
[ability_ability_runtime](https://gitee.com/openharmony/ability_ability_runtime)
|
||||
|
||||
[appexecfwk_standard](https://gitee.com/openharmony/appexecfwk_standard)
|
||||
[account_os_account](https://gitee.com/openharmony/account_os_account)
|
||||
|
||||
[notification_common_event_service](https://gitee.com/openharmony/notification_ces_standard)
|
||||
[bundlemanager_bundle_framework](https://gitee.com/openharmony/bundlemanager_bundle_framework)
|
||||
|
||||
[multimodalinput_input](https://gitee.com/openharmony/multimodalinput_input)
|
||||
[distributeddatamgr_appdatamgr](https://gitee.com/openharmony/distributeddatamgr_appdatamgr)
|
||||
|
||||
[notification_common_event_service](https://gitee.com/openharmony/notification_common_event_service)
|
||||
|
||||
[multimodalinput_input](https://gitee.com/openharmony/multimodalinput_input)
|
||||
|
||||
[windowmanager](https://gitee.com/openharmony/windowmanager)
|
Binary file not shown.
Before Width: | Height: | Size: 112 KiB After Width: | Height: | Size: 46 KiB |
Loading…
Reference in New Issue
Block a user