1234567891011121314151617181920 |
- /**
- * Copyright (c) 2011 Nokia Corporation and/or its subsidiary(-ies).
- * All rights reserved.
- *
- * For the applicable distribution terms see the license.txt -file, included in
- * the distribution.
- */
- #ifndef CATALOG_CONSTANTS_H
- #define CATALOG_CONSTANTS_H
- #define KProtectedCatalog "/drm/data"
- #define KResourcePattern "resourceid_"
- #define KProductIcon "/item2sell/icons"
- #define KProtectedResource "resources"
- #define KProductBuyIcon "buy.png"
- #endif // CATALOG_CONSTANTS_H
|