summaryrefslogtreecommitdiffstats
path: root/security/nss/lib/libpkix/pkix_pl_nss/module/module.gyp
blob: 8d7459ded6d803ed50241dec3484c12a2aeed6d0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
# 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': 'pkixmodule',
      'type': 'static_library',
      'sources': [
        'pkix_pl_aiamgr.c',
        'pkix_pl_colcertstore.c',
        'pkix_pl_httpcertstore.c',
        'pkix_pl_httpdefaultclient.c',
        'pkix_pl_ldapcertstore.c',
        'pkix_pl_ldapdefaultclient.c',
        'pkix_pl_ldaprequest.c',
        'pkix_pl_ldapresponse.c',
        'pkix_pl_ldaptemplates.c',
        'pkix_pl_nsscontext.c',
        'pkix_pl_pk11certstore.c',
        'pkix_pl_socket.c'
      ],
      'dependencies': [
        '<(DEPTH)/exports.gyp:nss_exports'
      ]
    }
  ],
  'target_defaults': {
    'defines': [
      'SHLIB_SUFFIX=\"<(dll_suffix)\"',
      'SHLIB_PREFIX=\"<(dll_prefix)\"',
      'SHLIB_VERSION=\"\"'
    ]
  },
  'variables': {
    'module': 'nss'
  }
}