michael@0: # -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*- michael@0: # vim: set filetype=python: michael@0: # This Source Code Form is subject to the terms of the Mozilla Public michael@0: # License, v. 2.0. If a copy of the MPL was not distributed with this michael@0: # file, You can obtain one at http://mozilla.org/MPL/2.0/. michael@0: michael@0: XPIDL_SOURCES += [ michael@0: 'nsIASN1Object.idl', michael@0: 'nsIASN1PrintableItem.idl', michael@0: 'nsIASN1Sequence.idl', michael@0: 'nsIAssociatedContentSecurity.idl', michael@0: 'nsIBadCertListener2.idl', michael@0: 'nsICertificateDialogs.idl', michael@0: 'nsICertificatePrincipal.idl', michael@0: 'nsICertOverrideService.idl', michael@0: 'nsICertPickDialogs.idl', michael@0: 'nsIClientAuthDialogs.idl', michael@0: 'nsICMSDecoder.idl', michael@0: 'nsICMSEncoder.idl', michael@0: 'nsICMSMessage.idl', michael@0: 'nsICMSMessage2.idl', michael@0: 'nsICMSMessageErrors.idl', michael@0: 'nsICMSSecureMessage.idl', michael@0: 'nsIDataSignatureVerifier.idl', michael@0: 'nsIDOMCryptoDialogs.idl', michael@0: 'nsIFormSigningDialog.idl', michael@0: 'nsIGenKeypairInfoDlg.idl', michael@0: 'nsIIdentityInfo.idl', michael@0: 'nsIKeygenThread.idl', michael@0: 'nsIKeyModule.idl', michael@0: 'nsINSSCertCache.idl', michael@0: 'nsINSSVersion.idl', michael@0: 'nsIPK11Token.idl', michael@0: 'nsIPK11TokenDB.idl', michael@0: 'nsIPKCS11.idl', michael@0: 'nsIPKCS11Module.idl', michael@0: 'nsIPKCS11ModuleDB.idl', michael@0: 'nsIPKCS11Slot.idl', michael@0: 'nsIProtectedAuthThread.idl', michael@0: 'nsIRecentBadCertsService.idl', michael@0: 'nsISignatureVerifier.idl', michael@0: 'nsISMimeCert.idl', michael@0: 'nsISSLCertErrorDialog.idl', michael@0: 'nsISSLErrorListener.idl', michael@0: 'nsISSLStatus.idl', michael@0: 'nsIStreamCipher.idl', michael@0: 'nsITokenDialogs.idl', michael@0: 'nsITokenPasswordDialogs.idl', michael@0: 'nsIUserCertPicker.idl', michael@0: 'nsIX509Cert.idl', michael@0: 'nsIX509Cert2.idl', michael@0: 'nsIX509Cert3.idl', michael@0: 'nsIX509CertDB.idl', michael@0: 'nsIX509CertDB2.idl', michael@0: 'nsIX509CertList.idl', michael@0: 'nsIX509CertValidity.idl', michael@0: ] michael@0: michael@0: if CONFIG['MOZ_XUL']: michael@0: XPIDL_SOURCES += [ michael@0: 'nsICertTree.idl', michael@0: ] michael@0: michael@0: XPIDL_MODULE = 'pipnss' michael@0: