Skip to content
  • Aleix Pol Gonzalez's avatar
    Make capabilities static · 81634303
    Aleix Pol Gonzalez authored
    As discussed with Albert, move the population of capabilities into the
    identity package, making them static along the execution of the link.
    
    When we receive the identityPackage, we collect the plugins we can use with
    the device and stick to those. This should simplify the implementation and
    remove the possibility to lose packages if packages are received before the
    capabilities are processed in the former approach.
    
    REVIEW: 128386
    81634303