controlpanel/src/cpframework/cpframework.pro
changeset 31 2c9d3aa5bea2
child 32 20bd089f4aaa
equal deleted inserted replaced
2:051d34a3f367 31:2c9d3aa5bea2
       
     1 #
       
     2 # Copyright (c) 2009 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 TARGET = cpframework
       
    19 
       
    20 include ( ../common.pri )
       
    21 include ( ../inc/inc.pri )
       
    22 include ( ./cpframework.pri )
       
    23 include ( ../../controlpanel_plat/inc/controlpanel_plat.pri )
       
    24 
       
    25 symbian: { 
       
    26     TARGET.UID3 = 0x20025FDA
       
    27 }
       
    28 
       
    29 CONFIG += Hb xml
       
    30 DEFINES += BUILD_CP_FRAMEWORK
       
    31                     
       
    32 symbian: {  
       
    33     # export headers to mw
       
    34     EXPORT_PLATFORM_HEADERS += \
       
    35                              ../../controlpanel_plat/inc/cpglobal.h \
       
    36                              ../../controlpanel_plat/inc/cppluginplatinterface.h \
       
    37                              ../../controlpanel_plat/inc/cppluginlauncher.h \
       
    38                              ../../controlpanel_plat/inc/cpbasesettingview.h \
       
    39                              ../../controlpanel_plat/inc/cpitemdatahelper.h \
       
    40                              ../../controlpanel_plat/inc/cpsettingformitemdata.h \
       
    41                              ../../controlpanel_plat/inc/cpsettingformentryitemdata.h \
       
    42                              ../../controlpanel_plat/inc/cpsettingformentryitemdataimpl.h
       
    43     
       
    44     headers.sources = $$EXPORT_PLATFORM_HEADERS
       
    45     for(header, headers.sources):BLD_INF_RULES.prj_exports += "./$$header $$MW_LAYER_PLATFORM_EXPORT_PATH($$basename(header))"
       
    46 }
       
    47