工程结构
.
├── build
├── build-profile.json5
├── hvigorfile.ts
├── libs
│ └── armeabi-v7a
├── oh-package.json5
├── oh_modules
│ └── @types
│ └── libentry.so -> ../../src/main/cpp/types/libentry
└── src
├── main
│ ├── cpp
│ │ ├── CMakeLists.txt
│ │ ├── hello.cpp
│ │ └── types
│ │ └── libentry
│ │ ├── index.d.ts
│ │ └── oh-package.json5
│ ├── ets
│ │ ├── entryability
│ │ │ └── EntryAbility.ts
│ │ └── pages
│ │ └── Index.ets
│ ├── module.json5
│ └── resources
│ ├── base
│ │ ├── element
│ │ │ ├── color.json
│ │ │ └── string.json
│ │ ├── media
│ │ │ └