files_to_include.py 630 B

12345678910111213141516171819202122
  1. # Copyright 2022 The ChromiumOS Authors
  2. # Use of this source code is governed by a BSD-style license that can be
  3. # found in the LICENSE file.
  4. # The lists/dictionaries in this file let vendors build/link custom libraries
  5. # paths are relative to platform/crosvm dir
  6. DLLS = []
  7. VS_PROJECTS_FROM_CMAKE = {
  8. # Format of this dictionary is:
  9. # "dll_path": { "src": "source_code_path", "cmake_flags": "flags", "cmake_flags_for_features": {"feature": "flags"}}
  10. }
  11. WINDOWS_BUILDABLE_DLLS = {
  12. # Format of this dictionary is:
  13. # dll_path: (proj_path/sln_path, build_flags)
  14. }
  15. BINARIES = [
  16. # List of binaries to include.
  17. ]