• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# The lists/dictionaries in this file let vendors build/link custom libraries
2
3# paths are relative to platform/crosvm dir
4DLLS = [
5]
6
7VS_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
12WINDOWS_BUILDABLE_DLLS = {
13    # Format of this dictionary is:
14    # dll_path: (proj_path/sln_path, build_flags)
15}
16
17BINARIES = [
18    # List of binaries to include.
19]
20