From 069db2fd856db744a254120ed3054d49f241ae80 Mon Sep 17 00:00:00 2001 From: Xo Wang Date: Wed, 9 Aug 2017 15:31:33 -0700 Subject: apphandler: Add storage for Get/Set System Info Parameter All but one standard System Info Parameter and most (all?) OEM parameters are string type. Add a interface to connect string callbacks to System Info Parameter selector codes. Also add a convenience call that can connect a static string to a parameter selector code. Change-Id: I5e35d0418b8ddf5b2575fac093acfc7d7ca2217c Signed-off-by: Xo Wang Signed-off-by: Patrick Venture --- Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 8286fd4..28ae7ed 100644 --- a/Makefile.am +++ b/Makefile.am @@ -70,6 +70,7 @@ libipmi20_la_SOURCES = \ app/watchdog.cpp \ app/watchdog_service.cpp \ apphandler.cpp \ + sys_info_param.cpp \ sensorhandler.cpp \ storagehandler.cpp \ chassishandler.cpp \ -- cgit v1.2.1