openharmony_ci 0084af48c3 !37 【global_resource_tool】当前系统不支持animation,graphic,layout,编译资源中删除
Merge pull request !37 from zhuxiang/cherry-pick-1659491165
2022-08-03 12:03:18 +00:00
2022-04-21 11:46:45 +08:00
2022-07-07 10:14:40 +08:00
2022-03-17 11:58:13 +08:00
2022-05-28 16:00:12 +08:00
2022-03-10 21:51:48 +08:00
2022-03-10 21:51:48 +08:00
2022-03-26 16:31:04 +08:00
2022-03-16 12:36:03 +08:00
2022-06-07 11:21:00 +00:00
2022-06-07 11:21:00 +00:00
2022-02-28 10:59:39 +08:00

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

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

global_resource_tool

third_party_libxml2

third_party_jsoncpp

third_party_sqlite

third_party_bounds_checking_function

S
Description
暂无描述
Readme 2.6 MiB
Languages
C++ 99.4%
CMake 0.4%
Python 0.2%