macro_rules! component_royalty_config {
    ($($method:ident => $royalty:expr, $locked:ident;)*) => { ... };
}