react-native-update 10.37.19 → 10.38.0-beta.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (132) hide show
  1. package/README-CN.md +4 -4
  2. package/README.md +2 -12
  3. package/android/bin/.settings/org.eclipse.buildship.core.prefs +13 -0
  4. package/android/build.gradle +4 -0
  5. package/android/jni/Android.mk +14 -1
  6. package/android/jni/Application.mk +5 -2
  7. package/android/lib/arm64-v8a/librnupdate.so +0 -0
  8. package/android/lib/armeabi-v7a/librnupdate.so +0 -0
  9. package/android/lib/x86/librnupdate.so +0 -0
  10. package/android/lib/x86_64/librnupdate.so +0 -0
  11. package/android/src/main/java/cn/reactnative/modules/update/ArchivePatchPlanResult.java +6 -0
  12. package/android/src/main/java/cn/reactnative/modules/update/CopyGroupResult.java +6 -0
  13. package/android/src/main/java/cn/reactnative/modules/update/DownloadTask.java +136 -136
  14. package/android/src/main/java/cn/reactnative/modules/update/NativeUpdateCore.java +34 -0
  15. package/android/src/main/java/cn/reactnative/modules/update/StateCoreResult.java +16 -0
  16. package/android/src/main/java/cn/reactnative/modules/update/UpdateContext.java +131 -48
  17. package/android/src/main/java/cn/reactnative/modules/update/UpdateModuleImpl.java +88 -40
  18. package/cpp/patch_core/archive_patch_core.cpp +125 -0
  19. package/cpp/patch_core/archive_patch_core.h +59 -0
  20. package/cpp/patch_core/patch_core.cpp +533 -0
  21. package/cpp/patch_core/patch_core.h +68 -0
  22. package/cpp/patch_core/patch_core_android.cpp +112 -0
  23. package/cpp/patch_core/state_core.cpp +110 -0
  24. package/cpp/patch_core/state_core.h +58 -0
  25. package/cpp/patch_core/tests/patch_core_test.cpp +473 -0
  26. package/cpp/patch_core/update_core_android.cpp +469 -0
  27. package/harmony/pushy.har +0 -0
  28. package/ios/RCTPushy/RCTPushy.mm +233 -143
  29. package/package.json +17 -15
  30. package/react-native-update.podspec +3 -0
  31. package/scripts/build-harmony-har.js +12 -0
  32. package/scripts/prepublish.ts +49 -3
  33. package/scripts/prune-host-stl.sh +6 -0
  34. package/scripts/test-patch-core.sh +39 -0
  35. package/src/client.ts +129 -76
  36. package/src/core.ts +2 -1
  37. package/src/endpoint.ts +171 -0
  38. package/src/utils.ts +40 -27
  39. package/android/jni/lzma/DOC/7zC.txt +0 -187
  40. package/android/jni/lzma/DOC/7zFormat.txt +0 -469
  41. package/android/jni/lzma/DOC/Methods.txt +0 -173
  42. package/android/jni/lzma/DOC/installer.txt +0 -166
  43. package/android/jni/lzma/DOC/lzma-history.txt +0 -446
  44. package/android/jni/lzma/DOC/lzma-sdk.txt +0 -357
  45. package/android/jni/lzma/DOC/lzma-specification.txt +0 -1176
  46. package/android/jni/lzma/DOC/lzma.txt +0 -328
  47. package/android/jni/lzma/bin/7zS2.sfx +0 -0
  48. package/android/jni/lzma/bin/7zS2con.sfx +0 -0
  49. package/android/jni/lzma/bin/7zSD.sfx +0 -0
  50. package/android/jni/lzma/bin/7zdec.exe +0 -0
  51. package/android/jni/lzma/bin/7zr.exe +0 -0
  52. package/android/jni/lzma/bin/installer/config.txt +0 -5
  53. package/android/jni/lzma/bin/installer/cr.bat +0 -5
  54. package/android/jni/lzma/bin/lzma.exe +0 -0
  55. package/android/jni/lzma/bin/x64/7zr.exe +0 -0
  56. package/error.js +0 -1609
  57. package/harmony/har-wrapper/AppScope/app.json5 +0 -8
  58. package/harmony/har-wrapper/build-profile.json5 +0 -35
  59. package/harmony/har-wrapper/hvigor/hvigor-config.json5 +0 -5
  60. package/harmony/har-wrapper/hvigorfile.ts +0 -6
  61. package/harmony/har-wrapper/oh-package.json5 +0 -4
  62. package/harmony/pushy/.cxx/default/default/release/arm64-v8a/.cmake/api/v1/reply/cache-v2-77b153ce45aba0ed28ef.json +0 -1415
  63. package/harmony/pushy/.cxx/default/default/release/arm64-v8a/.cmake/api/v1/reply/cmakeFiles-v1-b65a07793384e0ce3e08.json +0 -809
  64. package/harmony/pushy/.cxx/default/default/release/arm64-v8a/.cmake/api/v1/reply/codemodel-v2-ce0e89410afd8bf3a057.json +0 -60
  65. package/harmony/pushy/.cxx/default/default/release/arm64-v8a/.cmake/api/v1/reply/directory-.-Release-f5ebdc15457944623624.json +0 -14
  66. package/harmony/pushy/.cxx/default/default/release/arm64-v8a/.cmake/api/v1/reply/index-2026-03-18T12-02-38-0668.json +0 -89
  67. package/harmony/pushy/.cxx/default/default/release/arm64-v8a/.cmake/api/v1/reply/target-rnupdate-Release-267153624504c9c3ffdd.json +0 -222
  68. package/harmony/pushy/.cxx/default/default/release/arm64-v8a/.ninja_deps +0 -0
  69. package/harmony/pushy/.cxx/default/default/release/arm64-v8a/.ninja_log +0 -8
  70. package/harmony/pushy/.cxx/default/default/release/arm64-v8a/CMakeCache.txt +0 -415
  71. package/harmony/pushy/.cxx/default/default/release/arm64-v8a/CMakeFiles/3.28.2/CMakeCCompiler.cmake +0 -74
  72. package/harmony/pushy/.cxx/default/default/release/arm64-v8a/CMakeFiles/3.28.2/CMakeCXXCompiler.cmake +0 -85
  73. package/harmony/pushy/.cxx/default/default/release/arm64-v8a/CMakeFiles/3.28.2/CMakeDetermineCompilerABI_C.bin +0 -0
  74. package/harmony/pushy/.cxx/default/default/release/arm64-v8a/CMakeFiles/3.28.2/CMakeDetermineCompilerABI_CXX.bin +0 -0
  75. package/harmony/pushy/.cxx/default/default/release/arm64-v8a/CMakeFiles/3.28.2/CMakeSystem.cmake +0 -15
  76. package/harmony/pushy/.cxx/default/default/release/arm64-v8a/CMakeFiles/3.28.2/CompilerIdC/CMakeCCompilerId.c +0 -880
  77. package/harmony/pushy/.cxx/default/default/release/arm64-v8a/CMakeFiles/3.28.2/CompilerIdC/CMakeCCompilerId.o +0 -0
  78. package/harmony/pushy/.cxx/default/default/release/arm64-v8a/CMakeFiles/3.28.2/CompilerIdCXX/CMakeCXXCompilerId.cpp +0 -869
  79. package/harmony/pushy/.cxx/default/default/release/arm64-v8a/CMakeFiles/3.28.2/CompilerIdCXX/CMakeCXXCompilerId.o +0 -0
  80. package/harmony/pushy/.cxx/default/default/release/arm64-v8a/CMakeFiles/CMakeConfigureLog.yaml +0 -388
  81. package/harmony/pushy/.cxx/default/default/release/arm64-v8a/CMakeFiles/TargetDirectories.txt +0 -3
  82. package/harmony/pushy/.cxx/default/default/release/arm64-v8a/CMakeFiles/cmake.check_cache +0 -1
  83. package/harmony/pushy/.cxx/default/default/release/arm64-v8a/CMakeFiles/rnupdate.dir/__w/react-native-update/react-native-update/android/jni/HDiffPatch/file_for_patch.c.o +0 -0
  84. package/harmony/pushy/.cxx/default/default/release/arm64-v8a/CMakeFiles/rnupdate.dir/__w/react-native-update/react-native-update/android/jni/HDiffPatch/libHDiffPatch/HPatch/patch.c.o +0 -0
  85. package/harmony/pushy/.cxx/default/default/release/arm64-v8a/CMakeFiles/rnupdate.dir/__w/react-native-update/react-native-update/android/jni/hpatch.c.o +0 -0
  86. package/harmony/pushy/.cxx/default/default/release/arm64-v8a/CMakeFiles/rnupdate.dir/__w/react-native-update/react-native-update/android/jni/lzma/C/Lzma2Dec.c.o +0 -0
  87. package/harmony/pushy/.cxx/default/default/release/arm64-v8a/CMakeFiles/rnupdate.dir/__w/react-native-update/react-native-update/android/jni/lzma/C/LzmaDec.c.o +0 -0
  88. package/harmony/pushy/.cxx/default/default/release/arm64-v8a/CMakeFiles/rnupdate.dir/pushy.c.o +0 -0
  89. package/harmony/pushy/.cxx/default/default/release/arm64-v8a/CMakeFiles/rules.ninja +0 -64
  90. package/harmony/pushy/.cxx/default/default/release/arm64-v8a/additional_project_files.txt +0 -0
  91. package/harmony/pushy/.cxx/default/default/release/arm64-v8a/build.ninja +0 -206
  92. package/harmony/pushy/.cxx/default/default/release/arm64-v8a/build_file_index.txt +0 -1
  93. package/harmony/pushy/.cxx/default/default/release/arm64-v8a/cmake_install.cmake +0 -54
  94. package/harmony/pushy/.cxx/default/default/release/arm64-v8a/compile_commands.json +0 -38
  95. package/harmony/pushy/.cxx/default/default/release/arm64-v8a/configure_fingerprint.json +0 -1
  96. package/harmony/pushy/.cxx/default/default/release/arm64-v8a/hvigor_native_config.json +0 -1
  97. package/harmony/pushy/.cxx/default/default/release/arm64-v8a/metadata_generation_command.txt +0 -17
  98. package/harmony/pushy/.cxx/default/default/release/arm64-v8a/native_work_dir.txt +0 -1
  99. package/harmony/pushy/.cxx/default/default/release/arm64-v8a/output.log +0 -14
  100. package/harmony/pushy/.cxx/default/default/release/hvigor/arm64-v8a/summary.cmake +0 -0
  101. package/harmony/pushy/BuildProfile.ets +0 -17
  102. package/harmony/pushy/OAT.xml +0 -38
  103. package/harmony/pushy/README.md +0 -0
  104. package/harmony/pushy/build-profile.json5 +0 -15
  105. package/harmony/pushy/hvigor-plugin.ts +0 -34
  106. package/harmony/pushy/hvigorfile.ts +0 -1
  107. package/harmony/pushy/index.ets +0 -2
  108. package/harmony/pushy/oh-package-lock.json5 +0 -20
  109. package/harmony/pushy/oh-package.json5 +0 -13
  110. package/harmony/pushy/src/main/cpp/CMakeLists.txt +0 -51
  111. package/harmony/pushy/src/main/cpp/PushyPackage.h +0 -55
  112. package/harmony/pushy/src/main/cpp/PushyTurboModule.cpp +0 -142
  113. package/harmony/pushy/src/main/cpp/PushyTurboModule.h +0 -38
  114. package/harmony/pushy/src/main/cpp/pushy.c +0 -117
  115. package/harmony/pushy/src/main/cpp/pushy.h +0 -8
  116. package/harmony/pushy/src/main/ets/DownloadTask.ts +0 -570
  117. package/harmony/pushy/src/main/ets/DownloadTaskParams.ts +0 -19
  118. package/harmony/pushy/src/main/ets/EventHub.ts +0 -39
  119. package/harmony/pushy/src/main/ets/Logger.ts +0 -52
  120. package/harmony/pushy/src/main/ets/PushyFileJSBundleProvider.ets +0 -50
  121. package/harmony/pushy/src/main/ets/PushyPackage.ts +0 -22
  122. package/harmony/pushy/src/main/ets/PushyTurboModule.ts +0 -171
  123. package/harmony/pushy/src/main/ets/SaveFile.ts +0 -34
  124. package/harmony/pushy/src/main/ets/UpdateContext.ts +0 -262
  125. package/harmony/pushy/src/main/ets/UpdateModuleImpl.ts +0 -123
  126. package/harmony/pushy/src/main/module.json5 +0 -7
  127. package/harmony/pushy/src/main/resources/base/element/string.json +0 -8
  128. package/harmony/pushy/src/main/resources/en_US/element/string.json +0 -8
  129. package/harmony/pushy/src/main/resources/zh_CN/element/string.json +0 -8
  130. package/harmony/pushy/ts.ts +0 -3
  131. package/src/__tests__/core.test.ts +0 -103
  132. package/src/__tests__/utils.test.ts +0 -36
