forked from LudovicRousseau/CCID
-
Notifications
You must be signed in to change notification settings - Fork 0
/
meson.options
37 lines (30 loc) · 986 Bytes
/
meson.options
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
option('extra_bundle_id',
type : 'string',
value : '',
description : 'appended to the name of the bundle directory')
option('class',
type : 'boolean',
description : 'enable the CCIDCLASSDRIVER in Info.plist')
option('composite-as-multislot',
type : 'boolean',
value : false,
description : 'composite device are seen as multi-slots')
option('embedded',
type : 'boolean',
value : false,
description : 'for embedded systems [limit RAM and CPU resources by disabling features (log)]')
option('os_log',
type : 'boolean',
value : false,
description : 'use os_log(3) instead of printf() for debug (Sierra 10.12 and up)]')
option('pcsclite',
type : 'boolean',
description : 'use pcsc-lite debug support')
option('serial',
type : 'boolean',
value : false,
description : 'enable the driver for the serial CCID readers')
option('zlp',
type : 'boolean',
value : false,
description : 'enable the Zero Length Packet patch for some Gemalto readers')