[NE] Add order in constructor and destructor
Add order in the calling of constructor and destructor
The order is -
IP->handler->mem,scheduler->n4
inputservices->NPUdrvAPI->conf
The order of IP and inputservices (ip->inputservices) is currently
maintained using priority of constructor and destructor
The order of constructor and destructor is important as the
constructor/destructor of the modules are dependent on each other
and without the order being set, the behavior is randomized
Signed-off-by: Parichay Kapoor <pk.kapoor@samsung.com>
16 files changed: