From 3ba083ee0b0ff7e01caeb3bc7395377071e20fe6 Mon Sep 17 00:00:00 2001 From: Guillaume Denneulin Date: Fri, 31 Jan 2014 15:09:42 +0100 Subject: In structure XML files, implement component library files inclusion BZ: 168727 In the PFW structure file, it is not possible to include a component library from another XML file. Implement the possibility to import component from another XML file that would be included in a structure XML file and that would describe a component library. Change-Id: Id6125140de1c8e9882375d01199f695b929f45e2 Signed-off-by: Guillaume Denneulin --- parameter/ComponentLibrary.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'parameter/ComponentLibrary.h') diff --git a/parameter/ComponentLibrary.h b/parameter/ComponentLibrary.h index 443d634..835373b 100644 --- a/parameter/ComponentLibrary.h +++ b/parameter/ComponentLibrary.h @@ -38,6 +38,10 @@ public: const CComponentType* getComponentType(const string& strName) const; virtual string getKind() const; + + // From IXmlSink + virtual bool fromXml(const CXmlElement& xmlElement, CXmlSerializingContext& serializingContext); + private: virtual bool childrenAreDynamic() const; }; -- cgit v1.2.3