aem_project.h 396 B

12345678910111213
  1. #ifndef _AEM_PROJECT_H
  2. #define _AEM_PROJECT_H
  3. #ifdef CONFIG_SIMULATOR
  4. #pragma warning(error : 4013)
  5. #endif
  6. #define AEM_VERSION "BL_Develop_NOR"
  7. #define BUILD_TIME "202503281835"
  8. #define AEM_GUI_FWK_LIB_VER "2.0.0.0"
  9. #define APP_DOWNLOAD_URL "https://customer.com"
  10. #define AEM_APP_TRANS_ANIMATION 1
  11. /*临时删除跳绳游泳运动__B2*/
  12. // #define TEST_WORKOUT_DEL_SWIM 1
  13. #endif //_AEM_PROJECT_H