#ifndef SANDBOX_POLICY_WIN_LPAC_CAPABILITY_H_
#define SANDBOX_POLICY_WIN_LPAC_CAPABILITY_H_
namespace sandbox {
namespace policy {
constexpr wchar_t kMediaFoundationCdmData[] = L"lpacMediaFoundationCdmData";
constexpr wchar_t kMediaFoundationCdmFiles[] = L"mediaFoundationCdmFiles";
constexpr wchar_t kChromeInstallFiles[] = L"chromeInstallFiles";
constexpr wchar_t kLpacChromeInstallFiles[] = L"lpacChromeInstallFiles";
constexpr wchar_t kLpacAppExperience[] = L"lpacAppExperience";
constexpr wchar_t kLpacCom[] = L"lpacCom";
constexpr wchar_t kLpacCryptoServices[] = L"lpacCryptoServices";
constexpr wchar_t kLpacEnterprisePolicyChangeNotifications[] =
L"lpacEnterprisePolicyChangeNotifications";
constexpr wchar_t kLpacIdentityServices[] = L"lpacIdentityServices";
constexpr wchar_t kLpacInstrumentation[] = L"lpacInstrumentation";
constexpr wchar_t kLpacMedia[] = L"lpacMedia";
constexpr wchar_t kLpacPnPNotifications[] = L"lpacPnPNotifications";
constexpr wchar_t kLpacPnpNotifications[] = L"lpacPnpNotifications";
constexpr wchar_t kLpacServicesManagement[] = L"lpacServicesManagement";
constexpr wchar_t kLpacSessionManagement[] = L"lpacSessionManagement";
constexpr wchar_t kRegistryRead[] = L"registryRead";
}
}
#endif