Home
last modified time | relevance | path

Searched refs:notice (Results 1 – 25 of 27) sorted by relevance

12

/build/ohos/sdk/
Dcopy_sdk_modules.py34 notice = data.get('notice')
35 return source, notice
43 notice = cp_info.get('notice')
59 if notice and os.path.exists(notice):
60 depfile_deps.add(notice)
61 if notice.endswith('.zip'):
71 notice_tuples.append((notice_dest, notice))
121 source, notice = get_source_from_module_info_file(module_info_file)
123 cp_info['notice'] = notice
DBUILD.gn118 script = "//build/ohos/notice/merge_notice_files.py"
129 "--notice-root-dir",
131 "--output-notice-txt",
133 "--output-notice-gz",
135 "--notice-title",
137 "--static-library-notice-dir",
148 "--collected-notice-zipfile",
214 "--sdk-notice-file",
Dadd_notice_file.py46 options.sdk_notice_file) as notice:
58 notice.read(),
Dsdk.gni16 import("//build/ohos/notice/notice.gni")
99 "--notice-output-archive",
/build/ohos/ndk/
Dcopy_notices_file.py45 for notice in module_notices:
46 if os.path.exists(notice):
47 with open(notice, 'r', errors='ignore') as source_notice:
67 for notice in module_notices:
68 if os.path.exists(notice):
71 shutil.copy(notice, dest_file)
Darchive_ndk.py65 compress_fn, notice, filter_file_name): argument
73 compress = compress_fn(notice) if compress_fn else None
75 zip_path = os.path.join(prefix, os.path.basename(notice))
77 zip_path = os.path.basename(notice)
80 src_path=notice,
DBUILD.gn159 script = "//build/ohos/notice/merge_notice_files.py"
170 "--notice-root-dir",
172 "--output-notice-txt",
174 "--output-notice-gz",
176 "--notice-title",
178 "--static-library-notice-dir",
242 "--notice-file",
274 "--notice-file",
306 "--notice-file",
Dndk.gni17 import("//build/ohos/notice/notice.gni")
211 # collect notice file for default toolchain.
/build/ohos/notice/
Dnotice.gni27 ndk_notice_txt = "$root_build_dir/NOTICE_FILES/ndk-final-notice/NOTICE.txt"
28 ndk_notice_gz = "$root_build_dir/NOTICE_FILES/ndk-final-notice/NOTICE.xml.gz"
29 sdk_notice_txt = "$root_build_dir/NOTICE_FILES/sdk-final-notice/NOTICE.txt"
30 sdk_notice_gz = "$root_build_dir/NOTICE_FILES/sdk-final-notice/NOTICE.xml.gz"
33 # Gen notice file
58 script = rebase_path("//build/ohos/notice/collect_module_notice_file.py")
69 # notice files still needs to be collected.
70 # We may collect a little more notice files than needed.
78 outputs = [ "$target_out_dir/$module_name.notice.zip" ]
80 outputs += [ "$target_out_dir/$module_name.notice.txt" ]
[all …]
Dcollect_system_notice_files.pydeps2 …python_deps.py --root build/ohos/notice --output build/ohos/notice/collect_system_notice_files.pyd…
Dcollect_module_notice_file.pydeps2 …_python_deps.py --root build/ohos/notice --output build/ohos/notice/collect_module_notice_file.pyd…
Dmerge_notice_files.pydeps2 …rint_python_deps.py --root build/ohos/notice --output build/ohos/notice/merge_notice_files.pydeps …
/build/templates/bpf/
Dohos_bpf.gni17 import("//build/ohos/notice/notice.gni")
104 notice = "$target_out_dir/$ohos_module_name.notice.txt"
/build/ohos/packages/
DBUILD.gn158 script = "//build/ohos/notice/collect_system_notice_files.py"
169 "--notice-root-dir",
178 script = "//build/ohos/notice/merge_notice_files.py"
191 "--notice-root-dir",
193 "--output-notice-txt",
195 "--output-notice-gz",
197 "--notice-title",
199 "--static-library-notice-dir",
205 "--collected-notice-zipfile",
207 "--notice-module-info",
[all …]
/build/templates/common/
Dcopy.gni16 import("//build/ohos/notice/notice.gni")
135 notice = "$target_out_dir/$_main_target_name.notice.txt"
/build/
Dohos.gni16 import("//build/ohos/notice/notice.gni")
DLICENSE27 notice, this list of conditions and the following disclaimer.
29 copyright notice, this list of conditions and the following disclaimer
DREADME_zh.md42 │ ├── notice # notice模板和处理流程
/build/templates/metadata/
Dgen_module_info.py104 symlink_target, install_enable, collect, notice, args): argument
116 if notice:
117 data['notice'] = notice
219 args.notice, args)
Dmodule_info.gni44 "notice",
188 if (defined(notice)) {
190 "--notice",
191 rebase_path(notice, root_build_dir),
/build/templates/rust/
Dohos_rust_library.gni16 import("//build/ohos/notice/notice.gni")
167 notice = "$target_out_dir/$ohos_module_name.notice.txt"
Drust_template.gni692 notice = "$target_out_dir/$ohos_module_name.notice.txt"
/build/ohos/app/
Dapp.gni16 import("//build/ohos/notice/notice.gni")
292 notice = "$target_out_dir/$_main_target_name.notice.txt"
538 notice = "$target_out_dir/$_main_target_name.notice.txt"
/build/ohos/native_stub/
Dnative_stub.gni168 notice = "$target_out_dir/$ohos_module_name.notice.txt"
/build/templates/cxx/
Dcxx.gni17 import("//build/ohos/notice/notice.gni")
201 notice = "$target_out_dir/$ohos_module_name.notice.txt"
633 notice = "$target_out_dir/$ohos_module_name.notice.txt"

12