skins/AknSkins/sdcinc/SDCPkgOutput.h
changeset 0 05e9090e2422
equal deleted inserted replaced
-1:000000000000 0:05e9090e2422
       
     1 /*
       
     2 * Copyright (c) 2003-2008 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:  Package output.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #if !defined(AFX_SDCPKGOUTPUT_H__E49FC1DD_85FA_4BD7_A0D0_C2DE9709977D__INCLUDED_)
       
    20 #define AFX_SDCPKGOUTPUT_H__E49FC1DD_85FA_4BD7_A0D0_C2DE9709977D__INCLUDED_
       
    21 
       
    22 #if _MSC_VER > 1000
       
    23 #pragma once
       
    24 #endif // _MSC_VER > 1000
       
    25 
       
    26 #include <stdio.h>
       
    27 #include <string.h>
       
    28 
       
    29 #include "SDCData.h"
       
    30 
       
    31 class CSDCPkgOutput
       
    32     {
       
    33     public:
       
    34         CSDCPkgOutput();
       
    35         virtual ~CSDCPkgOutput();
       
    36 
       
    37     public:
       
    38         void Output( CSDCData* aData, const char* aSkinName,
       
    39             const char* aPkgFilename, const char* aDrmDefFilename = 0 );
       
    40 
       
    41     };
       
    42 
       
    43 #endif // !defined(AFX_SDCPKGOUTPUT_H__E49FC1DD_85FA_4BD7_A0D0_C2DE9709977D__INCLUDED_)