Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

52 lines
1.6 KiB

  1. ROADMAP.txt
  2. Author: Murali R. Krishnan (MuraliK)
  3. Created: April 09, 1996
  4. Revisions:
  5. Date By Comments
  6. ----------------- -------- -------------------------------------------
  7. Summary :
  8. This file describes the files in the directory svcs\infocomm
  9. and details related to Internet Services Common DLL.
  10. File Description
  11. README.txt This file.
  12. atq\ ATQ (Asynchronous Thread Queue) module
  13. tsstr\ inTernet Services STRing module
  14. cache\ Cache Module for Internet Services
  15. common\ Common Functionality used by Internet Services
  16. dbgext\ Debug Extensions for ATQ
  17. dirlist\ HTML direcotry listing
  18. festrcnv\ Far Eastern Conversion Routines
  19. info\ INFOCOMM client/server dlls
  20. sec\ Security support functions
  21. spud\ User stubs for spud.sys
  22. Contents:
  23. 1) Dependency between sub-Modules in INFOCOMM
  24. Level 1: atq\ tsstr\ cache\ sec\ dirlist\
  25. These modules should have dependencies within themselves.
  26. Should not depend on outside modules.
  27. Level 2: dbgext\ common\ festrcnv\
  28. These modules can depend on Level 1 modules.
  29. Level 3: info\
  30. These modules can depend on Level 1 & Level 2.
  31. Please maintain the proper dependencies and do not introduce any circular
  32. dependencies.
  33. Note: spud is not in the dirs file because it has dependencies on the
  34. ntos project. To build uspud.lib you must cd into the spud directory
  35. then check out the version of uspud.lib under the platform subdirectory
  36. for which you are building. You can then build uspud.lib.