Skip to content

Commit cbc6663

Browse files
pankorepull[bot]
authored andcommitted
[Build] Remove __dso_hack (#24183)
- this has been defined in ameba SDK
1 parent 450bfe4 commit cbc6663

File tree

9 files changed

+0
-86
lines changed

9 files changed

+0
-86
lines changed

examples/all-clusters-app/ameba/chip_main.cmake

-1
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,6 @@ list(
160160
${chip_dir}/examples/all-clusters-app/ameba/main/CHIPDeviceManager.cpp
161161
${chip_dir}/examples/all-clusters-app/ameba/main/Globals.cpp
162162
${chip_dir}/examples/all-clusters-app/ameba/main/LEDWidget.cpp
163-
${chip_dir}/examples/all-clusters-app/ameba/main/DsoHack.cpp
164163

165164
${chip_dir}/examples/platform/ameba/route_hook/ameba_route_hook.c
166165
${chip_dir}/examples/platform/ameba/route_hook/ameba_route_table.c

examples/all-clusters-app/ameba/main/DsoHack.cpp

-20
This file was deleted.

examples/chef/ameba/chip_main.cmake

-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ list(
4242
${matter_example_path}//main/CHIPDeviceManager.cpp
4343
${matter_example_path}//main/Globals.cpp
4444
${matter_example_path}//main/LEDWidget.cpp
45-
${matter_example_path}//main/DsoHack.cpp
4645

4746
${chip_dir}/examples/providers/DeviceInfoProviderImpl.cpp
4847
)

examples/chef/ameba/main/DsoHack.cpp

-20
This file was deleted.

examples/light-switch-app/ameba/chip_main.cmake

-1
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,6 @@ list(
157157
${chip_dir}/examples/light-switch-app/ameba/main/CHIPDeviceManager.cpp
158158
${chip_dir}/examples/light-switch-app/ameba/main/Globals.cpp
159159
${chip_dir}/examples/light-switch-app/ameba/main/LEDWidget.cpp
160-
${chip_dir}/examples/light-switch-app/ameba/main/DsoHack.cpp
161160

162161
${chip_dir}/examples/providers/DeviceInfoProviderImpl.cpp
163162
)

examples/light-switch-app/ameba/main/DsoHack.cpp

-20
This file was deleted.

examples/lighting-app/ameba/chip_main.cmake

-1
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,6 @@ list(
150150
${chip_dir}/examples/lighting-app/ameba/main/CHIPDeviceManager.cpp
151151
${chip_dir}/examples/lighting-app/ameba/main/Globals.cpp
152152
${chip_dir}/examples/lighting-app/ameba/main/LEDWidget.cpp
153-
${chip_dir}/examples/lighting-app/ameba/main/DsoHack.cpp
154153

155154
${chip_dir}/examples/providers/DeviceInfoProviderImpl.cpp
156155
)

examples/lighting-app/ameba/main/DsoHack.cpp

-20
This file was deleted.

examples/ota-requestor-app/ameba/main/chipinterface.cpp

-2
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,6 @@
3535
#include <platform/CHIPDeviceLayer.h>
3636
#include <support/CHIPMem.h>
3737

38-
void * __dso_handle = 0;
39-
4038
using chip::ByteSpan;
4139
using chip::EndpointId;
4240
using chip::FabricIndex;

0 commit comments

Comments
 (0)