mirror of
https://github.com/openharmony/developtools_global_resource_tool.git
synced 2026-07-19 11:31:44 -04:00
!175 【5.0release】蓝黄同步
Merge pull request !175 from 冉召宇/OpenHarmony-5.0-Release
This commit is contained in:
@@ -19,6 +19,10 @@ resource tool is used in computer.In OpenHarmony SDK toolchain.Provide to IDE.Su
|
||||
|
||||
## Instructions
|
||||
|
||||
### SDK Build
|
||||
|
||||
[SDK build refer](https://gitee.com/openharmony/build/blob/master/README.md)
|
||||
|
||||
### Test
|
||||
|
||||
In PC, run `python test.py ./restool ./out`
|
||||
|
||||
+1
-1
@@ -124,4 +124,4 @@ restool -i entry/src/main -j entry/src/main/module.json -p com.ohos.demo -o out
|
||||
|
||||
[third_party_libpng](https://gitee.com/openharmony/third_party_libpng/blob/master/README.md)
|
||||
|
||||
[third_party_bounds_checking_function](https://gitee.com/openharmony/third_party_bounds_checking_function/blob/master/README.md )
|
||||
[third_party_bounds_checking_function](https://gitee.com/openharmony/third_party_bounds_checking_function/README_zh.md )
|
||||
|
||||
@@ -48,7 +48,7 @@ const static std::string SOLUTIONS_ARROW = "> ";
|
||||
const static std::string LONG_PATH_HEAD = "\\\\?\\";
|
||||
const static int32_t VERSION_MAX_LEN = 128;
|
||||
const static int32_t INT_TO_BYTES = sizeof(uint32_t);
|
||||
static const int8_t RESTOOL_VERSION[VERSION_MAX_LEN] = { "Restool 5.010" };
|
||||
static const int8_t RESTOOL_VERSION[VERSION_MAX_LEN] = { "Restool 5.009" };
|
||||
const static int32_t TAG_LEN = 4;
|
||||
static std::set<std::string> g_resourceSet;
|
||||
|
||||
|
||||
@@ -40,8 +40,7 @@ const map<string, string> ConfigParser::JSON_STRING_IDS = {
|
||||
{ "startWindowBackground", "^\\$color:"},
|
||||
{ "resource", "^\\$[a-z]+:" },
|
||||
{ "extra", "^\\$[a-z]+:" },
|
||||
{ "fileContextMenu", "^\\$profile:" },
|
||||
{ "orientation", "^\\$string:" }
|
||||
{ "fileContextMenu", "^\\$profile:" }
|
||||
};
|
||||
|
||||
const map<string, string> ConfigParser::JSON_ARRAY_IDS = {
|
||||
|
||||
Reference in New Issue
Block a user