In reply to dave_59:
I am working on a layered UVC project.
create three UVC : base_layer_uvc , high_layer_uvc, low_layer_uvc; each uvc have a pkg
low_layer_monitor extends base_layer_monitor;
and then a testcase is included in base_layer_uvc pkg which use high_layer_item;
so there is a circular dependencies between base_layer_pkg and high_layer_pkg.
"not include testcase in base_layer_pkg " is the only way to solve this problem?