summaryrefslogtreecommitdiffstats
path: root/dom/media/webrtc/transport/third_party/nICEr/moz.yaml
blob: 873769f9c267c4da8df58d8c14ea69b0767ea894 (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
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
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
schema: 1

bugzilla:
  product: Core
  component: "WebRTC: Networking"

origin:
  name: nICEr
  description: FIXME

  url: https://github.com/resiprocate/nICEr/

  release: b14598f34d12373069693a1f0535fe354a3f1fd5
  revision: b14598f34d12373069693a1f0535fe354a3f1fd5

  license: BSD-3-Clause
  license-file: COPYRIGHT

vendoring:
  url: https://github.com/resiprocate/nICEr/
  source-hosting: github
  tracking: commit

  exclude:
    - api.txt
    - src/

  keep:
    - nicer.gyp
    # Crypto
    - src/crypto/nr_crypto.c
    - src/crypto/nr_crypto.h
    #./src/crypto/nr_crypto_openssl.c
    #./src/crypto/nr_crypto_openssl.h

    # ICE
    - src/ice/ice_candidate.c
    - src/ice/ice_candidate.h
    - src/ice/ice_candidate_pair.c
    - src/ice/ice_candidate_pair.h
    - src/ice/ice_codeword.h
    - src/ice/ice_component.c
    - src/ice/ice_component.h
    - src/ice/ice_ctx.c
    - src/ice/ice_ctx.h
    - src/ice/ice_handler.h
    - src/ice/ice_media_stream.c
    - src/ice/ice_media_stream.h
    - src/ice/ice_parser.c
    - src/ice/ice_peer_ctx.c
    - src/ice/ice_peer_ctx.h
    - src/ice/ice_reg.h
    - src/ice/ice_socket.c
    - src/ice/ice_socket.h

    # Net
    - src/net/nr_socket.c
    - src/net/nr_socket.h
    #./src/net/nr_socket_local.c
    - src/net/nr_socket_local.h
    - src/net/transport_addr.c
    - src/net/transport_addr.h
    - src/net/transport_addr_reg.c
    - src/net/transport_addr_reg.h
    - src/net/nr_interface_prioritizer.c
    - src/net/nr_interface_prioritizer.h
    - src/net/nr_resolver.h
    - src/net/nr_resolver.c
    - src/net/nr_socket_multi_tcp.h
    - src/net/nr_socket_multi_tcp.c
    - src/net/nr_socket_wrapper.h
    - src/net/nr_socket_wrapper.c
    - src/net/local_addr.h
    - src/net/local_addr.c

    # STUN
    - src/stun/addrs.c
    - src/stun/addrs.h
    - src/stun/addrs-bsd.c
    - src/stun/addrs-bsd.h
    - src/stun/addrs-netlink.c
    - src/stun/addrs-netlink.h
    - src/stun/addrs-win32.c
    - src/stun/addrs-win32.h
    - src/stun/nr_socket_buffered_stun.h
    - src/stun/nr_socket_buffered_stun.c
    - src/stun/nr_socket_turn.c
    - src/stun/nr_socket_turn.h
    - src/stun/stun.h
    - src/stun/stun_build.c
    - src/stun/stun_build.h
    - src/stun/stun_client_ctx.c
    - src/stun/stun_client_ctx.h
    - src/stun/stun_codec.c
    - src/stun/stun_codec.h
    - src/stun/stun_hint.c
    - src/stun/stun_hint.h
    - src/stun/stun_msg.c
    - src/stun/stun_msg.h
    - src/stun/stun_proc.c
    - src/stun/stun_proc.h
    - src/stun/stun_reg.h
    - src/stun/stun_server_ctx.c
    - src/stun/stun_server_ctx.h
    - src/stun/stun_util.c
    - src/stun/stun_util.h
    - src/stun/turn_client_ctx.c
    - src/stun/turn_client_ctx.h

    # Util
    - src/util/cb_args.c
    - src/util/cb_args.h
    - src/util/ice_util.c
    - src/util/ice_util.h

  patches:
    - non-unified-build.patch