exports.gyp (1304B)
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_mozpkix_exports', 11 'type': 'none', 12 'copies': [ 13 { 14 'files': [ 15 '<(DEPTH)/cpputil/nss_scoped_ptrs.h', 16 'include/pkix/Input.h', 17 'include/pkix/Time.h', 18 'include/pkix/Result.h', 19 'include/pkix/pkix.h', 20 'include/pkix/pkixc.h', 21 'include/pkix/pkixnss.h', 22 'include/pkix/pkixtypes.h', 23 'include/pkix/pkixutil.h', 24 'include/pkix/pkixcheck.h', 25 'include/pkix/pkixder.h', 26 ], 27 'destination': '<(nss_public_dist_dir)/<(module)/mozpkix' 28 }, 29 ], 30 }, 31 { 32 'target_name': 'lib_mozpkix_test_exports', 33 'type': 'none', 34 'copies': [ 35 { 36 'files': [ 37 'include/pkix-test/pkixtestutil.h', 38 'include/pkix-test/pkixtestnss.h', 39 ], 40 'destination': '<(nss_public_dist_dir)/<(module)/mozpkix/test' 41 }, 42 ], 43 } 44 ], 45 'variables': { 46 'module': 'nss' 47 } 48 }