Source code of Windows XP (NT5)
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.

68 lines
3.4 KiB

  1. // AutoPC Core OS Components
  2. // Filename: apcmax.cec
  3. CECInfo (
  4. Name(WCEfA)
  5. GUID({C4D12005-C3CF-11d3-A456-00C04F8EEA5C})
  6. CECVersion(3.00)
  7. Vendor("Microsoft")
  8. Description("WCEfA CoreOS components")
  9. )
  10. ComponentType (
  11. Name( coreos )
  12. GUID( {B3509C13-F1E4-11D2-85F6-004005365450})
  13. Implementations(
  14. Implementation(
  15. Name( APCMAX )
  16. GUID( {C4D12006-C3CF-11d3-A456-00C04F8EEA5C} )
  17. Description( "WCEfA Config" )
  18. BuildMethods(
  19. BuildMethod(
  20. Step("CESYSGEN")
  21. GUID( {C4D12007-C3CF-11d3-A456-00C04F8EEA5C} )
  22. CPU( "default" )
  23. InputFiles( "$(_PROJECTROOT)\oak\misc\cesysgen.bat" )
  24. OutputFiles( )
  25. Setting( '#OUTPUT(CE_MODULES)' )
  26. Setting( '#OUTPUT(DCOM_MODULES)' )
  27. Setting( '#OUTPUT(APCIE_MODULES)' )
  28. Setting( '#OUTPUT(DIRECTX_MODULES)' )
  29. Setting( '#OUTPUT(MSMQ_MODULES)' )
  30. Setting( '#OUTPUT(SCRIPT_MODULES)' )
  31. Setting( '#OUTPUT(APC_MODULES)' )
  32. Setting( '#OUTPUT(SPEECH_MODULES)' )
  33. Setting( '#INPUT( Include support for IE, APC_NOGENIE, 0, 0, "" )' )
  34. Setting( '#INPUT( Include support for DirectSound, APC_NODIRECTSOUND, 0, 0, "" )' )
  35. Setting( '#INPUT( Include support for DirectShow, APC_NODIRECTSHOW, 0, 0, "" )' )
  36. Setting( '#INPUT( Include support for DCOM, APC_NODCOM, 0, 0, "" )' )
  37. Setting( '#INPUT( Include support for USB, APC_NOUSB, 0, 0, "" )' )
  38. Setting( '#INPUT( Include support for SIP, APC_NOSIP, 0, 0, "" )' )
  39. Setting( '#INPUT( Include support for IRCOMM, APC_NOIRCOMM, 0, 0, "" )' )
  40. Setting( '#INPUT( Include support for JSCRIPT, APC_NOJSCRIPT, 0, 0, "" )' )
  41. Setting( '#INPUT( Include Windows Common Controls DLL, APC_NOCOMMCTRL, 0, 0, "" )' )
  42. Setting( '#INPUT( Include Audio CODEC adpcm and gsm610, APC_NOACM, 0, 0, "" )' )
  43. Setting( '#INPUT( Include support for Forms Manager, APC_NOFM, 0, 0, "" )' )
  44. Setting( '#INPUT( Include support for VIO API, APC_NOVIO, 0, 0, "" )' )
  45. Setting( '#INPUT( Include Sample Shell, APC_NOSHELL, 0, 0, "" )' )
  46. Setting( '#INPUT( Include Control Panel Setup, APC_NOSETUP, 0, 0, "" )' )
  47. Setting( '#INPUT( Include L&H ASR Engines, APC_NOASR, 0, 1, "" )' )
  48. Setting( '#INPUT( Include L&H TTS Engines, APC_NOTTS, 0, 1, "" )' )
  49. Setting( '#INPUT( Include Sample Address Book App, APC_NOADDRBOOK, 0, 0, "" )' )
  50. Setting( '#INPUT( Include Sample Audio App, APC_NOAUDIOAPP, 0, 0, "" )' )
  51. Setting( '#INPUT( Include Sample Media App, APC_NOMEDIAAPP, 0, 0, "" )' )
  52. Setting( '#INPUT( Include Sample Radio App, APC_NORADIOAPP, 0, 0, "" )' )
  53. Setting( '#INPUT( Include Sample Browser App, APC_NOBROWSERAPP, 0, 0, "" )' )
  54. Setting( '#INPUT( Include XML Component, APC_NOMSXML, 0, 0, "" )' )
  55. Setting( '#INPUT( Include NSDAPI Component, APC_NONSDAPI , 0, 0, "" )' )
  56. Setting( '#INPUT( Include SDK Connect App, APC_SDKCONNECT, 1, 0, "" )' )
  57. Setting( '#INPUT( Include SAPI 5, APC_NOSAPI5, 0, 0, "" )' )
  58. )
  59. )
  60. )
  61. ) /* Implementations*/
  62. )