homescreenapp/hsmenuclientplugin/hsmenuclientplugin.pro
changeset 39 4e8ebe173323
child 71 1db7cc813a4e
equal deleted inserted replaced
36:cdae8c6c3876 39:4e8ebe173323
       
     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:
       
    15 #
       
    16 
       
    17 TEMPLATE = lib
       
    18 
       
    19 CONFIG += plugin mobility hs_public_plugin
       
    20 MOBILITY = serviceframework
       
    21 
       
    22 PLUGIN_SUBDIR = /resource/qt/plugins
       
    23 
       
    24 LIBS += -lcaclient
       
    25 
       
    26 INCLUDEPATH += inc
       
    27 
       
    28 HEADERS +=  inc/hsmenuclient.h \
       
    29             inc/hsmenuclientplugin.h \
       
    30 
       
    31 SOURCES +=  src/hsmenuclient.cpp \
       
    32             src/hsmenuclientplugin.cpp \
       
    33 
       
    34 symbian: {
       
    35 	TARGET.UID3 = 0x20028715
       
    36 #export interface header to platform
       
    37 BLD_INF_RULES.prj_exports += "$${LITERAL_HASH}include <platform_paths.hrh>"
       
    38 BLD_INF_RULES.prj_exports += "inc/hsmenuclient.h \
       
    39 	APP_LAYER_PLATFORM_EXPORT_PATH(hsmenuclient.h)"
       
    40 }
       
    41 
       
    42 include(../common.pri)
       
    43 
       
    44