library Bs1ovm;
uses
ComServ,
BS1OverlayIconAip in 'BS1OverlayIconAip.pas',
CttSchDefine in '..\ContentSearch\LIB_Common\CttSchDefine.pas';
exports
DllGetClassObject,
DllCanUnloadNow,
DllRegisterServer,
DllUnregisterServer,
DllInstall;
{$R *.RES}
begin
end.