equal
deleted
inserted
replaced
|
1 // Copyright (c) 2005-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 the License "Symbian Foundation License v1.0" |
|
5 // which accompanies this distribution, and is available |
|
6 // at the URL "http://www.symbianfoundation.org/legal/sfl-v10.html". |
|
7 // |
|
8 // Initial Contributors: |
|
9 // Nokia Corporation - initial contribution. |
|
10 // |
|
11 // Contributors: |
|
12 // |
|
13 // Description: |
|
14 // 3-plane comms layer implementation example. |
|
15 // Purely passes data through without altering it. |
|
16 // Use this as a starting point for implementing your own layers / providers. |
|
17 // |
|
18 |
|
19 PRJ_PLATFORMS |
|
20 |
|
21 DEFAULT |
|
22 |
|
23 prj_testmmpfiles |
|
24 mbufgobblerproviders.mmp |
|
25 |
|
26 prj_testexports |
|
27 ../inc/mbufgobbleruids.h /epoc32/include/comms-infras/mbufgobbleruids.h |
|
28 ../inc/mbufgobblerpubsub.h /epoc32/include/comms-infras/mbufgobblerpubsub.h |
|
29 |
|
30 ../group/mbufgobblerproviders.iby /epoc32/rom/include/mbufgobblerproviders.iby |
|
31 |
|
32 |
|
33 |
|
34 |