Skip to content

Commit 2ca4ef5

Browse files
committed
Add two missing readmes.
Signed-off-by: Jonathan Schwender <schwenderjonathan@gmail.com>
1 parent d4784d1 commit 2ca4ef5

2 files changed

Lines changed: 26 additions & 0 deletions

File tree

components/deviceinfo/README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
## DeviceInfo native bindings for OpenHarmony
2+
3+
Raw bindings to native DeviceInfo APIs on OpenHarmony.
4+
5+
C API reference: https://gitcode.com/openharmony/docs/blob/master/en/application-dev/reference/apis-basic-services-kit/capi-deviceinfo.md
6+
7+
## Development
8+
9+
This crate is developed as part of the [ohos-sys](https://github.com/openharmony-rs/ohos-sys) bindings.
10+
11+
## License
12+
13+
This crate is licensed under the Apache-2.0 license, matching the OpenHarmony OS SDK.

components/drawing/README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
## Drawing native bindings for OpenHarmony
2+
3+
Raw bindings to the native drawing APIs on OpenHarmony.
4+
5+
C API reference: https://gitcode.com/openharmony/docs/blob/master/en/application-dev/reference/apis-arkgraphics2d/capi-drawing.md
6+
7+
## Development
8+
9+
This crate is developed as part of the [ohos-sys](https://github.com/openharmony-rs/ohos-sys) bindings.
10+
11+
## License
12+
13+
This crate is licensed under the Apache-2.0 license, matching the OpenHarmony OS SDK.

0 commit comments

Comments
 (0)