mirror of
https://github.com/openharmony/third_party_mbedtls.git
synced 2026-08-24 09:23:24 -04:00
bule and yellow sync
Signed-off-by: haige1234 <lijianghai3@h-partners.com>
This commit is contained in:
@@ -56,7 +56,6 @@
|
||||
<filteritem type="filename" name="*.fmt" desc="Test file, not license statement."/>
|
||||
<filteritem type="filename" name="hash_file*" desc="Test file, not license statement."/>
|
||||
<filteritem type="filename" name="test_suite_bignum_random.function" desc="Test file, not license statement."/>
|
||||
<filteritem type="filepath" name="tests/.*" desc="Test file, not license statement."/>
|
||||
</filefilter>
|
||||
</filefilterlist>
|
||||
</oatconfig>
|
||||
|
||||
+12
@@ -153,6 +153,18 @@ if (product_name == "generic_m55_arm_32_bes_aurora_wear_mini_application") {
|
||||
} else if (product_name ==
|
||||
"generic_m55_arm_32_bes_phoinix_wear_mini_application") {
|
||||
MBEDTLS_INLCUDE_DIRS += [ "$MBEDTLSDIR/port/config/compat_lwip" ]
|
||||
} else if (product_name ==
|
||||
"generic_m55_arm_32_bes_jana_wear_mini_application") {
|
||||
MBEDTLS_INLCUDE_DIRS += [ "$MBEDTLSDIR/port/config/compat_lwip" ]
|
||||
}else if (product_name ==
|
||||
"generic_m55_arm_32_bes_janapro_wear_mini_application") {
|
||||
MBEDTLS_INLCUDE_DIRS += [ "$MBEDTLSDIR/port/config/compat_lwip" ]
|
||||
}else if (product_name ==
|
||||
"generic_m55_arm_32_bes_vili_wear_mini_application") {
|
||||
MBEDTLS_INLCUDE_DIRS += [ "$MBEDTLSDIR/port/config/compat_lwip" ]
|
||||
}else if (product_name ==
|
||||
"generic_m55_arm_32_bes_vilipro_wear_mini_application") {
|
||||
MBEDTLS_INLCUDE_DIRS += [ "$MBEDTLSDIR/port/config/compat_lwip" ]
|
||||
} else {
|
||||
MBEDTLS_INLCUDE_DIRS += [ "$MBEDTLSDIR/port/config/compat_posix" ]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user