23 lines
792 B
ObjectPascal
23 lines
792 B
ObjectPascal
{ This file was automatically created by Lazarus. Do not edit!
|
|
This source is only used to compile and install the package.
|
|
}
|
|
|
|
unit MSICS_FPC_Rtl;
|
|
|
|
{$warn 5023 off : no warning about unused units}
|
|
interface
|
|
|
|
uses
|
|
MSI_APM, MSI_BT, MSI_Common, MSI_Defs, MSI_DeviceMonitor, MSI_Devices,
|
|
MSI_Disk, MSI_DiskMonitor, MSI_Display, MSI_DMA, MSI_DriveContent,
|
|
MSI_Engines, MSI_EventLog, MSI_Machine, MSI_Media, MSI_Memory, MSI_Monitor,
|
|
MSI_MSProduct, MSI_NetConMon, MSI_Network, MSI_OS, MSI_PerfMon,
|
|
MSI_Printers, MSI_Processes, MSI_Security, MSI_SMBIOS, MSI_Software,
|
|
MSI_Startup, MSI_Storage, MSI_SvcListMon, MSI_SystemInfo, MSI_USB, MSI_WiFi,
|
|
MSI_XML_Reports, MSI_HndListMon, MSI_NetCreds, MSI_FW, MSI_USBHistory,
|
|
MSI_WLANC, MSI_SysProcMon, MSI_MUS;
|
|
|
|
implementation
|
|
|
|
end.
|