security/nss/lib/libpkix/pkix_pl_nss/system/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_pl_nss/system/manifest.mn	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,46 @@
     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_pl_common.h \
    1.15 +	pkix_pl_mem.h \
    1.16 +	pkix_pl_object.h \
    1.17 +	pkix_pl_string.h \
    1.18 +	pkix_pl_primhash.h \
    1.19 +	pkix_pl_bigint.h \
    1.20 +	pkix_pl_mutex.h \
    1.21 +	pkix_pl_bytearray.h \
    1.22 +	pkix_pl_lifecycle.h \
    1.23 +	pkix_pl_oid.h \
    1.24 +	pkix_pl_hashtable.h \
    1.25 +	pkix_pl_rwlock.h \
    1.26 +	pkix_pl_monitorlock.h \
    1.27 +	$(NULL)
    1.28 +
    1.29 +MODULE = nss
    1.30 +
    1.31 +CSRCS = \
    1.32 +	pkix_pl_bigint.c \
    1.33 +	pkix_pl_bytearray.c \
    1.34 +	pkix_pl_common.c \
    1.35 +	pkix_pl_error.c \
    1.36 +	pkix_pl_hashtable.c \
    1.37 +	pkix_pl_lifecycle.c \
    1.38 +	pkix_pl_mem.c \
    1.39 +	pkix_pl_monitorlock.c \
    1.40 +	pkix_pl_mutex.c \
    1.41 +	pkix_pl_object.c \
    1.42 +	pkix_pl_oid.c \
    1.43 +	pkix_pl_primhash.c \
    1.44 +	pkix_pl_rwlock.c \
    1.45 +	pkix_pl_string.c \
    1.46 +	$(NULL)
    1.47 +
    1.48 +LIBRARY_NAME = pkixsystem
    1.49 +

mercurial