sim.cdf
上传用户:luoyougen
上传日期:2008-05-12
资源大小:23136k
文件大小:3k
源码类别:

VxWorks

开发平台:

C/C++

  1. /* sim.cdf - simulator windows specific components */
  2. /* Copyright 1998-2002 Wind River Systems, Inc. */
  3. /*
  4. modification history
  5. --------------------
  6. 01e,03may02,jmp  removed dummy INCLUDE_HW_FP that was used to overwrite real
  7.  INCLUDE_HW_FP component (SPR #76719).
  8. 01d,15apr02,hbh  Enabled INCLUDE_WDB_SYS selection.
  9. 01c,13nov01,jmp  fixed INCLUDE_WDB_COMM_END to exclude INCLUDE_WDB_SYS.
  10. 01b,23aug01,hbh  Renamed usrConfigIf.c to usrNetConfigIf.c (SPR 67728)
  11.  Cleaned up : created a sim.cdf file for simsolaris only.
  12.  Added INIT_RTN & CONFIGLETTES to NTPASSFS component(SPR 30368)
  13. 01a,09mar99,pr   moved ULIP components from 00vxWorks.cdf (SPR #25140)
  14.  added mod history
  15. */
  16. /*
  17. DESCRIPTION
  18. This file contains components that are specific to the simulators only or that
  19. need to be overwritten for the simulators.
  20. XXX pr the INCLUDE_NT_ULIP component actually is not a real component, and is 
  21. just part of the END driver component.
  22. In order to create a separate entity we need to change the usrNetEndBoot.c
  23. file. The only reason to do this would be to keep a sort of simmetry with the
  24. other simulators (they have the INCLUDE_ULIP) but in reality it will be a 
  25. bogus component. Therefore, for the moment is left commented out.
  26. */
  27. Component INCLUDE_NTPASSFS {
  28.         NAME            pass-through filesystem
  29.         SYNOPSIS        direct access to host filesystem
  30.         MODULES         ntPassFsLib.o
  31.         INIT_RTN        usrNtPassFsInit ();
  32. CONFIGLETTES usrNtPassFs.c
  33. HDR_FILES ioLib.h
  34.         _CHILDREN       FOLDER_IO_SYSTEM
  35.         _INIT_ORDER     usrIosExtraInit
  36. }
  37. Component INCLUDE_DOS_DISK {
  38.         NAME            dosDisk
  39.         SYNOPSIS        vxSim DOS pass-through filesystem
  40.         MODULES         unixDrv.o
  41.         INIT_RTN        usrDosDisk ();
  42.         CONFIGLETTES    usrDosDisk.c
  43.         HDR_FILES       sysLib.h stdio.h string.h
  44. _CHILDREN FOLDER_IO_SYSTEM
  45. _INIT_ORDER usrIosExtraInit
  46. }
  47. Parameter CLEAR_BSS {
  48. DEFAULT FALSE
  49. }
  50. Selection SELECT_WDB_COMM_TYPE {
  51. NAME select WDB connection
  52. COUNT 1-1
  53. CHILDREN INCLUDE_WDB_COMM_NETWORK
  54. INCLUDE_WDB_COMM_PIPE
  55. INCLUDE_WDB_COMM_END
  56. INCLUDE_WDB_COMM_CUSTOM
  57. DEFAULTS INCLUDE_WDB_COMM_PIPE
  58. HELP tgtsvr WDB
  59. }
  60. #if FALSE /* This should be reworked together with usrNetEndBoot.c */
  61. Component INCLUDE_NT_ULIP {
  62.         NAME            NT ULIP 
  63.         SYNOPSIS        Support for ULIP devices used by NT simulator
  64.         REQUIRES   INCLUDE_END_BOOT
  65.         _CHILDREN       FOLDER_NET_DEV
  66.         _INIT_ORDER     usrNetworkDevStart
  67. }
  68. #endif
  69. Component INCLUDE_WDB_COMM_END {
  70. EXCLUDES INCLUDE_WDB_SYS
  71. }