// // Copyright 2022 Google LLC. All Rights Reserved. This file and proprietary // source code may only be used and distributed under the Widevine License // Agreement. // #include "WVCreatePluginFactories.h" namespace wvdrm { namespace hardware { namespace drm { namespace widevine { std::shared_ptr createDrmFactory() { return std::make_shared(); } } // namespace widevine } // namespace drm } // namespace hardware } // namespace wvdrm