Move debug card config file

Install all lcd debug card related config files in single
directory lcd-debug

Change-Id: I142e00f06060d038ce38e552666b4294e6fde318
Signed-off-by: Vijay Khemka <vijaykhemka@fb.com>
diff --git a/src/usb-dbg.cpp b/src/usb-dbg.cpp
index 630b7b7..6e3847f 100644
--- a/src/usb-dbg.cpp
+++ b/src/usb-dbg.cpp
@@ -28,8 +28,9 @@
 namespace ipmi
 {
 
-#define JSON_POST_DATA_FILE "/usr/share/ipmi-providers/post_desc.json"
-#define JSON_GPIO_DATA_FILE "/usr/share/ipmi-providers/gpio_desc.json"
+#define JSON_POST_DATA_FILE "/usr/share/lcd-debug/post_desc.json"
+#define JSON_GPIO_DATA_FILE "/usr/share/lcd-debug/gpio_desc.json"
+
 #define ETH_INTF_NAME "eth0"
 
 #define ESCAPE "\x1B"