2013-04-01 22:36:59 +04:00
|
|
|
# -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*-
|
2013-02-26 00:47:24 +04:00
|
|
|
# vim: set filetype=python:
|
|
|
|
# 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/.
|
|
|
|
|
2013-03-12 21:17:46 +04:00
|
|
|
XPIDL_SOURCES += [
|
|
|
|
'nsIRDFCompositeDataSource.idl',
|
|
|
|
'nsIRDFContainer.idl',
|
|
|
|
'nsIRDFContainerUtils.idl',
|
|
|
|
'nsIRDFDataSource.idl',
|
|
|
|
'nsIRDFDelegateFactory.idl',
|
|
|
|
'nsIRDFInferDataSource.idl',
|
2013-10-24 03:05:43 +04:00
|
|
|
'nsIRDFInMemoryDataSource.idl',
|
2013-03-12 21:17:46 +04:00
|
|
|
'nsIRDFLiteral.idl',
|
|
|
|
'nsIRDFNode.idl',
|
|
|
|
'nsIRDFObserver.idl',
|
|
|
|
'nsIRDFPropagatableDataSource.idl',
|
|
|
|
'nsIRDFPurgeableDataSource.idl',
|
|
|
|
'nsIRDFRemoteDataSource.idl',
|
|
|
|
'nsIRDFResource.idl',
|
|
|
|
'nsIRDFService.idl',
|
|
|
|
'nsIRDFXMLParser.idl',
|
|
|
|
'nsIRDFXMLSerializer.idl',
|
|
|
|
'nsIRDFXMLSink.idl',
|
|
|
|
'nsIRDFXMLSource.idl',
|
|
|
|
'rdfIDataSource.idl',
|
|
|
|
'rdfISerializer.idl',
|
|
|
|
'rdfITripleVisitor.idl',
|
|
|
|
]
|
|
|
|
|
2013-11-19 06:47:43 +04:00
|
|
|
XPIDL_MODULE = 'rdf'
|
2013-03-19 22:47:00 +04:00
|
|
|
|