Skip to content

Commit 8d5f86c

Browse files
committed
RDKEMW-1061: RDK-E Add COMRPC
Reason for change: Create the interface file for HdmiCecSource Test Procedure: Risks: low Priority: P1 Signed-off-by:Hayden Gfeller [email protected]
1 parent dec8f11 commit 8d5f86c

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

HdmiCecSource/HdmiCecSourceImplementation.cpp

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -84,20 +84,6 @@ using namespace WPEFramework;
8484

8585
namespace WPEFramework
8686
{
87-
namespace {
88-
89-
static Plugin::Metadata<Plugin::HdmiCecSourceImplementation> metadata(
90-
// Version (Major, Minor, Patch)
91-
API_VERSION_NUMBER_MAJOR, API_VERSION_NUMBER_MINOR, API_VERSION_NUMBER_PATCH,
92-
// Preconditions
93-
{},
94-
// Terminations
95-
{},
96-
// Controls
97-
{}
98-
);
99-
}
100-
10187
namespace Plugin
10288
{
10389
SERVICE_REGISTRATION(HdmiCecSourceImplementation, API_VERSION_NUMBER_MAJOR, API_VERSION_NUMBER_MINOR, API_VERSION_NUMBER_PATCH);

0 commit comments

Comments
 (0)