68
|
1 |
/*
|
|
2 |
* ==============================================================================
|
|
3 |
* Name : RingingTone3DPluginExports.inc
|
|
4 |
* Part of : RingingTone3DPlugin
|
|
5 |
* Interface : ?Interface_category, ?Interface_name
|
|
6 |
* Description : ?Description
|
|
7 |
* Version : ?Version
|
|
8 |
*
|
|
9 |
* Copyright (c) 2007 Nokia Corporation.
|
|
10 |
* This material, including documentation and any related
|
|
11 |
* computer programs, is protected by copyright controlled by
|
|
12 |
* Nokia Corporation. All rights are reserved. Copying,
|
|
13 |
* including reproducing, storing, adapting or translating, any
|
|
14 |
* or all of this material requires the prior written consent of
|
|
15 |
* Nokia Corporation. This material also contains confidential
|
|
16 |
* information which may not be disclosed to others without the
|
|
17 |
* prior written consent of Nokia Corporation.
|
|
18 |
* ==============================================================================
|
|
19 |
*/
|
|
20 |
// To get the APP_LAYER_SYSTEMINCLUDE-definition
|
|
21 |
#include <platform_paths.hrh>
|
|
22 |
|
|
23 |
#ifndef RINGINGTONE3DPLUGINEXPORTS_INC
|
|
24 |
#define RINGINGTONE3DPLUGINEXPORTS_INC
|
|
25 |
|
|
26 |
// 3D patterns for target device
|
|
27 |
../data/patterns/1circular.xml z:/resource/3DTones/1circular.xml
|
|
28 |
../data/patterns/2flyby.xml z:/resource/3DTones/2flyby.xml
|
|
29 |
../data/patterns/3zigzag.xml z:/resource/3DTones/3zigzag.xml
|
|
30 |
../data/patterns/4meander.xml z:/resource/3DTones/4meander.xml
|
|
31 |
../data/patterns/5random.xml z:/resource/3DTones/5random.xml
|
|
32 |
|
|
33 |
#endif // RINGINGTONE3DPLUGINEXPORTS_INC
|
|
34 |
|
|
35 |
// End of File
|