48
|
1 |
// Copyright (c) 2000-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 |
//
|
|
8 |
// Initial Contributors:
|
|
9 |
// Nokia Corporation - initial contribution.
|
|
10 |
//
|
|
11 |
// Contributors:
|
|
12 |
//
|
|
13 |
// Description:
|
|
14 |
// WAP 1.2 Push - GT
|
|
15 |
// Wap push
|
|
16 |
//
|
|
17 |
//
|
|
18 |
|
|
19 |
/**
|
|
20 |
@file
|
|
21 |
*/
|
|
22 |
|
|
23 |
|
|
24 |
|
|
25 |
PRJ_EXPORTS
|
|
26 |
// specify the source file followed by its destination here
|
|
27 |
// copy will be used to copy the source file to its destination
|
|
28 |
// If there's no destination then the source file will be copied
|
|
29 |
// to the same name in /epoc32/include
|
|
30 |
|
|
31 |
PRJ_PLATFORMS
|
|
32 |
DEFAULT
|
|
33 |
|
|
34 |
// Subproject builds
|
|
35 |
#include "../pushutils/group/bld.inf"
|
|
36 |
#include "../PushMsgEntry/group/bld.inf"
|
|
37 |
#include "../SISLPushMsgUtils/group/bld.inf"
|
|
38 |
#include "../MiscPushMsgUtils/group/bld.inf"
|
|
39 |
#include "../plugins/group/bld.inf"
|
|
40 |
#include "../plugins/WapUriLookup/group/bld.inf"
|
|
41 |
#include "../SISLContentHandlers/group/bld.inf"
|
|
42 |
#include "../pushwatcher/group/bld.inf"
|
|
43 |
#include "../pushmtm/group/bld.inf"
|
|
44 |
#include "../tpush/bld.inf"
|
|
45 |
#include "../rom/bld.inf"
|
|
46 |
#include "../ROContentHandler/group/bld.inf"
|
|
47 |
#include "../ROAPTContentHandler/group/bld.inf"
|
|
48 |
#include "../tpushscriptbased/bld.inf"
|
|
49 |
|
|
50 |
PRJ_MMPFILES
|