2017-12-02 17:12:00 +00:00
|
|
|
{ This file was automatically created by Lazarus. Do not edit!
|
|
|
|
This source is only used to compile and install the package.
|
|
|
|
}
|
|
|
|
|
|
|
|
unit fpexif_pkg;
|
|
|
|
|
2019-01-26 00:15:13 +00:00
|
|
|
{$warn 5023 off : no warning about unused units}
|
2017-12-02 17:12:00 +00:00
|
|
|
interface
|
|
|
|
|
|
|
|
uses
|
|
|
|
fpeGlobal, fpeTags, fpeUtils, fpeMetadata, fpeExifReadWrite,
|
2019-01-26 00:15:13 +00:00
|
|
|
fpeIptcReadWrite, fpeExifData, fpeIptcData, fpeStrConsts, fpeMakerNote,
|
2019-01-27 00:04:02 +00:00
|
|
|
fpeMakerNoteNikon, fpeMakerNoteMinolta, fpeMakerNoteOlympus,
|
|
|
|
fpeMakerNoteEpson, fpeMakerNoteFuji, fpeMakerNoteSanyo, fpeMakerNoteCasio,
|
2022-03-07 21:03:56 +00:00
|
|
|
fpeMakerNoteCanon, fpeXMPData, fpeXMPReadWrite;
|
2017-12-02 17:12:00 +00:00
|
|
|
|
|
|
|
implementation
|
|
|
|
|
|
|
|
end.
|