Unable to import vendor package libraries

Hi Team,

I am trying to display surface through HDMIIN for VIM4, when i use HdmiInManager and SystemControlManager classes for this functionality, i am getting compilation error while importing vendor package libraries as below:

import vendor.amlogic.hardware.systemcontrol.V1_0.ISystemControlCallback;
import vendor.amlogic.hardware.systemcontrol.V1_0.NolineParam;
import vendor.amlogic.hardware.systemcontrol.V1_0.OverScanParam;
import vendor.amlogic.hardware.systemcontrol.V1_0.PQDatabaseInfo;
import vendor.amlogic.hardware.systemcontrol.V1_0.Result;
import vendor.amlogic.hardware.systemcontrol.V1_0.SourceInputParam;
import vendor.amlogic.hardware.systemcontrol.V1_0.WhiteBalanceParam;
import vendor.amlogic.hardware.systemcontrol.V1_1.ISystemControl;

Please help me how to import these packages and access the HDMIIN core functionalities.

Thanks.