# global_resource_tool **Repository Path**: chencheng31/global_resource_tool ## Basic Information - **Project Name**: global_resource_tool - **Description**: No description available - **Primary Language**: C/C++ - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 33 - **Created**: 2022-02-17 - **Last Updated**: 2022-08-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 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 [SDK build refer](https://gitee.com/openharmony/build/blob/master/README.md) ### 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** [third_party_libxml2](https://gitee.com/openharmony/third_party_libxml2/README.md) [third_party_jsoncpp](https://gitee.com/openharmony/third_party_jsoncpp/README.md) [third_party_sqlite](https://gitee.com/openharmony/third_party_sqlite/README.md) [third_party_bounds_checking_function](https://gitee.com/openharmony/third_party_bounds_checking_function/README.md)