Skip to content

Latest commit

 

History

History
22 lines (19 loc) · 655 Bytes

README.md

File metadata and controls

22 lines (19 loc) · 655 Bytes

WPEFRAMEWORK

A C++ platform abstraction layer for generic functionality.

WPEFRAMEWORK Options

Platforms:

  • INTELCE
  • RPI
  • PC_UNIX
  • PC_WINDOWS
  • EOS
  • DAWN
  • Xi5

WPEFRAMEWORK options:

  • -DWPEFRAMEWORK_CORE=ON ,Include the generics library.
  • -DWPEFRAMEWORK_CRYPTALGO=ON ,Include the encyption algorithm library.
  • -DWPEFRAMEWORK_PROTOCOLS=ON ,Include the protocols library.
  • -DWPEFRAMEWORK_TRACING=ON ,Include the tracing library.
  • -DWPEFRAMEWORK_PLUGINS=ON ,Include the plugin library.
  • -DWPEFRAMEWORK_DEBUG=ON ,Enable debug build for WPEFramework.
  • -DWPEFRAMEWORK_WCHAR_SUPPORT=ON ,Enable support for WCHAR in WPEFramework.