11cb0ef41Sopenharmony_ci{ 21cb0ef41Sopenharmony_ci 'targets': [ 31cb0ef41Sopenharmony_ci { 41cb0ef41Sopenharmony_ci 'target_name': 'testkeyengine', 51cb0ef41Sopenharmony_ci 'type': 'none', 61cb0ef41Sopenharmony_ci 'includes': ['../common.gypi'], 71cb0ef41Sopenharmony_ci 'conditions': [ 81cb0ef41Sopenharmony_ci ['OS=="mac" and ' 91cb0ef41Sopenharmony_ci 'node_use_openssl=="true" and ' 101cb0ef41Sopenharmony_ci 'node_shared=="false" and ' 111cb0ef41Sopenharmony_ci 'node_shared_openssl=="false"', { 121cb0ef41Sopenharmony_ci 'type': 'shared_library', 131cb0ef41Sopenharmony_ci 'sources': [ 'testkeyengine.cc' ], 141cb0ef41Sopenharmony_ci 'product_extension': 'engine', 151cb0ef41Sopenharmony_ci 'include_dirs': ['../../../deps/openssl/openssl/include'], 161cb0ef41Sopenharmony_ci 'link_settings': { 171cb0ef41Sopenharmony_ci 'libraries': [ 181cb0ef41Sopenharmony_ci '../../../../out/<(PRODUCT_DIR)/<(openssl_product)' 191cb0ef41Sopenharmony_ci ] 201cb0ef41Sopenharmony_ci }, 211cb0ef41Sopenharmony_ci }], 221cb0ef41Sopenharmony_ci ] 231cb0ef41Sopenharmony_ci } 241cb0ef41Sopenharmony_ci ] 251cb0ef41Sopenharmony_ci} 26