library bs1eim;
uses
ComServ,
BS1ExtIconAip in 'BS1ExtIconAip.pas';
exports
DllGetClassObject,
DllCanUnloadNow,
DllRegisterServer,
DllUnregisterServer,
DllInstall;
{$R *.RES}
begin
end.