security/nss/lib/libpkix/pkix/checker/manifest.mn

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/security/nss/lib/libpkix/pkix/checker/manifest.mn	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,45 @@
     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 +
    1.10 +EXPORTS = \
    1.11 +	$(NULL)
    1.12 +
    1.13 +PRIVATE_EXPORTS = \
    1.14 +	pkix_basicconstraintschecker.h \
    1.15 +	pkix_certchainchecker.h \
    1.16 +	pkix_crlchecker.h \
    1.17 +        pkix_ekuchecker.h \
    1.18 +	pkix_expirationchecker.h \
    1.19 +	pkix_namechainingchecker.h \
    1.20 +	pkix_nameconstraintschecker.h \
    1.21 +	pkix_ocspchecker.h \
    1.22 +	pkix_policychecker.h \
    1.23 +	pkix_revocationmethod.h \
    1.24 +	pkix_revocationchecker.h \
    1.25 +	pkix_signaturechecker.h \
    1.26 +	pkix_targetcertchecker.h \
    1.27 +	$(NULL)
    1.28 +
    1.29 +MODULE = nss
    1.30 +
    1.31 +CSRCS = \
    1.32 +	pkix_basicconstraintschecker.c \
    1.33 +	pkix_certchainchecker.c \
    1.34 +	pkix_crlchecker.c \
    1.35 +	pkix_ekuchecker.c \
    1.36 +	pkix_expirationchecker.c \
    1.37 +	pkix_namechainingchecker.c \
    1.38 +	pkix_nameconstraintschecker.c \
    1.39 +	pkix_ocspchecker.c \
    1.40 +	pkix_revocationmethod.c \
    1.41 +	pkix_revocationchecker.c \
    1.42 +	pkix_policychecker.c \
    1.43 +	pkix_signaturechecker.c \
    1.44 +	pkix_targetcertchecker.c \
    1.45 +	$(NULL)
    1.46 +
    1.47 +LIBRARY_NAME = pkixchecker
    1.48 +

mercurial