Skip to content

Commit 6c996c6

Browse files
committed
Test com-rpc
1 parent dd3b93f commit 6c996c6

File tree

10 files changed

+721
-529
lines changed

10 files changed

+721
-529
lines changed

HdcpProfile/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ if (RDK_SERVICE_L2_TEST)
8181
endif (TESTMOCKLIB_LIBRARIES)
8282
endif()
8383

84+
8485
target_include_directories(${PLUGIN_IMPLEMENTATION} PRIVATE ${IARMBUS_INCLUDE_DIRS})
8586
target_include_directories(${PLUGIN_IMPLEMENTATION} PRIVATE ${DS_INCLUDE_DIRS})
8687
target_include_directories(${PLUGIN_IMPLEMENTATION} PRIVATE ../helpers)

HdcpProfile/HdcpProfile.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ namespace WPEFramework
158158
}
159159
SYSLOG(Logging::Shutdown, (string(_T("HdcpProfile de-initialised"))));
160160
}
161-
string HdcpProfile::Information() const
161+
string HdcpProfile::Information() const
162162
{
163163
return ("This HdcpProfile Plugin facilitates to persist event data for monitoring applications");
164164
}
@@ -172,4 +172,4 @@ namespace WPEFramework
172172
}
173173
}
174174
} // namespace Plugin
175-
} // namespace WPEFramework
175+
} // namespace WPEFramework

HdcpProfile/HdcpProfile.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,4 +111,4 @@ namespace WPEFramework {
111111
};
112112

113113
} // namespace Plugin
114-
} // namespace WPEFramework
114+
} // namespace WPEFramework

0 commit comments

Comments
 (0)