controlpanel/src/cpframework/cpframework.pro
changeset 68 13e71d907dc3
parent 40 6465d5bb863a
equal deleted inserted replaced
40:6465d5bb863a 68:13e71d907dc3
     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 ( ../logger/logger.pri)
       
    22 include ( ./cpframework.pri )
       
    23 include ( ../../controlpanel_plat/inc/controlpanel_plat.pri )
       
    24 
       
    25 RESOURCES += cpframework.qrc
       
    26 
       
    27 symbian: { 
       
    28     TARGET.UID3 = 0x20025FDA
       
    29 }
       
    30 
       
    31 CONFIG += Hb xml
       
    32 DEFINES += BUILD_CP_FRAMEWORK BUILD_LOGGER_DLL
       
    33                     
       
    34 symbian: {  
       
    35     # export headers to mw
       
    36     EXPORT_PLATFORM_HEADERS += \
       
    37                              ../../controlpanel_plat/inc/cpglobal.h \
       
    38                              ../../controlpanel_plat/inc/cpbasepath.h \
       
    39                              ../../controlpanel_plat/inc/cpplugininterface.h \
       
    40                              ../../controlpanel_plat/inc/cppluginplatinterface.h \
       
    41                              ../../controlpanel_plat/inc/cppluginloader.h \
       
    42                              ../../controlpanel_plat/inc/cppluginlauncher.h \
       
    43                              ../../controlpanel_plat/inc/cpbasesettingview.h \
       
    44                              ../../controlpanel_plat/inc/cpitemdatahelper.h \
       
    45                              ../../controlpanel_plat/inc/cpsettingformitemdata.h \
       
    46                              ../../controlpanel_plat/inc/cpsettingformentryitemdata.h \
       
    47                              ../../controlpanel_plat/inc/cpsettingformentryitemdataimpl.h \
       
    48                              ../../controlpanel_plat/inc/cppluginutility.h \
       
    49                              ../../controlpanel_plat/inc/cplauncherinterface.h
       
    50     
       
    51     headers.sources = $$EXPORT_PLATFORM_HEADERS
       
    52     for(header, headers.sources):BLD_INF_RULES.prj_exports += "./$$header $$MW_LAYER_PLATFORM_EXPORT_PATH($$basename(header))"
       
    53 }
       
    54 include (../logger/logger_export.pri)
       
    55