CustAdoMap.c
979 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
/**
* Copyright Notice
* ?2002 - 2003, Pixtel Communications, Inc., 1489 43rd Ave. W.,
* Vancouver, B.C. V6M 4K8 Canada. All Rights Reserved.
* (It is illegal to remove this copyright notice from this software or any
* portion of it)
*/
/**************************************************************
FILENAME : CustAudioMap.c
PURPOSE : Resource Map file.
REMARKS : nil
AUTHOR : Customization Tool
DATE : .
**************************************************************/
#include "CustDataRes.h"
unsigned short CurrMaxAudioId=32;
const CUSTOM_AUDIO_MAP AudioIdMap[]={
{0},
{1},
{2},
{3},
{0},
{0},
{0},
{0},
{0},
{0},
{0},
{0},
{0},
{0},
{0},
{0},
{0},
{0},
{0},
{0},
{0},
{0},
{0},
{0},
{0},
{0},
{0},
{0},
{0},
{0},
{0},
{0},
};
const unsigned short CurrMaxSearchAudioId=6;
const CUSTOM_AUDIO_SEARCH_MAP AudioIdSearchMap[]={
{1,1,0},
{3,4,1},
{4803,4803,3},
{7764,7765,4},
{7771,7772,6},
{7777,7800,8},
};