ReadMe_WinCE_SDK.txt 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  1. Files layout
  2. ============
  3. \VIVANTE_SDK
  4. | ReadMe.txt
  5. |
  6. \---samples
  7. |
  8. +---hal
  9. | |
  10. | +---tvui
  11. | | tvui.exe
  12. | |
  13. | \---unit_test
  14. | galRunTest2.exe
  15. |
  16. +---tiger
  17. | gctiger.exe
  18. |
  19. +---egl
  20. | |
  21. | \---WINCE
  22. | pixmapDIBTex.exe
  23. | pixmapDDBTex.exe
  24. | pixmapDIB.exe
  25. | pixmapDDB.exe
  26. | ddsOverlay.exe
  27. |
  28. +---es20
  29. | |
  30. | +---vv_launcher
  31. | | es20_vv_launcher.exe
  32. | |
  33. | +---shareContext
  34. | | shareContext_es20.exe
  35. | |
  36. | +---tutorials
  37. | | tutorial1.exe
  38. | | tutorial2.exe
  39. | | tutorial3.exe
  40. | | tutorial4.exe
  41. | | tutorial5.exe
  42. | | tutorial6.exe
  43. | | tutorial7.exe
  44. | |
  45. | \---samples
  46. | vdksample1_es20
  47. | vdksample2_es20
  48. | vdksample3_es20
  49. | vdksample4_es20
  50. | vdksample5_es20
  51. | vdksample6_es20
  52. | vdksample7_es20
  53. | vdksample8_es20
  54. | vdksample9_es20
  55. | vdksample10_es20
  56. |
  57. \---es11
  58. |
  59. +---cover_flow
  60. | cover_flow.exe
  61. |
  62. \---tutorials
  63. tutorial1.exe
  64. tutorial2.exe
  65. tutorial3.exe
  66. tutorial4.exe
  67. tutorial5.exe
  68. tutorial6.exe
  69. tutorial7.exe
  70. Running applications on the target machine
  71. ==========================================
  72. 1. Added the kernel driver of HAL(libGalCore.dll) to WinCE OS image.
  73. 1). Clean and build your WinCE OS project;
  74. 2). Add the content of PBUserProjects.reg under sdk\bin to the %_FLATRELEASEDIR%\PBUserProjects.reg of WinCE OS project;
  75. 3). Add the content of PBUserProjects.bib under sdk\bin to the %_FLATRELEASEDIR%\PBUserProjects.bib of WinCE OS project;
  76. 4). Make run-time image;
  77. 2. Copy other VIVANTE driver to the %_FLATRELEASEDIR% directory of WinCE OS project.
  78. 3. Copy Samples to the path: %_FLATRELEASEDIR% of WinCE OS project.
  79. 4. Load WinCE OS image on your target machine, then run the application
  80. eg.
  81. cd \release\Samples\es11\tutorials
  82. tutorial1.exe