!175 【5.0release】蓝黄同步

Merge pull request !175 from 冉召宇/OpenHarmony-5.0-Release
This commit is contained in:
openharmony_ci
2024-09-06 07:43:43 +00:00
committed by Gitee
4 changed files with 7 additions and 4 deletions
+4
View File
@@ -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
View File
@@ -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 )
+1 -1
View File
@@ -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;
+1 -2
View File
@@ -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 = {