Skip to content

Latest commit

 

History

History
22 lines (19 loc) · 564 Bytes

File metadata and controls

22 lines (19 loc) · 564 Bytes

WPEFRAMEWORK

A C++ platform abstraction layer for generic functionality.

WPEFRAMEWORK Options

Platforms:

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

WPEFRAMEWORK options:

  • -DCORE=ON ,Include the generics library.
  • -DCRYPTALGO=ON ,Include the encyption algorithm library.
  • -DPROTOCOLS=ON ,Include the protocols library.
  • -DTRACING=ON ,Include the tracing library.
  • -DPLUGINS=ON ,Include the plugin library.
  • -DDEBUG=ON ,Enable debug build for WPEFramework.
  • -DWCHAR_SUPPORT=ON ,Enable support for WCHAR in WPEFramework.