Searched defs:singletonContextAdaptor (Results 1 – 1 of 1) sorted by relevance
179 type singletonContextAdaptor struct { struct180 blueprint.SingletonContext182 buildParams []BuildParams183 ruleParams map[blueprint.Rule]blueprint.RuleParams184 dists []dist187 func (s *singletonContextAdaptor) blueprintSingletonContext() blueprint.SingletonContext {191 func (s *singletonContextAdaptor) Config() Config {195 func (s *singletonContextAdaptor) DeviceConfig() DeviceConfig {199 func (s *singletonContextAdaptor) Variable(pctx PackageContext, name, value string) {203 …pctx PackageContext, name string, params blueprint.RuleParams, argNames ...string) blueprint.Rule {[all …]