equal
deleted
inserted
replaced
|
1 /* |
|
2 * Name : Application_reg.rss |
|
3 * Description : Application registration file |
|
4 * Project : This file is part of OpenMAR, an Open Mobile Augmented Reality browser |
|
5 * Website : http://OpenMAR.org |
|
6 * |
|
7 * Copyright (c) 2010 David Caabeiro |
|
8 * |
|
9 * All rights reserved. This program and the accompanying materials are made available |
|
10 * under the terms of the Eclipse Public License v1.0 which accompanies this |
|
11 * distribution, and is available at http://www.eclipse.org/legal/epl-v10.html |
|
12 * |
|
13 */ |
|
14 |
|
15 #include "Application.hrh" |
|
16 #include "Application.rls" |
|
17 |
|
18 #include <appinfo.rh> |
|
19 #include <OpenMAR_0x2002E1AB.rsg> |
|
20 |
|
21 UID2 KUidAppRegistrationResourceFile |
|
22 UID3 _UID3 |
|
23 |
|
24 RESOURCE APP_REGISTRATION_INFO |
|
25 { |
|
26 app_file = "OpenMAR_0x2002E1AB"; |
|
27 localisable_resource_file = qtn_loc_resource_file; |
|
28 localisable_resource_id = R_LOCALISABLE_APP_INFO; |
|
29 |
|
30 embeddability = KAppNotEmbeddable; |
|
31 newfile = KAppDoesNotSupportNewFile; |
|
32 } |