systemswstubs/asyreference/data/101F5500.rss
changeset 43 e71858845f73
parent 40 b7e5ed8c1342
child 46 e1758cbb96ac
equal deleted inserted replaced
40:b7e5ed8c1342 43:e71858845f73
     1 /*
       
     2 * Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). 
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description:  Used as an reference implementation
       
    15 *                Declaration of ASYReferencePlugin ECom resource
       
    16 *
       
    17 */
       
    18 
       
    19 
       
    20 // RESOURCE IDENTIFIER
       
    21 
       
    22 // INCLUDES
       
    23 #include "ecom/registryinfov2.rh"
       
    24 #include "AsyServiceUids.h"
       
    25 
       
    26 // CONSTANTS
       
    27 
       
    28 // MACROS
       
    29 
       
    30 //  RESOURCE DEFINITIONS 
       
    31 // -----------------------------------------------------------------------------
       
    32 // 
       
    33 // 101F5500.rss
       
    34 // Declares info for ASYReference implementations
       
    35 //
       
    36 // -----------------------------------------------------------------------------
       
    37 //
       
    38 
       
    39 RESOURCE REGISTRY_INFO ASYReferencePlugin
       
    40     {
       
    41     // UID for the DLL. See ASYReferencePlugin.mmp
       
    42     resource_format_version = RESOURCE_FORMAT_VERSION_2;
       
    43     dll_uid = 0x101F5500;
       
    44     interfaces = 
       
    45         {
       
    46         INTERFACE_INFO
       
    47             {
       
    48             // UID of interface that is implemented
       
    49             interface_uid = KACCESSORYPLUGINAPIUID;
       
    50             implementations = 
       
    51                 {
       
    52                 IMPLEMENTATION_INFO
       
    53                     {
       
    54                     implementation_uid = 0x1000B000;
       
    55                     version_no         = 1;
       
    56                     display_name       = "0x101F5500";
       
    57                     default_data       = KACCESSORYPLUGINAPIMAINSERVICE;
       
    58                     opaque_data        = "Heap=0x2BCD|Stack=0x1F00";
       
    59                     rom_only           = 1;
       
    60                     },
       
    61                 IMPLEMENTATION_INFO
       
    62                     {
       
    63                     implementation_uid = 0x1000B001;
       
    64                     version_no         = 1;
       
    65                     display_name       = "0x101F5500";
       
    66                     default_data       = KACCESSORYPLUGINAPIHANDLER;
       
    67                     opaque_data        = "";
       
    68                     rom_only           = 1;
       
    69                     }
       
    70                 };
       
    71             }
       
    72         };
       
    73     }
       
    74 
       
    75 // End of File