Skip to content

Commit

Permalink
Remove all-clusters-minimal-app for Tizen platform (#36014)
Browse files Browse the repository at this point in the history
* Remove all-clusters-minimal-app for Tizen platform

* Remove all-clusters-minimal from all_targets_linux
  • Loading branch information
arkq authored and pull[bot] committed Nov 1, 2024
1 parent 70b4043 commit 1d1d471
Show file tree
Hide file tree
Showing 11 changed files with 1 addition and 256 deletions.
27 changes: 0 additions & 27 deletions examples/all-clusters-minimal-app/tizen/.gn

This file was deleted.

82 changes: 0 additions & 82 deletions examples/all-clusters-minimal-app/tizen/BUILD.gn

This file was deleted.

25 changes: 0 additions & 25 deletions examples/all-clusters-minimal-app/tizen/args.gni

This file was deleted.

1 change: 0 additions & 1 deletion examples/all-clusters-minimal-app/tizen/build_overrides

This file was deleted.

This file was deleted.

63 changes: 0 additions & 63 deletions examples/all-clusters-minimal-app/tizen/src/main.cpp

This file was deleted.

This file was deleted.

19 changes: 0 additions & 19 deletions examples/all-clusters-minimal-app/tizen/tizen-manifest.xml

This file was deleted.

1 change: 0 additions & 1 deletion scripts/build/build/targets.py
Original file line number Diff line number Diff line change
Expand Up @@ -669,7 +669,6 @@ def BuildTizenTarget():
# apps
target.AppendFixedTargets([
TargetPart('all-clusters', app=TizenApp.ALL_CLUSTERS),
TargetPart('all-clusters-minimal', app=TizenApp.ALL_CLUSTERS_MINIMAL),
TargetPart('chip-tool', app=TizenApp.CHIP_TOOL),
TargetPart('light', app=TizenApp.LIGHT),
TargetPart('tests', app=TizenApp.TESTS),
Expand Down
5 changes: 0 additions & 5 deletions scripts/build/builders/tizen.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,6 @@ class TizenApp(Enum):
'examples/all-clusters-app/tizen',
('chip-all-clusters-app',
'chip-all-clusters-app.map'))
ALL_CLUSTERS_MINIMAL = App(
'chip-all-clusters-minimal-app',
'examples/all-clusters-minimal-app/tizen',
('chip-all-clusters-minimal-app',
'chip-all-clusters-minimal-app.map'))
LIGHT = App(
'chip-lighting-app',
'examples/lighting-app/tizen',
Expand Down
2 changes: 1 addition & 1 deletion scripts/build/testdata/all_targets_linux_x64.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ nrf-native-posix-64-tests
nuttx-x64-light
qpg-qpg6105-{lock,light,shell,persistent-storage,light-switch,thermostat}[-updateimage][-data-model-disabled][-data-model-enabled]
stm32-stm32wb5mm-dk-light
tizen-arm-{all-clusters,all-clusters-minimal,chip-tool,light,tests}[-no-ble][-no-thread][-no-wifi][-asan][-ubsan][-with-ui]
tizen-arm-{all-clusters,chip-tool,light,tests}[-no-ble][-no-thread][-no-wifi][-asan][-ubsan][-with-ui]
telink-{tlsr9118bdk40d,tlsr9518adk80d,tlsr9528a,tlsr9528a_retention,tlsr9258a,tlsr9258a_retention}-{air-quality-sensor,all-clusters,all-clusters-minimal,bridge,contact-sensor,light,light-switch,lock,ota-requestor,pump,pump-controller,shell,smoke-co-alarm,temperature-measurement,thermostat,window-covering}[-ota][-dfu][-shell][-rpc][-factory-data][-4mb][-mars][-usb][-data-model-disabled][-data-model-enabled]
openiotsdk-{shell,lock}[-mbedtls][-psa]

0 comments on commit 1d1d471

Please sign in to comment.