Specifies any country constraints via either an allowed-list or a blocked-list, but not both. By default, if neither list is specified, or if the country-constraints node is missing, the capsule supports all targeted countries. The country must be listed as an Alpha-2 ISO 3166 country code, for example US for United States or GB for Great Britain.
...
country-constraints {
allowed-list {
allow (US) // United States
}
}
......
country-constraints {
blocked-list {
block (KR) // SouthKorea
}
}
...| 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 2025 Samsung All rights reserved