1# This Source Code Form is subject to the terms of the Mozilla Public
2# License, v. 2.0. If a copy of the MPL was not distributed with this
3# file, You can obtain one at http://mozilla.org/MPL/2.0/.
4{
5  'includes': [
6    '../../coreconf/config.gypi'
7  ],
8  'variables': {
9    'module': 'nss'
10  },
11  'targets': [
12    {
13      'target_name': 'lib_cryptohi_exports',
14      'type': 'none',
15      'copies': [
16        {
17          'files': [
18            'cryptohi.h',
19            'cryptoht.h',
20            'key.h',
21            'keyhi.h',
22            'keyt.h',
23            'keythi.h',
24            'sechash.h'
25          ],
26          'destination': '<(nss_public_dist_dir)/<(module)'
27        },
28        {
29          'files': [
30            'keyi.h',
31          ],
32          'destination': '<(nss_private_dist_dir)/<(module)'
33        }
34      ]
35    }
36  ],
37}
38