1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/security/nss/lib/ckfw/manifest.mn Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,53 @@ 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 +DIRS = builtins 1.12 + 1.13 +PRIVATE_EXPORTS = \ 1.14 + ck.h \ 1.15 + ckfw.h \ 1.16 + ckfwm.h \ 1.17 + ckfwtm.h \ 1.18 + ckmd.h \ 1.19 + ckt.h \ 1.20 + $(NULL) 1.21 + 1.22 +EXPORTS = \ 1.23 + nssck.api \ 1.24 + nssckepv.h \ 1.25 + nssckft.h \ 1.26 + nssckfw.h \ 1.27 + nssckfwc.h \ 1.28 + nssckfwt.h \ 1.29 + nssckg.h \ 1.30 + nssckmdt.h \ 1.31 + nssckt.h \ 1.32 + $(NULL) 1.33 + 1.34 +MODULE = nss 1.35 + 1.36 +CSRCS = \ 1.37 + crypto.c \ 1.38 + find.c \ 1.39 + hash.c \ 1.40 + instance.c \ 1.41 + mutex.c \ 1.42 + object.c \ 1.43 + session.c \ 1.44 + sessobj.c \ 1.45 + slot.c \ 1.46 + token.c \ 1.47 + wrap.c \ 1.48 + mechanism.c \ 1.49 + $(NULL) 1.50 + 1.51 +REQUIRES = nspr 1.52 + 1.53 +LIBRARY_NAME = nssckfw 1.54 + 1.55 +# This part of the code, including all sub-dirs, can be optimized for size 1.56 +export ALLOW_OPT_CODE_SIZE = 1