exports.gyp 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  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_util_exports',
  11. 'type': 'none',
  12. 'copies': [
  13. {
  14. 'files': [
  15. 'base64.h',
  16. 'ciferfam.h',
  17. 'eccutil.h',
  18. 'hasht.h',
  19. 'nssb64.h',
  20. 'nssb64t.h',
  21. 'nssilckt.h',
  22. 'nssilock.h',
  23. 'nsslocks.h',
  24. 'nssrwlk.h',
  25. 'nssrwlkt.h',
  26. 'nssutil.h',
  27. 'pkcs11.h',
  28. 'pkcs11f.h',
  29. 'pkcs11n.h',
  30. 'pkcs11p.h',
  31. 'pkcs11t.h',
  32. 'pkcs11u.h',
  33. 'pkcs11uri.h',
  34. 'pkcs1sig.h',
  35. 'portreg.h',
  36. 'secasn1.h',
  37. 'secasn1t.h',
  38. 'seccomon.h',
  39. 'secder.h',
  40. 'secdert.h',
  41. 'secdig.h',
  42. 'secdigt.h',
  43. 'secerr.h',
  44. 'secitem.h',
  45. 'secoid.h',
  46. 'secoidt.h',
  47. 'secport.h',
  48. 'utilmodt.h',
  49. 'utilpars.h',
  50. 'utilparst.h',
  51. 'utilrename.h'
  52. ],
  53. 'destination': '<(nss_public_dist_dir)/<(module)'
  54. },
  55. {
  56. 'files': [
  57. 'templates.c',
  58. 'verref.h'
  59. ],
  60. 'destination': '<(nss_private_dist_dir)/<(module)'
  61. }
  62. ]
  63. }
  64. ],
  65. 'variables': {
  66. 'module': 'nss'
  67. }
  68. }