drivercentric
Driver-centric is an adjective used in computing and related fields to describe design, architecture, or policy that treats device drivers as the primary mediators of hardware access. In a driver-centric approach, the driver layer defines the interfaces, abstraction, and lifecycle for hardware support, with higher-level software building on top of the driver API rather than directly interacting with hardware.
In operating systems and software architecture, a driver-centric model centers hardware access in device drivers, often
In embedded and automotive contexts, a driver-centric approach uses modular hardware drivers for sensors, actuators, and
Related concepts include hardware abstraction layers, device models, and driver frameworks in various platforms (such as