Home
last modified time | relevance | path

Searched full:json5 (Results 1 - 25 of 2049) sorted by relevance

12345678910>>...82

/applications/standard/app_samples/code/DocsSample/BundleManagerDocsSample/HarSample/
H A DREADME_zh.md50 | └---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 DREADME_zh.md42 |---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 DREADME_zh.md41 |---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/Project/HapBuild/compile-tool/bin/
H A Dcompile-ut-ohpm.sh148 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 Dcompile-ohpm-ci.sh135 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/app_samples/code/Solutions/InputMethod/KikaInput/
H A D.gitignore6 /build-profile.json5
7 /oh-package-lock.json5
8 /entry/oh-package-lock.json5
/applications/standard/calendardata/
H A DOAT.xml18 name="*.json5"
26 name="*.json5.ftl"
82 name="*.json5"
90 name="*.json5.ftl"
/test/xts/hats/
H A Dcheck_hvigor.py22 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/screenlock/
H A DOAT.xml81 <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 Dcheck_hvigor.py22 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 Dverify_3rd_libs.py19 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 DReadMe.md19 - json5
43 创建或者打开一个DevEco工程,配置hvigor-config.json5为`4.0.0`以上,执行完整sync。
/applications/standard/mms/
H A DOAT.xml38 <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 DOAT.xml61 <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 DOAT.xml60 <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 DOAT.xml58 <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 DdynamicImport.test.ets198 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 DohTestCasesGenerationScript.js138 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/entry/
H A D.gitignore5 /oh-package-lock.json5
6 /entry/oh-package-lock.json5
/applications/standard/app_samples/code/BasicFeature/Media/ImageEffect/
H A D.gitignore12 /oh-package-lock.json5
13 /entry/oh-package-lock.json5
/applications/standard/app_samples/code/BasicFeature/DeviceManagement/Vibrator/CustomHaptic/
H A D.gitignore5 /oh-package-lock.json5
6 /entry/oh-package-lock.json5
/applications/standard/app_samples/code/BasicFeature/Media/Image/
H A D.gitignore10 /photomodify/oh-package-lock.json5
11 /oh-package-lock.json5
/third_party/skia/tools/gpu/gl/interface/
H A DMakefile2 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
/applications/standard/contacts/
H A DOAT.xml81 <filteritem type="filepath" name=".*.json5" desc="build config file"/>
82 <filteritem type="filepath" name="AppScope/.*.json5" desc="build config file"/>
83 <filteritem type="filepath" name="entry/.*.json5" desc="build config file"/>
85 <filteritem type="filepath" name="entry/src/main/.*.json5" desc="build config file"/>
/applications/standard/hap/
H A Dbuild.sh56 if [ -f $1"/build-profile.json5" ]; then
274 package_json_name="oh-package.json5"
349 cur_bundle_line=`cat ${arg_project}/AppScope/app.json5 | grep "\"bundleName\""`
353 is_entry=`cat ${arg_project}${pa}/src/main/module.json5 | sed 's/ //g' | grep "\"type\":\"entry\"" || true`
354 is_feature=`cat ${arg_project}${pa}/src/main/module.json5 | sed 's/ //g' | grep "\"type\":\"feature\"" || true`
372 done < ${arg_project}"/build-profile.json5"

Completed in 7 milliseconds

12345678910>>...82