Skip to content

Commit

Permalink
RDKDEV-993 : Adding Realtek PlatformImplementation for DisplayInfo pl…
Browse files Browse the repository at this point in the history
…ugin

Reason for change: Adding Realtek PlatformImplementation for DisplayInfo plugin

Test Procedure: Build and verify

Risks: Low

Signed-off-by: Ligin Abraham Punoose [email protected]
  • Loading branch information
liginPunoose committed May 29, 2024
1 parent 31071d5 commit d714c49
Show file tree
Hide file tree
Showing 3 changed files with 538 additions and 0 deletions.
7 changes: 7 additions & 0 deletions DisplayInfo/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,13 @@ elseif (LIBDRM_FOUND)
target_link_libraries(${MODULE_NAME}
PRIVATE
drm)
elseif (WPE_PLUGIN_DISPLAYID_IMPL STREQUAL "REALTEK")
target_sources(${MODULE_NAME}
PRIVATE
Realtek/PlatformImplementation.cpp)
target_link_libraries(${MODULE_NAME}
PRIVATE
drm)
else ()
message(FATAL_ERROR "There is no graphic backend for display info plugin")
endif ()
Expand Down
Loading

0 comments on commit d714c49

Please sign in to comment.