[mbedtls] update path from 'repo.patched' to 'repo' (#2756)

This commit is contained in:
Jonathan Hui
2018-06-07 11:08:37 -07:00
parent 5309056689
commit 5e94a2d485
19 changed files with 200 additions and 200 deletions
+2 -2
View File
@@ -597,8 +597,8 @@ AC_ARG_ENABLE(builtin-mbedtls,
if test "$enable_builtin_mbedtls" = "yes" -a ! "${MBEDTLS_CPPFLAGS}"; then
MBEDTLS_CPPFLAGS="-I\${abs_top_srcdir}/third_party/mbedtls"
MBEDTLS_CPPFLAGS="${MBEDTLS_CPPFLAGS} -I\${abs_top_srcdir}/third_party/mbedtls/repo.patched/include"
MBEDTLS_CPPFLAGS="${MBEDTLS_CPPFLAGS} -I\${abs_top_srcdir}/third_party/mbedtls/repo.patched/include/mbedtls"
MBEDTLS_CPPFLAGS="${MBEDTLS_CPPFLAGS} -I\${abs_top_srcdir}/third_party/mbedtls/repo/include"
MBEDTLS_CPPFLAGS="${MBEDTLS_CPPFLAGS} -I\${abs_top_srcdir}/third_party/mbedtls/repo/include/mbedtls"
MBEDTLS_CPPFLAGS="${MBEDTLS_CPPFLAGS} -DMBEDTLS_CONFIG_FILE=\\\"mbedtls-config.h\\\""
fi
AC_MSG_CHECKING([whether mbed TLS should be enabled])
+1 -1
View File
@@ -43,7 +43,7 @@
..\..\src;
..\..\src\core;
..\..\third_party\mbedtls;
..\..\third_party\mbedtls\repo.patched\include;
..\..\third_party\mbedtls\repo\include;
</AdditionalIncludeDirectories>
<PreprocessorDefinitions>
%(PreprocessorDefinitions)
@@ -50,7 +50,7 @@
..\..\src;
..\..\src\core;
..\..\third_party\mbedtls;
..\..\third_party\mbedtls\repo.patched\include;
..\..\third_party\mbedtls\repo\include;
</AdditionalIncludeDirectories>
<WarningLevel>Level3</WarningLevel>
<SDLCheck>true</SDLCheck>
+1 -1
View File
@@ -49,7 +49,7 @@
..\..\src;
..\..\src\core;
..\..\third_party\mbedtls;
..\..\third_party\mbedtls\repo.patched\include;
..\..\third_party\mbedtls\repo\include;
</AdditionalIncludeDirectories>
<WarningLevel>Level3</WarningLevel>
<SDLCheck>true</SDLCheck>
@@ -51,7 +51,7 @@
..\..\src;
..\..\src\core;
..\..\third_party\mbedtls;
..\..\third_party\mbedtls\repo.patched\include;
..\..\third_party\mbedtls\repo\include;
</AdditionalIncludeDirectories>
<WarningLevel>Level3</WarningLevel>
<SDLCheck>true</SDLCheck>
@@ -51,7 +51,7 @@
..\..\src;
..\..\src\core;
..\..\third_party\mbedtls;
..\..\third_party\mbedtls\repo.patched\include;
..\..\third_party\mbedtls\repo\include;
</AdditionalIncludeDirectories>
<WarningLevel>Level3</WarningLevel>
<SDLCheck>true</SDLCheck>
+1 -1
View File
@@ -48,7 +48,7 @@
..\..\include;
..\..\src\core;
..\..\third_party\mbedtls;
..\..\third_party\mbedtls\repo.patched\include;
..\..\third_party\mbedtls\repo\include;
</AdditionalIncludeDirectories>
<WarningLevel>Level3</WarningLevel>
<TreatWarningAsError>true</TreatWarningAsError>
+1 -1
View File
@@ -53,7 +53,7 @@
..\..\examples\drivers\windows\include;
..\..\src\core;
..\..\third_party\mbedtls;
..\..\third_party\mbedtls\repo.patched\include;
..\..\third_party\mbedtls\repo\include;
..\..\examples\drivers\windows\include_c99;
</AdditionalIncludeDirectories>
<DisableSpecificWarnings>4100;4706;4748;%(DisableSpecificWarnings)</DisableSpecificWarnings>
+26 -26
View File
@@ -45,8 +45,8 @@
..\..\include;
..\..\src\core;
..\..\third_party\mbedtls;
..\..\third_party\mbedtls\repo.patched\include;
..\..\third_party\mbedtls\repo.patched\include\mbedtls
..\..\third_party\mbedtls\repo\include;
..\..\third_party\mbedtls\repo\include\mbedtls
</AdditionalIncludeDirectories>
<WarningLevel>Level3</WarningLevel>
<TreatWarningAsError>true</TreatWarningAsError>
@@ -54,30 +54,30 @@
</ClCompile>
</ItemDefinitionGroup>
<ItemGroup>
<ClCompile Include="..\..\third_party\mbedtls\repo.patched\library\aes.c" />
<ClCompile Include="..\..\third_party\mbedtls\repo.patched\library\bignum.c" />
<ClCompile Include="..\..\third_party\mbedtls\repo.patched\library\ccm.c" />
<ClCompile Include="..\..\third_party\mbedtls\repo.patched\library\cipher.c" />
<ClCompile Include="..\..\third_party\mbedtls\repo.patched\library\cipher_wrap.c" />
<ClCompile Include="..\..\third_party\mbedtls\repo.patched\library\cmac.c" />
<ClCompile Include="..\..\third_party\mbedtls\repo.patched\library\ctr_drbg.c" />
<ClCompile Include="..\..\third_party\mbedtls\repo.patched\library\debug.c" />
<ClCompile Include="..\..\third_party\mbedtls\repo.patched\library\ecjpake.c" />
<ClCompile Include="..\..\third_party\mbedtls\repo.patched\library\ecp.c" />
<ClCompile Include="..\..\third_party\mbedtls\repo.patched\library\ecp_curves.c" />
<ClCompile Include="..\..\third_party\mbedtls\repo.patched\library\entropy.c" />
<ClCompile Include="..\..\third_party\mbedtls\repo.patched\library\entropy_poll.c" />
<ClCompile Include="..\..\third_party\mbedtls\repo.patched\library\md.c" />
<ClCompile Include="..\..\third_party\mbedtls\repo.patched\library\md_wrap.c" />
<ClCompile Include="..\..\third_party\mbedtls\repo.patched\library\memory_buffer_alloc.c" />
<ClCompile Include="..\..\third_party\mbedtls\repo.patched\library\platform.c" />
<ClCompile Include="..\..\third_party\mbedtls\repo.patched\library\sha256.c" />
<ClCompile Include="..\..\third_party\mbedtls\repo.patched\library\ssl_ciphersuites.c" />
<ClCompile Include="..\..\third_party\mbedtls\repo.patched\library\ssl_cli.c" />
<ClCompile Include="..\..\third_party\mbedtls\repo.patched\library\ssl_cookie.c" />
<ClCompile Include="..\..\third_party\mbedtls\repo.patched\library\ssl_srv.c" />
<ClCompile Include="..\..\third_party\mbedtls\repo.patched\library\ssl_ticket.c" />
<ClCompile Include="..\..\third_party\mbedtls\repo.patched\library\ssl_tls.c" />
<ClCompile Include="..\..\third_party\mbedtls\repo\library\aes.c" />
<ClCompile Include="..\..\third_party\mbedtls\repo\library\bignum.c" />
<ClCompile Include="..\..\third_party\mbedtls\repo\library\ccm.c" />
<ClCompile Include="..\..\third_party\mbedtls\repo\library\cipher.c" />
<ClCompile Include="..\..\third_party\mbedtls\repo\library\cipher_wrap.c" />
<ClCompile Include="..\..\third_party\mbedtls\repo\library\cmac.c" />
<ClCompile Include="..\..\third_party\mbedtls\repo\library\ctr_drbg.c" />
<ClCompile Include="..\..\third_party\mbedtls\repo\library\debug.c" />
<ClCompile Include="..\..\third_party\mbedtls\repo\library\ecjpake.c" />
<ClCompile Include="..\..\third_party\mbedtls\repo\library\ecp.c" />
<ClCompile Include="..\..\third_party\mbedtls\repo\library\ecp_curves.c" />
<ClCompile Include="..\..\third_party\mbedtls\repo\library\entropy.c" />
<ClCompile Include="..\..\third_party\mbedtls\repo\library\entropy_poll.c" />
<ClCompile Include="..\..\third_party\mbedtls\repo\library\md.c" />
<ClCompile Include="..\..\third_party\mbedtls\repo\library\md_wrap.c" />
<ClCompile Include="..\..\third_party\mbedtls\repo\library\memory_buffer_alloc.c" />
<ClCompile Include="..\..\third_party\mbedtls\repo\library\platform.c" />
<ClCompile Include="..\..\third_party\mbedtls\repo\library\sha256.c" />
<ClCompile Include="..\..\third_party\mbedtls\repo\library\ssl_ciphersuites.c" />
<ClCompile Include="..\..\third_party\mbedtls\repo\library\ssl_cli.c" />
<ClCompile Include="..\..\third_party\mbedtls\repo\library\ssl_cookie.c" />
<ClCompile Include="..\..\third_party\mbedtls\repo\library\ssl_srv.c" />
<ClCompile Include="..\..\third_party\mbedtls\repo\library\ssl_ticket.c" />
<ClCompile Include="..\..\third_party\mbedtls\repo\library\ssl_tls.c" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
+50 -50
View File
@@ -5,85 +5,85 @@
<UniqueIdentifier>{4FC737F1-C7A5-4376-A066-2A32D752A2FF}</UniqueIdentifier>
<Extensions>cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx</Extensions>
</Filter>
<Filter Include="Source Files\repo.patched">
<Filter Include="Source Files\repo">
<UniqueIdentifier>{0a2ce77e-dccf-408c-aea0-7a781284a936}</UniqueIdentifier>
</Filter>
<Filter Include="Source Files\repo.patched\library">
<Filter Include="Source Files\repo\library">
<UniqueIdentifier>{859819dc-e84e-4854-ad32-2819d60da38b}</UniqueIdentifier>
</Filter>
</ItemGroup>
<ItemGroup>
<ClCompile Include="..\..\third_party\mbedtls\repo.patched\library\aes.c">
<Filter>Source Files\repo.patched\library</Filter>
<ClCompile Include="..\..\third_party\mbedtls\repo\library\aes.c">
<Filter>Source Files\repo\library</Filter>
</ClCompile>
<ClCompile Include="..\..\third_party\mbedtls\repo.patched\library\bignum.c">
<Filter>Source Files\repo.patched\library</Filter>
<ClCompile Include="..\..\third_party\mbedtls\repo\library\bignum.c">
<Filter>Source Files\repo\library</Filter>
</ClCompile>
<ClCompile Include="..\..\third_party\mbedtls\repo.patched\library\ccm.c">
<Filter>Source Files\repo.patched\library</Filter>
<ClCompile Include="..\..\third_party\mbedtls\repo\library\ccm.c">
<Filter>Source Files\repo\library</Filter>
</ClCompile>
<ClCompile Include="..\..\third_party\mbedtls\repo.patched\library\cipher.c">
<Filter>Source Files\repo.patched\library</Filter>
<ClCompile Include="..\..\third_party\mbedtls\repo\library\cipher.c">
<Filter>Source Files\repo\library</Filter>
</ClCompile>
<ClCompile Include="..\..\third_party\mbedtls\repo.patched\library\cipher_wrap.c">
<Filter>Source Files\repo.patched\library</Filter>
<ClCompile Include="..\..\third_party\mbedtls\repo\library\cipher_wrap.c">
<Filter>Source Files\repo\library</Filter>
</ClCompile>
<ClCompile Include="..\..\third_party\mbedtls\repo.patched\library\cmac.c">
<Filter>Source Files\repo.patched\library</Filter>
<ClCompile Include="..\..\third_party\mbedtls\repo\library\cmac.c">
<Filter>Source Files\repo\library</Filter>
</ClCompile>
<ClCompile Include="..\..\third_party\mbedtls\repo.patched\library\ctr_drbg.c">
<Filter>Source Files\repo.patched\library</Filter>
<ClCompile Include="..\..\third_party\mbedtls\repo\library\ctr_drbg.c">
<Filter>Source Files\repo\library</Filter>
</ClCompile>
<ClCompile Include="..\..\third_party\mbedtls\repo.patched\library\debug.c">
<Filter>Source Files\repo.patched\library</Filter>
<ClCompile Include="..\..\third_party\mbedtls\repo\library\debug.c">
<Filter>Source Files\repo\library</Filter>
</ClCompile>
<ClCompile Include="..\..\third_party\mbedtls\repo.patched\library\ecjpake.c">
<Filter>Source Files\repo.patched\library</Filter>
<ClCompile Include="..\..\third_party\mbedtls\repo\library\ecjpake.c">
<Filter>Source Files\repo\library</Filter>
</ClCompile>
<ClCompile Include="..\..\third_party\mbedtls\repo.patched\library\ecp.c">
<Filter>Source Files\repo.patched\library</Filter>
<ClCompile Include="..\..\third_party\mbedtls\repo\library\ecp.c">
<Filter>Source Files\repo\library</Filter>
</ClCompile>
<ClCompile Include="..\..\third_party\mbedtls\repo.patched\library\ecp_curves.c">
<Filter>Source Files\repo.patched\library</Filter>
<ClCompile Include="..\..\third_party\mbedtls\repo\library\ecp_curves.c">
<Filter>Source Files\repo\library</Filter>
</ClCompile>
<ClCompile Include="..\..\third_party\mbedtls\repo.patched\library\entropy.c">
<Filter>Source Files\repo.patched\library</Filter>
<ClCompile Include="..\..\third_party\mbedtls\repo\library\entropy.c">
<Filter>Source Files\repo\library</Filter>
</ClCompile>
<ClCompile Include="..\..\third_party\mbedtls\repo.patched\library\entropy_poll.c">
<Filter>Source Files\repo.patched\library</Filter>
<ClCompile Include="..\..\third_party\mbedtls\repo\library\entropy_poll.c">
<Filter>Source Files\repo\library</Filter>
</ClCompile>
<ClCompile Include="..\..\third_party\mbedtls\repo.patched\library\md.c">
<Filter>Source Files\repo.patched\library</Filter>
<ClCompile Include="..\..\third_party\mbedtls\repo\library\md.c">
<Filter>Source Files\repo\library</Filter>
</ClCompile>
<ClCompile Include="..\..\third_party\mbedtls\repo.patched\library\md_wrap.c">
<Filter>Source Files\repo.patched\library</Filter>
<ClCompile Include="..\..\third_party\mbedtls\repo\library\md_wrap.c">
<Filter>Source Files\repo\library</Filter>
</ClCompile>
<ClCompile Include="..\..\third_party\mbedtls\repo.patched\library\memory_buffer_alloc.c">
<Filter>Source Files\repo.patched\library</Filter>
<ClCompile Include="..\..\third_party\mbedtls\repo\library\memory_buffer_alloc.c">
<Filter>Source Files\repo\library</Filter>
</ClCompile>
<ClCompile Include="..\..\third_party\mbedtls\repo.patched\library\platform.c">
<Filter>Source Files\repo.patched\library</Filter>
<ClCompile Include="..\..\third_party\mbedtls\repo\library\platform.c">
<Filter>Source Files\repo\library</Filter>
</ClCompile>
<ClCompile Include="..\..\third_party\mbedtls\repo.patched\library\sha256.c">
<Filter>Source Files\repo.patched\library</Filter>
<ClCompile Include="..\..\third_party\mbedtls\repo\library\sha256.c">
<Filter>Source Files\repo\library</Filter>
</ClCompile>
<ClCompile Include="..\..\third_party\mbedtls\repo.patched\library\ssl_ciphersuites.c">
<Filter>Source Files\repo.patched\library</Filter>
<ClCompile Include="..\..\third_party\mbedtls\repo\library\ssl_ciphersuites.c">
<Filter>Source Files\repo\library</Filter>
</ClCompile>
<ClCompile Include="..\..\third_party\mbedtls\repo.patched\library\ssl_cli.c">
<Filter>Source Files\repo.patched\library</Filter>
<ClCompile Include="..\..\third_party\mbedtls\repo\library\ssl_cli.c">
<Filter>Source Files\repo\library</Filter>
</ClCompile>
<ClCompile Include="..\..\third_party\mbedtls\repo.patched\library\ssl_cookie.c">
<Filter>Source Files\repo.patched\library</Filter>
<ClCompile Include="..\..\third_party\mbedtls\repo\library\ssl_cookie.c">
<Filter>Source Files\repo\library</Filter>
</ClCompile>
<ClCompile Include="..\..\third_party\mbedtls\repo.patched\library\ssl_srv.c">
<Filter>Source Files\repo.patched\library</Filter>
<ClCompile Include="..\..\third_party\mbedtls\repo\library\ssl_srv.c">
<Filter>Source Files\repo\library</Filter>
</ClCompile>
<ClCompile Include="..\..\third_party\mbedtls\repo.patched\library\ssl_ticket.c">
<Filter>Source Files\repo.patched\library</Filter>
<ClCompile Include="..\..\third_party\mbedtls\repo\library\ssl_ticket.c">
<Filter>Source Files\repo\library</Filter>
</ClCompile>
<ClCompile Include="..\..\third_party\mbedtls\repo.patched\library\ssl_tls.c">
<Filter>Source Files\repo.patched\library</Filter>
<ClCompile Include="..\..\third_party\mbedtls\repo\library\ssl_tls.c">
<Filter>Source Files\repo\library</Filter>
</ClCompile>
</ItemGroup>
</Project>
+26 -26
View File
@@ -40,8 +40,8 @@
..\..\include;
..\..\src\core;
..\..\third_party\mbedtls;
..\..\third_party\mbedtls\repo.patched\include;
..\..\third_party\mbedtls\repo.patched\include\mbedtls;
..\..\third_party\mbedtls\repo\include;
..\..\third_party\mbedtls\repo\include\mbedtls;
..\..\examples\drivers\windows\include_c99;
</AdditionalIncludeDirectories>
<PreprocessorDefinitions>
@@ -57,30 +57,30 @@
</ClCompile>
</ItemDefinitionGroup>
<ItemGroup>
<ClCompile Include="..\..\third_party\mbedtls\repo.patched\library\aes.c" />
<ClCompile Include="..\..\third_party\mbedtls\repo.patched\library\bignum.c" />
<ClCompile Include="..\..\third_party\mbedtls\repo.patched\library\ccm.c" />
<ClCompile Include="..\..\third_party\mbedtls\repo.patched\library\cipher.c" />
<ClCompile Include="..\..\third_party\mbedtls\repo.patched\library\cipher_wrap.c" />
<ClCompile Include="..\..\third_party\mbedtls\repo.patched\library\cmac.c" />
<ClCompile Include="..\..\third_party\mbedtls\repo.patched\library\ctr_drbg.c" />
<ClCompile Include="..\..\third_party\mbedtls\repo.patched\library\debug.c" />
<ClCompile Include="..\..\third_party\mbedtls\repo.patched\library\ecjpake.c" />
<ClCompile Include="..\..\third_party\mbedtls\repo.patched\library\ecp.c" />
<ClCompile Include="..\..\third_party\mbedtls\repo.patched\library\ecp_curves.c" />
<ClCompile Include="..\..\third_party\mbedtls\repo.patched\library\entropy.c" />
<ClCompile Include="..\..\third_party\mbedtls\repo.patched\library\entropy_poll.c" />
<ClCompile Include="..\..\third_party\mbedtls\repo.patched\library\md.c" />
<ClCompile Include="..\..\third_party\mbedtls\repo.patched\library\md_wrap.c" />
<ClCompile Include="..\..\third_party\mbedtls\repo.patched\library\memory_buffer_alloc.c" />
<ClCompile Include="..\..\third_party\mbedtls\repo.patched\library\platform.c" />
<ClCompile Include="..\..\third_party\mbedtls\repo.patched\library\sha256.c" />
<ClCompile Include="..\..\third_party\mbedtls\repo.patched\library\ssl_ciphersuites.c" />
<ClCompile Include="..\..\third_party\mbedtls\repo.patched\library\ssl_cli.c" />
<ClCompile Include="..\..\third_party\mbedtls\repo.patched\library\ssl_cookie.c" />
<ClCompile Include="..\..\third_party\mbedtls\repo.patched\library\ssl_srv.c" />
<ClCompile Include="..\..\third_party\mbedtls\repo.patched\library\ssl_ticket.c" />
<ClCompile Include="..\..\third_party\mbedtls\repo.patched\library\ssl_tls.c" />
<ClCompile Include="..\..\third_party\mbedtls\repo\library\aes.c" />
<ClCompile Include="..\..\third_party\mbedtls\repo\library\bignum.c" />
<ClCompile Include="..\..\third_party\mbedtls\repo\library\ccm.c" />
<ClCompile Include="..\..\third_party\mbedtls\repo\library\cipher.c" />
<ClCompile Include="..\..\third_party\mbedtls\repo\library\cipher_wrap.c" />
<ClCompile Include="..\..\third_party\mbedtls\repo\library\cmac.c" />
<ClCompile Include="..\..\third_party\mbedtls\repo\library\ctr_drbg.c" />
<ClCompile Include="..\..\third_party\mbedtls\repo\library\debug.c" />
<ClCompile Include="..\..\third_party\mbedtls\repo\library\ecjpake.c" />
<ClCompile Include="..\..\third_party\mbedtls\repo\library\ecp.c" />
<ClCompile Include="..\..\third_party\mbedtls\repo\library\ecp_curves.c" />
<ClCompile Include="..\..\third_party\mbedtls\repo\library\entropy.c" />
<ClCompile Include="..\..\third_party\mbedtls\repo\library\entropy_poll.c" />
<ClCompile Include="..\..\third_party\mbedtls\repo\library\md.c" />
<ClCompile Include="..\..\third_party\mbedtls\repo\library\md_wrap.c" />
<ClCompile Include="..\..\third_party\mbedtls\repo\library\memory_buffer_alloc.c" />
<ClCompile Include="..\..\third_party\mbedtls\repo\library\platform.c" />
<ClCompile Include="..\..\third_party\mbedtls\repo\library\sha256.c" />
<ClCompile Include="..\..\third_party\mbedtls\repo\library\ssl_ciphersuites.c" />
<ClCompile Include="..\..\third_party\mbedtls\repo\library\ssl_cli.c" />
<ClCompile Include="..\..\third_party\mbedtls\repo\library\ssl_cookie.c" />
<ClCompile Include="..\..\third_party\mbedtls\repo\library\ssl_srv.c" />
<ClCompile Include="..\..\third_party\mbedtls\repo\library\ssl_ticket.c" />
<ClCompile Include="..\..\third_party\mbedtls\repo\library\ssl_tls.c" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets" />
+50 -50
View File
@@ -5,85 +5,85 @@
<UniqueIdentifier>{4FC737F1-C7A5-4376-A066-2A32D752A2FF}</UniqueIdentifier>
<Extensions>cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx</Extensions>
</Filter>
<Filter Include="Source Files\repo.patched">
<Filter Include="Source Files\repo">
<UniqueIdentifier>{0a2ce77e-dccf-408c-aea0-7a781284a936}</UniqueIdentifier>
</Filter>
<Filter Include="Source Files\repo.patched\library">
<Filter Include="Source Files\repo\library">
<UniqueIdentifier>{87ec68b3-5bec-4c60-b764-c2daf3ffcfb2}</UniqueIdentifier>
</Filter>
</ItemGroup>
<ItemGroup>
<ClCompile Include="..\..\third_party\mbedtls\repo.patched\library\aes.c">
<Filter>Source Files\repo.patched\library</Filter>
<ClCompile Include="..\..\third_party\mbedtls\repo\library\aes.c">
<Filter>Source Files\repo\library</Filter>
</ClCompile>
<ClCompile Include="..\..\third_party\mbedtls\repo.patched\library\bignum.c">
<Filter>Source Files\repo.patched\library</Filter>
<ClCompile Include="..\..\third_party\mbedtls\repo\library\bignum.c">
<Filter>Source Files\repo\library</Filter>
</ClCompile>
<ClCompile Include="..\..\third_party\mbedtls\repo.patched\library\ccm.c">
<Filter>Source Files\repo.patched\library</Filter>
<ClCompile Include="..\..\third_party\mbedtls\repo\library\ccm.c">
<Filter>Source Files\repo\library</Filter>
</ClCompile>
<ClCompile Include="..\..\third_party\mbedtls\repo.patched\library\cipher.c">
<Filter>Source Files\repo.patched\library</Filter>
<ClCompile Include="..\..\third_party\mbedtls\repo\library\cipher.c">
<Filter>Source Files\repo\library</Filter>
</ClCompile>
<ClCompile Include="..\..\third_party\mbedtls\repo.patched\library\cipher_wrap.c">
<Filter>Source Files\repo.patched\library</Filter>
<ClCompile Include="..\..\third_party\mbedtls\repo\library\cipher_wrap.c">
<Filter>Source Files\repo\library</Filter>
</ClCompile>
<ClCompile Include="..\..\third_party\mbedtls\repo.patched\library\cmac.c">
<Filter>Source Files\repo.patched\library</Filter>
<ClCompile Include="..\..\third_party\mbedtls\repo\library\cmac.c">
<Filter>Source Files\repo\library</Filter>
</ClCompile>
<ClCompile Include="..\..\third_party\mbedtls\repo.patched\library\ctr_drbg.c">
<Filter>Source Files\repo.patched\library</Filter>
<ClCompile Include="..\..\third_party\mbedtls\repo\library\ctr_drbg.c">
<Filter>Source Files\repo\library</Filter>
</ClCompile>
<ClCompile Include="..\..\third_party\mbedtls\repo.patched\library\debug.c">
<Filter>Source Files\repo.patched\library</Filter>
<ClCompile Include="..\..\third_party\mbedtls\repo\library\debug.c">
<Filter>Source Files\repo\library</Filter>
</ClCompile>
<ClCompile Include="..\..\third_party\mbedtls\repo.patched\library\ecjpake.c">
<Filter>Source Files\repo.patched\library</Filter>
<ClCompile Include="..\..\third_party\mbedtls\repo\library\ecjpake.c">
<Filter>Source Files\repo\library</Filter>
</ClCompile>
<ClCompile Include="..\..\third_party\mbedtls\repo.patched\library\ecp.c">
<Filter>Source Files\repo.patched\library</Filter>
<ClCompile Include="..\..\third_party\mbedtls\repo\library\ecp.c">
<Filter>Source Files\repo\library</Filter>
</ClCompile>
<ClCompile Include="..\..\third_party\mbedtls\repo.patched\library\ecp_curves.c">
<Filter>Source Files\repo.patched\library</Filter>
<ClCompile Include="..\..\third_party\mbedtls\repo\library\ecp_curves.c">
<Filter>Source Files\repo\library</Filter>
</ClCompile>
<ClCompile Include="..\..\third_party\mbedtls\repo.patched\library\entropy.c">
<Filter>Source Files\repo.patched\library</Filter>
<ClCompile Include="..\..\third_party\mbedtls\repo\library\entropy.c">
<Filter>Source Files\repo\library</Filter>
</ClCompile>
<ClCompile Include="..\..\third_party\mbedtls\repo.patched\library\entropy_poll.c">
<Filter>Source Files\repo.patched\library</Filter>
<ClCompile Include="..\..\third_party\mbedtls\repo\library\entropy_poll.c">
<Filter>Source Files\repo\library</Filter>
</ClCompile>
<ClCompile Include="..\..\third_party\mbedtls\repo.patched\library\md.c">
<Filter>Source Files\repo.patched\library</Filter>
<ClCompile Include="..\..\third_party\mbedtls\repo\library\md.c">
<Filter>Source Files\repo\library</Filter>
</ClCompile>
<ClCompile Include="..\..\third_party\mbedtls\repo.patched\library\md_wrap.c">
<Filter>Source Files\repo.patched\library</Filter>
<ClCompile Include="..\..\third_party\mbedtls\repo\library\md_wrap.c">
<Filter>Source Files\repo\library</Filter>
</ClCompile>
<ClCompile Include="..\..\third_party\mbedtls\repo.patched\library\memory_buffer_alloc.c">
<Filter>Source Files\repo.patched\library</Filter>
<ClCompile Include="..\..\third_party\mbedtls\repo\library\memory_buffer_alloc.c">
<Filter>Source Files\repo\library</Filter>
</ClCompile>
<ClCompile Include="..\..\third_party\mbedtls\repo.patched\library\platform.c">
<Filter>Source Files\repo.patched\library</Filter>
<ClCompile Include="..\..\third_party\mbedtls\repo\library\platform.c">
<Filter>Source Files\repo\library</Filter>
</ClCompile>
<ClCompile Include="..\..\third_party\mbedtls\repo.patched\library\sha256.c">
<Filter>Source Files\repo.patched\library</Filter>
<ClCompile Include="..\..\third_party\mbedtls\repo\library\sha256.c">
<Filter>Source Files\repo\library</Filter>
</ClCompile>
<ClCompile Include="..\..\third_party\mbedtls\repo.patched\library\ssl_ciphersuites.c">
<Filter>Source Files\repo.patched\library</Filter>
<ClCompile Include="..\..\third_party\mbedtls\repo\library\ssl_ciphersuites.c">
<Filter>Source Files\repo\library</Filter>
</ClCompile>
<ClCompile Include="..\..\third_party\mbedtls\repo.patched\library\ssl_cli.c">
<Filter>Source Files\repo.patched\library</Filter>
<ClCompile Include="..\..\third_party\mbedtls\repo\library\ssl_cli.c">
<Filter>Source Files\repo\library</Filter>
</ClCompile>
<ClCompile Include="..\..\third_party\mbedtls\repo.patched\library\ssl_cookie.c">
<Filter>Source Files\repo.patched\library</Filter>
<ClCompile Include="..\..\third_party\mbedtls\repo\library\ssl_cookie.c">
<Filter>Source Files\repo\library</Filter>
</ClCompile>
<ClCompile Include="..\..\third_party\mbedtls\repo.patched\library\ssl_srv.c">
<Filter>Source Files\repo.patched\library</Filter>
<ClCompile Include="..\..\third_party\mbedtls\repo\library\ssl_srv.c">
<Filter>Source Files\repo\library</Filter>
</ClCompile>
<ClCompile Include="..\..\third_party\mbedtls\repo.patched\library\ssl_ticket.c">
<Filter>Source Files\repo.patched\library</Filter>
<ClCompile Include="..\..\third_party\mbedtls\repo\library\ssl_ticket.c">
<Filter>Source Files\repo\library</Filter>
</ClCompile>
<ClCompile Include="..\..\third_party\mbedtls\repo.patched\library\ssl_tls.c">
<Filter>Source Files\repo.patched\library</Filter>
<ClCompile Include="..\..\third_party\mbedtls\repo\library\ssl_tls.c">
<Filter>Source Files\repo\library</Filter>
</ClCompile>
</ItemGroup>
</Project>
+1 -1
View File
@@ -54,7 +54,7 @@ CC2650_MBEDTLS_CPPFLAGS = -DMBEDTLS_CONFIG_FILE='\"cc2650-mbedtls-config.h\"'
CC2650_MBEDTLS_CPPFLAGS += -I$(PWD)/examples/platforms/cc2650/crypto
CC2650_MBEDTLS_CPPFLAGS += -I$(PWD)/third_party/ti/devices/cc26x0
CC2650_MBEDTLS_CPPFLAGS += -I$(PWD)/third_party/mbedtls
CC2650_MBEDTLS_CPPFLAGS += -I$(PWD)/third_party/mbedtls/repo.patched/include
CC2650_MBEDTLS_CPPFLAGS += -I$(PWD)/third_party/mbedtls/repo/include
CC2650_CONFIG_FILE_CPPFLAGS = -DOPENTHREAD_PROJECT_CORE_CONFIG_FILE='\"openthread-core-cc2650-config.h\"'
CC2650_CONFIG_FILE_CPPFLAGS += -I$(PWD)/examples/platforms/cc2650/
+2 -2
View File
@@ -57,10 +57,10 @@ CC2652_MBEDTLS_CPPFLAGS = \
-I$(PWD)/examples/platforms/cc2652/crypto \
-I$(PWD)/third_party/ti/devices/cc26x2 \
-I$(PWD)/third_party/mbedtls \
-I$(PWD)/third_party/mbedtls/repo.patched/include \
-I$(PWD)/third_party/mbedtls/repo/include \
$(NULL)
CC2652_CONFIG_FILE_CPPFLAGS = \
CC2652_CONFIG_FILE_CPPFLAGS = \
-DOPENTHREAD_PROJECT_CORE_CONFIG_FILE='\"openthread-core-cc2652-config.h\"' \
-I$(PWD)/examples/platforms/cc2652/ \
$(NULL)
+1 -1
View File
@@ -63,7 +63,7 @@ DA15000_MBEDTLS_CPPFLAGS += -I$(PWD)/third_party/dialog/DialogSDK/interfaces/ftd
DA15000_MBEDTLS_CPPFLAGS += -I$(PWD)/third_party/dialog/DialogSDK/bsp/config
DA15000_MBEDTLS_CPPFLAGS += -I$(PWD)/third_party/dialog/DialogSDK
DA15000_MBEDTLS_CPPFLAGS += -I$(PWD)/third_party/dialog/DialogSDK/interfaces/ftdf/src
DA15000_MBEDTLS_CPPFLAGS += -I$(PWD)/third_party/mbedtls/repo.patched/include
DA15000_MBEDTLS_CPPFLAGS += -I$(PWD)/third_party/mbedtls/repo/include
DA15000_MBEDTLS_CPPFLAGS += -I$(PWD)/third_party/mbedtls
DA15000_MBEDTLS_CPPFLAGS += -include$(PWD)/examples/platforms/da15000/custom_config_qspi.h
+2 -2
View File
@@ -80,8 +80,8 @@ EFR32_MBEDTLS_CPPFLAGS += -I$(AbsTopSourceDir)/third_party/silabs/gecko_sdk_suit
EFR32_MBEDTLS_CPPFLAGS += -I$(AbsTopSourceDir)/third_party/silabs/gecko_sdk_suite/v2.2/platform/Device/SiliconLabs/EFR32MG12P/Include
EFR32_MBEDTLS_CPPFLAGS += -I$(AbsTopSourceDir)/third_party/silabs/gecko_sdk_suite/v2.2/platform/emlib/inc
EFR32_MBEDTLS_CPPFLAGS += -I$(AbsTopSourceDir)/third_party/mbedtls
EFR32_MBEDTLS_CPPFLAGS += -I$(AbsTopSourceDir)/third_party/mbedtls/repo.patched/include
EFR32_MBEDTLS_CPPFLAGS += -I$(AbsTopSourceDir)/third_party/mbedtls/repo.patched/include/mbedtls
EFR32_MBEDTLS_CPPFLAGS += -I$(AbsTopSourceDir)/third_party/mbedtls/repo/include
EFR32_MBEDTLS_CPPFLAGS += -I$(AbsTopSourceDir)/third_party/mbedtls/repo/include/mbedtls
CONFIG_FILE = OPENTHREAD_PROJECT_CORE_CONFIG_FILE='\"openthread-core-efr32-config.h\"'
CONFIG_FILE_PATH = $(AbsTopSourceDir)/examples/platforms/efr32/
+2 -2
View File
@@ -67,8 +67,8 @@ AbsTopSourceDir := $(dir $(realpath $(firstword $(MAKEFILE_LIST)
NRF52840_MBEDTLS_CPPFLAGS = -DMBEDTLS_CONFIG_FILE='\"mbedtls-config.h\"'
NRF52840_MBEDTLS_CPPFLAGS += -DMBEDTLS_USER_CONFIG_FILE='\"nrf52840-mbedtls-config.h\"'
NRF52840_MBEDTLS_CPPFLAGS += -I$(AbsTopSourceDir)/third_party/mbedtls
NRF52840_MBEDTLS_CPPFLAGS += -I$(AbsTopSourceDir)/third_party/mbedtls/repo.patched/include
NRF52840_MBEDTLS_CPPFLAGS += -I$(AbsTopSourceDir)/third_party/mbedtls/repo.patched/include/mbedtls
NRF52840_MBEDTLS_CPPFLAGS += -I$(AbsTopSourceDir)/third_party/mbedtls/repo/include
NRF52840_MBEDTLS_CPPFLAGS += -I$(AbsTopSourceDir)/third_party/mbedtls/repo/include/mbedtls
NRF52840_MBEDTLS_CPPFLAGS += -I$(AbsTopSourceDir)/third_party/NordicSemiconductor/libraries/crypto
NRF52840_MBEDTLS_CPPFLAGS += -I$(AbsTopSourceDir)/third_party/NordicSemiconductor/libraries/nrf_cc310/include
NRF52840_MBEDTLS_CPPFLAGS += -I$(AbsTopSourceDir)/third_party/NordicSemiconductor/nrfx/mdk
+1 -1
View File
@@ -43,7 +43,7 @@ libopenthread_da15000_a_CPPFLAGS
-I$(top_srcdir)/third_party/dialog/DialogSDK/bsp/peripherals/include \
-I$(top_srcdir)/third_party/dialog/DialogSDK/interfaces/ftdf/include \
-I$(top_srcdir)/third_party/dialog/DialogSDK/interfaces/ftdf/src \
-I$(top_srcdir)/third_party/mbedtls/repo.patched/include \
-I$(top_srcdir)/third_party/mbedtls/repo/include \
-include$(top_srcdir)/examples/platforms/da15000/custom_config_qspi.h \
-Wno-sign-compare \
-Wno-unused-parameter \
+30 -30
View File
@@ -18,7 +18,7 @@ include $(abs_top_nlbuild_autotools_dir)/automake/pre.am
EXTRA_DIST = \
mbedtls-config.h \
repo.patched/include \
repo/include \
$(NULL)
lib_LIBRARIES = libmbedcrypto.a
@@ -31,7 +31,7 @@ override CXXFLAGS := $(filter-out -Wconversion,$(CXXF
override CFLAGS := $(filter-out -pedantic-errors,$(CFLAGS))
override CXXFLAGS := $(filter-out -pedantic-errors,$(CXXFLAGS))
MBEDTLS_SRCDIR = $(top_srcdir)/third_party/mbedtls/repo.patched
MBEDTLS_SRCDIR = $(top_srcdir)/third_party/mbedtls/repo
libmbedcrypto_a_CPPFLAGS = \
-I$(top_srcdir)/include \
@@ -41,21 +41,21 @@ libmbedcrypto_a_CPPFLAGS = \
$(NULL)
libmbedcrypto_a_SOURCES = \
repo.patched/library/md.c \
repo.patched/library/md_wrap.c \
repo.patched/library/memory_buffer_alloc.c \
repo.patched/library/platform.c \
repo.patched/library/sha256.c \
repo/library/md.c \
repo/library/md_wrap.c \
repo/library/memory_buffer_alloc.c \
repo/library/platform.c \
repo/library/sha256.c \
$(NULL)
if OPENTHREAD_EXAMPLES_EFR32
nodist_libmbedcrypto_a_SOURCES = \
@top_builddir@/third_party/silabs/gecko_sdk_suite/v2.2/util/third_party/mbedtls/sl_crypto/src/crypto_aes.c \
nodist_libmbedcrypto_a_SOURCES = \
@top_builddir@/third_party/silabs/gecko_sdk_suite/v2.2/util/third_party/mbedtls/sl_crypto/src/crypto_aes.c \
@top_builddir@/third_party/silabs/gecko_sdk_suite/v2.2/util/third_party/mbedtls/sl_crypto/src/crypto_management.c \
$(NULL)
else
libmbedcrypto_a_SOURCES += \
repo.patched/library/aes.c \
repo/library/aes.c \
$(NULL)
endif # OPENTHREAD_EXAMPLES_EFR32
@@ -71,33 +71,33 @@ endif # OPENTHREAD_EXAMPLES_NRF52840
if OPENTHREAD_ENABLE_DTLS
libmbedcrypto_a_SOURCES += \
repo.patched/library/bignum.c \
repo.patched/library/ccm.c \
repo.patched/library/cipher.c \
repo.patched/library/cipher_wrap.c \
repo.patched/library/cmac.c \
repo.patched/library/ctr_drbg.c \
repo.patched/library/debug.c \
repo.patched/library/ecjpake.c \
repo.patched/library/ecp_curves.c \
repo.patched/library/entropy.c \
repo.patched/library/entropy_poll.c \
repo.patched/library/ssl_cookie.c \
repo.patched/library/ssl_ciphersuites.c \
repo.patched/library/ssl_cli.c \
repo.patched/library/ssl_srv.c \
repo.patched/library/ssl_ticket.c \
repo.patched/library/ssl_tls.c \
repo/library/bignum.c \
repo/library/ccm.c \
repo/library/cipher.c \
repo/library/cipher_wrap.c \
repo/library/cmac.c \
repo/library/ctr_drbg.c \
repo/library/debug.c \
repo/library/ecjpake.c \
repo/library/ecp_curves.c \
repo/library/entropy.c \
repo/library/entropy_poll.c \
repo/library/ssl_cookie.c \
repo/library/ssl_ciphersuites.c \
repo/library/ssl_cli.c \
repo/library/ssl_srv.c \
repo/library/ssl_ticket.c \
repo/library/ssl_tls.c \
$(NULL)
if OPENTHREAD_EXAMPLES_EFR32
nodist_libmbedcrypto_a_SOURCES += \
@top_builddir@/third_party/silabs/gecko_sdk_suite/v2.2/util/third_party/mbedtls/library/ecp.c \
nodist_libmbedcrypto_a_SOURCES += \
@top_builddir@/third_party/silabs/gecko_sdk_suite/v2.2/util/third_party/mbedtls/library/ecp.c \
@top_builddir@/third_party/silabs/gecko_sdk_suite/v2.2/util/third_party/mbedtls/sl_crypto/src/crypto_ecp.c \
$(NULL)
else
libmbedcrypto_a_SOURCES += \
repo.patched/library/ecp.c \
repo/library/ecp.c \
$(NULL)
endif # OPENTHREAD_EXAMPLES_EFR32