securitysettings/qtconfigutils/eapqtplugininfo/eapqtplugininfo.pro
branchRCL_3
changeset 18 bad0cc58d154
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/securitysettings/qtconfigutils/eapqtplugininfo/eapqtplugininfo.pro	Tue Aug 31 15:16:37 2010 +0300
@@ -0,0 +1,64 @@
+#
+# Copyright (c) 2010 Nokia Corporation and/or its subsidiary(-ies).
+# All rights reserved.
+# This component and the accompanying materials are made available
+# under the terms of "Eclipse Public License v1.0"
+# which accompanies this distribution, and is available
+# at the URL "http://www.eclipse.org/legal/epl-v10.html".
+#
+# Initial Contributors:
+# Nokia Corporation - initial contribution.
+#
+# Contributors:
+#
+# Description: 
+#   QT EAP plugin information handling component
+#
+
+# %version: 14 %
+
+
+TEMPLATE            = lib
+TARGET              = eapqtplugininfo
+
+DEFINES             += BUILD_EAP_QT_PLUGIN_INFO_DLL
+DEPENDPATH          += . 
+
+# Storage for generated files
+MOC_DIR     = _build
+RCC_DIR     = _build
+OBJECTS_DIR = _build
+
+# hb config
+CONFIG += hb
+    
+HEADERS += \
+	inc/eapqtexpandedeaptype_p.h \
+	inc/eapqtpluginhandle_p.h \
+	inc/eapqtplugininfo_p.h
+	
+SOURCES += \
+    src/eapqtplugininfo.cpp \
+    src/eapqtplugininfo_p.cpp \
+    src/eapqtexpandedeaptype.cpp \
+    src/eapqtexpandedeaptype_p.cpp \
+    src/eapqtpluginhandle.cpp \
+    src/eapqtpluginhandle_p.cpp
+
+symbian { 
+    # path to def files
+    defFilePath = .
+    
+    # symbian libs
+    LIBS += \
+        -leapsymbiantools \
+        -leaptools
+    
+    TARGET.UID3 = 0x2002C2FD
+    TARGET.EPOCALLOWDLLDATA = 1
+    
+    TARGET.CAPABILITY = CAP_GENERAL_DLL
+            
+    BLD_INF_RULES.prj_exports += \ 
+  		"rom/eapqtplugininfo.iby CORE_MW_LAYER_IBY_EXPORT_PATH(eapqtplugininfo.iby)"        
+}