18
|
1 |
|
|
2 |
/*
|
|
3 |
* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). All rights reserved.
|
|
4 |
*
|
|
5 |
* This library is free software; you can redistribute it and/or
|
|
6 |
* modify it under the terms of the GNU Lesser General Public
|
|
7 |
* License as published by the Free Software Foundation; either
|
|
8 |
* version 2 of the License, or (at your option) any later version.
|
|
9 |
*
|
|
10 |
* This library is distributed in the hope that it will be useful,
|
|
11 |
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
12 |
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
13 |
* Lesser General Public License for more details.
|
|
14 |
*
|
|
15 |
* You should have received a copy of the GNU Lesser General Public
|
|
16 |
* License along with this library; if not, write to the
|
|
17 |
* Free Software Foundation, Inc., 59 Temple Place - Suite 330,
|
|
18 |
* Boston, MA 02111-1307, USA.
|
|
19 |
*
|
|
20 |
* Description:
|
|
21 |
*
|
|
22 |
*/
|
|
23 |
/*
|
|
24 |
* ==============================================================================
|
|
25 |
* Name : GSTPlayer_reg.rss
|
|
26 |
* Part of : GSTPlayer
|
|
27 |
* Interface :
|
|
28 |
* Description :
|
|
29 |
* Version :
|
|
30 |
*
|
|
31 |
|
|
32 |
* ==============================================================================
|
|
33 |
*/
|
|
34 |
|
|
35 |
#include "GSTPlayer.rls"
|
|
36 |
#include <appinfo.rh>
|
|
37 |
#include <GSTPlayer.rsg>
|
|
38 |
|
|
39 |
UID2 KUidAppRegistrationResourceFile
|
|
40 |
UID3 0xA000017F
|
|
41 |
|
|
42 |
RESOURCE APP_REGISTRATION_INFO
|
|
43 |
{
|
|
44 |
app_file="GSTPlayer";
|
|
45 |
//localisable_resource_file = STRING_gstplayer_loc_resource_file_1;
|
|
46 |
//localisable_resource_id = R_HELLOWORLDBASIC_LOCALISABLE_APP_INFO;
|
|
47 |
|
|
48 |
embeddability=KAppNotEmbeddable;
|
|
49 |
newfile=KAppDoesNotSupportNewFile;
|
|
50 |
}
|
|
51 |
|