lens-db.xml         - Pre-defined lens entries database.
lens-cameras-db.xml - Pre-defined cameras database.
                      Cameras-to-Lens many-to-many relationsship are sets up through <Mount> tags.
profile_*table.txt  - Lookup tables which needed to convert actual EXIF tag values to some user-friendly names
                      format: some-lens-id|userfriendly name.
                      By default ASP works with updated lens names [converted 'mm F1.6' -> 'mm f/1.6'],
                      but they can be present in 'mm F' stile to simplify comparisson with names from
                      sources tables: http://www.sno.phy.queensu.ca/~phil/exiftool/TagNames/index.html
                      i.e.: http://www.sno.phy.queensu.ca/~phil/exiftool/TagNames/Sony.html#LensType
                      Sometimes you will add new lookup tables records from this site.
                      User-friendly names as is will be shown in the Lens Correction UI, also
                      they will be used to find apropriate lens entry in the lens-db.xml
                      These values also can be sets up in the lens-db.xml through <Exif> tags,
                      it's useful new camera module adding.

From ASP 3.0 for the images which provide lens names or ids which present in lookup tables,
but there are no apropriate lens entries in the lens-*.xml database for these lens names,
new in-memory entries will be created in ASP with some generic mount type, i.e. samsung/sony/.. (camera maker).

