sdkcreationmw/sdkexamples/cppexamples/S60Ex/CommonDialogsEx/data/CommonDialogsEx_reg.rss
author rajpuroh
Mon, 08 Mar 2010 12:09:11 +0530
changeset 0 b26acd06ea60
child 1 ac50fd48361b
permissions -rw-r--r--
First Contribution of SDK components
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
0
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
     1
/*
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
     2
* Copyright (c) 2006 Nokia Corporation and/or its subsidiary(-ies).
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
     3
* All rights reserved.
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
     4
* This component and the accompanying materials are made available
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
     5
* under the terms of "Eclipse Public License v1.0"
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
     6
* which accompanies this distribution, and is available
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
     7
* at the URL "http://www.eclipse.org/legal/epl-v10.html".
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
     8
*
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
     9
* Initial Contributors:
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
    10
* Nokia Corporation - initial contribution.
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
    11
*
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
    12
* Contributors:
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
    13
*
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
    14
* Description:  CommonDialogsEx application's registration resource file 
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
    15
*
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
    16
*/
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
    17
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
    18
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
    19
#include <appinfo.rh>
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
    20
#include <CommonDialogsEx.rsg>
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
    21
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
    22
UID2 KUidAppRegistrationResourceFile
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
    23
UID3 0xA000027B // application UID
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
    24
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
    25
RESOURCE APP_REGISTRATION_INFO
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
    26
    {
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
    27
    app_file = "CommonDialogsEx";
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
    28
    localisable_resource_file = "\\resource\\apps\\CommonDialogsEx";
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
    29
    localisable_resource_id = R_COMMONDIALOGSEX_LOCALISABLE_APP_INFO;
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
    30
    hidden = KAppNotHidden;
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
    31
    embeddability = KAppNotEmbeddable;
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
    32
    }
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
    33
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
    34
// End of File