security/nss/lib/manifest.mn

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/security/nss/lib/manifest.mn	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,39 @@
     1.4 +# 
     1.5 +# This Source Code Form is subject to the terms of the Mozilla Public
     1.6 +# License, v. 2.0. If a copy of the MPL was not distributed with this
     1.7 +# file, You can obtain one at http://mozilla.org/MPL/2.0/.
     1.8 +CORE_DEPTH = ..
     1.9 +DEPTH      = ..
    1.10 +
    1.11 +#
    1.12 +# organized by DLL
    1.13 +#
    1.14 +#  softoken and prereqs.
    1.15 +#  stan (not a separate dll yet)
    1.16 +#  libpkix (not a separate dll)
    1.17 +#  nss base (traditional)
    1.18 +#  ssl
    1.19 +#  smime
    1.20 +#  ckfw (builtins module)
    1.21 +#  crmf jar (not dll's)
    1.22 +DIRS = \
    1.23 +	$(UTIL_SRCDIR) \
    1.24 +	$(FREEBL_SRCDIR) \
    1.25 +	$(SQLITE_SRCDIR) \
    1.26 +	$(DBM_SRCDIR) \
    1.27 +	$(SOFTOKEN_SRCDIR) \
    1.28 +	base dev pki \
    1.29 +	libpkix \
    1.30 +	certdb certhigh pk11wrap cryptohi nss \
    1.31 +	$(ZLIB_SRCDIR) ssl \
    1.32 +	pkcs12 pkcs7 smime \
    1.33 +	crmf jar \
    1.34 +	ckfw $(SYSINIT_SRCDIR) \
    1.35 +	$(NULL)
    1.36 +
    1.37 +#  fortcrypt  is no longer built
    1.38 +
    1.39 +#
    1.40 +# these dirs are not built at the moment
    1.41 +#
    1.42 +#NOBUILD_DIRS = jar

mercurial