security/nss/lib/pki/manifest.mn

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/security/nss/lib/pki/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 +
     1.9 +CORE_DEPTH = ../..
    1.10 +
    1.11 +PRIVATE_EXPORTS = \
    1.12 +	pki.h      \
    1.13 +	pkit.h     \
    1.14 +	nsspkit.h  \
    1.15 +	nsspki.h   \
    1.16 +	pkistore.h \
    1.17 +	pki3hack.h \
    1.18 +	pkitm.h    \
    1.19 +	pkim.h     \
    1.20 +	$(NULL)
    1.21 +
    1.22 +EXPORTS =	   \
    1.23 +	$(NULL)
    1.24 +
    1.25 +MODULE = nss
    1.26 +
    1.27 +CSRCS =		        \
    1.28 +	asymmkey.c      \
    1.29 +	certificate.c   \
    1.30 +	cryptocontext.c \
    1.31 +	symmkey.c       \
    1.32 +	trustdomain.c   \
    1.33 +	tdcache.c       \
    1.34 +	certdecode.c    \
    1.35 +	pkistore.c      \
    1.36 +	pkibase.c       \
    1.37 +	pki3hack.c      \
    1.38 +	$(NULL)
    1.39 +
    1.40 +#DEFINES = -DDEBUG_CACHE
    1.41 +
    1.42 +REQUIRES = nspr
    1.43 +
    1.44 +LIBRARY_NAME = nsspki
    1.45 +LIBRARY_VERSION = 3
    1.46 +
    1.47 +# This part of the code, including all sub-dirs, can be optimized for size
    1.48 +export ALLOW_OPT_CODE_SIZE = 1

mercurial