HaaliReader.inf
上传用户:hmc_gdtv
上传日期:2013-08-04
资源大小:798k
文件大小:3k
源码类别:

Windows Mobile

开发平台:

Visual C++

  1. ;
  2. ; Copyright (c) 2001,2002,2003 Mike Matsnev.  All Rights Reserved.
  3. ;
  4. ; Redistribution and use in source and binary forms, with or without
  5. ; modification, are permitted provided that the following conditions
  6. ; are met:
  7. ;
  8. ; 1. Redistributions of source code must retain the above copyright
  9. ;    notice immediately at the beginning of the file, without modification,
  10. ;    this list of conditions, and the following disclaimer.
  11. ; 2. Redistributions in binary form must reproduce the above copyright
  12. ;    notice, this list of conditions and the following disclaimer in the
  13. ;    documentation and/or other materials provided with the distribution.
  14. ; 3. Absolutely no warranty of function or purpose is made by the author
  15. ;    Mike Matsnev.
  16. ;
  17. ; THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
  18. ; IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
  19. ; OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
  20. ; IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
  21. ; INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
  22. ; NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
  23. ; DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
  24. ; THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  25. ; (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
  26. ; THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  27. ; $Id: HaaliReader.inf,v 1.11.2.3 2003/12/03 09:20:20 mike Exp $
  28. ;
  29. [Version]
  30. Signature = "$Windows NT$"
  31. Provider = "Haali"
  32. CESignature = "$Windows CE$"
  33. [CEDevice.SH3.PPC]   
  34. ProcessorType = 10003
  35. VersionMin = 3.0
  36. VersionMax = 100.0
  37. [CEDevice.MIPS.PPC] 
  38. ProcessorType = 4000
  39. VersionMin = 3.0
  40. VersionMax = 100.0
  41. [CEDevice.ARM.PPC]
  42. ProcessorType = 2577
  43. VersionMin = 3.0
  44. VersionMax = 100.0
  45. [DefaultInstall]
  46. AddReg = RegSettings.All
  47. CEShortcuts = Shortcuts.All
  48. [DefaultInstall.SH3.PPC]
  49. CopyFiles = Files.Common, Files.SH3.PPC
  50. [DefaultInstall.MIPS.PPC]
  51. CopyFiles = Files.Common, Files.MIPS.PPC
  52. [DefaultInstall.ARM.PPC]
  53. CopyFiles = Files.Common, Files.ARM.PPC
  54. [SourceDisksNames]
  55. 1 = ,"Common files",,
  56. [SourceDisksNames.SH3.PPC]
  57. 2 = ,"SH3/PPC files",,.
  58. [SourceDisksNames.MIPS.PPC]
  59. 2 = ,"MIPS/PPC files",,.
  60. [SourceDisksNames.ARM.PPC]
  61. 2 = ,"ARM/PPC files",,.
  62. [SourceDisksFiles]
  63. [SourceDisksFiles.SH3.PPC]
  64. HaaliReader.PPC.SH3.exe = 2
  65. dict.SH3.exe = 2
  66. [SourceDisksFiles.MIPS.PPC]
  67. HaaliReader.PPC.MIPS.exe = 2
  68. dict.MIPS.exe = 2
  69. [SourceDisksFiles.ARM.PPC]
  70. HaaliReader.PPC.ARM.exe = 2
  71. dict.ARM.exe = 2
  72. [DestinationDirs]
  73. Shortcuts.All = 0,%CE11%
  74. Files.Common = 0,%InstallDir%
  75. Files.SH3.PPC = 0,%InstallDir%
  76. Files.MIPS.PPC = 0,%InstallDir%
  77. Files.ARM.PPC = 0,%InstallDir%
  78. DefaultDestDir = 0,%InstallDir%
  79. [CEStrings]
  80. AppName = Reader
  81. InstallDir = %CE1%Haali%AppName%
  82. [Strings]
  83. [Shortcuts.All]
  84. Haali Reader,0,Reader.exe
  85. Haali Reader Dictionary,0,dict.exe
  86. [Files.Common]
  87. [Files.SH3.PPC]
  88. Reader.exe,HaaliReader.PPC.SH3.exe,,0
  89. dict.exe,dict.SH3.exe,,0
  90. [Files.MIPS.PPC]
  91. Reader.exe,HaaliReader.PPC.MIPS.exe,,0
  92. dict.exe,dict.MIPS.exe,,0
  93. [Files.ARM.PPC]
  94. Reader.exe,HaaliReader.PPC.ARM.exe,,0
  95. dict.exe,dict.ARM.exe,,0
  96. [RegSettings.All]