summaryrefslogtreecommitdiffstats
path: root/librpc/idl/wscript_build
blob: ffb7a9c808836d046fa2afe10424437c77652fce (plain)
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
#!/usr/bin/env python

bld.SAMBA_PIDL_LIST('PIDL',
                    '''atsvc.idl auth.idl drsuapi.idl epmapper.idl initshutdown.idl
                       misc.idl ntlmssp.idl schannel.idl trkwks.idl
                       audiosrv.idl dfsblobs.idl dsbackup.idl eventlog.idl file_id.idl keysvc.idl
                       msgsvc.idl ntsvcs.idl remact.idl security.idl unixinfo.idl wzcsvc.idl
                       browser.idl dfs.idl dssetup.idl frsapi.idl krb5pac.idl
                       named_pipe_auth.idl orpc.idl rot.idl spoolss.idl w32time.idl xattr.idl
                       dbgidl.idl dnsserver.idl echo.idl frsrpc.idl lsa.idl nbt.idl dns.idl
                       oxidresolver.idl samr.idl server_id.idl srvsvc.idl winreg.idl dcerpc.idl
                       drsblobs.idl efs.idl frstrans.idl mgmt.idl netlogon.idl
                       notify.idl
                       policyagent.idl scerpc.idl svcctl.idl wkssvc.idl eventlog6.idl backupkey.idl
                       printcap.idl''',
                    options='--header --ndr-parser --samba3-ndr-server --server --client --python',
                    output_dir='../gen_ndr')

bld.SAMBA_PIDL_LIST('PIDL',
                    'wmi.idl dcom.idl',
                    options='--header --ndr-parser --server --client --python --dcom-proxy --com-header',
                    output_dir='../gen_ndr')

bld.SAMBA_PIDL_LIST('PIDL',
                    'idmap.idl',
                    options='--header --ndr-parser --client --python',
                    output_dir='../gen_ndr')

bld.SAMBA_PIDL_LIST('PIDL',
                    'rap.idl ntprinting.idl preg.idl',
                    options='--header --ndr-parser',
                    output_dir='../gen_ndr')

bld.SAMBA_PIDL_LIST('PIDL',
                    'dnsp.idl',
                    options='--header --ndr-parser --client --python',
                    output_dir='../gen_ndr')