diff --git a/suit_tool/compile.py b/suit_tool/compile.py index c7405661665122a86f9e1db47403832571864725..54458e408178ae4e3287e230354130da4756d3aa 100644 --- a/suit_tool/compile.py +++ b/suit_tool/compile.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # ---------------------------------------------------------------------------- -# Copyright 2019-2020 ARM Limited or its affiliates +# Copyright 2019-2022 ARM Limited or its affiliates # # SPDX-License-Identifier: Apache-2.0 # @@ -88,8 +88,8 @@ def check_eq(ids, choices): neq = { k: ids[k] for k in ids if any([k in c for c in choices]) and check(get(k, choices)) } return eq, neq - -def make_sequence(cid, choices, seq, params, cmds, pcid_key=None, param_drctv='directive-set-parameters'): +# TODO: Select param directive using capability reporting +def make_sequence(cid, choices, seq, params, cmds, pcid_key=None, param_drctv='directive-override-parameters'): eqcmds, neqcmds = check_eq(cmds, choices) eqparams, neqparams = check_eq(params, choices) if not pcid_key: diff --git a/suit_tool/manifest.py b/suit_tool/manifest.py index 7208d096829331da69e9efd8c44289dfa0223334..1fe16b9e3eb60655dc925e5b1bfaed122cdc81f4 100644 --- a/suit_tool/manifest.py +++ b/suit_tool/manifest.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # ---------------------------------------------------------------------------- -# Copyright 2019-2020 ARM Limited or its affiliates +# Copyright 2019-2022 ARM Limited or its affiliates # # SPDX-License-Identifier: Apache-2.0 #