Add CSR interface in PLDM namespace

Adding this interface in PLDM namespace to pass CSR string to
PLDM to get signed certificate from host which will be used by
management console to establish secure connection to host.

Signed-off-by: Ravi Teja <raviteja28031990@gmail.com>
Change-Id: I337a4d259216f5fcffccc326228b176b749a3e7c
diff --git a/gen/xyz/openbmc_project/PLDM/meson.build b/gen/xyz/openbmc_project/PLDM/meson.build
index b34db39..9087286 100644
--- a/gen/xyz/openbmc_project/PLDM/meson.build
+++ b/gen/xyz/openbmc_project/PLDM/meson.build
@@ -29,6 +29,7 @@
     build_by_default: true,
 )
 
+subdir('Provider')
 subdir('Requester')
 generated_others += custom_target(
     'xyz/openbmc_project/PLDM/Requester__markdown'.underscorify(),