Searched defs:singletonContextAdaptor (Results 1 – 1 of 1) sorted by relevance
135 type singletonContextAdaptor struct { struct136 blueprint.SingletonContext138 buildParams []BuildParams139 ruleParams map[blueprint.Rule]blueprint.RuleParams142 func (s *singletonContextAdaptor) blueprintSingletonContext() blueprint.SingletonContext {146 func (s *singletonContextAdaptor) Config() Config {150 func (s *singletonContextAdaptor) DeviceConfig() DeviceConfig {154 func (s *singletonContextAdaptor) Variable(pctx PackageContext, name, value string) {158 …pctx PackageContext, name string, params blueprint.RuleParams, argNames ...string) blueprint.Rule {178 func (s *singletonContextAdaptor) Build(pctx PackageContext, params BuildParams) {[all …]