lazarus-ccr/components/fpexif/fpexif_pkg.lpk
2017-12-02 17:12:00 +00:00

85 lines
2.3 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<CONFIG>
<Package Version="4">
<Name Value="fpexif_pkg"/>
<Author Value="Werner Pamler"/>
<CompilerOptions>
<Version Value="11"/>
<SearchPaths>
<UnitOutputDirectory Value="lib/$(TargetCPU)-$(TargetOS)-$(LCLWidgetType)"/>
</SearchPaths>
</CompilerOptions>
<Description Value="Library for displaying and editing of meta data (EXIF, IPTC) in images."/>
<License Value="LGPL with linking exception (like Lazarus)"/>
<Version Minor="1"/>
<Files Count="12">
<Item1>
<Filename Value="fpeglobal.pas"/>
<UnitName Value="fpeGlobal"/>
</Item1>
<Item2>
<Filename Value="fpetags.pas"/>
<UnitName Value="fpeTags"/>
</Item2>
<Item3>
<Filename Value="fpeutils.pas"/>
<UnitName Value="fpeUtils"/>
</Item3>
<Item4>
<Filename Value="fpexif.inc"/>
<Type Value="Include"/>
</Item4>
<Item5>
<Filename Value="fpemetadata.pas"/>
<UnitName Value="fpeMetadata"/>
</Item5>
<Item6>
<Filename Value="fpeexifreadwrite.pas"/>
<UnitName Value="fpeExifReadWrite"/>
</Item6>
<Item7>
<Filename Value="fpeiptcreadwrite.pas"/>
<UnitName Value="fpeIptcReadWrite"/>
</Item7>
<Item8>
<Filename Value="fpexif_fpc.inc"/>
<Type Value="Include"/>
</Item8>
<Item9>
<Filename Value="fpeexifdata.pas"/>
<UnitName Value="fpeExifData"/>
</Item9>
<Item10>
<Filename Value="fpeiptcdata.pas"/>
<UnitName Value="fpeIptcData"/>
</Item10>
<Item11>
<Filename Value="fpestrconsts.pas"/>
<UnitName Value="fpeStrConsts"/>
</Item11>
<Item12>
<Filename Value="fpemakernote.pas"/>
<UnitName Value="fpeMakerNote"/>
</Item12>
</Files>
<i18n>
<EnableI18N Value="True"/>
<OutDir Value="languages"/>
</i18n>
<RequiredPkgs Count="2">
<Item1>
<PackageName Value="LazUtils"/>
</Item1>
<Item2>
<PackageName Value="FCL"/>
</Item2>
</RequiredPkgs>
<UsageOptions>
<UnitPath Value="$(PkgOutDir)"/>
</UsageOptions>
<PublishOptions>
<Version Value="2"/>
</PublishOptions>
</Package>
</CONFIG>