qtmobility/examples/serviceinstaller_sfw_symbian/exampleservices.pro
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Fri, 14 May 2010 16:41:33 +0300
changeset 5 453da2cfceef
parent 1 2b40d63a9c3d
permissions -rw-r--r--
Revision: 201017 Kit: 201019

TEMPLATE = subdirs
SUBDIRS = exampleinstaller

symbian {
    load(data_caging_paths)
    xmlFiles.sources = ../filemanagerplugin/filemanagerservice.xml \ 
                       ../bluetoothtransferplugin/bluetoothtransferservice.xml 
    xmlFiles.path = c:$$APP_RESOURCE_DIR/xmldata

    plugins.sources = serviceframework_filemanagerplugin.dll \ 
                        serviceframework_bluetoothtransferplugin.dll
    plugins.path = $$QT_PLUGINS_BASE_DIR    
	
    installer.pkg_postrules += "\"$${EPOCROOT}epoc32/release/$(PLATFORM)/$(TARGET)/exampleinstaller.exe\" \  
                                         - \"!:\sys\bin\exampleinstaller.exe\",FR,RB,RW"
    
    DEPLOYMENT += xmlFiles \
                  plugins \
                  installer
}