// Copyright 2021 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "services/device/public/cpp/test/hid_test_util.h" #include "base/uuid.h" #include "services/device/public/cpp/hid/hid_blocklist.h" #include "services/device/public/cpp/hid/hid_report_descriptor.h" #include "services/device/public/mojom/hid.mojom.h" namespace device { mojom::HidDeviceInfoPtr CreateDeviceFromReportDescriptor( uint16_t vendor_id, uint16_t product_id, base::span<const uint8_t> report_descriptor_data) { … } } // namespace device