/ohos5.0/foundation/communication/dsoftbus/sdk/ |
H A D | BUILD.gn | 39 build_type = "shared_library" 41 build_type = "static_library" 52 build_type = "ohos_shared_library" 54 build_type = "ohos_static_library" 94 target(build_type, "softbus_client") {
|
/ohos5.0/foundation/communication/dsoftbus/core/common/dfx/log/ |
H A D | BUILD.gn | 22 build_type = "static_library" 25 build_type = "shared_library" 39 target(build_type, "softbus_dfx_log") {
|
/ohos5.0/foundation/communication/dsoftbus/core/common/dfx/anonymize/ |
H A D | BUILD.gn | 22 build_type = "static_library" 25 build_type = "shared_library" 39 target(build_type, "softbus_dfx_anonymizer") {
|
/ohos5.0/foundation/communication/dsoftbus/core/common/dfx/event/ |
H A D | BUILD.gn | 20 build_type = "static_library" 22 build_type = "shared_library" 34 target(build_type, "softbus_dfx_event") {
|
/ohos5.0/foundation/arkui/ace_engine/build/ |
H A D | BUILD.gn | 49 build_type = "engine" 59 build_type = "engine" 69 build_type = "engine_declarative" 79 build_type = "engine_pa"
|
H A D | ace_lib.gni | 120 if (build_type == "engine") { 126 } else if (build_type == "engine_declarative") { 128 } else if (build_type == "engine_pa") {
|
/ohos5.0/foundation/communication/dsoftbus/core/common/dfx/hidumper_adapter/ |
H A D | BUILD.gn | 22 build_type = "static_library" 25 build_type = "shared_library" 39 target(build_type, "softbus_dfx_dump") {
|
/ohos5.0/foundation/communication/dsoftbus/core/common/ |
H A D | BUILD.gn | 47 build_type = "static_library" 54 build_type = "shared_library" 83 target(build_type, "softbus_utils") {
|
/ohos5.0/foundation/communication/dsoftbus/tests/sdk/ |
H A D | BUILD.gn | 40 build_type = "shared_library" 42 build_type = "static_library"
|
/ohos5.0/build/lite/ndk/build/ |
H A D | build.py | 62 if args.build_type == 'debug':
|
/ohos5.0/docs/zh-cn/device-dev/quick-start/ |
H A D | quickstart-ide-3516-build.md | 35 3. 在**ipcamera_hispark_taurus**配置页签中,设置源码的编译类型**build_type**,默认为“debug”类型,请根据需要进行修改。
|
H A D | quickstart-ide-3568-build.md | 35 3. 在**rk3568**配置页签中,设置源码的编译类型**build_type**,默认为"debug"类型,请根据需要进行修改。
|
H A D | quickstart-ide-3861-build.md | 35 3. 在**wifiiot_hispark_pegasus**配置页签中,设置源码的编译类型**build_type**,默认为"debug"类型,请根据需要进行修改。
|
H A D | quickstart-appendix-hi3516-ide.md | 207 4. 在**hispark_taurus_standard**配置页签中,设置源码的编译类型**build_type**,默认为“debug”类型,请根据需要进行修改。
|
/ohos5.0/build/templates/common/ |
H A D | generate_component_package.py | 717 def generate_component_package(out_path, root_path, components_list=None, build_type=0, organizatio… argument 766 "build_type": build_type, "organization_name": organization_name, 790 build_type=py_args.build_type,
|
/ohos5.0/docs/en/device-dev/quick-start/ |
H A D | quickstart-ide-3516-build.md | 36 3. On the **ipcamera_hispark_taurus** tab page, set **build_type**, whose default value is **debug*…
|
H A D | quickstart-ide-3568-build.md | 36 3. On the **rk3568** tab page, set **build_type**, whose default value is **debug**.
|
H A D | quickstart-ide-3861-build.md | 36 3. On the **wifiiot_hispark_pegasus** tab page, set **build_type**, whose default value is **debug*…
|
H A D | quickstart-appendix-hi3516-ide.md | 213 4. On the **hispark_taurus_standard** tab page, set **build_type**, whose default value is **debug*…
|
/ohos5.0/build/test/example/ |
H A D | test_build_option.py | 730 def test_build_type(self, build_type): argument 734 cmd = self.CMD.format('--build-type', build_type).split() 735 result = self.get_match_result(cmd, "build_type", build_type) 737 assert result == 0, "build type para {} failed".format(build_type)
|
/ohos5.0/docs/zh-cn/device-dev/subsystems/ |
H A D | subsys-build-all.md | 275 -b BUILD_TYPE, --build_type BUILD_TYPE
|
/ohos5.0/docs/en/device-dev/subsystems/ |
H A D | subsys-build-all.md | 313 -b BUILD_TYPE, --build_type BUILD_TYPE
|