2007-03-22 10:30:00 -07:00
|
|
|
#
|
2012-05-29 08:52:43 -07:00
|
|
|
# This Source Code Form is subject to the terms of the Mozilla Public
|
|
|
|
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
|
|
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
2007-03-22 10:30:00 -07:00
|
|
|
|
|
|
|
DEPTH = ../../../..
|
|
|
|
topsrcdir = @top_srcdir@
|
|
|
|
srcdir = @srcdir@
|
|
|
|
VPATH = @srcdir@
|
|
|
|
|
|
|
|
include $(DEPTH)/config/autoconf.mk
|
|
|
|
|
|
|
|
MODULE = pipnss
|
|
|
|
GRE_MODULE = 1
|
|
|
|
|
|
|
|
SDK_XPIDLSRCS = \
|
|
|
|
nsIASN1Object.idl \
|
|
|
|
nsIASN1Sequence.idl \
|
|
|
|
nsICertificateDialogs.idl \
|
|
|
|
nsICRLInfo.idl \
|
2011-03-01 19:11:22 -08:00
|
|
|
nsIX509Cert.idl \
|
2007-03-22 10:30:00 -07:00
|
|
|
nsIX509CertDB.idl \
|
|
|
|
nsIX509CertValidity.idl \
|
2012-03-01 08:29:48 -08:00
|
|
|
nsINSSVersion.idl \
|
2007-03-22 10:30:00 -07:00
|
|
|
$(NULL)
|
|
|
|
|
|
|
|
XPIDLSRCS = \
|
2008-08-25 15:26:08 -07:00
|
|
|
nsISSLCertErrorDialog.idl \
|
2008-03-05 14:08:20 -08:00
|
|
|
nsIBadCertListener2.idl \
|
|
|
|
nsISSLErrorListener.idl \
|
|
|
|
nsIIdentityInfo.idl \
|
2008-04-11 21:47:22 -07:00
|
|
|
nsIAssociatedContentSecurity.idl \
|
2007-10-03 04:47:26 -07:00
|
|
|
nsICertOverrideService.idl \
|
2007-10-19 12:16:34 -07:00
|
|
|
nsIRecentBadCertsService.idl \
|
2007-03-22 10:30:00 -07:00
|
|
|
nsIFormSigningDialog.idl \
|
|
|
|
nsIX509Cert2.idl \
|
|
|
|
nsIX509Cert3.idl \
|
|
|
|
nsIX509CertDB2.idl \
|
|
|
|
nsIX509CertList.idl \
|
2009-04-10 10:21:04 -07:00
|
|
|
nsIPKCS11.idl \
|
2007-03-22 10:30:00 -07:00
|
|
|
nsIPKCS11Slot.idl \
|
|
|
|
nsIPK11TokenDB.idl \
|
|
|
|
nsICertPickDialogs.idl \
|
|
|
|
nsIClientAuthDialogs.idl \
|
|
|
|
nsIDOMCryptoDialogs.idl \
|
|
|
|
nsIGenKeypairInfoDlg.idl \
|
|
|
|
nsITokenDialogs.idl \
|
|
|
|
nsITokenPasswordDialogs.idl \
|
2011-03-01 19:11:22 -08:00
|
|
|
nsISSLStatus.idl \
|
2007-03-22 10:30:00 -07:00
|
|
|
nsIKeygenThread.idl \
|
|
|
|
nsICMSSecureMessage.idl \
|
|
|
|
nsIUserCertPicker.idl \
|
|
|
|
nsIASN1PrintableItem.idl \
|
|
|
|
nsICMSDecoder.idl \
|
|
|
|
nsICMSEncoder.idl \
|
|
|
|
nsICMSMessageErrors.idl \
|
|
|
|
nsICMSMessage.idl \
|
|
|
|
nsICMSMessage2.idl \
|
|
|
|
nsINSSCertCache.idl \
|
|
|
|
nsIOCSPResponder.idl \
|
|
|
|
nsIPK11Token.idl \
|
|
|
|
nsIPKCS11ModuleDB.idl \
|
|
|
|
nsIPKCS11Module.idl \
|
|
|
|
nsICRLManager.idl \
|
|
|
|
nsISMimeCert.idl \
|
|
|
|
nsIStreamCipher.idl \
|
|
|
|
nsIKeyModule.idl \
|
2007-12-04 23:34:55 -08:00
|
|
|
nsIProtectedAuthThread.idl \
|
2007-09-03 10:32:39 -07:00
|
|
|
nsIDataSignatureVerifier.idl \
|
2007-03-22 10:30:00 -07:00
|
|
|
$(NULL)
|
|
|
|
|
|
|
|
ifdef MOZ_XUL
|
|
|
|
XPIDLSRCS += nsICertTree.idl
|
|
|
|
endif
|
|
|
|
|
|
|
|
include $(topsrcdir)/config/rules.mk
|