mirror of
https://github.com/openharmony/global_resource_tool.git
synced 2026-06-29 10:38:59 -04:00
master
OpenHarmony resource compile tool
Description
resource tool is used in computer.In OpenHarmony SDK toolchain.Provide to IDE.Support Windows, Linux, MacOS platform.
Directory Structure
/developtools
|----global_resource_tool
| |----include #Header file
| |----src #source code file
| |----test #Test case
| |----build #Depending on the third-party library compilation script
| |----BUILD.gn #Compile script
| |----CMakeLists.txt #CMake file
| |----win32.cmake #Windows cross compilation script
Instructions
SDK Build
Test
In PC, run python test.py ./restool ./out
Help
resource tool usually integrate to IDE, OpenHarmony compile system.
resource tool command e.g:
-v version
-i input resource path
-o output resource path
-r resource ID header file path
-p package name
./restool -i main -o out -r out/ResourceTable.h -p ohos.demo
Related to the storehouse
global_resource_tool
Description
Languages
C++
86.2%
CMake
8.3%
C
5.2%
Python
0.3%