From 37b37ab96790d4faea1fb7ed1ccd72700d4d3251 Mon Sep 17 00:00:00 2001 From: "ester.zhou" Date: Mon, 14 Mar 2022 08:59:18 +0000 Subject: [PATCH] update README.md. Signed-off-by: ester.zhou --- README.md | 65 +++++++++++++++++++++++++++++++++---------------------- 1 file changed, 39 insertions(+), 26 deletions(-) diff --git a/README.md b/README.md index 8ad295c..ceb90ea 100644 --- a/README.md +++ b/README.md @@ -1,36 +1,49 @@ -# applications_admin_provisioning +# AdminProvisioning -#### Description -{**When you're done, you can delete the content in this README and update the file with details for others getting started with your repository**} +## Introduction -#### Software Architecture -Software architecture description +As a system application preset in OpenHarmony, AdminProvisioning is used to provision MDM services on devices in enterprise environments. It also provides service provisioning interfaces that can be invoked by other subsystems or third-party MDM clients to build a complete MDM solution. -#### Installation +### Architecture -1. xxxx -2. xxxx -3. xxxx +![](figures/adminProvisioning_architecture.png) -#### Instructions +## Directory Structure -1. xxxx -2. xxxx -3. xxxx +``` +/applications/standard/admin_provisioning +├── build.gradle # Global configuration file +├── settings.gradle # Configuration file of the build module +├── LICENSE # License file +├── entry # entry module +│ └── src +│ ├── main +│ ├── ets # ets module +│ ├── MainAbility +│ ├── model # Managed data +│ │ ├── appMagagementImpl +│ │ ├── appDetailData # Application detail data +│ │ ├── baseData # Base data +│ ├── pages # Component pages +│ │ ├── component +│ │ ├── entryComponent # Application detail component to be activated +│ │ ├── headComponent # Application name component +│ │ ├── permissionListComponent # Application permission component to be activated +│ │ ├── applicationInfo +│ ├── app.ets # Global ets logic and application lifecycle management file +│ ├── resources # Resource configuration file +│ ├── base # Default language, image resources, font size, and color resources +│ ├── en_AS.element # Resources for the English language +│ ├── rawfile # Local configuration file +│ ├── zh_CN.element # Resources for the Chinese language +│ └── config.json # Global configuration file +├── signature # Certificate file +``` -#### Contribution +## Usage -1. Fork the repository -2. Create Feat_xxx branch -3. Commit your code -4. Create Pull Request + For details, see Instructions. +## Repositories Involved -#### Gitee Feature - -1. You can use Readme\_XXX.md to support different languages, such as Readme\_en.md, Readme\_zh.md -2. Gitee blog [blog.gitee.com](https://blog.gitee.com) -3. Explore open source project [https://gitee.com/explore](https://gitee.com/explore) -4. The most valuable open source project [GVP](https://gitee.com/gvp) -5. The manual of Gitee [https://gitee.com/help](https://gitee.com/help) -6. The most popular members [https://gitee.com/gitee-stars/](https://gitee.com/gitee-stars/) +[System Apps](https://gitee.com/openharmony/docs/blob/master/en/readme/system-apps.md)