exports.gyp (651B)
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_pkcs12_exports', 11 'type': 'none', 12 'copies': [ 13 { 14 'files': [ 15 'p12.h', 16 'p12plcy.h', 17 'p12t.h', 18 'pkcs12.h', 19 'pkcs12t.h' 20 ], 21 'destination': '<(nss_public_dist_dir)/<(module)' 22 } 23 ] 24 } 25 ], 26 'variables': { 27 'module': 'nss' 28 } 29 }