author | Mike Kinghan <mikek@symbian.org> |
Mon, 22 Nov 2010 13:48:58 +0000 | |
branch | GCC_SURGE |
changeset 120 | 10294cf40451 |
parent 25 | 6f943d133287 |
permissions | -rw-r--r-- |
20 | 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 the License "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 |
||
18 |
#include "beagle/variant.mmh" |
|
19 |
#include "kernel/kern_ext.mmh" |
|
20 |
||
21 |
SYSTEMINCLUDE /epoc32/include/drivers |
|
25
6f943d133287
Added new set of systemincludes required for header reorg. Old systemincludes still left in.
MattD <mattd@symbian.org>
parents:
20
diff
changeset
|
22 |
SYMBIAN_BASE_SYSTEMINCLUDE(drivers) |
20 | 23 |
|
24 |
||
25 |
TARGET VariantTarget(soundsc,pdd) |
|
26 |
TARGETTYPE pdd |
|
27 |
ROMTARGET soundsc.pdd |
|
28 |
||
29 |
SOURCE shared_txsound.cpp |
|
30 |
SOURCE variant_sound.cpp |
|
31 |
||
32 |
CAPABILITY all |
|
33 |
EPOCALLOWDLLDATA |