/* * Copyright (C) 2017-2019 Intel Corporation * * SPDX-License-Identifier: MIT * */ #include "unit_tests/mocks/mock_wddm.h" namespace OCLRT { Wddm *Wddm::createWddm() { return new WddmMock(); } } // namespace OCLRT