-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathraspi.lpk
85 lines (85 loc) · 2.3 KB
/
raspi.lpk
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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
<?xml version="1.0" encoding="UTF-8"?>
<CONFIG>
<Package Version="4">
<Name Value="raspi"/>
<Type Value="RunAndDesignTime"/>
<Author Value="Andreas Jakobsche, Schopenhauerstraße 35C, D70565 Stuttgart, eMail: messages@jakobsche.de"/>
<CompilerOptions>
<Version Value="11"/>
<SearchPaths>
<UnitOutputDirectory Value="lib/$(TargetCPU)-$(TargetOS)"/>
</SearchPaths>
</CompilerOptions>
<Description Value="provides hardware interfaces to applications"/>
<License Value="see the file COPYING.modifiedLGPL.txt"/>
<Version Major="2"/>
<Files Count="7">
<Item1>
<Filename Value="gpio.pas"/>
<HasRegisterProc Value="True"/>
<UnitName Value="GPIO"/>
</Item1>
<Item2>
<Filename Value="dcf77.pas"/>
<AddToUsesPkgSection Value="False"/>
<UnitName Value="DCF77"/>
</Item2>
<Item3>
<Filename Value="led7sd.pas"/>
<AddToUsesPkgSection Value="False"/>
<UnitName Value="LED7SD"/>
</Item3>
<Item4>
<Filename Value="COPYING.GPL.txt"/>
<Type Value="Text"/>
</Item4>
<Item5>
<Filename Value="COPYING.LGPL.txt"/>
<Type Value="Text"/>
</Item5>
<Item6>
<Filename Value="COPYING.modifiedLGPL.txt"/>
<Type Value="Text"/>
</Item6>
<Item7>
<Filename Value="COPYING.txt"/>
<Type Value="Text"/>
</Item7>
</Files>
<LazDoc Paths="docs"/>
<i18n>
<EnableI18N Value="True"/>
<OutDir Value="po"/>
</i18n>
<RequiredPkgs Count="6">
<Item1>
<PackageName Value="threads"/>
</Item1>
<Item2>
<PackageName Value="computer"/>
</Item2>
<Item3>
<PackageName Value="streams"/>
</Item3>
<Item4>
<PackageName Value="LCL"/>
</Item4>
<Item5>
<PackageName Value="rtlpatch"/>
</Item5>
<Item6>
<PackageName Value="FCL"/>
<MinVersion Major="1" Valid="True"/>
</Item6>
</RequiredPkgs>
<UsageOptions>
<UnitPath Value="$(PkgOutDir)"/>
</UsageOptions>
<PublishOptions>
<Version Value="2"/>
</PublishOptions>
<CustomOptions Items="ExternHelp" Version="2">
<_ExternHelp Items="Count"/>
</CustomOptions>
</Package>
</CONFIG>