@@ -1,809 +0,0 @@
1
- {
2
- "inputs" :
3
- [
4
- {
5
- "path" : "CMakeLists.txt"
6
- },
7
- {
8
- "isCMake" : true,
9
- "isExternal" : true,
10
- "path" : "/opt/harmonyos-tools/command-line-tools/sdk/default/openharmony/native/build-tools/cmake/share/cmake-3.28/Modules/CMakeDetermineSystem.cmake"
11
- },
12
- {
13
- "isExternal" : true,
14
- "path" : "/opt/harmonyos-tools/command-line-tools/sdk/default/hms/native/build/cmake/hmos.toolchain.cmake"
15
- },
16
- {
17
- "isExternal" : true,
18
- "path" : "/opt/harmonyos-tools/command-line-tools/sdk/default/openharmony/native/build/cmake/ohos.toolchain.cmake"
19
- },
20
- {
21
- "isExternal" : true,
22
- "path" : "/opt/harmonyos-tools/command-line-tools/sdk/default/openharmony/native/build/cmake/sdk_native_platforms.cmake"
23
- },
24
- {
25
- "isCMake" : true,
26
- "isExternal" : true,
27
- "path" : "/opt/harmonyos-tools/command-line-tools/sdk/default/openharmony/native/build-tools/cmake/share/cmake-3.28/Modules/CMakeSystem.cmake.in"
28
- },
29
- {
30
- "isGenerated" : true,
31
- "path" : "/__w/react-native-update/react-native-update/harmony/pushy/.cxx/default/default/release/arm64-v8a/CMakeFiles/3.28.2/CMakeSystem.cmake"
32
- },
33
- {
34
- "isExternal" : true,
35
- "path" : "/opt/harmonyos-tools/command-line-tools/sdk/default/hms/native/build/cmake/hmos.toolchain.cmake"
36
- },
37
- {
38
- "isExternal" : true,
39
- "path" : "/opt/harmonyos-tools/command-line-tools/sdk/default/openharmony/native/build/cmake/ohos.toolchain.cmake"
40
- },
41
- {
42
- "isCMake" : true,
43
- "isExternal" : true,
44
- "path" : "/opt/harmonyos-tools/command-line-tools/sdk/default/openharmony/native/build-tools/cmake/share/cmake-3.28/Modules/CMakeSystemSpecificInitialize.cmake"
45
- },
46
- {
47
- "isCMake" : true,
48
- "isExternal" : true,
49
- "path" : "/opt/harmonyos-tools/command-line-tools/sdk/default/openharmony/native/build-tools/cmake/share/cmake-3.28/Modules/CMakeDetermineCCompiler.cmake"
50
- },
51
- {
52
- "isCMake" : true,
53
- "isExternal" : true,
54
- "path" : "/opt/harmonyos-tools/command-line-tools/sdk/default/openharmony/native/build-tools/cmake/share/cmake-3.28/Modules/CMakeDetermineCompiler.cmake"
55
- },
56
- {
57
- "isCMake" : true,
58
- "isExternal" : true,
59
- "path" : "/opt/harmonyos-tools/command-line-tools/sdk/default/openharmony/native/build-tools/cmake/share/cmake-3.28/Modules/CMakeDetermineCompilerId.cmake"
60
- },
61
- {
62
- "isCMake" : true,
63
- "isExternal" : true,
64
- "path" : "/opt/harmonyos-tools/command-line-tools/sdk/default/openharmony/native/build-tools/cmake/share/cmake-3.28/Modules/CMakeCompilerIdDetection.cmake"
65
- },
66
- {
67
- "isCMake" : true,
68
- "isExternal" : true,
69
- "path" : "/opt/harmonyos-tools/command-line-tools/sdk/default/openharmony/native/build-tools/cmake/share/cmake-3.28/Modules/Compiler/ADSP-DetermineCompiler.cmake"
70
- },
71
- {
72
- "isCMake" : true,
73
- "isExternal" : true,
74
- "path" : "/opt/harmonyos-tools/command-line-tools/sdk/default/openharmony/native/build-tools/cmake/share/cmake-3.28/Modules/Compiler/ARMCC-DetermineCompiler.cmake"
75
- },
76
- {
77
- "isCMake" : true,
78
- "isExternal" : true,
79
- "path" : "/opt/harmonyos-tools/command-line-tools/sdk/default/openharmony/native/build-tools/cmake/share/cmake-3.28/Modules/Compiler/ARMClang-DetermineCompiler.cmake"
80
- },
81
- {
82
- "isCMake" : true,
83
- "isExternal" : true,
84
- "path" : "/opt/harmonyos-tools/command-line-tools/sdk/default/openharmony/native/build-tools/cmake/share/cmake-3.28/Modules/Compiler/AppleClang-DetermineCompiler.cmake"
85
- },
86
- {
87
- "isCMake" : true,
88
- "isExternal" : true,
89
- "path" : "/opt/harmonyos-tools/command-line-tools/sdk/default/openharmony/native/build-tools/cmake/share/cmake-3.28/Modules/Compiler/Clang-DetermineCompilerInternal.cmake"
90
- },
91
- {
92
- "isCMake" : true,
93
- "isExternal" : true,
94
- "path" : "/opt/harmonyos-tools/command-line-tools/sdk/default/openharmony/native/build-tools/cmake/share/cmake-3.28/Modules/Compiler/Borland-DetermineCompiler.cmake"
95
- },
96
- {
97
- "isCMake" : true,
98
- "isExternal" : true,
99
- "path" : "/opt/harmonyos-tools/command-line-tools/sdk/default/openharmony/native/build-tools/cmake/share/cmake-3.28/Modules/Compiler/Bruce-C-DetermineCompiler.cmake"
100
- },
101
- {
102
- "isCMake" : true,
103
- "isExternal" : true,
104
- "path" : "/opt/harmonyos-tools/command-line-tools/sdk/default/openharmony/native/build-tools/cmake/share/cmake-3.28/Modules/Compiler/Clang-DetermineCompiler.cmake"
105
- },
106
- {
107
- "isCMake" : true,
108
- "isExternal" : true,
109
- "path" : "/opt/harmonyos-tools/command-line-tools/sdk/default/openharmony/native/build-tools/cmake/share/cmake-3.28/Modules/Compiler/Clang-DetermineCompilerInternal.cmake"
110
- },
111
- {
112
- "isCMake" : true,
113
- "isExternal" : true,
114
- "path" : "/opt/harmonyos-tools/command-line-tools/sdk/default/openharmony/native/build-tools/cmake/share/cmake-3.28/Modules/Compiler/Compaq-C-DetermineCompiler.cmake"
115
- },
116
- {
117
- "isCMake" : true,
118
- "isExternal" : true,
119
- "path" : "/opt/harmonyos-tools/command-line-tools/sdk/default/openharmony/native/build-tools/cmake/share/cmake-3.28/Modules/Compiler/Cray-DetermineCompiler.cmake"
120
- },
121
- {
122
- "isCMake" : true,
123
- "isExternal" : true,
124
- "path" : "/opt/harmonyos-tools/command-line-tools/sdk/default/openharmony/native/build-tools/cmake/share/cmake-3.28/Modules/Compiler/CrayClang-DetermineCompiler.cmake"
125
- },
126
- {
127
- "isCMake" : true,
128
- "isExternal" : true,
129
- "path" : "/opt/harmonyos-tools/command-line-tools/sdk/default/openharmony/native/build-tools/cmake/share/cmake-3.28/Modules/Compiler/Embarcadero-DetermineCompiler.cmake"
130
- },
131
- {
132
- "isCMake" : true,
133
- "isExternal" : true,
134
- "path" : "/opt/harmonyos-tools/command-line-tools/sdk/default/openharmony/native/build-tools/cmake/share/cmake-3.28/Modules/Compiler/Fujitsu-DetermineCompiler.cmake"
135
- },
136
- {
137
- "isCMake" : true,
138
- "isExternal" : true,
139
- "path" : "/opt/harmonyos-tools/command-line-tools/sdk/default/openharmony/native/build-tools/cmake/share/cmake-3.28/Modules/Compiler/FujitsuClang-DetermineCompiler.cmake"
140
- },
141
- {
142
- "isCMake" : true,
143
- "isExternal" : true,
144
- "path" : "/opt/harmonyos-tools/command-line-tools/sdk/default/openharmony/native/build-tools/cmake/share/cmake-3.28/Modules/Compiler/GHS-DetermineCompiler.cmake"
145
- },
146
- {
147
- "isCMake" : true,
148
- "isExternal" : true,
149
- "path" : "/opt/harmonyos-tools/command-line-tools/sdk/default/openharmony/native/build-tools/cmake/share/cmake-3.28/Modules/Compiler/GNU-C-DetermineCompiler.cmake"
150
- },
151
- {
152
- "isCMake" : true,
153
- "isExternal" : true,
154
- "path" : "/opt/harmonyos-tools/command-line-tools/sdk/default/openharmony/native/build-tools/cmake/share/cmake-3.28/Modules/Compiler/HP-C-DetermineCompiler.cmake"
155
- },
156
- {
157
- "isCMake" : true,
158
- "isExternal" : true,
159
- "path" : "/opt/harmonyos-tools/command-line-tools/sdk/default/openharmony/native/build-tools/cmake/share/cmake-3.28/Modules/Compiler/IAR-DetermineCompiler.cmake"
160
- },
161
- {
162
- "isCMake" : true,
163
- "isExternal" : true,
164
- "path" : "/opt/harmonyos-tools/command-line-tools/sdk/default/openharmony/native/build-tools/cmake/share/cmake-3.28/Modules/Compiler/IBMClang-C-DetermineCompiler.cmake"
165
- },
166
- {
167
- "isCMake" : true,
168
- "isExternal" : true,
169
- "path" : "/opt/harmonyos-tools/command-line-tools/sdk/default/openharmony/native/build-tools/cmake/share/cmake-3.28/Modules/Compiler/Intel-DetermineCompiler.cmake"
170
- },
171
- {
172
- "isCMake" : true,
173
- "isExternal" : true,
174
- "path" : "/opt/harmonyos-tools/command-line-tools/sdk/default/openharmony/native/build-tools/cmake/share/cmake-3.28/Modules/Compiler/IntelLLVM-DetermineCompiler.cmake"
175
- },
176
- {
177
- "isCMake" : true,
178
- "isExternal" : true,
179
- "path" : "/opt/harmonyos-tools/command-line-tools/sdk/default/openharmony/native/build-tools/cmake/share/cmake-3.28/Modules/Compiler/LCC-C-DetermineCompiler.cmake"
180
- },
181
- {
182
- "isCMake" : true,
183
- "isExternal" : true,
184
- "path" : "/opt/harmonyos-tools/command-line-tools/sdk/default/openharmony/native/build-tools/cmake/share/cmake-3.28/Modules/Compiler/MSVC-DetermineCompiler.cmake"
185
- },
186
- {
187
- "isCMake" : true,
188
- "isExternal" : true,
189
- "path" : "/opt/harmonyos-tools/command-line-tools/sdk/default/openharmony/native/build-tools/cmake/share/cmake-3.28/Modules/Compiler/NVHPC-DetermineCompiler.cmake"
190
- },
191
- {
192
- "isCMake" : true,
193
- "isExternal" : true,
194
- "path" : "/opt/harmonyos-tools/command-line-tools/sdk/default/openharmony/native/build-tools/cmake/share/cmake-3.28/Modules/Compiler/NVIDIA-DetermineCompiler.cmake"
195
- },
196
- {
197
- "isCMake" : true,
198
- "isExternal" : true,
199
- "path" : "/opt/harmonyos-tools/command-line-tools/sdk/default/openharmony/native/build-tools/cmake/share/cmake-3.28/Modules/Compiler/OpenWatcom-DetermineCompiler.cmake"
200
- },
201
- {
202
- "isCMake" : true,
203
- "isExternal" : true,
204
- "path" : "/opt/harmonyos-tools/command-line-tools/sdk/default/openharmony/native/build-tools/cmake/share/cmake-3.28/Modules/Compiler/OrangeC-DetermineCompiler.cmake"
205
- },
206
- {
207
- "isCMake" : true,
208
- "isExternal" : true,
209
- "path" : "/opt/harmonyos-tools/command-line-tools/sdk/default/openharmony/native/build-tools/cmake/share/cmake-3.28/Modules/Compiler/PGI-DetermineCompiler.cmake"
210
- },
211
- {
212
- "isCMake" : true,
213
- "isExternal" : true,
214
- "path" : "/opt/harmonyos-tools/command-line-tools/sdk/default/openharmony/native/build-tools/cmake/share/cmake-3.28/Modules/Compiler/PathScale-DetermineCompiler.cmake"
215
- },
216
- {
217
- "isCMake" : true,
218
- "isExternal" : true,
219
- "path" : "/opt/harmonyos-tools/command-line-tools/sdk/default/openharmony/native/build-tools/cmake/share/cmake-3.28/Modules/Compiler/SCO-DetermineCompiler.cmake"
220
- },
221
- {
222
- "isCMake" : true,
223
- "isExternal" : true,
224
- "path" : "/opt/harmonyos-tools/command-line-tools/sdk/default/openharmony/native/build-tools/cmake/share/cmake-3.28/Modules/Compiler/SDCC-C-DetermineCompiler.cmake"
225
- },
226
- {
227
- "isCMake" : true,
228
- "isExternal" : true,
229
- "path" : "/opt/harmonyos-tools/command-line-tools/sdk/default/openharmony/native/build-tools/cmake/share/cmake-3.28/Modules/Compiler/SunPro-C-DetermineCompiler.cmake"
230
- },
231
- {
232
- "isCMake" : true,
233
- "isExternal" : true,
234
- "path" : "/opt/harmonyos-tools/command-line-tools/sdk/default/openharmony/native/build-tools/cmake/share/cmake-3.28/Modules/Compiler/TI-DetermineCompiler.cmake"
235
- },
236
- {
237
- "isCMake" : true,
238
- "isExternal" : true,
239
- "path" : "/opt/harmonyos-tools/command-line-tools/sdk/default/openharmony/native/build-tools/cmake/share/cmake-3.28/Modules/Compiler/Tasking-DetermineCompiler.cmake"
240
- },
241
- {
242
- "isCMake" : true,
243
- "isExternal" : true,
244
- "path" : "/opt/harmonyos-tools/command-line-tools/sdk/default/openharmony/native/build-tools/cmake/share/cmake-3.28/Modules/Compiler/TinyCC-C-DetermineCompiler.cmake"
245
- },
246
- {
247
- "isCMake" : true,
248
- "isExternal" : true,
249
- "path" : "/opt/harmonyos-tools/command-line-tools/sdk/default/openharmony/native/build-tools/cmake/share/cmake-3.28/Modules/Compiler/VisualAge-C-DetermineCompiler.cmake"
250
- },
251
- {
252
- "isCMake" : true,
253
- "isExternal" : true,
254
- "path" : "/opt/harmonyos-tools/command-line-tools/sdk/default/openharmony/native/build-tools/cmake/share/cmake-3.28/Modules/Compiler/IBMCPP-C-DetermineVersionInternal.cmake"
255
- },
256
- {
257
- "isCMake" : true,
258
- "isExternal" : true,
259
- "path" : "/opt/harmonyos-tools/command-line-tools/sdk/default/openharmony/native/build-tools/cmake/share/cmake-3.28/Modules/Compiler/Watcom-DetermineCompiler.cmake"
260
- },
261
- {
262
- "isCMake" : true,
263
- "isExternal" : true,
264
- "path" : "/opt/harmonyos-tools/command-line-tools/sdk/default/openharmony/native/build-tools/cmake/share/cmake-3.28/Modules/Compiler/XL-C-DetermineCompiler.cmake"
265
- },
266
- {
267
- "isCMake" : true,
268
- "isExternal" : true,
269
- "path" : "/opt/harmonyos-tools/command-line-tools/sdk/default/openharmony/native/build-tools/cmake/share/cmake-3.28/Modules/Compiler/IBMCPP-C-DetermineVersionInternal.cmake"
270
- },
271
- {
272
- "isCMake" : true,
273
- "isExternal" : true,
274
- "path" : "/opt/harmonyos-tools/command-line-tools/sdk/default/openharmony/native/build-tools/cmake/share/cmake-3.28/Modules/Compiler/XLClang-C-DetermineCompiler.cmake"
275
- },
276
- {
277
- "isCMake" : true,
278
- "isExternal" : true,
279
- "path" : "/opt/harmonyos-tools/command-line-tools/sdk/default/openharmony/native/build-tools/cmake/share/cmake-3.28/Modules/Compiler/zOS-C-DetermineCompiler.cmake"
280
- },
281
- {
282
- "isCMake" : true,
283
- "isExternal" : true,
284
- "path" : "/opt/harmonyos-tools/command-line-tools/sdk/default/openharmony/native/build-tools/cmake/share/cmake-3.28/Modules/Compiler/IBMCPP-C-DetermineVersionInternal.cmake"
285
- },
286
- {
287
- "isCMake" : true,
288
- "isExternal" : true,
289
- "path" : "/opt/harmonyos-tools/command-line-tools/sdk/default/openharmony/native/build-tools/cmake/share/cmake-3.28/Modules/CMakeFindBinUtils.cmake"
290
- },
291
- {
292
- "isCMake" : true,
293
- "isExternal" : true,
294
- "path" : "/opt/harmonyos-tools/command-line-tools/sdk/default/openharmony/native/build-tools/cmake/share/cmake-3.28/Modules/Compiler/Clang-FindBinUtils.cmake"
295
- },
296
- {
297
- "isCMake" : true,
298
- "isExternal" : true,
299
- "path" : "/opt/harmonyos-tools/command-line-tools/sdk/default/openharmony/native/build-tools/cmake/share/cmake-3.28/Modules/CMakeCCompiler.cmake.in"
300
- },
301
- {
302
- "isGenerated" : true,
303
- "path" : "/__w/react-native-update/react-native-update/harmony/pushy/.cxx/default/default/release/arm64-v8a/CMakeFiles/3.28.2/CMakeCCompiler.cmake"
304
- },
305
- {
306
- "isCMake" : true,
307
- "isExternal" : true,
308
- "path" : "/opt/harmonyos-tools/command-line-tools/sdk/default/openharmony/native/build-tools/cmake/share/cmake-3.28/Modules/CMakeDetermineCXXCompiler.cmake"
309
- },
310
- {
311
- "isCMake" : true,
312
- "isExternal" : true,
313
- "path" : "/opt/harmonyos-tools/command-line-tools/sdk/default/openharmony/native/build-tools/cmake/share/cmake-3.28/Modules/CMakeDetermineCompiler.cmake"
314
- },
315
- {
316
- "isCMake" : true,
317
- "isExternal" : true,
318
- "path" : "/opt/harmonyos-tools/command-line-tools/sdk/default/openharmony/native/build-tools/cmake/share/cmake-3.28/Modules/CMakeDetermineCompilerId.cmake"
319
- },
320
- {
321
- "isCMake" : true,
322
- "isExternal" : true,
323
- "path" : "/opt/harmonyos-tools/command-line-tools/sdk/default/openharmony/native/build-tools/cmake/share/cmake-3.28/Modules/CMakeCompilerIdDetection.cmake"
324
- },
325
- {
326
- "isCMake" : true,
327
- "isExternal" : true,
328
- "path" : "/opt/harmonyos-tools/command-line-tools/sdk/default/openharmony/native/build-tools/cmake/share/cmake-3.28/Modules/Compiler/ADSP-DetermineCompiler.cmake"
329
- },
330
- {
331
- "isCMake" : true,
332
- "isExternal" : true,
333
- "path" : "/opt/harmonyos-tools/command-line-tools/sdk/default/openharmony/native/build-tools/cmake/share/cmake-3.28/Modules/Compiler/ARMCC-DetermineCompiler.cmake"
334
- },
335
- {
336
- "isCMake" : true,
337
- "isExternal" : true,
338
- "path" : "/opt/harmonyos-tools/command-line-tools/sdk/default/openharmony/native/build-tools/cmake/share/cmake-3.28/Modules/Compiler/ARMClang-DetermineCompiler.cmake"
339
- },
340
- {
341
- "isCMake" : true,
342
- "isExternal" : true,
343
- "path" : "/opt/harmonyos-tools/command-line-tools/sdk/default/openharmony/native/build-tools/cmake/share/cmake-3.28/Modules/Compiler/AppleClang-DetermineCompiler.cmake"
344
- },
345
- {
346
- "isCMake" : true,
347
- "isExternal" : true,
348
- "path" : "/opt/harmonyos-tools/command-line-tools/sdk/default/openharmony/native/build-tools/cmake/share/cmake-3.28/Modules/Compiler/Clang-DetermineCompilerInternal.cmake"
349
- },
350
- {
351
- "isCMake" : true,
352
- "isExternal" : true,
353
- "path" : "/opt/harmonyos-tools/command-line-tools/sdk/default/openharmony/native/build-tools/cmake/share/cmake-3.28/Modules/Compiler/Borland-DetermineCompiler.cmake"
354
- },
355
- {
356
- "isCMake" : true,
357
- "isExternal" : true,
358
- "path" : "/opt/harmonyos-tools/command-line-tools/sdk/default/openharmony/native/build-tools/cmake/share/cmake-3.28/Modules/Compiler/Clang-DetermineCompiler.cmake"
359
- },
360
- {
361
- "isCMake" : true,
362
- "isExternal" : true,
363
- "path" : "/opt/harmonyos-tools/command-line-tools/sdk/default/openharmony/native/build-tools/cmake/share/cmake-3.28/Modules/Compiler/Clang-DetermineCompilerInternal.cmake"
364
- },
365
- {
366
- "isCMake" : true,
367
- "isExternal" : true,
368
- "path" : "/opt/harmonyos-tools/command-line-tools/sdk/default/openharmony/native/build-tools/cmake/share/cmake-3.28/Modules/Compiler/Comeau-CXX-DetermineCompiler.cmake"
369
- },
370
- {
371
- "isCMake" : true,
372
- "isExternal" : true,
373
- "path" : "/opt/harmonyos-tools/command-line-tools/sdk/default/openharmony/native/build-tools/cmake/share/cmake-3.28/Modules/Compiler/Compaq-CXX-DetermineCompiler.cmake"
374
- },
375
- {
376
- "isCMake" : true,
377
- "isExternal" : true,
378
- "path" : "/opt/harmonyos-tools/command-line-tools/sdk/default/openharmony/native/build-tools/cmake/share/cmake-3.28/Modules/Compiler/Cray-DetermineCompiler.cmake"
379
- },
380
- {
381
- "isCMake" : true,
382
- "isExternal" : true,
383
- "path" : "/opt/harmonyos-tools/command-line-tools/sdk/default/openharmony/native/build-tools/cmake/share/cmake-3.28/Modules/Compiler/CrayClang-DetermineCompiler.cmake"
384
- },
385
- {
386
- "isCMake" : true,
387
- "isExternal" : true,
388
- "path" : "/opt/harmonyos-tools/command-line-tools/sdk/default/openharmony/native/build-tools/cmake/share/cmake-3.28/Modules/Compiler/Embarcadero-DetermineCompiler.cmake"
389
- },
390
- {
391
- "isCMake" : true,
392
- "isExternal" : true,
393
- "path" : "/opt/harmonyos-tools/command-line-tools/sdk/default/openharmony/native/build-tools/cmake/share/cmake-3.28/Modules/Compiler/Fujitsu-DetermineCompiler.cmake"
394
- },
395
- {
396
- "isCMake" : true,
397
- "isExternal" : true,
398
- "path" : "/opt/harmonyos-tools/command-line-tools/sdk/default/openharmony/native/build-tools/cmake/share/cmake-3.28/Modules/Compiler/FujitsuClang-DetermineCompiler.cmake"
399
- },
400
- {
401
- "isCMake" : true,
402
- "isExternal" : true,
403
- "path" : "/opt/harmonyos-tools/command-line-tools/sdk/default/openharmony/native/build-tools/cmake/share/cmake-3.28/Modules/Compiler/GHS-DetermineCompiler.cmake"
404
- },
405
- {
406
- "isCMake" : true,
407
- "isExternal" : true,
408
- "path" : "/opt/harmonyos-tools/command-line-tools/sdk/default/openharmony/native/build-tools/cmake/share/cmake-3.28/Modules/Compiler/GNU-CXX-DetermineCompiler.cmake"
409
- },
410
- {
411
- "isCMake" : true,
412
- "isExternal" : true,
413
- "path" : "/opt/harmonyos-tools/command-line-tools/sdk/default/openharmony/native/build-tools/cmake/share/cmake-3.28/Modules/Compiler/HP-CXX-DetermineCompiler.cmake"
414
- },
415
- {
416
- "isCMake" : true,
417
- "isExternal" : true,
418
- "path" : "/opt/harmonyos-tools/command-line-tools/sdk/default/openharmony/native/build-tools/cmake/share/cmake-3.28/Modules/Compiler/IAR-DetermineCompiler.cmake"
419
- },
420
- {
421
- "isCMake" : true,
422
- "isExternal" : true,
423
- "path" : "/opt/harmonyos-tools/command-line-tools/sdk/default/openharmony/native/build-tools/cmake/share/cmake-3.28/Modules/Compiler/IBMClang-CXX-DetermineCompiler.cmake"
424
- },
425
- {
426
- "isCMake" : true,
427
- "isExternal" : true,
428
- "path" : "/opt/harmonyos-tools/command-line-tools/sdk/default/openharmony/native/build-tools/cmake/share/cmake-3.28/Modules/Compiler/Intel-DetermineCompiler.cmake"
429
- },
430
- {
431
- "isCMake" : true,
432
- "isExternal" : true,
433
- "path" : "/opt/harmonyos-tools/command-line-tools/sdk/default/openharmony/native/build-tools/cmake/share/cmake-3.28/Modules/Compiler/IntelLLVM-DetermineCompiler.cmake"
434
- },
435
- {
436
- "isCMake" : true,
437
- "isExternal" : true,
438
- "path" : "/opt/harmonyos-tools/command-line-tools/sdk/default/openharmony/native/build-tools/cmake/share/cmake-3.28/Modules/Compiler/LCC-CXX-DetermineCompiler.cmake"
439
- },
440
- {
441
- "isCMake" : true,
442
- "isExternal" : true,
443
- "path" : "/opt/harmonyos-tools/command-line-tools/sdk/default/openharmony/native/build-tools/cmake/share/cmake-3.28/Modules/Compiler/MSVC-DetermineCompiler.cmake"
444
- },
445
- {
446
- "isCMake" : true,
447
- "isExternal" : true,
448
- "path" : "/opt/harmonyos-tools/command-line-tools/sdk/default/openharmony/native/build-tools/cmake/share/cmake-3.28/Modules/Compiler/NVHPC-DetermineCompiler.cmake"
449
- },
450
- {
451
- "isCMake" : true,
452
- "isExternal" : true,
453
- "path" : "/opt/harmonyos-tools/command-line-tools/sdk/default/openharmony/native/build-tools/cmake/share/cmake-3.28/Modules/Compiler/NVIDIA-DetermineCompiler.cmake"
454
- },
455
- {
456
- "isCMake" : true,
457
- "isExternal" : true,
458
- "path" : "/opt/harmonyos-tools/command-line-tools/sdk/default/openharmony/native/build-tools/cmake/share/cmake-3.28/Modules/Compiler/OpenWatcom-DetermineCompiler.cmake"
459
- },
460
- {
461
- "isCMake" : true,
462
- "isExternal" : true,
463
- "path" : "/opt/harmonyos-tools/command-line-tools/sdk/default/openharmony/native/build-tools/cmake/share/cmake-3.28/Modules/Compiler/OrangeC-DetermineCompiler.cmake"
464
- },
465
- {
466
- "isCMake" : true,
467
- "isExternal" : true,
468
- "path" : "/opt/harmonyos-tools/command-line-tools/sdk/default/openharmony/native/build-tools/cmake/share/cmake-3.28/Modules/Compiler/PGI-DetermineCompiler.cmake"
469
- },
470
- {
471
- "isCMake" : true,
472
- "isExternal" : true,
473
- "path" : "/opt/harmonyos-tools/command-line-tools/sdk/default/openharmony/native/build-tools/cmake/share/cmake-3.28/Modules/Compiler/PathScale-DetermineCompiler.cmake"
474
- },
475
- {
476
- "isCMake" : true,
477
- "isExternal" : true,
478
- "path" : "/opt/harmonyos-tools/command-line-tools/sdk/default/openharmony/native/build-tools/cmake/share/cmake-3.28/Modules/Compiler/SCO-DetermineCompiler.cmake"
479
- },
480
- {
481
- "isCMake" : true,
482
- "isExternal" : true,
483
- "path" : "/opt/harmonyos-tools/command-line-tools/sdk/default/openharmony/native/build-tools/cmake/share/cmake-3.28/Modules/Compiler/SunPro-CXX-DetermineCompiler.cmake"
484
- },
485
- {
486
- "isCMake" : true,
487
- "isExternal" : true,
488
- "path" : "/opt/harmonyos-tools/command-line-tools/sdk/default/openharmony/native/build-tools/cmake/share/cmake-3.28/Modules/Compiler/TI-DetermineCompiler.cmake"
489
- },
490
- {
491
- "isCMake" : true,
492
- "isExternal" : true,
493
- "path" : "/opt/harmonyos-tools/command-line-tools/sdk/default/openharmony/native/build-tools/cmake/share/cmake-3.28/Modules/Compiler/Tasking-DetermineCompiler.cmake"
494
- },
495
- {
496
- "isCMake" : true,
497
- "isExternal" : true,
498
- "path" : "/opt/harmonyos-tools/command-line-tools/sdk/default/openharmony/native/build-tools/cmake/share/cmake-3.28/Modules/Compiler/VisualAge-CXX-DetermineCompiler.cmake"
499
- },
500
- {
501
- "isCMake" : true,
502
- "isExternal" : true,
503
- "path" : "/opt/harmonyos-tools/command-line-tools/sdk/default/openharmony/native/build-tools/cmake/share/cmake-3.28/Modules/Compiler/IBMCPP-CXX-DetermineVersionInternal.cmake"
504
- },
505
- {
506
- "isCMake" : true,
507
- "isExternal" : true,
508
- "path" : "/opt/harmonyos-tools/command-line-tools/sdk/default/openharmony/native/build-tools/cmake/share/cmake-3.28/Modules/Compiler/Watcom-DetermineCompiler.cmake"
509
- },
510
- {
511
- "isCMake" : true,
512
- "isExternal" : true,
513
- "path" : "/opt/harmonyos-tools/command-line-tools/sdk/default/openharmony/native/build-tools/cmake/share/cmake-3.28/Modules/Compiler/XL-CXX-DetermineCompiler.cmake"
514
- },
515
- {
516
- "isCMake" : true,
517
- "isExternal" : true,
518
- "path" : "/opt/harmonyos-tools/command-line-tools/sdk/default/openharmony/native/build-tools/cmake/share/cmake-3.28/Modules/Compiler/IBMCPP-CXX-DetermineVersionInternal.cmake"
519
- },
520
- {
521
- "isCMake" : true,
522
- "isExternal" : true,
523
- "path" : "/opt/harmonyos-tools/command-line-tools/sdk/default/openharmony/native/build-tools/cmake/share/cmake-3.28/Modules/Compiler/XLClang-CXX-DetermineCompiler.cmake"
524
- },
525
- {
526
- "isCMake" : true,
527
- "isExternal" : true,
528
- "path" : "/opt/harmonyos-tools/command-line-tools/sdk/default/openharmony/native/build-tools/cmake/share/cmake-3.28/Modules/Compiler/zOS-CXX-DetermineCompiler.cmake"
529
- },
530
- {
531
- "isCMake" : true,
532
- "isExternal" : true,
533
- "path" : "/opt/harmonyos-tools/command-line-tools/sdk/default/openharmony/native/build-tools/cmake/share/cmake-3.28/Modules/Compiler/IBMCPP-CXX-DetermineVersionInternal.cmake"
534
- },
535
- {
536
- "isCMake" : true,
537
- "isExternal" : true,
538
- "path" : "/opt/harmonyos-tools/command-line-tools/sdk/default/openharmony/native/build-tools/cmake/share/cmake-3.28/Modules/CMakeFindBinUtils.cmake"
539
- },
540
- {
541
- "isCMake" : true,
542
- "isExternal" : true,
543
- "path" : "/opt/harmonyos-tools/command-line-tools/sdk/default/openharmony/native/build-tools/cmake/share/cmake-3.28/Modules/Compiler/Clang-FindBinUtils.cmake"
544
- },
545
- {
546
- "isCMake" : true,
547
- "isExternal" : true,
548
- "path" : "/opt/harmonyos-tools/command-line-tools/sdk/default/openharmony/native/build-tools/cmake/share/cmake-3.28/Modules/CMakeCXXCompiler.cmake.in"
549
- },
550
- {
551
- "isGenerated" : true,
552
- "path" : "/__w/react-native-update/react-native-update/harmony/pushy/.cxx/default/default/release/arm64-v8a/CMakeFiles/3.28.2/CMakeCXXCompiler.cmake"
553
- },
554
- {
555
- "isCMake" : true,
556
- "isExternal" : true,
557
- "path" : "/opt/harmonyos-tools/command-line-tools/sdk/default/openharmony/native/build-tools/cmake/share/cmake-3.28/Modules/CMakeSystemSpecificInformation.cmake"
558
- },
559
- {
560
- "isCMake" : true,
561
- "isExternal" : true,
562
- "path" : "/opt/harmonyos-tools/command-line-tools/sdk/default/openharmony/native/build-tools/cmake/share/cmake-3.28/Modules/CMakeGenericSystem.cmake"
563
- },
564
- {
565
- "isCMake" : true,
566
- "isExternal" : true,
567
- "path" : "/opt/harmonyos-tools/command-line-tools/sdk/default/openharmony/native/build-tools/cmake/share/cmake-3.28/Modules/CMakeInitializeConfigs.cmake"
568
- },
569
- {
570
- "isCMake" : true,
571
- "isExternal" : true,
572
- "path" : "/opt/harmonyos-tools/command-line-tools/sdk/default/openharmony/native/build-tools/cmake/share/cmake-3.28/Modules/Platform/OHOS.cmake"
573
- },
574
- {
575
- "isCMake" : true,
576
- "isExternal" : true,
577
- "path" : "/opt/harmonyos-tools/command-line-tools/sdk/default/openharmony/native/build-tools/cmake/share/cmake-3.28/Modules/Platform/Linux.cmake"
578
- },
579
- {
580
- "isCMake" : true,
581
- "isExternal" : true,
582
- "path" : "/opt/harmonyos-tools/command-line-tools/sdk/default/openharmony/native/build-tools/cmake/share/cmake-3.28/Modules/Platform/UnixPaths.cmake"
583
- },
584
- {
585
- "isCMake" : true,
586
- "isExternal" : true,
587
- "path" : "/opt/harmonyos-tools/command-line-tools/sdk/default/openharmony/native/build-tools/cmake/share/cmake-3.28/Modules/CMakeCInformation.cmake"
588
- },
589
- {
590
- "isCMake" : true,
591
- "isExternal" : true,
592
- "path" : "/opt/harmonyos-tools/command-line-tools/sdk/default/openharmony/native/build-tools/cmake/share/cmake-3.28/Modules/CMakeLanguageInformation.cmake"
593
- },
594
- {
595
- "isCMake" : true,
596
- "isExternal" : true,
597
- "path" : "/opt/harmonyos-tools/command-line-tools/sdk/default/openharmony/native/build-tools/cmake/share/cmake-3.28/Modules/Compiler/Clang-C.cmake"
598
- },
599
- {
600
- "isCMake" : true,
601
- "isExternal" : true,
602
- "path" : "/opt/harmonyos-tools/command-line-tools/sdk/default/openharmony/native/build-tools/cmake/share/cmake-3.28/Modules/Compiler/Clang.cmake"
603
- },
604
- {
605
- "isCMake" : true,
606
- "isExternal" : true,
607
- "path" : "/opt/harmonyos-tools/command-line-tools/sdk/default/openharmony/native/build-tools/cmake/share/cmake-3.28/Modules/Compiler/CMakeCommonCompilerMacros.cmake"
608
- },
609
- {
610
- "isCMake" : true,
611
- "isExternal" : true,
612
- "path" : "/opt/harmonyos-tools/command-line-tools/sdk/default/openharmony/native/build-tools/cmake/share/cmake-3.28/Modules/Compiler/GNU.cmake"
613
- },
614
- {
615
- "isCMake" : true,
616
- "isExternal" : true,
617
- "path" : "/opt/harmonyos-tools/command-line-tools/sdk/default/openharmony/native/build-tools/cmake/share/cmake-3.28/Modules/Compiler/CMakeCommonCompilerMacros.cmake"
618
- },
619
- {
620
- "isCMake" : true,
621
- "isExternal" : true,
622
- "path" : "/opt/harmonyos-tools/command-line-tools/sdk/default/openharmony/native/build-tools/cmake/share/cmake-3.28/Modules/Platform/OHOS.cmake"
623
- },
624
- {
625
- "isCMake" : true,
626
- "isExternal" : true,
627
- "path" : "/opt/harmonyos-tools/command-line-tools/sdk/default/openharmony/native/build-tools/cmake/share/cmake-3.28/Modules/Platform/Linux.cmake"
628
- },
629
- {
630
- "isCMake" : true,
631
- "isExternal" : true,
632
- "path" : "/opt/harmonyos-tools/command-line-tools/sdk/default/openharmony/native/build-tools/cmake/share/cmake-3.28/Modules/Platform/UnixPaths.cmake"
633
- },
634
- {
635
- "isCMake" : true,
636
- "isExternal" : true,
637
- "path" : "/opt/harmonyos-tools/command-line-tools/sdk/default/openharmony/native/build-tools/cmake/share/cmake-3.28/Modules/CMakeCommonLanguageInclude.cmake"
638
- },
639
- {
640
- "isCMake" : true,
641
- "isExternal" : true,
642
- "path" : "/opt/harmonyos-tools/command-line-tools/sdk/default/openharmony/native/build-tools/cmake/share/cmake-3.28/Modules/CMakeTestCCompiler.cmake"
643
- },
644
- {
645
- "isCMake" : true,
646
- "isExternal" : true,
647
- "path" : "/opt/harmonyos-tools/command-line-tools/sdk/default/openharmony/native/build-tools/cmake/share/cmake-3.28/Modules/CMakeTestCompilerCommon.cmake"
648
- },
649
- {
650
- "isCMake" : true,
651
- "isExternal" : true,
652
- "path" : "/opt/harmonyos-tools/command-line-tools/sdk/default/openharmony/native/build-tools/cmake/share/cmake-3.28/Modules/CMakeDetermineCompilerABI.cmake"
653
- },
654
- {
655
- "isCMake" : true,
656
- "isExternal" : true,
657
- "path" : "/opt/harmonyos-tools/command-line-tools/sdk/default/openharmony/native/build-tools/cmake/share/cmake-3.28/Modules/CMakeParseImplicitIncludeInfo.cmake"
658
- },
659
- {
660
- "isCMake" : true,
661
- "isExternal" : true,
662
- "path" : "/opt/harmonyos-tools/command-line-tools/sdk/default/openharmony/native/build-tools/cmake/share/cmake-3.28/Modules/CMakeParseImplicitLinkInfo.cmake"
663
- },
664
- {
665
- "isCMake" : true,
666
- "isExternal" : true,
667
- "path" : "/opt/harmonyos-tools/command-line-tools/sdk/default/openharmony/native/build-tools/cmake/share/cmake-3.28/Modules/CMakeParseLibraryArchitecture.cmake"
668
- },
669
- {
670
- "isCMake" : true,
671
- "isExternal" : true,
672
- "path" : "/opt/harmonyos-tools/command-line-tools/sdk/default/openharmony/native/build-tools/cmake/share/cmake-3.28/Modules/CMakeTestCompilerCommon.cmake"
673
- },
674
- {
675
- "isCMake" : true,
676
- "isExternal" : true,
677
- "path" : "/opt/harmonyos-tools/command-line-tools/sdk/default/openharmony/native/build-tools/cmake/share/cmake-3.28/Modules/CMakeCCompilerABI.c"
678
- },
679
- {
680
- "isCMake" : true,
681
- "isExternal" : true,
682
- "path" : "/opt/harmonyos-tools/command-line-tools/sdk/default/openharmony/native/build-tools/cmake/share/cmake-3.28/Modules/CMakeDetermineCompileFeatures.cmake"
683
- },
684
- {
685
- "isCMake" : true,
686
- "isExternal" : true,
687
- "path" : "/opt/harmonyos-tools/command-line-tools/sdk/default/openharmony/native/build-tools/cmake/share/cmake-3.28/Modules/Internal/FeatureTesting.cmake"
688
- },
689
- {
690
- "isCMake" : true,
691
- "isExternal" : true,
692
- "path" : "/opt/harmonyos-tools/command-line-tools/sdk/default/openharmony/native/build-tools/cmake/share/cmake-3.28/Modules/CMakeCCompiler.cmake.in"
693
- },
694
- {
695
- "isGenerated" : true,
696
- "path" : "/__w/react-native-update/react-native-update/harmony/pushy/.cxx/default/default/release/arm64-v8a/CMakeFiles/3.28.2/CMakeCCompiler.cmake"
697
- },
698
- {
699
- "isCMake" : true,
700
- "isExternal" : true,
701
- "path" : "/opt/harmonyos-tools/command-line-tools/sdk/default/openharmony/native/build-tools/cmake/share/cmake-3.28/Modules/CMakeCXXInformation.cmake"
702
- },
703
- {
704
- "isCMake" : true,
705
- "isExternal" : true,
706
- "path" : "/opt/harmonyos-tools/command-line-tools/sdk/default/openharmony/native/build-tools/cmake/share/cmake-3.28/Modules/CMakeLanguageInformation.cmake"
707
- },
708
- {
709
- "isCMake" : true,
710
- "isExternal" : true,
711
- "path" : "/opt/harmonyos-tools/command-line-tools/sdk/default/openharmony/native/build-tools/cmake/share/cmake-3.28/Modules/Compiler/Clang-CXX.cmake"
712
- },
713
- {
714
- "isCMake" : true,
715
- "isExternal" : true,
716
- "path" : "/opt/harmonyos-tools/command-line-tools/sdk/default/openharmony/native/build-tools/cmake/share/cmake-3.28/Modules/Compiler/Clang.cmake"
717
- },
718
- {
719
- "isCMake" : true,
720
- "isExternal" : true,
721
- "path" : "/opt/harmonyos-tools/command-line-tools/sdk/default/openharmony/native/build-tools/cmake/share/cmake-3.28/Modules/Platform/OHOS.cmake"
722
- },
723
- {
724
- "isCMake" : true,
725
- "isExternal" : true,
726
- "path" : "/opt/harmonyos-tools/command-line-tools/sdk/default/openharmony/native/build-tools/cmake/share/cmake-3.28/Modules/Platform/Linux.cmake"
727
- },
728
- {
729
- "isCMake" : true,
730
- "isExternal" : true,
731
- "path" : "/opt/harmonyos-tools/command-line-tools/sdk/default/openharmony/native/build-tools/cmake/share/cmake-3.28/Modules/Platform/UnixPaths.cmake"
732
- },
733
- {
734
- "isCMake" : true,
735
- "isExternal" : true,
736
- "path" : "/opt/harmonyos-tools/command-line-tools/sdk/default/openharmony/native/build-tools/cmake/share/cmake-3.28/Modules/CMakeCommonLanguageInclude.cmake"
737
- },
738
- {
739
- "isCMake" : true,
740
- "isExternal" : true,
741
- "path" : "/opt/harmonyos-tools/command-line-tools/sdk/default/openharmony/native/build-tools/cmake/share/cmake-3.28/Modules/CMakeTestCXXCompiler.cmake"
742
- },
743
- {
744
- "isCMake" : true,
745
- "isExternal" : true,
746
- "path" : "/opt/harmonyos-tools/command-line-tools/sdk/default/openharmony/native/build-tools/cmake/share/cmake-3.28/Modules/CMakeTestCompilerCommon.cmake"
747
- },
748
- {
749
- "isCMake" : true,
750
- "isExternal" : true,
751
- "path" : "/opt/harmonyos-tools/command-line-tools/sdk/default/openharmony/native/build-tools/cmake/share/cmake-3.28/Modules/CMakeDetermineCompilerABI.cmake"
752
- },
753
- {
754
- "isCMake" : true,
755
- "isExternal" : true,
756
- "path" : "/opt/harmonyos-tools/command-line-tools/sdk/default/openharmony/native/build-tools/cmake/share/cmake-3.28/Modules/CMakeParseImplicitIncludeInfo.cmake"
757
- },
758
- {
759
- "isCMake" : true,
760
- "isExternal" : true,
761
- "path" : "/opt/harmonyos-tools/command-line-tools/sdk/default/openharmony/native/build-tools/cmake/share/cmake-3.28/Modules/CMakeParseImplicitLinkInfo.cmake"
762
- },
763
- {
764
- "isCMake" : true,
765
- "isExternal" : true,
766
- "path" : "/opt/harmonyos-tools/command-line-tools/sdk/default/openharmony/native/build-tools/cmake/share/cmake-3.28/Modules/CMakeParseLibraryArchitecture.cmake"
767
- },
768
- {
769
- "isCMake" : true,
770
- "isExternal" : true,
771
- "path" : "/opt/harmonyos-tools/command-line-tools/sdk/default/openharmony/native/build-tools/cmake/share/cmake-3.28/Modules/CMakeTestCompilerCommon.cmake"
772
- },
773
- {
774
- "isCMake" : true,
775
- "isExternal" : true,
776
- "path" : "/opt/harmonyos-tools/command-line-tools/sdk/default/openharmony/native/build-tools/cmake/share/cmake-3.28/Modules/CMakeCXXCompilerABI.cpp"
777
- },
778
- {
779
- "isCMake" : true,
780
- "isExternal" : true,
781
- "path" : "/opt/harmonyos-tools/command-line-tools/sdk/default/openharmony/native/build-tools/cmake/share/cmake-3.28/Modules/CMakeDetermineCompileFeatures.cmake"
782
- },
783
- {
784
- "isCMake" : true,
785
- "isExternal" : true,
786
- "path" : "/opt/harmonyos-tools/command-line-tools/sdk/default/openharmony/native/build-tools/cmake/share/cmake-3.28/Modules/Internal/FeatureTesting.cmake"
787
- },
788
- {
789
- "isCMake" : true,
790
- "isExternal" : true,
791
- "path" : "/opt/harmonyos-tools/command-line-tools/sdk/default/openharmony/native/build-tools/cmake/share/cmake-3.28/Modules/CMakeCXXCompiler.cmake.in"
792
- },
793
- {
794
- "isGenerated" : true,
795
- "path" : "/__w/react-native-update/react-native-update/harmony/pushy/.cxx/default/default/release/arm64-v8a/CMakeFiles/3.28.2/CMakeCXXCompiler.cmake"
796
- }
797
- ],
798
- "kind" : "cmakeFiles",
799
- "paths" :
800
- {
801
- "build" : "/__w/react-native-update/react-native-update/harmony/pushy/.cxx/default/default/release/arm64-v8a",
802
- "source" : "/__w/react-native-update/react-native-update/harmony/pushy/src/main/cpp"
803
- },
804
- "version" :
805
- {
806
- "major" : 1,
807
- "minor" : 0
808
- }
809
- }