ModularFilesMissing

Missing files in Modular tree

UPDATE: The list of files not yet present in the modular tree can now be automatically generated using the symlink.sh script. We have added files and directories that are known to not be needed for the modular tree to the excludes list to the script along with brief explanations for their exclusion.

To regenerate the missing-files list, use the -m command line option to symlink.sh. Here's usage message:

  symlink.sh [ -m ] src-dir dst-dir
 
  src-dir: the xc directory of the monolithic source tree
  dst-dir: the modular source tree containing proto, app, lib, ...
 
  -m: Instead of symlinking the files, list the files from the source
      directory that are not processed by this script

As additional files or directories are marked for exclusion, please update the symlink.sh script to list the excludes and note the reason for their exclusion with a brief comment.