11cb0ef41Sopenharmony_ci{ 21cb0ef41Sopenharmony_ci 'conditions': [ 31cb0ef41Sopenharmony_ci ['target_arch=="ppc64" and OS in ("aix", "os400")', { 41cb0ef41Sopenharmony_ci 'includes': ['config/archs/aix64-gcc-as/asm/openssl.gypi'], 51cb0ef41Sopenharmony_ci }, 'target_arch=="ppc64" and OS=="linux" and node_byteorder =="little"', { 61cb0ef41Sopenharmony_ci 'includes': ['config/archs/linux-ppc64le/asm/openssl.gypi'], 71cb0ef41Sopenharmony_ci }, 'target_arch=="s390x" and OS=="linux"', { 81cb0ef41Sopenharmony_ci 'includes': ['config/archs/linux64-s390x/asm/openssl.gypi'], 91cb0ef41Sopenharmony_ci }, 'target_arch=="arm" and OS=="linux"', { 101cb0ef41Sopenharmony_ci 'includes': ['config/archs/linux-armv4/asm/openssl.gypi'], 111cb0ef41Sopenharmony_ci }, 'target_arch=="arm64" and OS=="linux"', { 121cb0ef41Sopenharmony_ci 'includes': ['config/archs/linux-aarch64/asm/openssl.gypi'], 131cb0ef41Sopenharmony_ci }, 'target_arch=="arm64" and OS=="mac"', { 141cb0ef41Sopenharmony_ci 'includes': ['config/archs/darwin64-arm64-cc/asm/openssl.gypi'], 151cb0ef41Sopenharmony_ci }, 'target_arch=="ia32" and OS=="freebsd"', { 161cb0ef41Sopenharmony_ci 'includes': ['config/archs/BSD-x86/asm/openssl.gypi'], 171cb0ef41Sopenharmony_ci }, 'target_arch=="ia32" and OS=="linux"', { 181cb0ef41Sopenharmony_ci 'includes': ['config/archs/linux-elf/asm/openssl.gypi'], 191cb0ef41Sopenharmony_ci }, 'target_arch=="ia32" and OS=="mac"', { 201cb0ef41Sopenharmony_ci 'includes': ['config/archs/darwin-i386-cc/asm/openssl.gypi'], 211cb0ef41Sopenharmony_ci }, 'target_arch=="ia32" and OS=="solaris"', { 221cb0ef41Sopenharmony_ci 'includes': ['config/archs/solaris-x86-gcc/asm/openssl.gypi'], 231cb0ef41Sopenharmony_ci }, 'target_arch=="ia32" and OS=="win"', { 241cb0ef41Sopenharmony_ci 'includes': ['config/archs/VC-WIN32/asm/openssl.gypi'], 251cb0ef41Sopenharmony_ci 'rules': [ 261cb0ef41Sopenharmony_ci { 271cb0ef41Sopenharmony_ci 'rule_name': 'Assemble', 281cb0ef41Sopenharmony_ci 'extension': 'asm', 291cb0ef41Sopenharmony_ci 'inputs': [], 301cb0ef41Sopenharmony_ci 'outputs': [ 311cb0ef41Sopenharmony_ci '<(INTERMEDIATE_DIR)/<(RULE_INPUT_ROOT).obj', 321cb0ef41Sopenharmony_ci ], 331cb0ef41Sopenharmony_ci 'action': [ 341cb0ef41Sopenharmony_ci 'nasm.exe', 351cb0ef41Sopenharmony_ci '-f win32', 361cb0ef41Sopenharmony_ci '-o', '<(INTERMEDIATE_DIR)/<(RULE_INPUT_ROOT).obj', 371cb0ef41Sopenharmony_ci '<(RULE_INPUT_PATH)', 381cb0ef41Sopenharmony_ci ], 391cb0ef41Sopenharmony_ci } 401cb0ef41Sopenharmony_ci ], 411cb0ef41Sopenharmony_ci }, 'target_arch=="ia32"', { 421cb0ef41Sopenharmony_ci 'includes': ['config/archs/linux-elf/asm/openssl.gypi'], 431cb0ef41Sopenharmony_ci }, 'target_arch=="x64" and OS=="freebsd"', { 441cb0ef41Sopenharmony_ci 'includes': ['config/archs/BSD-x86_64/asm/openssl.gypi'], 451cb0ef41Sopenharmony_ci }, 'target_arch=="x64" and OS=="mac"', { 461cb0ef41Sopenharmony_ci 'includes': ['config/archs/darwin64-x86_64-cc/asm/openssl.gypi'], 471cb0ef41Sopenharmony_ci }, 'target_arch=="x64" and OS=="solaris"', { 481cb0ef41Sopenharmony_ci 'includes': ['config/archs/solaris64-x86_64-gcc/asm/openssl.gypi'], 491cb0ef41Sopenharmony_ci }, 'target_arch=="x64" and OS=="win"', { 501cb0ef41Sopenharmony_ci 'includes': ['config/archs/VC-WIN64A/asm/openssl.gypi'], 511cb0ef41Sopenharmony_ci 'rules': [ 521cb0ef41Sopenharmony_ci { 531cb0ef41Sopenharmony_ci 'rule_name': 'Assemble', 541cb0ef41Sopenharmony_ci 'extension': 'asm', 551cb0ef41Sopenharmony_ci 'inputs': [], 561cb0ef41Sopenharmony_ci 'outputs': [ 571cb0ef41Sopenharmony_ci '<(INTERMEDIATE_DIR)/<(RULE_INPUT_ROOT).obj', 581cb0ef41Sopenharmony_ci ], 591cb0ef41Sopenharmony_ci 'action': [ 601cb0ef41Sopenharmony_ci 'nasm.exe', 611cb0ef41Sopenharmony_ci '-f win64', 621cb0ef41Sopenharmony_ci '-DNEAR', 631cb0ef41Sopenharmony_ci '-Ox', 641cb0ef41Sopenharmony_ci '-g', 651cb0ef41Sopenharmony_ci '-o', '<(INTERMEDIATE_DIR)/<(RULE_INPUT_ROOT).obj', 661cb0ef41Sopenharmony_ci '<(RULE_INPUT_PATH)', 671cb0ef41Sopenharmony_ci ], 681cb0ef41Sopenharmony_ci } 691cb0ef41Sopenharmony_ci ], 701cb0ef41Sopenharmony_ci }, 'target_arch=="x64" and OS=="linux"', { 711cb0ef41Sopenharmony_ci 'includes': ['config/archs/linux-x86_64/asm/openssl.gypi'], 721cb0ef41Sopenharmony_ci }, 'target_arch=="mips64el" and OS=="linux"', { 731cb0ef41Sopenharmony_ci 'includes': ['config/archs/linux64-mips64/asm/openssl.gypi'], 741cb0ef41Sopenharmony_ci }, { 751cb0ef41Sopenharmony_ci # Other architectures don't use assembly 761cb0ef41Sopenharmony_ci 'includes': ['config/archs/linux-x86_64/asm/openssl.gypi'], 771cb0ef41Sopenharmony_ci }], 781cb0ef41Sopenharmony_ci ], 791cb0ef41Sopenharmony_ci} 80