Specifies any device class constraints via either an allowed-list or a blocked-list, but not both. By default, if neither list is specified or the device-class-constraints node is missing, the capsule supports all device classes belonging to the supported target device classes. The device class is the device portion of a target, for example bixby-mobile or bixby-watch.
...
device-class-constraints {
allowed-list {
allow (bixby-mobile)
}
}
......
device-class-constraints {
blocked-list {
block (bixby-watch)
}
}
...| allowed-list optional | Contains one or more allow keys specifying allowed values for a constraint |
| blocked-list optional | Contains one or more block keys specifying blocked values for a constraint |
Copyright 2026 Samsung All rights reserved