coreapplicationuis/powersaveutilities/pluginlauncher/pluginlauncher.pro
changeset 77 b01c07dfcf84
parent 74 1505405bc645
child 78 175a0d824084
equal deleted inserted replaced
74:1505405bc645 77:b01c07dfcf84
     1 #
       
     2 # Copyright (c) 2010 Nokia Corporation and/or its subsidiary(-ies).
       
     3 # All rights reserved.
       
     4 # This component and the accompanying materials are made available
       
     5 # under the terms of "Eclipse Public License v1.0"
       
     6 # which accompanies this distribution, and is available
       
     7 # at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 #
       
     9 # Initial Contributors:
       
    10 # Nokia Corporation - initial contribution.
       
    11 #
       
    12 # Contributors:
       
    13 #
       
    14 # Description: cpframework source files
       
    15 #
       
    16 
       
    17 TEMPLATE = app
       
    18 TARGET = CpPsmPluginLauncher
       
    19 DEPENDPATH += .
       
    20 INCLUDEPATH += .
       
    21 
       
    22 HEADERS += src/*.h
       
    23 SOURCES += src/*.cpp
       
    24 
       
    25 CONFIG += hb
       
    26 CONFIG += no_icon
       
    27 
       
    28 MOC_DIR = moc
       
    29 OBJECT_DIR = obj
       
    30 RCC_DIR = rcc
       
    31 
       
    32 symbian: {
       
    33     TARGET.UID3 = 0x2002DD0C 
       
    34     INCLUDEPATH += $$MW_LAYER_SYSTEMINCLUDE
       
    35     TARGET.CAPABILITY =  ReadDeviceData  WriteDeviceData
       
    36     TARGET.EPOCALLOWDLLDATA = 1
       
    37 }
       
    38 
       
    39 LIBS +=  -lcpframework
       
    40 BLD_INF_RULES.prj_exports += "$${LITERAL_HASH}include <platform_paths.hrh>" \
       
    41     "rom/pluginlauncher.iby CORE_MW_LAYER_IBY_EXPORT_PATH(pluginlauncher.iby)"