⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 tdclock.inf

📁 Windows mobile上有关时钟的源码
💻 INF
字号:
[Version]
Signature = "$Windows NT$"
Provider = "nakka"
CESignature = "$Windows CE$"

; String definition

[CEStrings]
AppName = tdClock
InstallDir = %CE2%

[Strings]
reg_path = Software\nakka

; Device Specification

[CEDevice]
UnsupportedPlatforms = "HPC"

[CEDevice.x86]
ProcessorType = 0
VersionMin = 3.0
VersionMax = 32767.0

[CEDevice.mips]
ProcessorType = 4000
VersionMin = 3.0
VersionMax = 32767.0

[CEDevice.sh3]
ProcessorType = 10003
VersionMin = 3.0
VersionMax = 32767.0

[CEDevice.arm]
ProcessorType = 2577
VersionMin = 3.0
VersionMax = 32767.0

; Installation Items

[DefaultInstall]
CopyFiles = Files.InstallDir
AddReg = AddRegistory

; CAB file source files on Development PC env.

[SourceDisksNames.x86]
1 = ,"PPC30 X86 Files",,X86EMDbg

[SourceDisksNames.mips]
1 = ,"PPC30 MIPS Files",,MIPSRel

[SourceDisksNames.sh3]
1 = ,"PPC30 SH3 Files",,SH3Rel

[SourceDisksNames.arm]
1 = ,"PPC30 ARM Files",,ARMRel

[SourceDisksFiles]
tdClock.dll = 1

; on WinCE destication folders

[DestinationDirs]
Files.InstallDir = 0,%InstallDir%
DefaultDestDir = 0,%InstallDir%

; FILES TO BE INSTALLED

[Files.InstallDir]
tdClock.dll, tdClock.dll,,0x40000000

[AddRegistory]
HKLM,\Software\Microsoft\Today\Items\%AppName%,Type,0x00010001,4
HKLM,\Software\Microsoft\Today\Items\%AppName%,Enabled,0x00010001,1
HKLM,\Software\Microsoft\Today\Items\%AppName%,Options,0x00010001,1
HKLM,\Software\Microsoft\Today\Items\%AppName%,DLL,0x00000002,"\Windows\tdClock.dll"

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -