plugins/contacts/symbian/contactsmodel/contactsmodel.pro
author Markku Kaurila <markku.kaurila@nokia.com>
Fri, 03 Sep 2010 15:27:00 +0100
changeset 2 81ad59d81c0f
parent 0 876b1a06bc25
child 4 30827624d4d3
permissions -rw-r--r--
Revise header exports in contactsmodel.pro, to fix Bug 3312
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
0
876b1a06bc25 Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
     1
#
2
81ad59d81c0f Revise header exports in contactsmodel.pro, to fix Bug 3312
Markku Kaurila <markku.kaurila@nokia.com>
parents: 0
diff changeset
     2
# Copyright (c) 2009-2010 Nokia Corporation and/or its subsidiary(-ies).
0
876b1a06bc25 Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
     3
876b1a06bc25 Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
     4
876b1a06bc25 Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
     5
#
876b1a06bc25 Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
     6
# All rights reserved.
876b1a06bc25 Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
     7
# This component and the accompanying materials are made available
876b1a06bc25 Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
     8
# under the terms of "Eclipse Public License v1.0"
876b1a06bc25 Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
     9
# which accompanies this distribution, and is available
876b1a06bc25 Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
    10
# at the URL "http://www.eclipse.org/legal/epl-v10.html".
876b1a06bc25 Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
    11
#
876b1a06bc25 Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
    12
# Initial Contributors:
876b1a06bc25 Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
    13
# Nokia Corporation - initial contribution.
876b1a06bc25 Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
    14
#
876b1a06bc25 Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
    15
# Contributors:
876b1a06bc25 Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
    16
# 
876b1a06bc25 Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
    17
# Description:
876b1a06bc25 Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
    18
#
876b1a06bc25 Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
    19
#
876b1a06bc25 Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
    20
876b1a06bc25 Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
    21
876b1a06bc25 Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
    22
TEMPLATE = subdirs
876b1a06bc25 Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
    23
BLD_INF_RULES.prj_mmpfiles = "./groupsql/cntmodel.mmp"\
876b1a06bc25 Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
    24
                             "./group/cntview.mmp"\
876b1a06bc25 Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
    25
                             "./group/template.mmp"\
876b1a06bc25 Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
    26
                             "./groupsql/cntsrv.mmp"\
876b1a06bc25 Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
    27
                             "./groupsql/cntplsql.mmp"
876b1a06bc25 Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
    28
876b1a06bc25 Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
    29
# Exports
876b1a06bc25 Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
    30
deploy.path = /
876b1a06bc25 Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
    31
876b1a06bc25 Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
    32
# IBY files
876b1a06bc25 Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
    33
iby.path = epoc32/rom/include
876b1a06bc25 Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
    34
iby.sources = cntmodel.iby cntplsql.iby
876b1a06bc25 Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
    35
876b1a06bc25 Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
    36
for(iby, iby.sources):BLD_INF_RULES.prj_exports += "groupsql/$$iby $$deploy.path$$iby.path/$$iby"
876b1a06bc25 Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
    37
876b1a06bc25 Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
    38
# Headers
2
81ad59d81c0f Revise header exports in contactsmodel.pro, to fix Bug 3312
Markku Kaurila <markku.kaurila@nokia.com>
parents: 0
diff changeset
    39
BLD_INF_RULES.prj_exports = "./inc/cntdef.h APP_LAYER_PUBLIC_EXPORT_PATH(cntdef.h)"\
81ad59d81c0f Revise header exports in contactsmodel.pro, to fix Bug 3312
Markku Kaurila <markku.kaurila@nokia.com>
parents: 0
diff changeset
    40
                            "./inc/cntdb.h APP_LAYER_PUBLIC_EXPORT_PATH(cntdb.h)"\
81ad59d81c0f Revise header exports in contactsmodel.pro, to fix Bug 3312
Markku Kaurila <markku.kaurila@nokia.com>
parents: 0
diff changeset
    41
                            "./inc/cntdbobs.h APP_LAYER_PUBLIC_EXPORT_PATH(cntdbobs.h)"\
81ad59d81c0f Revise header exports in contactsmodel.pro, to fix Bug 3312
Markku Kaurila <markku.kaurila@nokia.com>
parents: 0
diff changeset
    42
                            "./inc/cntfield.h APP_LAYER_PUBLIC_EXPORT_PATH(cntfield.h)"\
81ad59d81c0f Revise header exports in contactsmodel.pro, to fix Bug 3312
Markku Kaurila <markku.kaurila@nokia.com>
parents: 0
diff changeset
    43
                            "./inc/cntfldst.h APP_LAYER_PUBLIC_EXPORT_PATH(cntfldst.h)"\
81ad59d81c0f Revise header exports in contactsmodel.pro, to fix Bug 3312
Markku Kaurila <markku.kaurila@nokia.com>
parents: 0
diff changeset
    44
                            "./inc/cntfilt.h APP_LAYER_PUBLIC_EXPORT_PATH(cntfilt.h)"\
