其他分享
首页 > 其他分享> > WinCE BSP定制

WinCE BSP定制

作者:互联网

宏定义,例:
#define TOOLS_DIR $(_TARGETPLATROOT)\Files\llx\tools

在.bib文件中添加文件到CE系统,例:
regedit.lnk $(LNK_DIR)\regedit.lnk $(DRIVERS) U

把快捷方式放到桌面,例:
Directory("\Windows\LOC_DESKTOP_DIR"):-File("regedit.lnk","\Windows\regedit.lnk")

添加字库:
International-->Locale Specific Support

简体中文:
Chinese (Simplified)-->Fonts-->SimSun & NSimSun (Choose 1)-->SimSun & NSimSun

繁体中文:
Chinese (Traditional)-->Agfa AC3 Font Compression

日文:
Japanese-->Fonts-->MS Gothic (Choose 1)-->MS Gothic & MS PGothic & MS UI Gothic

泰文:
Thai-->Fonts-->Tahoma (subset 1_08)

阿拉伯文:
Arabic-->Fonts-->Tahoma (subset 1_08)

某些字库需要特定的字体支持,如泰文要求Tahoma,因此要添加Tahoma字体
Fonts-->Tahoma-->Tahoma (Subset 1_07)

完成后要添加相对的的Locale和Codepage:
Platform-->Settings...-->Platform Settings-->Locale
分别勾选Locales和Codepages中相对应的项.

标签:MS,lnk,--,Fonts,BSP,regedit,Tahoma,WinCE,定制
来源: https://blog.51cto.com/u_15298588/3034333