winCE6.0 BSP 標準目標結構

winCE6.0 BSP 標準目標結構


\Platform\<Hardware Platform Name> subdirectory Description 

Cesysgen
Contains a makefile for filtering any of the configuration files in the Files directory.

包含一個過濾任何配置文件文件目錄makefile文件
Files
Contains project-specific files for building the run-time image, initial directory structure, initialized databases, and initialized registry.
包含具體項目的建設運行時映像初始的目錄結構初始化數據庫並初始化註冊表文件

Src
Contains the boot loader, OAL, and include files for the hardware platform.
包含引導加載程序OAL的包括硬件平臺文件

Src\Bootloader
Contains all the boot loader specific code.
包含所有引導加載程序的具體代碼

Src\Bootloader\Eboot
Contains the boot loader source files.
包含引導加載程序源文件

Src\Common
Contains all the code common to the boot loader and OAL.
包含了所有的代碼常見Boot LoaderOAL

Src\Drivers
Contains the local BSP drivers.
包含本地BSP驅動程序

Src\Inc
Contains hardware platform-specific include files.
包含硬件平臺具體包括文件

Src\Kernel
Contains device-specific source code files for building and linking the kernel and OAL.
包含建立連接內核和OAL設備特定的源代碼文件

Src\Kernel\Kern
Contains build files, and possibly stub functions, for building the basic kernel image.
包含構建文件並有可能建設的基本內核映像存根函數

Note: 
This requires a TARGETNAME change as this will no longer link to the kernel. Instead, this links to a kernel stub library. 
這就要求作爲這將不再鏈接到內核TARGETNAME變化相反,此內核存根鏈接


Src\Kernel\Kernkitl
Contains build files, and possibly stub functions, for building a kernel with Kernel Independent Transport Layer (KITL) support.
包含建造文件,並有可能存根功能建立一個內核內核獨立傳輸層KITL)支持

Note: 
This requires a TARGETNAME change as this will no longer link to the kernel. Instead, this links to a kernel stub library. 
這就要求作爲這將不再鏈接到內核TARGETNAME變化相反,此內核存根鏈接


Src\Kernel\Kernkitlprof
KernKitlProf.exe does not have an equivalent in Windows Embedded CE 6.0. If your OAL implements profiling support, this should always be included in Kern.exe and/or KernKit.exe.
KernKitlProf.exe等同在 CE6.0如果OAL的實現分析支持這應該總是被列入Kern.exe/KernKit.exe

Src\Kernel\OAL
Contains the hardware platform-specific OAL code.
包含特定硬件平臺OAL代碼
發佈了34 篇原創文章 · 獲贊 1 · 訪問量 5萬+
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章