Home
last modified time | relevance | path

Searched refs:test_ohos_shared_library_output_name (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/build/test/test_example_template/test_ohos_shared_library_output_name/
H A DBUILD.gn16 ohos_shared_library("test_ohos_shared_library_output_name") {
20 output_name = "test_ohos_shared_library_output_name"
21 output_extension = "test_ohos_shared_library_output_name"
22 module_install_dir = "/test_ohos_shared_library_output_name"
/ohos5.0/build/test/example/
H A Dtest_gn_template.py270 def test_ohos_shared_library_output_name(self): member in TestModuleBuild