81ad59d81c0f Revise header exports in contactsmodel.pro, to fix Bug 3312
Markku Kaurila <markku.kaurila@nokia.com>
parents: 0
diff changeset
    45
                            "./inc/cntitem.h APP_LAYER_PUBLIC_EXPORT_PATH(cntitem.h)"\
81ad59d81c0f Revise header exports in contactsmodel.pro, to fix Bug 3312
Markku Kaurila <markku.kaurila@nokia.com>
parents: 0
diff changeset
    46
                            "./inc/cntview.h APP_LAYER_PUBLIC_EXPORT_PATH(cntview.h)"\
81ad59d81c0f Revise header exports in contactsmodel.pro, to fix Bug 3312
Markku Kaurila <markku.kaurila@nokia.com>
parents: 0
diff changeset
    47
                            "./inc/cntviewbase.h APP_LAYER_PUBLIC_EXPORT_PATH(cntviewbase.h)"\
81ad59d81c0f Revise header exports in contactsmodel.pro, to fix Bug 3312
Markku Kaurila <markku.kaurila@nokia.com>
parents: 0
diff changeset
    48
                            "./inc/cntsync.h APP_LAYER_PUBLIC_EXPORT_PATH(cntsync.h)"\
81ad59d81c0f Revise header exports in contactsmodel.pro, to fix Bug 3312
Markku Kaurila <markku.kaurila@nokia.com>
parents: 0
diff changeset
    49
                            "./inc/cntviewfindconfig.h   APP_LAYER_PLATFORM_EXPORT_PATH(cntviewfindconfig.h)"\
81ad59d81c0f Revise header exports in contactsmodel.pro, to fix Bug 3312
Markku Kaurila <markku.kaurila@nokia.com>
parents: 0
diff changeset
    50
                            "./inc/cntviewfindconfig.inl APP_LAYER_PLATFORM_EXPORT_PATH(cntviewfindconfig.inl)"\
81ad59d81c0f Revise header exports in contactsmodel.pro, to fix Bug 3312
Markku Kaurila <markku.kaurila@nokia.com>
parents: 0
diff changeset
    51
                            "./inc/cntviewsortplugin.h APP_LAYER_PUBLIC_EXPORT_PATH(cntviewsortplugin.h)"\
81ad59d81c0f Revise header exports in contactsmodel.pro, to fix Bug 3312
Markku Kaurila <markku.kaurila@nokia.com>
parents: 0
diff changeset
    52
                            "./inc/cntmodel.rh APP_LAYER_PLATFORM_EXPORT_PATH(cntmodel.rh)"\
81ad59d81c0f Revise header exports in contactsmodel.pro, to fix Bug 3312
Markku Kaurila <markku.kaurila@nokia.com>
parents: 0
diff changeset
    53
                            "./inc/cntdef.hrh APP_LAYER_PUBLIC_EXPORT_PATH(cntdef.hrh)"\
81ad59d81c0f Revise header exports in contactsmodel.pro, to fix Bug 3312
Markku Kaurila <markku.kaurila@nokia.com>
parents: 0
diff changeset
    54
                            "./cntvcard/cntvcard.h APP_LAYER_PUBLIC_EXPORT_PATH(cntvcard.h)"\
81ad59d81c0f Revise header exports in contactsmodel.pro, to fix Bug 3312
Markku Kaurila <markku.kaurila@nokia.com>
parents: 0
diff changeset
    55
                            "./inc/cntviewstore.h APP_LAYER_PLATFORM_EXPORT_PATH(cntviewstore.h)"\
81ad59d81c0f Revise header exports in contactsmodel.pro, to fix Bug 3312
Markku Kaurila <markku.kaurila@nokia.com>
parents: 0
diff changeset
    56
                            "./inc/cntpredictivesearch.h APP_LAYER_PUBLIC_EXPORT_PATH(cntpredictivesearch.h)"
81ad59d81c0f Revise header exports in contactsmodel.pro, to fix Bug 3312
Markku Kaurila <markku.kaurila@nokia.com>
parents: 0
diff changeset
    57
 
81ad59d81c0f Revise header exports in contactsmodel.pro, to fix Bug 3312
Markku Kaurila <markku.kaurila@nokia.com>
parents: 0
diff changeset
    58
BLD_INF_RULES.prj_exports += "./inc/cntphonenumparser.h APP_LAYER_PLATFORM_EXPORT_PATH(cntphonenumparser.h)"\
81ad59d81c0f Revise header exports in contactsmodel.pro, to fix Bug 3312
Markku Kaurila <markku.kaurila@nokia.com>
parents: 0
diff changeset
    59
                             "./inc/cntviewsortpluginbase.h APP_LAYER_PLATFORM_EXPORT_PATH(cntviewsortpluginbase.h)"\
81ad59d81c0f Revise header exports in contactsmodel.pro, to fix Bug 3312
Markku Kaurila <markku.kaurila@nokia.com>
parents: 0
diff changeset
    60
                             "./inc/cntsyncecom.h APP_LAYER_PLATFORM_EXPORT_PATH(cntsyncecom.h)"\