Skip to content

Commit bb5336d

Browse files
RDK-51777: [RDK-V]remove irmgr reference from rdkservices and rdkservices-cpc
Reason for change: remove irmgr reference from rdkservices and rdkservices-cpc Test Procedure: check power state related test cases. Risks: Low Signed-off-by:gsanto722 <[email protected]>
1 parent 7babe51 commit bb5336d

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

DisplaySettings/DisplaySettings.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ using namespace std;
8585

8686
#define API_VERSION_NUMBER_MAJOR 2
8787
#define API_VERSION_NUMBER_MINOR 0
88-
#define API_VERSION_NUMBER_PATCH 2
88+
#define API_VERSION_NUMBER_PATCH 3
8989

9090
static bool isCecEnabled = false;
9191
static bool isResCacheUpdated = false;

FrameRate/FrameRate.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151

5252
#define API_VERSION_NUMBER_MAJOR 1
5353
#define API_VERSION_NUMBER_MINOR 0
54-
#define API_VERSION_NUMBER_PATCH 6
54+
#define API_VERSION_NUMBER_PATCH 7
5555

5656
namespace WPEFramework
5757
{

MaintenanceManager/MaintenanceManager.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ using namespace std;
6868

6969
#define API_VERSION_NUMBER_MAJOR 1
7070
#define API_VERSION_NUMBER_MINOR 0
71-
#define API_VERSION_NUMBER_PATCH 36
71+
#define API_VERSION_NUMBER_PATCH 39
7272
#define SERVER_DETAILS "127.0.0.1:9998"
7373

7474

RemoteActionMapping/RemoteActionMapping.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ const int supported_irrfdb_slots_size = sizeof(supported_irrfdb_slots) / sizeof(
7777

7878
#define API_VERSION_NUMBER_MAJOR 1
7979
#define API_VERSION_NUMBER_MINOR 0
80-
#define API_VERSION_NUMBER_PATCH 8
80+
#define API_VERSION_NUMBER_PATCH 9
8181

8282
using namespace std;
8383

Warehouse/Warehouse.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686

8787
#define API_VERSION_NUMBER_MAJOR 1
8888
#define API_VERSION_NUMBER_MINOR 0
89-
#define API_VERSION_NUMBER_PATCH 10
89+
#define API_VERSION_NUMBER_PATCH 11
9090

9191
namespace Utils {
9292
std::string formatIARMResult(IARM_Result_t result)

0 commit comments

Comments
 (0)