2018-01-19 03:59:58 +08:00
|
|
|
# This Source Code Form is subject to the terms of the Mozilla Public
|
|
|
|
|
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
|
|
|
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
|
|
|
|
{
|
|
|
|
|
'includes': [
|
|
|
|
|
'../../coreconf/config.gypi'
|
|
|
|
|
],
|
|
|
|
|
'targets': [
|
|
|
|
|
{
|
|
|
|
|
'target_name': 'lib_freebl_exports',
|
|
|
|
|
'type': 'none',
|
|
|
|
|
'copies': [
|
|
|
|
|
{
|
|
|
|
|
'files': [
|
|
|
|
|
'blapit.h',
|
|
|
|
|
'ecl/ecl-exp.h',
|
|
|
|
|
'shsign.h'
|
|
|
|
|
],
|
|
|
|
|
'conditions': [
|
|
|
|
|
[ 'OS=="linux"', {
|
|
|
|
|
'files': [
|
|
|
|
|
'nsslowhash.h',
|
|
|
|
|
],
|
|
|
|
|
}],
|
|
|
|
|
],
|
|
|
|
|
'destination': '<(nss_public_dist_dir)/<(module)'
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
'files': [
|
2020-01-03 13:36:26 +08:00
|
|
|
'cmac.h',
|
2018-01-19 03:59:58 +08:00
|
|
|
'alghmac.h',
|
|
|
|
|
'blapi.h',
|
2018-02-23 11:04:39 +01:00
|
|
|
'blake2b.h',
|
2018-01-19 03:59:58 +08:00
|
|
|
'chacha20poly1305.h',
|
|
|
|
|
'ec.h',
|
|
|
|
|
'ecl/ecl-curve.h',
|
|
|
|
|
'ecl/ecl.h',
|
2018-02-06 11:46:26 +01:00
|
|
|
'ecl/eclt.h',
|
2018-01-19 03:59:58 +08:00
|
|
|
'hmacct.h',
|
|
|
|
|
'secmpi.h',
|
|
|
|
|
'secrng.h'
|
|
|
|
|
],
|
|
|
|
|
'destination': '<(nss_private_dist_dir)/<(module)'
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
'variables': {
|
|
|
|
|
'module': 'nss'
|
|
|
|
|
}
|
|
|
|
|
}
|