Searched refs:notice (Results 1 – 25 of 27) sorted by relevance
12
/build/ohos/sdk/ |
D | copy_sdk_modules.py | 34 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
|
D | BUILD.gn | 118 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",
|
D | add_notice_file.py | 46 options.sdk_notice_file) as notice: 58 notice.read(),
|
D | sdk.gni | 16 import("//build/ohos/notice/notice.gni") 99 "--notice-output-archive",
|
/build/ohos/ndk/ |
D | copy_notices_file.py | 45 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)
|
D | archive_ndk.py | 65 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,
|
D | BUILD.gn | 159 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",
|
D | ndk.gni | 17 import("//build/ohos/notice/notice.gni") 211 # collect notice file for default toolchain.
|
/build/ohos/notice/ |
D | notice.gni | 27 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 …]
|
D | collect_system_notice_files.pydeps | 2 …python_deps.py --root build/ohos/notice --output build/ohos/notice/collect_system_notice_files.pyd…
|
D | collect_module_notice_file.pydeps | 2 …_python_deps.py --root build/ohos/notice --output build/ohos/notice/collect_module_notice_file.pyd…
|
D | merge_notice_files.pydeps | 2 …rint_python_deps.py --root build/ohos/notice --output build/ohos/notice/merge_notice_files.pydeps …
|
/build/templates/bpf/ |
D | ohos_bpf.gni | 17 import("//build/ohos/notice/notice.gni") 104 notice = "$target_out_dir/$ohos_module_name.notice.txt"
|
/build/ohos/packages/ |
D | BUILD.gn | 158 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/ |
D | copy.gni | 16 import("//build/ohos/notice/notice.gni") 135 notice = "$target_out_dir/$_main_target_name.notice.txt"
|
/build/ |
D | ohos.gni | 16 import("//build/ohos/notice/notice.gni")
|
D | LICENSE | 27 notice, this list of conditions and the following disclaimer. 29 copyright notice, this list of conditions and the following disclaimer
|
D | README_zh.md | 42 │ ├── notice # notice模板和处理流程
|
/build/templates/metadata/ |
D | gen_module_info.py | 104 symlink_target, install_enable, collect, notice, args): argument 116 if notice: 117 data['notice'] = notice 219 args.notice, args)
|
D | module_info.gni | 44 "notice", 188 if (defined(notice)) { 190 "--notice", 191 rebase_path(notice, root_build_dir),
|
/build/templates/rust/ |
D | ohos_rust_library.gni | 16 import("//build/ohos/notice/notice.gni") 167 notice = "$target_out_dir/$ohos_module_name.notice.txt"
|
D | rust_template.gni | 692 notice = "$target_out_dir/$ohos_module_name.notice.txt"
|
/build/ohos/app/ |
D | app.gni | 16 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/ |
D | native_stub.gni | 168 notice = "$target_out_dir/$ohos_module_name.notice.txt"
|
/build/templates/cxx/ |
D | cxx.gni | 17 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