Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion rpc/include/dsMgr.h
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
/*
* If not stated otherwise in this file or this component's LICENSE file the
* following copyright and licenses apply:

Check failure on line 3 in rpc/include/dsMgr.h

View workflow job for this annotation

GitHub Actions / call-fossid-workflow / Fossid Annotate PR

FossID License Issue Detected

Source code with 'Apache-2.0' license found in local file 'rpc/include/dsMgr.h' (Match: rdk/components/generic/devicesettings/rdk/components/generic/devicesettings/2012, 141 lines, url: https://code.rdkcentral.com/r/plugins/gitiles/rdk/components/generic/devicesettings/+archive/rdk-dev-2012.tar.gz, file: rpc/include/dsMgr.h)
*
* Copyright 2016 RDK Management
*
* Licensed under the Apache License, Version 2.0 (the "License");

Check failure on line 7 in rpc/include/dsMgr.h

View workflow job for this annotation

GitHub Actions / call-fossid-workflow / Fossid Annotate PR

FossID License Issue Detected

Source code with 'MIT' license found in local file 'rpc/include/dsMgr.h' (Match: ChrisFong604/BGCWorkloadManagementSystem/165dd7c783e984461f176c28fa2bbe68bca2a502, 13 lines, url: https://github.com/ChrisFong604/BGCWorkloadManagementSystem/archive/165dd7c783e984461f176c28fa2bbe68bca2a502.tar.gz, file: src/main/java/com/example/Main.java)
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
Expand All @@ -17,7 +17,7 @@
* limitations under the License.
*/


//test

/**
* @defgroup devicesettings
Expand Down Expand Up @@ -57,6 +57,7 @@
IARM_BUS_DSMGR_EVENT_HDMI_IN_STATUS, /*!< HDMI IN status change event */
IARM_BUS_DSMGR_EVENT_HDMI_IN_VIDEO_MODE_UPDATE, /*!< HDMI IN video mode update event */
IARM_BUS_DSMGR_EVENT_HDMI_IN_ALLM_STATUS, /*!< HDMI IN ALLM mode update event */
IARM_BUS_DSMGR_EVENT_HDMI_IN_VRR_STATUS, /*!< HDMI IN VRR mode update event */
IARM_BUS_DSMGR_EVENT_COMPOSITE_IN_HOTPLUG, /*!< COMPOSITE IN HPD change event */
IARM_BUS_DSMGR_EVENT_COMPOSITE_IN_SIGNAL_STATUS, /*!< COMPOSITE IN signal status change event */
IARM_BUS_DSMGR_EVENT_COMPOSITE_IN_STATUS, /*!< COMPOSITE IN status change event */
Expand Down
Loading