diff --git a/groups/codec2/true/media_codecs_intel_c2_video.xml b/groups/codec2/true/media_codecs_intel_c2_video.xml
index 460adf7f6..27530715f 100644
--- a/groups/codec2/true/media_codecs_intel_c2_video.xml
+++ b/groups/codec2/true/media_codecs_intel_c2_video.xml
@@ -113,6 +113,36 @@ and updated to vendor media codecs.
{{/hw_vd_av1}}
+
+{{#hw_vd_h264}}
+
+
+
+
+
+
+
+
+
+
+
+
+{{/hw_vd_h264}}
+
+{{#hw_vd_h265}}
+
+
+
+
+
+
+
+
+
+
+
+
+{{/hw_vd_h265}}
diff --git a/groups/codec2/true/mfx_c2_store.conf b/groups/codec2/true/mfx_c2_store.conf
index 0deb04ea2..68d4a07b3 100644
--- a/groups/codec2/true/mfx_c2_store.conf
+++ b/groups/codec2/true/mfx_c2_store.conf
@@ -37,3 +37,11 @@ c2.intel.av1.decoder : libmfx_c2_components_hw.so
{{#hw_ve_av1}}
c2.intel.av1.encoder : libmfx_c2_components_hw.so
{{/hw_ve_av1}}
+
+{{#hw_vd_h264}}
+c2.intel.avc.decoder.secure : libmfx_c2_components_hw.so
+{{/hw_vd_h264}}
+
+{{#hw_vd_h265}}
+c2.intel.hevc.decoder.secure : libmfx_c2_components_hw.so
+{{/hw_vd_h265}}