Add specific handler class

The commit adds folder structure and specific handler class stub.
It is required to encapsulate any specific handling based on OEM and
keep it separate from the generic features offered by the repository.

Change-Id: Idff4df024597f6087e70b7b7f10fc05b00b3f664
Signed-off-by: Sunny Srivastava <sunnsr25@in.ibm.com>
diff --git a/vpd-manager/oem-handler/ibm_handler.cpp b/vpd-manager/oem-handler/ibm_handler.cpp
new file mode 100644
index 0000000..14ef090
--- /dev/null
+++ b/vpd-manager/oem-handler/ibm_handler.cpp
@@ -0,0 +1,6 @@
+#include "ibm_handler.hpp"
+
+namespace vpd
+{
+// TODO: add implementation
+} // namespace vpd