| /applications/standard/app_samples/code/DocsSample/BundleManagerDocsSample/HarSample/ |
| H A D | README_zh.md | 50 | └---module.json5 52 └---oh-package.json5 59 * Index.ets文件是HAR导出声明文件的入口,HAR需要导出的接口,统一在Index.ets文件中导出。Index.ets文件是DevEco Studio默认自动生成的,用户也可以自定义,在模块的oh-package.json5文件中的main字段配置入口声明文件。源码链接:[Index.ets](library/index.ets),[oh-package.json5](library/oh-package.json5)
|
| /applications/standard/app_samples/code/SystemFeature/ApplicationModels/EmbeddedUIExtensionAbility/ |
| H A D | README_zh.md | 42 |---module.json5 // 配置文件 65 * 在工程Module对应的[module.json5配置文件](entry/src/main/module.json5)中注册EmbeddedUIExtensionAbility。type标签需要设置为“embeddedUI”, srcEntry字段表示当前UIExtensionAbility组件所对应的代码路径。 67 * 源码链接:[module.json5](entry/src/main/module.json5)
|
| /applications/standard/app_samples/code/SystemFeature/ApplicationModels/UIExtensionAbility/ |
| H A D | README_zh.md | 41 |---module.json5 // 配置文件 64 * 在工程Module对应的[module.json5配置文件](entry/src/main/module.json5)中注册UIExtensionAbility,type字段需要配置为UIExtensionAbility所对应的类型。srcEntry字段表示当前UIExtensionAbility组件所对应的代码路径。 66 * 源码链接:[module.json5](entry/src/main/module.json5)
|
| /applications/standard/app_samples/code/Solutions/InputMethod/KikaInput/ |
| H A D | .gitignore | 6 /build-profile.json5 7 /oh-package-lock.json5 8 /entry/oh-package-lock.json5
|
| /foundation/multimedia/ringtone_library/ |
| H A D | OAT.xml | 37 <filteritem type="filepath" name="frameworks/ringtone_extension_hap/RingtoneLibraryExt/entry/build-profile.json5" 41 <filteritem type="filepath" name="frameworks/ringtone_extension_hap/RingtoneLibraryExt/entry/src/ohosTest/module.json5" 43 <filteritem type="filepath" name="frameworks/ringtone_extension_hap/RingtoneLibraryExt/build-profile.json5" 49 <filteritem type="filepath" name="frameworks/ringtone_extension_hap/RingtoneLibraryExt/entry/build-profile.json5" 53 <filteritem type="filepath" name="frameworks/ringtone_extension_hap/RingtoneLibraryExt/entry/src/ohosTest/module.json5" 55 <filteritem type="filepath" name="frameworks/ringtone_extension_hap/RingtoneLibraryExt/build-profile.json5"
|
| /applications/standard/calendardata/ |
| H A D | OAT.xml | 18 name="*.json5" 26 name="*.json5.ftl" 82 name="*.json5" 90 name="*.json5.ftl"
|
| /test/xts/hats/ |
| H A D | check_hvigor.py | 22 import json5 namespace 35 data = json5.load(f) 70 filename = os.path.join(dir, 'hvigor', 'hvigor-config.json5') 76 output_unmatched_project(unmatch_prj_list, 'hvigor-config.json5')
|
| /applications/standard/app_samples/code/Project/HapBuild/compile-tool/bin/ |
| H A D | compile-ut-ohpm.sh | 148 if [[ -f $1"/build-profile.json5" && -f $1"/hvigorfile.js" ]] || [[ -f $1"/build-profile.json5" && -f $1"/hvigorfile.ts" ]]; then 155 is_entry=`cat $1${pa}/src/main/module.json5 | sed 's/ //g' | grep "\"type\":\"entry\""` 156 is_feature=`cat $1${pa}/src/main/module.json5 | sed 's/ //g' | grep "\"type\":\"feature\""` 172 done < $1"/build-profile.json5" 272 rr=$(cat ${cur_module}"/oh-package.json5" | grep "${m_n_1}") 279 if [[ -e "oh-package.json5" ]]; then 327 del_file ${project_path}${pa}/oh-package-lock.json5 330 cur_bundle_line=`cat ${project_path}/AppScope/app.json5 | grep "\"bundleName\""` 334 is_entry=`cat ${project_path}${pa}/src/main/module.json5 | se [all...] |
| H A D | compile-ohpm-ci.sh | 135 if [[ -f $1"/build-profile.json5" && -f $1"/hvigorfile.js" ]] || [[ -f $1"/build-profile.json5" && -f $1"/hvigorfile.ts" ]]; then 142 is_entry=`cat $1${pa}/src/main/module.json5 | sed 's/ //g' | grep "\"type\":\"entry\""` 143 is_feature=`cat $1${pa}/src/main/module.json5 | sed 's/ //g' | grep "\"type\":\"feature\""` 159 done < $1"/build-profile.json5" 259 rr=$(cat ${cur_module}"/oh-package.json5" | grep "${m_n_1}") 266 if [[ -e "oh-package.json5" ]]; then 314 del_file ${project_path}${pa}/oh-package-lock.json5 317 cur_bundle_line=`cat ${project_path}/AppScope/app.json5 | grep "\"bundleName\""` 321 is_entry=`cat ${project_path}${pa}/src/main/module.json5 | se [all...] |
| /applications/standard/screenlock/ |
| H A D | OAT.xml | 81 <filteritem type="filepath" name=".*.json5" desc="build config file"/> 82 <filteritem type="filepath" name="**/.*.json5" desc="build config file"/> 83 <filteritem type="filepath" name="features/.*/.*.json5" desc="build config file"/> 84 <filteritem type="filepath" name="product/.*/.*.json5" desc="build config file"/> 89 <filteritem type="filename" name="README|README_zh|.*.log|.*.json5|.*.json" desc=""/> 93 <filteritem type="filename" name="README|README_zh|*.log|*.json5|*.json" desc="json file"/>
|
| /test/xts/acts/ |
| H A D | check_hvigor.py | 22 import json5 namespace 35 data = json5.load(f) 70 filename = os.path.join(dir, 'hvigor', 'hvigor-config.json5') 76 output_unmatched_project(unmatch_prj_list, 'hvigor-config.json5')
|
| /third_party/typescript/tests/verify_3rd_libs/ |
| H A D | verify_3rd_libs.py | 19 import json5 namespace 44 content = json5.load(file) 89 json5.dump(buildProfileJsonContent, file, indent=2) 96 content = json5.load(file) 121 json5.dump(hvigorConfigJsonContent, file, indent=2) 132 buildProfileJson = os.path.join(project, "build-profile.json5") 137 hvigorConfigJson = os.path.join(project, "hvigor", "hvigor-config.json5") 176 modulePackageJson = os.path.join(project, m, 'oh-package.json5')
|
| H A D | ReadMe.md | 19 - json5 43 创建或者打开一个DevEco工程,配置hvigor-config.json5为`4.0.0`以上,执行完整sync。
|
| /foundation/multimedia/media_library/ |
| H A D | OAT.xml | 69 <filteritem type="filepath" name="frameworks/innerkitsimpl/medialibrary_data_extension/MediaLibraryExt/entry/build-profile.json5" desc="Media library files "/> 71 <filteritem type="filepath" name="frameworks/innerkitsimpl/medialibrary_data_extension/MediaLibraryExt/entry/src/ohosTest/module.json5" desc="Media library files "/> 73 <filteritem type="filepath" name="frameworks/innerkitsimpl/medialibrary_data_extension/MediaLibraryExt/build-profile.json5" desc="Media library files "/> 85 <filteritem type="filepath" name="frameworks/innerkitsimpl/medialibrary_data_extension/MediaLibraryExt/entry/build-profile.json5" desc="Media library files "/> 87 <filteritem type="filepath" name="frameworks/innerkitsimpl/medialibrary_data_extension/MediaLibraryExt/entry/src/ohosTest/module.json5" desc="Media library files "/> 89 <filteritem type="filepath" name="frameworks/innerkitsimpl/medialibrary_data_extension/MediaLibraryExt/build-profile.json5" desc="Media library files "/>
|
| /applications/standard/app_samples/code/BasicFeature/DeviceManagement/Vibrator/CustomHaptic/entry/ |
| H A D | .gitignore | 5 /oh-package-lock.json5 6 /entry/oh-package-lock.json5
|
| /applications/standard/app_samples/code/BasicFeature/Media/ImageEffect/ |
| H A D | .gitignore | 12 /oh-package-lock.json5 13 /entry/oh-package-lock.json5
|
| /applications/standard/mms/ |
| H A D | OAT.xml | 38 <filteritem type="filepath" name=".*.json5" desc="build config file"/> 39 <filteritem type="filepath" name="AppScope/.*.json5" desc="build config file"/> 40 <filteritem type="filepath" name="entry/.*.json5" desc="build config file"/> 42 <filteritem type="filepath" name="entry/src/main/.*.json5" desc="build config file"/>
|
| /applications/standard/photos/ |
| H A D | OAT.xml | 61 <filteritem type="filename" name="*.json5" desc="json file"/> 65 <filteritem type="filename" name="hvigor-config.json5" desc="Build Files"/> 69 <filteritem type="filename" name="*.json5" desc="json file"/> 73 <filteritem type="filename" name="hvigor-config.json5" desc="Build Files"/>
|
| /applications/standard/screenshot/ |
| H A D | OAT.xml | 60 <filteritem type="filepath" name=".*.json5" desc="build config file"/> 61 <filteritem type="filepath" name="**/.*.json5" desc="build config file"/> 62 <filteritem type="filepath" name="features/.*/.*.json5" desc="build config file"/> 63 <filteritem type="filepath" name="product/.*/.*.json5" desc="build config file"/>
|
| /applications/standard/theme/ |
| H A D | OAT.xml | 58 <filteritem type="filepath" name=".*.json5" desc="build config file"/> 59 <filteritem type="filepath" name="AppScope/.*.json5" desc="build config file"/> 60 <filteritem type="filepath" name="entry/.*.json5" desc="build config file"/> 61 <filteritem type="filepath" name="entry/src/main/.*.json5" desc="build config file"/>
|
| /test/xts/acts/arkcompiler/arkts_module_test/basic_scenario/entry/src/ohosTest/ets/test/ |
| H A D | dynamicImport.test.ets | 198 import('@wolfx/json5').then(m => {
200 if (m.JSON5.stringify("aaa") == "'aaa'") {
202 console.error("ModuleTest: successfully load package json5");
205 console.error("ModuleTest: package json5 test failed");
|
| /third_party/typescript/scripts/ |
| H A D | ohTestCasesGenerationScript.js | 138 let ohfileContent = fileContent.replace(/node_modules/g, "oh_modules").replace(/package.json/g, "oh-package.json5");
167 ohfileContent = "// @packageManagerType: ohpm\r\n" + fileContent.replace(/node_modules/g, "oh_modules").replace(/package.json/g, "oh-package.json5");
169 ohfileContent = "// @packageManagerType: ohpm\n" + fileContent.replace(/node_modules/g, "oh_modules").replace(/package.json/g, "oh-package.json5");
180 let ohContent = content.replace(/node_modules/g, "oh_modules").replace(/package.json/g, "oh-package.json5").replace(caseName, ohCompilerCasesName);
|
| /applications/standard/app_samples/code/BasicFeature/DeviceManagement/Vibrator/CustomHaptic/ |
| H A D | .gitignore | 5 /oh-package-lock.json5 6 /entry/oh-package-lock.json5
|
| /applications/standard/app_samples/code/BasicFeature/Media/Image/ |
| H A D | .gitignore | 10 /photomodify/oh-package-lock.json5 11 /oh-package-lock.json5
|
| /third_party/skia/tools/gpu/gl/interface/ |
| H A D | Makefile | 2 go run *.go --in_table "./interface.json5" --out_dir "../../../../src/gpu/gl" 5 go run *.go --in_table "./interface.json5" --out_dir "../../../../src/gpu/gl" --dryru
|