-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathfbudrTestbed.lpk
More file actions
67 lines (67 loc) · 2.52 KB
/
fbudrTestbed.lpk
File metadata and controls
67 lines (67 loc) · 2.52 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
<?xml version="1.0" encoding="UTF-8"?>
<CONFIG>
<Package Version="5">
<Name Value="fbudrTestbed"/>
<Type Value="RunTimeOnly"/>
<AddToProjectUsesSection Value="True"/>
<Author Value="MWA Software"/>
<CompilerOptions>
<Version Value="11"/>
<SearchPaths>
<OtherUnitFiles Value="udr/testbed"/>
<UnitOutputDirectory Value="lib/$(TargetCPU)-$(TargetOS)"/>
</SearchPaths>
</CompilerOptions>
<Description Value="The fbudrtestbed package is provided to allow client side debugging of UDRs (see User Manual). This provides an emulator for the Firebird udr engine and allows for program logic to the tested using an IDE (Lazarus or Delphi). "/>
<License Value=" * Firebird Interface (fbintf). The fbintf components provide a set of
* Pascal language bindings for the Firebird API. Although predominantly
* a new development they include source code taken from IBX and may be
* considered a derived product. This software thus also includes the copyright
* notice and license conditions from IBX.
*
* Except for those parts dervied from IBX, contents of this file are subject
* to the Initial Developer's Public License Version 1.0 (the "License"); you
* may not use this file except in compliance with the License. You may obtain a
* copy of the License here:
*
* http://www.firebirdsql.org/index.php?op=doc&id=idpl
*
* Software distributed under the License is distributed on an "AS
* IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
* implied. See the License for the specific language governing rights
* and limitations under the License.
*
* The Initial Developer of the Original Code is Tony Whyman.
*
* The Original Code is (C) 2016 Tony Whyman, MWA Software
* (http://www.mwasoftware.co.uk).
*
* All Rights Reserved.
*
* Contributor(s): ______________________________________.
* "/>
<Version Major="1" Minor="4" Release = "9" Build="1258" />
<Files Count="1">
<Item1>
<Filename Value="udr/testbed/FBUdrPlugin.pas"/>
<UnitName Value="FBUdrPlugin"/>
</Item1>
</Files>
<CompatibilityMode Value="True"/>
<RequiredPkgs Count="2">
<Item1>
<PackageName Value="fbudr"/>
</Item1>
<Item2>
<PackageName Value="FCL"/>
</Item2>
</RequiredPkgs>
<UsageOptions>
<UnitPath Value="$(PkgOutDir)"/>
</UsageOptions>
<PublishOptions>
<Version Value="2"/>
<UseFileFilters Value="True"/>
</PublishOptions>
</Package>
</CONFIG>