homescreenapp/serviceproviders/hsmenuserviceprovider/hsmenuserviceprovider.pro
changeset 35 f9ce957a272c
child 36 cdae8c6c3876
equal deleted inserted replaced
5:c743ef5928ba 35:f9ce957a272c
       
     1 # Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
       
     2 # All rights reserved.
       
     3 # This component and the accompanying materials are made available
       
     4 # under the terms of "Eclipse Public License v1.0"
       
     5 # which accompanies this distribution, and is available
       
     6 # at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     7 # Initial Contributors:
       
     8 # Nokia Corporation - initial contribution.
       
     9 # Contributors:
       
    10 # Description:
       
    11 
       
    12 TEMPLATE = lib
       
    13 CONFIG += hb
       
    14 include (../../common.pri)
       
    15 DEPENDPATH += . \
       
    16     inc \
       
    17     src
       
    18 INCLUDEPATH += . \
       
    19     inc
       
    20 HEADERS += ./inc/*.h
       
    21 SOURCES += ./src/*.cpp
       
    22 
       
    23 
       
    24 DEFINES += MENUSERVICE_LIB
       
    25 LIBS += -lcaclient
       
    26 symbian::TARGET.UID3 = 0x20026FA9
       
    27 win32:exportResources(./resource/*.png, resource)