Skip to content

Commit

Permalink
[Build] Remove __dso_hack (#24183)
Browse files Browse the repository at this point in the history
- this has been defined in ameba SDK
  • Loading branch information
pankore authored and pull[bot] committed Jul 19, 2023
1 parent dbbd601 commit 60db5d3
Show file tree
Hide file tree
Showing 9 changed files with 0 additions and 86 deletions.
1 change: 0 additions & 1 deletion examples/all-clusters-app/ameba/chip_main.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,6 @@ list(
${chip_dir}/examples/all-clusters-app/ameba/main/CHIPDeviceManager.cpp
${chip_dir}/examples/all-clusters-app/ameba/main/Globals.cpp
${chip_dir}/examples/all-clusters-app/ameba/main/LEDWidget.cpp
${chip_dir}/examples/all-clusters-app/ameba/main/DsoHack.cpp

${chip_dir}/examples/platform/ameba/route_hook/ameba_route_hook.c
${chip_dir}/examples/platform/ameba/route_hook/ameba_route_table.c
Expand Down
20 changes: 0 additions & 20 deletions examples/all-clusters-app/ameba/main/DsoHack.cpp

This file was deleted.

1 change: 0 additions & 1 deletion examples/chef/ameba/chip_main.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ list(
${matter_example_path}//main/CHIPDeviceManager.cpp
${matter_example_path}//main/Globals.cpp
${matter_example_path}//main/LEDWidget.cpp
${matter_example_path}//main/DsoHack.cpp

${chip_dir}/examples/providers/DeviceInfoProviderImpl.cpp
)
Expand Down
20 changes: 0 additions & 20 deletions examples/chef/ameba/main/DsoHack.cpp

This file was deleted.

1 change: 0 additions & 1 deletion examples/light-switch-app/ameba/chip_main.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,6 @@ list(
${chip_dir}/examples/light-switch-app/ameba/main/CHIPDeviceManager.cpp
${chip_dir}/examples/light-switch-app/ameba/main/Globals.cpp
${chip_dir}/examples/light-switch-app/ameba/main/LEDWidget.cpp
${chip_dir}/examples/light-switch-app/ameba/main/DsoHack.cpp

${chip_dir}/examples/providers/DeviceInfoProviderImpl.cpp
)
Expand Down
20 changes: 0 additions & 20 deletions examples/light-switch-app/ameba/main/DsoHack.cpp

This file was deleted.

1 change: 0 additions & 1 deletion examples/lighting-app/ameba/chip_main.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,6 @@ list(
${chip_dir}/examples/lighting-app/ameba/main/CHIPDeviceManager.cpp
${chip_dir}/examples/lighting-app/ameba/main/Globals.cpp
${chip_dir}/examples/lighting-app/ameba/main/LEDWidget.cpp
${chip_dir}/examples/lighting-app/ameba/main/DsoHack.cpp

${chip_dir}/examples/providers/DeviceInfoProviderImpl.cpp
)
Expand Down
20 changes: 0 additions & 20 deletions examples/lighting-app/ameba/main/DsoHack.cpp

This file was deleted.

2 changes: 0 additions & 2 deletions examples/ota-requestor-app/ameba/main/chipinterface.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,6 @@
#include <platform/CHIPDeviceLayer.h>
#include <support/CHIPMem.h>

void * __dso_handle = 0;

using chip::ByteSpan;
using chip::EndpointId;
using chip::FabricIndex;
Expand Down

0 comments on commit 60db5d3

Please sign in to comment.