CustAdoMapExt.c
820 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
/**
* 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 : CustAudioMapExt.c
PURPOSE : Resource Map file.
REMARKS : nil
AUTHOR : Customization Tool
DATE : .
**************************************************************/
#include "CustDataRes.h"
unsigned short CurrMaxAudioIdEXT=10;
const CUSTOM_AUDIO_MAP AudioIdMapEXT[]={
{0},
{1},
{1},
{2},
{3},
{4},
{5},
{6},
{7},
{8},
};
const unsigned short CurrMaxSearchAudioIdEXT=3;
const CUSTOM_AUDIO_SEARCH_MAP AudioIdSearchMapEXT[]={
{2,2,0},
{7766,7770,1},
{7773,7776,6},
};