1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/security/nss/lib/softoken/legacydb/manifest.mn Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,31 @@ 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 +MODULE = nss 1.11 + 1.12 +REQUIRES = dbm 1.13 + 1.14 +LIBRARY_NAME = nssdbm 1.15 +LIBRARY_VERSION = 3 1.16 +MAPFILE = $(OBJDIR)/nssdbm.def 1.17 + 1.18 +DEFINES += -DSHLIB_SUFFIX=\"$(DLL_SUFFIX)\" -DSHLIB_PREFIX=\"$(DLL_PREFIX)\" 1.19 + 1.20 +CSRCS = \ 1.21 + dbmshim.c \ 1.22 + keydb.c \ 1.23 + lgattr.c \ 1.24 + lgcreate.c \ 1.25 + lgdestroy.c \ 1.26 + lgfind.c \ 1.27 + lginit.c \ 1.28 + lgutil.c \ 1.29 + lowcert.c \ 1.30 + lowkey.c \ 1.31 + pcertdb.c \ 1.32 + pk11db.c \ 1.33 + $(NULL) 1.34 +