exports.gyp (956B)
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 'targets': [ 9 { 10 'target_name': 'lib_pk11wrap_exports', 11 'type': 'none', 12 'copies': [ 13 { 14 'files': [ 15 'pk11func.h', 16 'pk11hpke.h', 17 'pk11pqg.h', 18 'pk11priv.h', 19 'pk11pub.h', 20 'pk11sdr.h', 21 'secmod.h', 22 'secmodt.h', 23 'secpkcs5.h' 24 ], 25 'destination': '<(nss_public_dist_dir)/<(module)' 26 }, 27 { 28 'files': [ 29 'dev3hack.h', 30 'secmodi.h', 31 'secmodti.h' 32 ], 33 'destination': '<(nss_private_dist_dir)/<(module)' 34 } 35 ] 36 } 37 ], 38 'variables': { 39 'module': 'nss' 40 } 41 }